summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix a whitespace nit.jhb2004-02-121-1/+1
* Give both consumers and providers a {void *private, u_int index} whichphk2004-02-121-1/+8
* Update the prototype for tcpsignature_apply() to reflect the spelling ofbms2004-02-123-5/+5
* style(9) pass; whitespace and comments.bms2004-02-123-40/+48
* Remove an unnecessary initialization that crept in from the code whichbms2004-02-122-4/+2
* MFffs (ffs_vfsops.c 1.227: clean up open mode bandaid). This reducesbde2004-02-123-35/+38
* Fixed some minor style bugs (English usage and formatting of binarybde2004-02-121-12/+13
* Work-in-progress for the 'Kauai' ATA device in Mac notebooks. Thegrehan2004-02-122-0/+191
* Add sys file required for IEEE fp functions.grehan2004-02-121-0/+37
* Reverse lock order by using local variable. This will shut up "acquiringkuriyama2004-02-121-4/+6
* Tidy up makefiles.ru2004-02-128-264/+74
* Remove register keyword and constify tmp values. This fixesgrehan2004-02-121-3/+3
* Always socantsendmore() before deallocating a socket. This, in turn,green2004-02-121-0/+7
* Correct instance of *timeout that should have been timeout.wpaul2004-02-111-1/+1
* kzip(8) is long dead.ru2004-02-111-2/+0
* When reparenting a process to init, make sure that p_sigparent istruckman2004-02-112-0/+2
* Overhaul makefiles.ru2004-02-117-115/+61
* Add yet more bulletproofing. This is to guard against the case thatwpaul2004-02-112-33/+55
* _start.S -> _start.s as the latter is pure asm file.ru2004-02-112-9/+1
* Added g_print_bio() function to print informations about given bio.pjd2004-02-112-0/+35
* Argh! Fix a bogon. lim_cur() was returning the hard (max) limit ratherjhb2004-02-111-1/+1
* Removed more vestiges of vfs_ioopt:bde2004-02-111-38/+4
* Use automatic major number allocation for the nfs4 device instead oftjr2004-02-111-3/+1
* Interrupt statistics, vmstat -i now works.grehan2004-02-115-26/+59
* Un-reserve major 144 (nsmb) now that we are using automatic allocation.tjr2004-02-111-1/+0
* Use automatic major number allocation for nsmb devices.tjr2004-02-112-3/+1
* Clean up header files, which fixes compile warning.grehan2004-02-111-10/+1
* - constify devinfo strings to eliminate compile warninggrehan2004-02-112-18/+18
* (atapi_cb): Reenable automatic retrieve of sense data on error, makingthomas2004-02-111-14/+21
* Fix a typo; left out preprocessor conditional for sigoff variable, whichbms2004-02-111-0/+2
* Get rid of unnecessary use of m4(1) by using cpp(1) instead.ru2004-02-119-1925/+53
* - fix compile warningsgrehan2004-02-112-52/+10
* - fixed trailing whitespace and indentationgrehan2004-02-111-11/+10
* Fix compile warninggrehan2004-02-111-0/+1
* - remove trailing whitespacegrehan2004-02-111-11/+13
* Cleaned up param.h:grehan2004-02-1112-30/+28
* Invalide pcb's fpu cpu # by setting it to INT_MAX, not NULL.grehan2004-02-111-4/+5
* Add sysctl hw.uma_mdpages to track how many pages have been allocatedgrehan2004-02-112-0/+18
* Initial import of RFC 2385 (TCP-MD5) digest support.bms2004-02-1117-4/+424
* Prefer buttons defined in the AML over the ones in the FADT. Somenjl2004-02-113-24/+42
* Correctly create interrupt key for PCI, which is the OpenFirmwaregrehan2004-02-101-11/+17
* Add some bulletproofing: don't allow the ndis_get_info() or ndis_set_info()wpaul2004-02-101-0/+7
* Since loader(8) on SPARC64 is a pure ELF executable (as opposedru2004-02-101-1/+0
* Only reset the phy when it is absolutely required.pdeuskar2004-02-103-59/+113
* Fix a panic in pseudofs(9) that could occur when doing an I/Onectar2004-02-101-0/+5
* Correct a long-standing race condition in the inactive queue scan. (Seealc2004-02-101-0/+15
* Now we have g_topology_assert_not(), so use it to detect deadlocks.pjd2004-02-101-1/+1
* Added macro which will be used to assert, that the topology lock is not held.pjd2004-02-101-0/+6
* Change the kernels definition of NODEV from ((dev_t)-1) to NULL.phk2004-02-101-1/+3
* don't call sbuf_clear() right after sbuf_new(), it is not necessary.phk2004-02-103-6/+0
OpenPOWER on IntegriCloud