summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add a stub for softdep_request_cleanup() so that compilation withoutmckusick2002-01-231-0/+9
* Add missing destroy_dev().wes2002-01-232-20/+26
* Remove bogus _POSIX_ACL_PATH_MAX definition.green2002-01-221-1/+0
* The ENDPTS_EQ macro was comparing the one of the fports to itself. Fix.jlemon2002-01-221-1/+1
* Initialize the sysctl_ctx list early, which avoids a panic in case otherjlemon2002-01-221-1/+1
* Fixed bug in calculation of amount of file to send when nbytes !=0 anddg2002-01-221-3/+6
* In certain cases sbuf_printf() and sbuf_vprintf() could mistakelyphk2002-01-221-1/+1
* Tiny style change. Whitespace only change.keramida2002-01-221-1/+1
* This patch fixes a long standing complaint with soft updates inmckusick2002-01-223-10/+64
* Don't read the sigcontext pointer directly from userspace. If the processgallatin2002-01-221-6/+14
* List bit 18 (reserved, apparently present on thunderbird cpus)peter2002-01-222-4/+4
* Gah! last commit botched indentation, fix indentation and some otherphk2002-01-211-122/+122
* Restructure slightly, eliminating some repetitive source lines andphk2002-01-211-77/+34
* - Check the address family of the destination cached in a PCB.ume2002-01-212-4/+12
* - Check the address family of a cached destination, in case ofume2002-01-211-1/+4
* RFC1122 requires that addresses of the form { 127, <any> } MUST NOTru2002-01-211-1/+11
* Fix a typo in a comment field.mpp2002-01-211-1/+1
* Merge from NetBSD:joe2002-01-212-18/+17
* Merge from NetBSD:joe2002-01-212-4/+12
* Merge from NetBSD:joe2002-01-211-2/+10
* Merge from NetBSD:joe2002-01-211-2/+8
* Merge from NetBSD:joe2002-01-212-2/+25
* Allow dump device be configured as early as possible using loader(8) tunable.sobomax2002-01-213-0/+18
* Add support for Linksys WDT11 PCI adaptors.brooks2002-01-211-0/+1
* Remove some unused code, in line with NetBSD's version.joe2002-01-201-18/+0
* Merge from NetBSD:joe2002-01-201-1/+16
* Merge from NetBSD:joe2002-01-202-2/+41
* use mutex pools for "struct file" locking.alfred2002-01-202-7/+6
* use mutex pool mutexes for uidinfo locking.alfred2002-01-202-16/+19
* Merge from NetBSD:joe2002-01-202-49/+162
* o Remove the unused vestiges of JOBST_JOBQPROC andalc2002-01-201-15/+1
* Merge from NetBSD:joe2002-01-202-22/+23
* Correct the majors entry for 'iir'. 163 is vacated now.msmith2002-01-201-2/+2
* Add the 'iir' driver, for the Intel Integrated RAID controllers andmsmith2002-01-2011-0/+3612
* ICP have been acquired by Intel, and their driver is now the Intelmsmith2002-01-201-1/+1
* The Libretto L series has no $PIR table, but does have a _PIR table.imp2002-01-203-39/+66
* o Revision 1.99 ("KSE Milestone 2") left the aio daemonsalc2002-01-201-2/+2
* Lock the caller process if the pid passed to getsid() or getpgid()tanimura2002-01-191-4/+6
* For getsid(), return the sid stored in struct session. This preventstanimura2002-01-191-1/+1
* Make compile, remove extra fdrop() calls.alfred2002-01-191-3/+1
* make compile, add missing { and variable declaration.alfred2002-01-191-2/+2
* Semi-backout previous fgetvp change, we need the struct file pointeralfred2002-01-191-7/+11
* Remove 'VXLOCK: interlock avoided' warnings. This can now occur in normaldillon2002-01-192-0/+6
* undo a bit of the Giant pushdown.alfred2002-01-191-5/+9
* Explain that the admin can safely power down the system as well asnik2002-01-181-1/+2
* Cut more than 500 bytes off the size of the alpha boot1 by addingiedowse2002-01-181-0/+10
* Change ich_calibrate to busy wait on buffer fill level and use a moreorion2002-01-181-40/+77
* Introduce an interface announcement message for the routingru2002-01-184-0/+55
* Invert the test of sx_xholder for SX_LOCKED. We need to warn if atanimura2002-01-181-3/+3
* Added kgzldr for pc98.nyan2002-01-183-1/+156
OpenPOWER on IntegriCloud