summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Removed check for sw_dev == NODEV; this is a normal condition for swapdg1995-05-251-3/+2
* Fixed panic that resulted from mmaping files in kernfs and procfs. Adg1995-05-258-71/+20
* This should fix PR 438. Apparently I never tested disklabel on the blockdg1995-05-241-1/+4
* Enclosed is a patch for if_ze.c which will allow it to operate withdg1995-05-241-2/+7
* There are two serious bugs in if_de.c. The first should not matterdg1995-05-222-6/+8
* Print the address associated with an examine. Changed db_maxoff todg1995-05-222-13/+6
* Fixed bug in bpf/multicast support that caused multicast packets to getdg1995-05-222-14/+10
* Changes to fix the following bugs:dg1995-05-2111-106/+325
* Fixed problem with "char" cursor..sos1995-05-213-6/+18
* Now I could finally test this change: bad144 is now relative to thephk1995-05-211-4/+4
* NFS diskless operation was broken because swapdev_vp wasn't initialized.dg1995-05-196-19/+24
* Make the "information" slice printfs if(bootverbose).phk1995-05-182-20/+26
* Added "BROKEN_KEYBOARD_RESET" option to disable using the keyboard resetdg1995-05-185-5/+23
* Fixed a bug that managed to slip in during Poul's dynamic swap partitiondg1995-05-181-17/+11
* Accessing pages beyond the end of a mapped file results in internaldg1995-05-185-26/+37
* Changed read_csr and write_csr to static so that they don't clashdg1995-05-172-4/+4
* 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
OpenPOWER on IntegriCloud