summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Made an annoying printf #ifdef SEADEBUGphk1994-10-271-1/+3
* Fix the panic message if init dies to show the exit status.phk1994-10-271-3/+5
* Fix a bug which had crept in (an almost certain panic).phk1994-10-271-70/+23
* Fix compiler warnings.bde1994-10-262-16/+14
* Move definition and initialization of video_mode_pointer to syscons.c.bde1994-10-263-63/+3
* Fix initialization of video_mode_ptr. It only worked if the segmentsbde1994-10-263-27/+96
* Stylistic changes.wollman1994-10-263-6/+12
* Gross hack to make kernel names not starting with '/' start with '/'.jkh1994-10-262-4/+24
* Adjust boot message to conform to reality.jkh1994-10-262-4/+4
* Enable USERCONFIG and document it in LINT.jkh1994-10-265-5/+13
* 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
OpenPOWER on IntegriCloud