aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* - Add an entry to allow swapping on a vn device (if one is configured).Bill Paul1995-05-121-3/+22
* Add 'rc' lineAndrey A. Chernov1995-05-123-3/+9
* RISCom/8 driverAndrey A. Chernov1995-05-126-0/+3364
* Increased ratio of allowed vnodes on freelist to 1/4th of the total. ThisDavid Greenman1995-05-122-6/+6
* I'm about to jump on the swap-initialization, and having talkedPoul-Henning Kamp1995-05-121-132/+1
* Add some more defines that don't change the genericness of a file.Garrett Wollman1995-05-111-0/+20
* Make `make links' work by leaving swapkernel.c off out of the links processingGarrett Wollman1995-05-113-9/+9
* Fix -Wformat warnings from LINT kernel.Rodney W. Grimes1995-05-1132-89/+113
* Use spc, not spt, DUH! Thanks Bruce!Poul-Henning Kamp1995-05-111-2/+2
* Define _POSIX_VDISABLE so that it can be used in #if expressions.Bruce Evans1995-05-113-7/+7
* Add variable `idelayed' and macros setdelayed() and schedsofttty()Bruce Evans1995-05-116-6/+40
* Move conflicts flag to the end.Jordan K. Hubbard1995-05-111-2/+2
* Add loadandclear(). It atomically loads a value from memory, clears theBruce Evans1995-05-112-2/+24
* Pass me the pointed chapeau - this typo somehow got through my testing.Jordan K. Hubbard1995-05-112-4/+4
* If you config a kernel with 'config kernel swap generic' and try toBill Paul1995-05-112-4/+4
* Remove all vestiges of the ALLOW_CONFLICT_FOO evil and replace it withJordan K. Hubbard1995-05-116-100/+41
* #ifdef'd my Nagel/ACK hack with "TCP_ACK_HACK", disabled by default. I'mDavid Greenman1995-05-112-2/+48
* Delete two debugging printfs that mistakenly crept in.Garrett Wollman1995-05-113-6/+3
* Make networking domains drop-ins, through the magic of GNU ld. (Some day,Garrett Wollman1995-05-1118-100/+147
* Unlock the vnode before sleeping on an OBJ_DEAD object. Should fix Bruce'sDavid Greenman1995-05-101-15/+16
* Changed "handle" from type caddr_t to void *; "handle" is several differentDavid Greenman1995-05-108-19/+19
* Updated routing-socket code from BerkeleyGarrett Wollman1995-05-101-23/+20
* Submitted by: wpaul (with 2 lines moved by rgrimes)Rodney W. Grimes1995-05-102-3/+37
* Submitted by: Mike Pritchard <pritc003@maroon.tc.umn.edu>Bruce Evans1995-05-094-4/+54
* Replaced some bcopy()'s with memcpy()'s so that gcc while inline/optimize.David Greenman1995-05-098-68/+59
* Fix a misspelled constant in tcp_input.c.Andras Olah1995-05-092-4/+4
* Fix -Wformat warnings, still need to do something about %b and pointerRodney W. Grimes1995-05-099-31/+35
* Rewrite the MCD_TRACE macro to be a varargs macro so that the extraneousRodney W. Grimes1995-05-092-36/+50
* Added bounce support for user scsi requests.John Dyson1995-05-091-1/+7
* Cleanup to the INET part of lpt.c.Poul-Henning Kamp1995-05-091-108/+152
* Improved hashinit panic strings.David Greenman1995-05-081-3/+3
* Correction, Jim Lowe is the author... Getting code to work right is farPaul Traina1995-05-081-1/+1
* Update copyright notice to properly reflect that this was original workPaul Traina1995-05-081-1/+2
* sdsize() didn't open a device often enough. This caused swap partitions onBruce Evans1995-05-081-17/+4
* Fix numerous bugs in wdsize().Bruce Evans1995-05-081-15/+7
* Declare dssize().Bruce Evans1995-05-081-1/+3
* Fix reopening of open subdevices for DIOCSYNCSLICEINFO:Bruce Evans1995-05-081-8/+45
* The value -1 is special. Allow it.Jordan K. Hubbard1995-05-081-2/+2
* Make disk.c smart enough to handle disk with "OnTrack Disk manager".Poul-Henning Kamp1995-05-081-7/+17
* Make two "ttyout" ttysleep wmesg uniqueAndrey A. Chernov1995-05-071-3/+4
* Add hook for pstat -tAndrey A. Chernov1995-05-073-3/+9
* Add additional check for IRQ > 15. This code still needs a lot of work!Jordan K. Hubbard1995-05-071-2/+8
* Duh! Get the section number for config(8) right! :)Jordan K. Hubbard1995-05-071-2/+2
* If user specifies IRQ 2, remap it to IRQ 9 with a warning.Jordan K. Hubbard1995-05-071-1/+5
* Fix style inconsistencies in the last few commits.Bruce Evans1995-05-072-60/+56
* Submitted by: john@physiol.su.oz.au (John Mackin)Bruce Evans1995-05-071-28/+32
* Major cleanup up SunOS/VAT driver emulation code, added a BSD style copyrightPaul Traina1995-05-073-123/+193
* Another error in the correction for trimming swap allocation forJohn Dyson1995-05-071-4/+4
* Test the correct nonblocking flag in ttylclose(). IO_NDELAY is only validBruce Evans1995-05-071-2/+2
* Fixed a calculation that would once-in-a-while cause the swap_pagerJohn Dyson1995-05-071-12/+4