summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Changed some variable names in lf_addblock to make the code bothdg1994-10-251-9/+9
* Allow MAXMEM kernel option to indicate more memory than is detected; itdg1994-10-252-8/+6
* Patch to fix QIC-02/QIC-36 by Gene Stark.swallace1994-10-251-5/+17
* Restricted maximum bufpages to 1500; this is required for machines >64MBdg1994-10-252-10/+8
* Moved initialization of tmpstk so that it immediately follows the kerneldg1994-10-256-21/+51
* Improved I/O error reporting.dg1994-10-251-5/+19
* #if 0'd out the object cache trimming code - there are multiple waysdg1994-10-251-1/+3
* Added sea0 - Seagate driver lines to configsos1994-10-245-7/+16
* Seagate st01/02 driver.sos1994-10-241-0/+1988
* Fixed cut&paste error.wollman1994-10-243-6/+6
* Implement fs.nfs MIB variables.wollman1994-10-238-14/+172
* Don't do suser() check; it's already done in __sysctl().wollman1994-10-231-4/+1
* Finished device configuration database work for all ISA devices (except `ze')wollman1994-10-2353-250/+968
* Fixed object cache trimming policy so it actually works.dg1994-10-231-7/+5
* Adjusted reserved levels to fix a deadlock condition.dg1994-10-231-3/+3
* Only VM_WAIT if curproc != pageproc. A deadlock can occur otherwise.dg1994-10-231-3/+3
* First shot README file for iBCS supportsos1994-10-231-0/+124
* Fixed some video returns.sos1994-10-231-6/+10
* Round down instead of up in 'kerninfo'/ctrl-T stats code. Incorrect outputdg1994-10-231-3/+3
* Changed a thread_sleep into an spl protected tsleep. A deadlock can occurdg1994-10-232-9/+12
* Fixed panic when unmounting floppy msdos filesystems. Problem wasmartin1994-10-232-14/+60
* Contrary to my last commit here: NFS-swap is enabled automatically.phk1994-10-221-1/+15
* This is where the action is. I'm still not sure that swap is 100% OK, butphk1994-10-222-76/+112
* While I debugged this, I quenched the compile warnings from if_ed. no otherphk1994-10-222-28/+38
* Autoconf is the one to realize that we are booted disk-less and start thephk1994-10-225-11/+39
* NFS-diskless works. Look in sys/i386/boot/netboot for some of thephk1994-10-222-2/+4
* Found one of the show-stoppers in netboot...phk1994-10-221-2/+2
* Make the diagnostics a little more useful.phk1994-10-221-2/+3
* I belive imgact_gzip is finally reentrant. It is also a whole lot morephk1994-10-223-1149/+1012
* Add tw.c for the X10 driver.jkh1994-10-221-0/+990
* Some cosmetics in printfs mostly.phk1994-10-222-8/+19
* Fixed a comment from the previous commit.dg1994-10-221-4/+4
* Restrict fs_maxfilesize to 2^40, and check against this in ffs_truncate().dg1994-10-222-5/+8
* Various changes to allow operation without any swapspace configured. Notedg1994-10-223-13/+75
* The wdprobe was too picky.phk1994-10-221-2/+2
* From: hosokawa@mt.cs.keio.ac.jp (HOSOKAWA Tatsumi)jkh1994-10-211-0/+21
* Checking for timeout at several critical calls to ``out_fdc()'' now,joerg1994-10-213-42/+168
* ATTENTION!phk1994-10-211-9/+4
* Bug fixes from John Brezak.wollman1994-10-211-3/+3
* Make my ALLDEVS kernel compile (basically, LINT minus a lot of options).wollman1994-10-2110-29/+30
* Make my ALLDEVS kernel compile (basically, LINT minus a lot of options).wollman1994-10-213-3/+12
* LINT: vastly restructured so that it's actually useful for somethingwollman1994-10-216-441/+1098
* Addedpaul1994-10-203-6/+9
* According to a quick reading of sources, one experiment and Bruce's word:phk1994-10-208-29/+29
* Actually implement the functionality documented in sysctl.h for type CTL_FS.wollman1994-10-202-2/+16
* A missing bit from Peter Dufaults patches, as best I could guess...phk1994-10-203-3/+66
* Bruce told me to: Make uha0 use irq ?phk1994-10-207-14/+14
* Peter Dufaults comconsole changes.phk1994-10-2015-67/+92
* Don't check for IRQ conflicts before probing the device, so thatbde1994-10-192-8/+2
* Clean up previous commit.bde1994-10-193-9/+9
OpenPOWER on IntegriCloud