summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespace.rgrimes1995-05-3013-58/+58
* Remove trailing whitespace.rgrimes1995-05-302-3/+3
* Remove trailing whitespace.rgrimes1995-05-301-6/+6
* Fix setdumpdev():dg1995-05-292-32/+46
* Fixed some serious bugs that resulted in object reference counts not beingdg1995-05-296-12/+80
* Mount MFS as root RW. Remounting doesn't make sense.phk1995-05-291-2/+1
* Reduce the amount of bss the kzip stuff uses by moving big buffers intophk1995-05-296-236/+32
* Submitted by: dufaultrgrimes1995-05-283-15/+30
* Kill bogus vnode_pager_setsize(). It was being called at the wrong timedg1995-05-281-2/+1
* Increased delay after reset to 10ms. Suggested by several people, the lastdg1995-05-272-4/+4
* Added a fix for a bug which caused the wrong interface to be selecteddg1995-05-271-28/+45
* Update swap and dump stuff to match reality:dg1995-05-273-33/+12
* Fixed bugs in multicast address handling (flag was set in wrong register,dg1995-05-262-532/+854
* Made "NMBCLUSTERS" calculation dynamic and fixed bogus use of "NMBCLUSTERS"dg1995-05-257-25/+13
* Made "NMBCLUSTERS" calculation dynamic and fixed bogus use of "NMBCLUSTERS"dg1995-05-252-4/+26
* 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
OpenPOWER on IntegriCloud