summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Add userconfig.jkh1994-10-262-2/+4
* Add my user configuration utility - userconfig().jkh1994-10-261-0/+429
* Invoke userconfig() if kernel compiled with options USERCONFIG andjkh1994-10-262-4/+10
* Remove the code for asking for a filesystem floppy. We don't needjkh1994-10-262-46/+4
* Remove RB_ASKFS again - to make this meaningful we'd need to invest injkh1994-10-261-2/+1
* Add RB_ASKFSjkh1994-10-261-1/+2
* Add RB_CONFIG.jkh1994-10-261-1/+2
* Add RB_CONFIG flag.jkh1994-10-262-2/+6
* I'm going to nuke strtol() for now. Now I need strncmp() and ratherjkh1994-10-261-2/+2
* Fix two very minor nits, one of which caused a warning (no return type forjkh1994-10-262-4/+6
* When all else fails, try to use "/stand/sysinstall" as "init" process. Thephk1994-10-261-1/+2
* Fixed a couple of wrong printfs (too few arguments supplied). Also zappedphk1994-10-265-28/+29
* Modified fifth parameter (imask) to register_intr() according tose1994-10-253-15/+6
* BEWARE: Interface change of register_intr() !se1994-10-253-10/+12
* BEWARE: Interface change of register_intr() !se1994-10-255-15/+35
* Patch for proper multicast support on point-to-point links.swallace1994-10-251-3/+5
* Never strip the kernel.bde1994-10-253-120/+48
* Added decoding of chipset registers for Pentium 90/100 CPUs.se1994-10-252-12/+12
* Use the correct macro for deciding whether syscons' variables shouldbde1994-10-253-24/+33
* Add strtol() to libkern in support of some other work I'm doing.jkh1994-10-252-3/+131
* 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
OpenPOWER on IntegriCloud