summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make sio device probe messages less misleading, for the case thatbmah2002-01-171-1/+4
* Allow alpha kernels to compile again- make sure opt_ddb.h is includedmjacob2002-01-173-2/+6
* pid is 'long' on alpha.mjacob2002-01-171-2/+2
* Forgot one part of the VLAN support for the dc(4) driver.ambrisko2002-01-162-0/+4
* Fix giant handling in pwrite(2), I forgot to release it when finishingalfred2002-01-161-1/+2
* Add VLAN for the dc(4) driver (ie long frame). The patch is 2 parts.ambrisko2002-01-162-24/+52
* Add extern to avoid sloppy common style declarations.jake2002-01-161-2/+2
* Make `options NETATALK' compile after the -fno-common changes.iedowse2002-01-163-2/+6
* - Attempt to help declutter kern. sysctl by moving security out fromarr2002-01-165-17/+18
* Put write on read-only filesystem panic after we have weeded outmckusick2002-01-161-2/+2
* Change <b28> to HTT (Hyperthreading technology). If this flag is set thenpeter2002-01-162-6/+6
* fix typo, there's uap, just fdalfred2002-01-161-1/+1
* Ensure that we set all the %cr0 bits to a known state for the AP's beforepeter2002-01-166-0/+60
* Revise the nfsiod auto tuning code. Now both the upper and lower limitspeter2002-01-153-22/+87
* better namespsace of static functionsimp2002-01-151-5/+9
* o Sync the device list with OLDCARD.imp2002-01-151-51/+46
* Bump the limits for determining if we've held a spinlock too long as theyjhb2002-01-152-4/+4
* - Catch up printtrap() to KSE by using curthread and testing it againstjhb2002-01-151-5/+9
* When downgrading a filesystem from read-write to read-only, operationsmckusick2002-01-155-10/+24
* Make PCI_ALLOW_UNSUPPORTED_IO_RANGE an option until the ISA addressimp2002-01-152-0/+6
OpenPOWER on IntegriCloud