aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Allow dump device be configured as early as possible using loader(8) tunable.Maxim Sobolev2002-01-213-0/+18
* Add support for Linksys WDT11 PCI adaptors.Brooks Davis2002-01-211-0/+1
* Remove some unused code, in line with NetBSD's version.Josef Karthauser2002-01-201-18/+0
* Merge from NetBSD:Josef Karthauser2002-01-201-1/+16
* Merge from NetBSD:Josef Karthauser2002-01-202-2/+41
* use mutex pools for "struct file" locking.Alfred Perlstein2002-01-202-7/+6
* use mutex pool mutexes for uidinfo locking.Alfred Perlstein2002-01-202-16/+19
* Merge from NetBSD:Josef Karthauser2002-01-202-49/+162
* o Remove the unused vestiges of JOBST_JOBQPROC andAlan Cox2002-01-201-15/+1
* Merge from NetBSD:Josef Karthauser2002-01-202-22/+23
* Correct the majors entry for 'iir'. 163 is vacated now.Mike Smith2002-01-201-2/+2
* Add the 'iir' driver, for the Intel Integrated RAID controllers andMike Smith2002-01-2011-0/+3612
* ICP have been acquired by Intel, and their driver is now the IntelMike Smith2002-01-201-1/+1
* The Libretto L series has no $PIR table, but does have a _PIR table.Warner Losh2002-01-203-39/+66
* o Revision 1.99 ("KSE Milestone 2") left the aio daemonsAlan Cox2002-01-201-2/+2
* Lock the caller process if the pid passed to getsid() or getpgid()Seigo Tanimura2002-01-191-4/+6
* For getsid(), return the sid stored in struct session. This preventsSeigo Tanimura2002-01-191-1/+1
* Make compile, remove extra fdrop() calls.Alfred Perlstein2002-01-191-3/+1
* make compile, add missing { and variable declaration.Alfred Perlstein2002-01-191-2/+2
* Semi-backout previous fgetvp change, we need the struct file pointerAlfred Perlstein2002-01-191-7/+11
* Remove 'VXLOCK: interlock avoided' warnings. This can now occur in normalMatthew Dillon2002-01-192-0/+6
* undo a bit of the Giant pushdown.Alfred Perlstein2002-01-191-5/+9
* Explain that the admin can safely power down the system as well asNik Clayton2002-01-181-1/+2
* Cut more than 500 bytes off the size of the alpha boot1 by addingIan Dowse2002-01-181-0/+10
* Change ich_calibrate to busy wait on buffer fill level and use a moreOrion Hodson2002-01-181-40/+77
* Introduce an interface announcement message for the routingRuslan Ermilov2002-01-184-0/+55
* Invert the test of sx_xholder for SX_LOCKED. We need to warn if aSeigo Tanimura2002-01-181-3/+3
* Added kgzldr for pc98.Yoshihiro Takahashi2002-01-183-1/+156
* Add a definition of ddb_regs. ddb_regs is declared as extern inMarcel Moolenaar2002-01-181-5/+2
* Remove the definition of bootverbose. This fixes the link failureMarcel Moolenaar2002-01-181-1/+1
* Declare ddb_regs as extern to avoid creating a tentative definition.Marcel Moolenaar2002-01-181-1/+1
* Avoid __func__ string concatenationPeter Wemm2002-01-187-25/+25
* MFi386: revision 1.64Yoshihiro Takahashi2002-01-181-3/+1
* Merged from sys/dev/sio/sio.c revisions from 1.360 to 1.362.Yoshihiro Takahashi2002-01-182-4/+12
* MFi386: revision 1.487Yoshihiro Takahashi2002-01-182-0/+2
* MFi386: revision 1.388Yoshihiro Takahashi2002-01-181-0/+1
* Oops, the previous revision (1.35) broke booting from floppiesIan Dowse2002-01-172-12/+36
* Back out the hack from rev 1.13 that was done to initiate a bus rescanJoerg Wunsch2002-01-171-35/+8
* Cosmetic fix: Not every machine that uses the sio driver has a BIOS.Bruce A. Mah2002-01-171-1/+1
* Garbage-collect an unused variable left by rev.1.61.Bruce Evans2002-01-171-3/+1
* Uninlined most of the bloated inline functions in <sys/disklabel.h>. SomeBruce Evans2002-01-174-54/+27
* Garbage-collect vestiges of disksort(). We now have only one disksort()Bruce Evans2002-01-173-36/+30
* Changed the type of pcb_flags from u_char to u_int and adjusted things.Bruce Evans2002-01-176-18/+12
* o Eliminate an unused parameter from aio_fphysio().Alan Cox2002-01-171-3/+3
* Don't declare vm_swapout() in the NO_SWAPPING case when it is not defined.Bruce Evans2002-01-171-6/+4
* While I'm not sure that I like the wording of the BIOS message in theWarner Losh2002-01-171-1/+2
* Fix a bug introduced in ffs_snapshot.c -r1.25 and fs.h -r1.26Kirk McKusick2002-01-172-4/+4
* Make sio device probe messages less misleading, for the case thatBruce A. Mah2002-01-171-1/+4
* Allow alpha kernels to compile again- make sure opt_ddb.h is includedMatt Jacob2002-01-173-2/+6
* pid is 'long' on alpha.Matt Jacob2002-01-171-2/+2