summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Reviewed by: phkbde1995-05-171-1/+1
* Reviewed by: phkbde1995-05-171-0/+2
* Fixes to the aic7xxx sequencer code and device driver from Justin Gibbs:dg1995-05-173-60/+117
* Changed relase number in snake_saver.c from 2.1 to 2.0.5sos1995-05-162-4/+4
* Changes to support the "new" bad144. Adds a "BADSCAN" ioctl and support.dg1995-05-164-7/+21
* These diffs modify the behaviour of multicast clients to conform with thedg1995-05-161-8/+5
* Fixed route reference count bug that squirmed in during the thedg1995-05-151-2/+2
* Removed unnecessary extern declaration that was causing compiler warnings.dg1995-05-151-2/+1
* Removed extraneous comma.dg1995-05-153-6/+6
* Fixed incompleteness that would allow dirty filesystems to get mounteddg1995-05-153-9/+25
* From Bruce Evans:dg1995-05-151-2/+3
* Added apersand constraint to make sure that the source and destinationdg1995-05-142-4/+4
* Prototype for madvise() is missing from sys/mman.hnate1995-05-141-1/+2
* Fix declaration of palette[] so that fade saver doesn't cause panics.bde1995-05-141-1/+1
* After carefully reading three reference documents, and analyzingdg1995-05-142-8/+8
* Changed swap partition handling/allocation so that it doesn'tdg1995-05-1418-302/+118
* "1 easy fix in 10 excrutiating steps"jkh1995-05-132-4/+4
* Only use card's soft-configured irq if no irq was specified in the kerneldg1995-05-122-10/+14
* pread/pwrite() should be static.dg1995-05-121-3/+3
* Fix getsockopt(IP_ACCT_*) to not panic kernelache1995-05-121-3/+2
* The death of `options NODUMP'. Now the dump area can be dynamicallywollman1995-05-128-27/+81
* - Add an entry to allow swapping on a vn device (if one is configured).wpaul1995-05-121-3/+22
* Add 'rc' lineache1995-05-123-3/+9
* RISCom/8 driverache1995-05-126-0/+3364
* 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
OpenPOWER on IntegriCloud