summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* - Puts default limits on 4k/9k and 16k zones for mbufs all basedrrs2007-12-051-6/+67
* Bring in support for: Marvell Yukon 8039remko2007-12-052-0/+3
* Use curthread instead of the FIRST_THREAD_IN_PROC for vnlru and syncer,kib2007-12-051-15/+42
* Stop serial console and gdb serial port from getting all screwed up.julian2007-12-051-1/+1
* In nmount(), internally convert the mount option: "rdonly" to "ro".rodrigc2007-12-051-3/+6
* Apply a workaround for the unkillable jail problem where some devices createdthompsa2007-12-051-0/+2
* Support monitor mode where the frame is discarded after bpf and stats process...thompsa2007-12-051-0/+5
* Remove obsolete comment on a way of getting kernel configuration file fromwkoszek2007-12-041-2/+1
* Cast address of 'bssid' to uint8_t since printf() expects to get unsignedwkoszek2007-12-041-1/+1
* Cast 'data' to 'u_char', as printf() requires this type to be unsigned. Thiswkoszek2007-12-041-1/+1
* Remove redundant checks for msgsnd(3) and msgrcv(3).jkim2007-12-041-6/+0
* Explicitly initialize 'ret' to 0'. It lets one to build tmpfs from thewkoszek2007-12-041-0/+2
* - More fixes for the non-blocking msg send, had the skip of the pre-blockrrs2007-12-042-4/+5
* Explicitly initialize 'error' to 0 (two places). It lets one to build tmpfswkoszek2007-12-041-1/+3
* Increment __FreeBSD_version on account of changes to the jumbo framesalc2007-12-041-1/+1
* - Opps, signedness issue with one of the new var's (this is an issuerrs2007-12-041-1/+1
* - Found a problem in non-blocking sends. Whenrrs2007-12-044-86/+115
* For the sake of convenience, print the name of the network interfaceyar2007-12-041-2/+2
* Fix the ABI change of the signal delivered on the access to the pagekib2007-12-042-4/+58
* Implement fetching of the __FreeBSD_version from the ELF ABI-tag note.kib2007-12-046-5/+49
* Check for the program headers alignment of the ELF images beforekib2007-12-041-3/+10
* Correct an error under COUNT_IPIS within pmap_lazyfix_action(): Incrementalc2007-12-041-1/+1
* Style change: Use NULL rather than 0 where appropriate.alc2007-12-041-3/+3
* Fix SACK negotiation that was broken in rev 1.105.silby2007-12-041-1/+1
* Introduce an UMA backend page allocator for the jumbo frame zones thatalc2007-12-041-0/+33
* Implement functions required by some ndis drivers.thompsa2007-12-032-0/+68
* Remove compatibilty defines to simplify reading the code, this is around 10% ofthompsa2007-12-033-325/+0
* When a symbol name can't be resolved, return "??" as the name, ratherrwatson2007-12-031-2/+2
* Fix audio playback aborted with SNDCTL_DSP_SETTRIGGER, affectingariff2007-12-031-2/+2
* Do not allow the SNPSTTY ioctl for the snoop device that has a ttykib2007-12-031-0/+3
* Catch up pc98 for i386 stack(9) changes:rwatson2007-12-032-0/+7
* Add userland definitions for parsing callchain records.jkoshy2007-12-032-5/+34
* Always honor promiscuous flag prior to programming Rx multicastyongari2007-12-031-2/+6
* Add another new sysctl in support of the forthcoming procstat(1) torwatson2007-12-023-0/+126
* Remove duplicate $FreeBSD$ tag.rwatson2007-12-021-2/+0
* Break out stack(9) from ddb(4):rwatson2007-12-0239-210/+855
* Provide unqiue malloc types instead of using M_DEVBUF.scottl2007-12-022-26/+29
* Refactor completion handlers so that they can be combined into a singlescottl2007-12-021-76/+29
* Make a pass at style.9 compliancescottl2007-12-021-440/+477
* Fix a typo that was hidden by AMR_DEBUG.scottl2007-12-021-1/+1
* Fix printf format bugs that where hidden by AMR_DEBUG.scottl2007-12-021-3/+3
* The AR_SCSI_PASSTHROUGH conditional no longer exists, remove it from thescottl2007-12-021-1/+0
* Headphone / speakers automute fixup for Acer Aspire 4710 @ ALC268 laptop.ariff2007-12-021-0/+3
* Fix a potential bug in pmap :cognet2007-12-021-5/+5
* Move the strongarm-specific files from conf/files.arm to sa11x0/files.sa11xO.cognet2007-12-022-2/+2
* Cleanup : make nexus standard, as it is mandatory anyway.cognet2007-12-0212-328/+1
* Consider the following situation:guido2007-12-021-1/+2
* Close a race.cognet2007-12-022-19/+49
* Add two new sysctls in support of the forthcoming procstat(1) to supportrwatson2007-12-024-3/+434
* Hide a debug printf, NDIS_DEBUG is always defined and we test the sysctl.thompsa2007-12-021-3/+5
OpenPOWER on IntegriCloud