summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Increased ratio of allowed vnodes on freelist to 1/4th of the total. Thisdg1995-05-122-6/+6
* I'm about to jump on the swap-initialization, and having talkedphk1995-05-121-132/+1
* Add some more defines that don't change the genericness of a file.wollman1995-05-111-0/+20
* Make `make links' work by leaving swapkernel.c off out of the links processingwollman1995-05-113-9/+9
* Fix -Wformat warnings from LINT kernel.rgrimes1995-05-1132-89/+113
* Use spc, not spt, DUH! Thanks Bruce!phk1995-05-111-2/+2
* Define _POSIX_VDISABLE so that it can be used in #if expressions.bde1995-05-113-7/+7
* Add variable `idelayed' and macros setdelayed() and schedsofttty()bde1995-05-116-6/+40
* Move conflicts flag to the end.jkh1995-05-111-2/+2
* Add loadandclear(). It atomically loads a value from memory, clears thebde1995-05-112-2/+24
* Pass me the pointed chapeau - this typo somehow got through my testing.jkh1995-05-112-4/+4
* If you config a kernel with 'config kernel swap generic' and try towpaul1995-05-112-4/+4
* Remove all vestiges of the ALLOW_CONFLICT_FOO evil and replace it withjkh1995-05-116-100/+41
* #ifdef'd my Nagel/ACK hack with "TCP_ACK_HACK", disabled by default. I'mdg1995-05-112-2/+48
* Delete two debugging printfs that mistakenly crept in.wollman1995-05-113-6/+3
* Make networking domains drop-ins, through the magic of GNU ld. (Some day,wollman1995-05-1118-100/+147
* Unlock the vnode before sleeping on an OBJ_DEAD object. Should fix Bruce'sdg1995-05-101-15/+16
* Changed "handle" from type caddr_t to void *; "handle" is several differentdg1995-05-108-19/+19
* Updated routing-socket code from Berkeleywollman1995-05-101-23/+20
* Submitted by: wpaul (with 2 lines moved by rgrimes)rgrimes1995-05-102-3/+37
* Submitted by: Mike Pritchard <pritc003@maroon.tc.umn.edu>bde1995-05-094-4/+54
* Replaced some bcopy()'s with memcpy()'s so that gcc while inline/optimize.dg1995-05-098-68/+59
* Fix a misspelled constant in tcp_input.c.olah1995-05-092-4/+4
* Fix -Wformat warnings, still need to do something about %b and pointerrgrimes1995-05-099-31/+35
* Rewrite the MCD_TRACE macro to be a varargs macro so that the extraneousrgrimes1995-05-092-36/+50
* Added bounce support for user scsi requests.dyson1995-05-091-1/+7
* Cleanup to the INET part of lpt.c.phk1995-05-091-108/+152
* Improved hashinit panic strings.dg1995-05-081-3/+3
* Correction, Jim Lowe is the author... Getting code to work right is farpst1995-05-081-1/+1
* Update copyright notice to properly reflect that this was original workpst1995-05-081-1/+2
* sdsize() didn't open a device often enough. This caused swap partitions onbde1995-05-081-17/+4
* Fix numerous bugs in wdsize().bde1995-05-081-15/+7
* Declare dssize().bde1995-05-081-1/+3
* Fix reopening of open subdevices for DIOCSYNCSLICEINFO:bde1995-05-081-8/+45
* The value -1 is special. Allow it.jkh1995-05-081-2/+2
* Make disk.c smart enough to handle disk with "OnTrack Disk manager".phk1995-05-081-7/+17
* Make two "ttyout" ttysleep wmesg uniqueache1995-05-071-3/+4
* Add hook for pstat -tache1995-05-073-3/+9
* Add additional check for IRQ > 15. This code still needs a lot of work!jkh1995-05-071-2/+8
* Duh! Get the section number for config(8) right! :)jkh1995-05-071-2/+2
* If user specifies IRQ 2, remap it to IRQ 9 with a warning.jkh1995-05-071-1/+5
* Fix style inconsistencies in the last few commits.bde1995-05-072-60/+56
* Submitted by: john@physiol.su.oz.au (John Mackin)bde1995-05-071-28/+32
* Major cleanup up SunOS/VAT driver emulation code, added a BSD style copyrightpst1995-05-073-123/+193
* Another error in the correction for trimming swap allocation fordyson1995-05-071-4/+4
* Test the correct nonblocking flag in ttylclose(). IO_NDELAY is only validbde1995-05-071-2/+2
* Fixed a calculation that would once-in-a-while cause the swap_pagerdyson1995-05-071-12/+4
* Restructured the floppy tape probe.joerg1995-05-067-33/+53
* Fixed mbuf leak and panic that occurred when packets got too memorydg1995-05-053-202/+640
* Add IPTOS_MINCOST according to RFC 1349ache1995-05-051-2/+3
OpenPOWER on IntegriCloud