summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add some hooks visible from outside via nlist, so pstat can read the ttypeter1995-09-222-10/+16
* Merge 4.4-Lite-2: always check the UDP checksum if it is present, evenwollman1995-09-221-5/+5
* New approach to the PCI bus configuration mechanism probe problem:se1995-09-226-300/+378
* Remove the "Danger will robinson!" printf's at the start. I'm pretty happypeter1995-09-222-18/+2
* Fix BPf to generate a header mbuf for writes.wollman1995-09-224-42/+59
* Correct spelling error in MTUDISC code.wollman1995-09-222-4/+4
* Remove duplicate definition for tcps_persistdrop, as added by davidg somepeter1995-09-221-2/+1
* Shit! I changed the wrong doclusterread! ...Thanks to Steven Wallace anddg1995-09-221-2/+2
* Disable file read clustering until the bug(s) in vfs_cluster.c are fixed.dg1995-09-221-2/+2
* Merge with 4.4-Lite-2: fix bug that caused getsockopt of IP_HDRINCLwollman1995-09-211-15/+15
* Merge 4.4-Lite-2 by updating the version number.wollman1995-09-212-4/+4
* Merge 4.4-Lite-2: update some declarations that we don't support anyway.wollman1995-09-211-4/+4
OpenPOWER on IntegriCloud