summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Declare rsvp_input() to take the correct set of arguments and figure outwollman1995-07-241-5/+12
* Slightly better fix than previous revision.dfr1995-07-242-8/+6
* Completely turn off RSVP intercept when a socket being used for that purposewollman1995-07-241-1/+2
* Fix a problem which appeared to truncate a file to the nearest block boundarydfr1995-07-242-4/+6
* Panic if no object in biodone. Slightly optimized allocbuf() again.dg1995-07-241-5/+3
* Use the same method to determine the time that the processmpp1995-07-231-4/+2
* Added some additional diagnostic information output when panicing indg1995-07-231-3/+3
* Fixed two cases where some parans were missing, resulting in some bogusdg1995-07-231-18/+16
* Added $Id$.dg1995-07-233-0/+6
* Fix clean rule to remove remove everything that isn't created by configbde1995-07-223-9/+12
* Fix clean rule for aic7xxx_asm.bde1995-07-222-4/+4
* this avaids the "lineoverflow" which you'll always get at 80 columnjoerg1995-07-221-2/+2
* Obtained from: partly from ancient patches of mine via 1.1.5bde1995-07-2213-82/+69
* Remove vat_audio driver support here too.bde1995-07-221-29/+11
* Correct my cut-'n-paste job from ffs_vfsops.c and fix up the formattingdg1995-07-222-28/+12
* Move the inline code for waking up writers to a new functionbde1995-07-2217-155/+59
* Obtained from: partly from ancient patches of mine via 1.1.5bde1995-07-218-70/+21
* Obtained from: partly from ancient patches by ache and me via 1.1.5bde1995-07-215-38/+45
* Obtained from: partly from an ancient patch of mine via 1.1.5bde1995-07-211-1/+3
* Obtained from: partly from anancient patch of mine via 1.1.5bde1995-07-211-3/+11
* Obtained from: partly from an ancient patch of mine via 1.1.5bde1995-07-214-13/+12
* Since ufs_ihashget can block, the lock must be checked for each timedg1995-07-211-14/+8
* Obtained from: an ancient patch of mine via 1.1.5bde1995-07-211-3/+11
* Add to TODO list and move it to near the top of the file.bde1995-07-211-18/+29
* Obtained from: ancient usenet posting as applied to 1.1.5bde1995-07-211-2/+2
* Implemented an nfs_node hash list lock, similar to what was implementeddg1995-07-212-2/+62
* Re-lookup the buffer if the vnode isn't locked. The previous check fordg1995-07-211-4/+2
* Implement a lock in ffs_vget to prevent a race condition where two processesdg1995-07-211-4/+34
* Remove vat_audio driver supportpst1995-07-202-4/+2
* vnode_pager_alloc() never returns NULL, so don't check for it.dg1995-07-205-15/+10
* #if 0'd one of the DIAGNOSTIC checks in vm_page_alloc(). It was toodg1995-07-201-1/+3
* Rewrote memory sizing code to generally deal with holes in extended memory.dg1995-07-194-100/+202
* Change the compile-time option of DIRECTED_BROADCAST into a sysctlpeter1995-07-182-7/+13
* Allow the specification of the controller bus when wiring down scsi buses.gibbs1995-07-172-32/+54
* Specify the controller bus in the scsi_link structure to allow hardwiredgibbs1995-07-171-2/+3
* Add examples for wiring down scbuses to drivers as well as specifyinggibbs1995-07-173-18/+30
* Return EDESTADDRREQ rather than EADDRNOTAVAIL if the user attempts towollman1995-07-171-2/+2
* Fixed "bufspace" calculation. It was lossy in some circumstances of thedg1995-07-171-14/+5
* Added crdselect definition for !NCRD case.dg1995-07-161-1/+2
* This fixes a compiler warning, and a cosmetic problem with the linuxpeter1995-07-163-18/+6
* 1) Merged swpager structure into vm_object.dg1995-07-164-172/+134
* Reviewed by: phkphk1995-07-164-6/+42
* Make the bootinfo structure visible from sysctl.phk1995-07-164-6/+16
* Include ``options POWERFAIL_NMI'' for owners of older (non-apm)joerg1995-07-166-18/+138
* Protect TTYHOG by #ifndef so it can be overridden from the configjoerg1995-07-161-1/+3
* There is a small bug in the cd9660 code that prevents stating ofjoerg1995-07-162-2/+4
* Don't include <sys/tty.h> in drivers that aren't tty drivers or in generalbde1995-07-1614-25/+16
* Fix compiler warnings (systm.h wasn't included).bde1995-07-162-1/+7
* Do not set SCSI_NOSLEEP on every tape command (the exception being duringgibbs1995-07-161-2/+2
* Add tw.bde1995-07-163-6/+15
OpenPOWER on IntegriCloud