aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix spelling.Andrew Thompson2007-12-092-8/+8
* sc->ndis_tq variable is only initialized when a driver module is for wirelessAndrew Thompson2007-12-091-2/+4
* Fix an incorrect FreeBSD version test.Scott Long2007-12-091-1/+1
* Modify locking so that a single version of the driver src can be used on 6.xScott Long2007-12-091-5/+22
* Check for P_WEXIT before PHOLD() on a process in kstack and vm queryRobert Watson2007-12-091-0/+8
* If we are walking the IPv6 header chain and we hit an IPPROTO_NONEDavid Malone2007-12-091-3/+6
* Internal partitions can not be deleted or modified.Marcel Moolenaar2007-12-081-2/+2
* Skip internal partitions in the check for (user) partitions forMarcel Moolenaar2007-12-081-1/+1
* Use 1GB virtual pages to implement the direct map on architectures thatAlan Cox2007-12-081-13/+24
* Recognize architectural support for 1GB virtual pages.Alan Cox2007-12-082-1/+2
* Support new ARC120x family of controllers. Many thanks for Areca's continuedScott Long2007-12-082-617/+1635
* Add support for FS_ZFS.Marcel Moolenaar2007-12-081-0/+7
* Add a file system type for ZFS (FS_ZFS).Marcel Moolenaar2007-12-081-0/+2
* Sync with NetBSD rev 1.101.Marcel Moolenaar2007-12-081-2/+14
* Grrr, remove an unused variable missed in the last commit.Scott Long2007-12-081-1/+0
* Add another RTL8168 revision 3 which is found on RTL8111-GR GigabitPyun YongHyeon2007-12-082-3/+14
* Don't expect a return value from statfs_scale_blocks().Scott Long2007-12-071-3/+1
* Merge from Adaptec a 64 bit fix and a workaround for luns != 0 returningEd Maste2007-12-071-8/+13
* Add family support to allow the driver to attach to new devices thatEd Maste2007-12-073-10/+92
* Add stub functions to unbreak LINT.Joseph Koshy2007-12-074-0/+80
* Add stubs to unbreak LINT.Joseph Koshy2007-12-075-0/+20
* Fix speed report on Intel SATA chips in compat mode.Søren Schmidt2007-12-071-3/+52
* Fix style in previous commit.Olivier Houchard2007-12-071-5/+6
* Preallocate some space to return the scan results, some drivers do not properlyAndrew Thompson2007-12-071-9/+25
* Increment FreeBSD_version to mark the addition of callchain supportJoseph Koshy2007-12-071-1/+1
* Kernel and hwpmc(4) support for callchain capture.Joseph Koshy2007-12-0718-135/+783
* Add padding for anticipated functionalityKip Macy2007-12-077-13/+28
* - More fixes for lock misses on the transfer of data toRandall Stewart2007-12-073-105/+126
* Allow simultaneous opens of the device for issuing commands to theEd Maste2007-12-072-75/+151
* Turn MPASS(0) into panic with more obvious reason why the assertionXin LI2007-12-071-5/+5
* Regen.John Baldwin2007-12-064-10/+26
* Add freebsd32 compat wrappers for msgctl() and __semctl() usingJohn Baldwin2007-12-061-4/+4
* Add freebsd32 compat wrappers for msgctl() and _semctl() usingJohn Baldwin2007-12-062-25/+219
* Move 32-bit SYSV IPC structure definitions into freebsd32_ipc.h.John Baldwin2007-12-062-36/+72
* size_max should be unsigned, as such, use size_t here.Xin LI2007-12-061-1/+1
* Erm, add a missing else, we do not want to increase the mapping counters forOlivier Houchard2007-12-061-1/+1
* Move several data structure definitions out of freebsd32_misc.c and intoJohn Baldwin2007-12-064-83/+94
* Remove more dup'd codeJulian Elischer2007-12-061-21/+0
* remove duped codeJulian Elischer2007-12-061-26/+1
* No need to assert that a == b when we just set a = b.Julian Elischer2007-12-061-1/+0
* Change uint8_t to equivalent base language type and add line break where 80Kip Macy2007-12-061-4/+6
* Add more PCI ID's from Adaptec's driver, including two requestedEd Maste2007-12-061-0/+16
* Simpler version of the previous commit.Dag-Erling Smørgrav2007-12-061-5/+2
* Only attach to a GPT partition if it has the GPT_ENT_TYPE_FREEBSD type.John Baldwin2007-12-061-0/+13
* Respect the fact that the value a may be constant so cast to const uint8_t *Kip Macy2007-12-061-2/+2
* Add a BSD disklabel backend to g_part:Marcel Moolenaar2007-12-067-15/+498
* Add PCI IDs for additional cards:Ed Maste2007-12-061-0/+12
* Hold Giant over the entire execution of the suspend path instead ofNate Lawson2007-12-061-4/+4
* - optimize the initialization of the SB max variables.Randall Stewart2007-12-062-9/+20
* Fix bit macros to work on multi-byte typesKip Macy2007-12-051-4/+4