summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add family support to allow the driver to attach to new devices thatemaste2007-12-073-10/+92
* Add stub functions to unbreak LINT.jkoshy2007-12-074-0/+80
* Add stubs to unbreak LINT.jkoshy2007-12-075-0/+20
* Fix speed report on Intel SATA chips in compat mode.sos2007-12-071-3/+52
* Fix style in previous commit.cognet2007-12-071-5/+6
* Preallocate some space to return the scan results, some drivers do not properlythompsa2007-12-071-9/+25
* Increment FreeBSD_version to mark the addition of callchain supportjkoshy2007-12-071-1/+1
* Kernel and hwpmc(4) support for callchain capture.jkoshy2007-12-0718-135/+783
* Add padding for anticipated functionalitykmacy2007-12-077-13/+28
* - More fixes for lock misses on the transfer of data torrs2007-12-073-105/+126
* Allow simultaneous opens of the device for issuing commands to theemaste2007-12-072-75/+151
* Turn MPASS(0) into panic with more obvious reason why the assertiondelphij2007-12-071-5/+5
* Regen.jhb2007-12-064-10/+26
* Add freebsd32 compat wrappers for msgctl() and __semctl() usingjhb2007-12-061-4/+4
* Add freebsd32 compat wrappers for msgctl() and _semctl() usingjhb2007-12-062-25/+219
* Move 32-bit SYSV IPC structure definitions into freebsd32_ipc.h.jhb2007-12-062-36/+72
* size_max should be unsigned, as such, use size_t here.delphij2007-12-061-1/+1
* Erm, add a missing else, we do not want to increase the mapping counters forcognet2007-12-061-1/+1
* Move several data structure definitions out of freebsd32_misc.c and intojhb2007-12-064-83/+94
* Remove more dup'd codejulian2007-12-061-21/+0
* remove duped codejulian2007-12-061-26/+1
* No need to assert that a == b when we just set a = b.julian2007-12-061-1/+0
* Change uint8_t to equivalent base language type and add line break where 80kmacy2007-12-061-4/+6
* Add more PCI ID's from Adaptec's driver, including two requestedemaste2007-12-061-0/+16
* Simpler version of the previous commit.des2007-12-061-5/+2
* Only attach to a GPT partition if it has the GPT_ENT_TYPE_FREEBSD type.jhb2007-12-061-0/+13
* Respect the fact that the value a may be constant so cast to const uint8_t *kmacy2007-12-061-2/+2
* Add a BSD disklabel backend to g_part:marcel2007-12-067-15/+498
* Add PCI IDs for additional cards:emaste2007-12-061-0/+12
* Hold Giant over the entire execution of the suspend path instead ofnjl2007-12-061-4/+4
* - optimize the initialization of the SB max variables.rrs2007-12-062-9/+20
* Fix bit macros to work on multi-byte typeskmacy2007-12-051-4/+4
* Fix a use-after-free.philip2007-12-051-2/+1
* Plug two potential (root-only, local) information leaks. buf is notphilip2007-12-052-8/+8
* - 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
OpenPOWER on IntegriCloud