summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Make the netboot more tolerant about the config file.phk1995-10-051-4/+9
* Convert ARP to use queue.h macros rather than insque/remque. Whilewollman1995-10-052-21/+21
* Comment out, but don't delete stuff we don't use.phk1995-10-051-6/+18
* remove GCC divsi3 routines which are never used.phk1995-10-055-56/+5
* Change kernel name to make a more unique target for sed.jkh1995-10-051-2/+2
* 1) Fixed irq logic so that it uses the kernel configured irq if it doesn'tdg1995-10-051-5/+20
* Fix pollution of application namespace by declarations of kernelbde1995-10-052-3/+4
* Don't wait for output to drain in pppclose(). Discard output immediatelybde1995-10-051-5/+10
* This upgrades the driver for Cronyx-Sigma multiplexor boardsjkh1995-10-046-366/+716
* I have applied my last changes correcting the bug in dgbselect() to itjkh1995-10-044-204/+92
* Make a whole bunch of PCB variables ints rather than shorts. There appearwollman1995-10-041-16/+16
* find some way of letting a node know where in its parent's directory structurejulian1995-10-042-9/+13
* fix REALLY STUPID bug/typojulian1995-10-041-6/+6
* Add the kernel config file (only for 2.1) that I'll be usingjkh1995-10-041-0/+123
* Submitted by: Juergen Lock <nox@jelal.hb.north.de>julian1995-10-045-31/+155
* Hide the "input/output timeout" messages behind the bootverbose case.joerg1995-10-043-27/+39
* add the file kern_conf.c so it can be compiled in when neededjulian1995-10-042-2/+10
* add the file kern_conf.c so it can be compiled in when neededjulian1995-10-041-1/+38
* add the file kern_conf.c so it con be compiled in when neededjulian1995-10-041-0/+1
* Finish 4.4-Lite-2 merge: randomize TCP initial sequence numberswollman1995-10-036-35/+62
* Make swapgeneric.c compile and (sort of) work again.wpaul1995-10-031-1/+5
* Whoops, I misunderstood this. IRQ *12* is a better GUS default.jkh1995-10-033-9/+9
* Compress manual pages (if desired) in the obj directory ratherwollman1995-10-021-2/+3
* Check for failure to map the interrupt. Not doing so will guarantee thatdg1995-10-022-6/+16
* Fixed bug where wrong thing was being checked for NULL before callingdg1995-10-022-4/+4
* actually compiles.. (previous commit was to just get it into the tree)julian1995-10-021-5/+9
* Obtained from: well it has a relationship with the LKM code..julian1995-10-021-0/+79
* Well..finally..this is the first part..it should take care ofugen1995-10-012-19/+114
* Insert zeroed pages at the head of the zero queue rather than at the tail.dg1995-10-012-4/+4
* Say so if a sense code is vendor specific.dufault1995-10-011-0/+7
* Support the 1542CP by recognizing the new ID. Try to make futuredufault1995-10-011-32/+58
* Two critical bugfixes:dg1995-10-011-61/+61
* Make ATAPI support completely optional - if ATAPI isn't defined, thedg1995-09-301-4/+9
* Bring IDE CDROM support up to latest version (1.8a?) from Serge.jkh1995-09-305-118/+231
* Latest version from Matt Thomas. This version works with the newerdg1995-09-293-497/+1849
* Fix FAT_CURSOR to give scanlines 0-15 instead of (the current start)-15.bde1995-09-281-0/+1
* o Support for CDIOCPREVENT and CDIOCALLOW ioctls that xcdplayerjkh1995-09-283-55/+137
* Back out MTUDISC description per Garrett request, yet not readyache1995-09-273-9/+0
* Document MTUDISCache1995-09-273-3/+12
* Add newline at end of log message and reduce log level to INFO from NOTICE.wollman1995-09-271-2/+2
* if_ze.c was derived from if_ed.c about 42 (!) versions ago. It is nowphk1995-09-263-82/+113
* Add BPF and IP multicast capabilities to the `tun' and `lp' networkwollman1995-09-252-3/+82
* Re-enable read clustering.dyson1995-09-251-3/+3
* Perform more checking for proper loading of the UPAGES when a processdyson1995-09-241-13/+19
* Significantly simplify the fault clustering code. After some analysis bydyson1995-09-241-114/+56
* siostop() is a void function, so don't return a value.dg1995-09-243-9/+9
* Check that the swap block is valid before including it in a cluster.dg1995-09-241-1/+5
* These changes fix a bug in the clustering code that I made worse when addingdyson1995-09-232-10/+71
* Tone down the doom-and-gloom prediction if one enables the si driver..peter1995-09-233-18/+12
* Merge 4.4-Lite-2: update version number (we already have the same fixes).wollman1995-09-221-5/+4
OpenPOWER on IntegriCloud