summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a definition of ddb_regs. ddb_regs is declared as extern inmarcel2002-01-181-5/+2
* Remove the definition of bootverbose. This fixes the link failuremarcel2002-01-181-1/+1
* Declare ddb_regs as extern to avoid creating a tentative definition.marcel2002-01-181-1/+1
* Avoid __func__ string concatenationpeter2002-01-187-25/+25
* MFi386: revision 1.64nyan2002-01-181-3/+1
* Merged from sys/dev/sio/sio.c revisions from 1.360 to 1.362.nyan2002-01-182-4/+12
* MFi386: revision 1.487nyan2002-01-182-0/+2
* MFi386: revision 1.388nyan2002-01-181-0/+1
* Oops, the previous revision (1.35) broke booting from floppiesiedowse2002-01-172-12/+36
* Back out the hack from rev 1.13 that was done to initiate a bus rescanjoerg2002-01-171-35/+8
* Cosmetic fix: Not every machine that uses the sio driver has a BIOS.bmah2002-01-171-1/+1
* Garbage-collect an unused variable left by rev.1.61.bde2002-01-171-3/+1
* Uninlined most of the bloated inline functions in <sys/disklabel.h>. Somebde2002-01-174-54/+27
* Garbage-collect vestiges of disksort(). We now have only one disksort()bde2002-01-173-36/+30
* Changed the type of pcb_flags from u_char to u_int and adjusted things.bde2002-01-176-18/+12
* o Eliminate an unused parameter from aio_fphysio().alc2002-01-171-3/+3
* Don't declare vm_swapout() in the NO_SWAPPING case when it is not defined.bde2002-01-171-6/+4
* While I'm not sure that I like the wording of the BIOS message in theimp2002-01-171-1/+2
* Fix a bug introduced in ffs_snapshot.c -r1.25 and fs.h -r1.26mckusick2002-01-172-4/+4
OpenPOWER on IntegriCloud