aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* staticize.Poul-Henning Kamp1995-12-022-54/+54
* Finished (?) cleaning up sysinit stuff.Bruce Evans1995-12-0217-130/+78
* Staticized.Bruce Evans1995-12-023-7/+11
* I fixed this before than committed it on my machine and not on freefall.Julian Elischer1995-12-021-5/+5
* Submitted by: Heikki SuonsivuJulian Elischer1995-12-021-8/+8
* A quick fix for a problem that will go away in a few days anyway..Julian Elischer1995-12-011-2/+2
* Fix minor bug that would cause the packet statistics updates to stopDavid Greenman1995-12-012-48/+150
* remove typoJulian Elischer1995-12-011-2/+1
* Add definition of PROT_NONE=0 for compatibility with SunOS/Solaris/Linux ...Stefan Eßer1995-11-301-1/+2
* Submitted by: jb@cimlogic.com.au (John Birrell)Julian Elischer1995-11-301-2/+2
* Fix support for QIC_3080 drives...it 1/2 worked before.Paul Traina1995-11-302-2/+5
* A pair of really tiny patches that not only allow it all to compileJulian Elischer1995-11-302-7/+7
* Fix my color/attr separation patch.Andrey A. Chernov1995-11-303-9/+9
* Delete obnoxious uprintf()s in load/unload procedures.Garrett Wollman1995-11-2910-30/+10
* GENERIC - Add a commented out line for adding support for IBM ThinkPadNate Williams1995-11-295-2/+12
* Add some comments above the npx0 device to make it even more obviousNate Williams1995-11-293-3/+24
* Fix Pentium CPU rate diagnosis:Garrett Wollman1995-11-2910-89/+91
* Disallow LKM manipulations when in seure mode.Garrett Wollman1995-11-291-17/+11
* Don't staticize again (twice).Bruce Evans1995-11-292-8/+10
* missed one..Julian Elischer1995-11-291-0/+42
* Restored my old changes which were clobbered by the previous commit.Bruce Evans1995-11-291-4/+7
* Removed builtin list of port addresses. The address for sio3Bruce Evans1995-11-293-30/+15
* If you're going to mechanically replicate something in 50 filesJulian Elischer1995-11-2977-149/+202
* #ifdef out nearly the entire file of conf.c when JREMOD is definedJulian Elischer1995-11-294-7/+42
* A test was backwards.Poul-Henning Kamp1995-11-292-4/+6
* 'see" -> "see" (in the comment).Satoshi Asami1995-11-292-4/+4
* OK, that's it..Julian Elischer1995-11-2979-743/+2708
* staticize.Poul-Henning Kamp1995-11-291-42/+42
* Staticized and '#ifdef notused' stuff we don't use.Poul-Henning Kamp1995-11-2918-131/+140
* Add crynwr mode to the lp# interface.Poul-Henning Kamp1995-11-291-4/+2
* Staticize again.Poul-Henning Kamp1995-11-294-12/+12
* A batch of Jim Lowe's patches:Jordan K. Hubbard1995-11-2912-35/+148
* Device driver for Intel Pro/100 PCI Fast Ethernet controller.David Greenman1995-11-285-0/+2627
* Add Lyndon's man page.Joerg Wunsch1995-11-282-1/+67
* oops forgot one..Julian Elischer1995-11-282-2/+70
* the second set of changes in a move towards getting devices to beJulian Elischer1995-11-282-1/+72
* the second set of changes in a move towards getting devices to beJulian Elischer1995-11-2840-32/+1351
* Removed all #includes of the unused file <sys/device.h>.Bruce Evans1995-11-283-6/+3
* Removed bogus __BEGIN_DECS/__END_DECLS.Bruce Evans1995-11-281-3/+1
* After having put on my Asbestos suit, complete the MFS_ROOT part of Terry'sPeter Wemm1995-11-283-46/+67
* Implement read/write to kernel space - I use this for a self-loading/Peter Wemm1995-11-281-11/+16
* Attempt to solve the busy-buffers-on-shutdown caused by MFS once and for all.Peter Wemm1995-11-281-4/+14
* Mainly cosmetic cleanups... It now uses more consistant message reportingPeter Wemm1995-11-286-54/+58
* Implement some rudimentry IPX support...Peter Wemm1995-11-281-2/+18
* Separate colors & attributes as Terry pointsAndrey A. Chernov1995-11-286-222/+444
* Fixed setting of speed B0 - don't output a bogus divisor of 0 and aBruce Evans1995-11-263-15/+27
* Oops, the previous change was missing the declaration of `structBruce Evans1995-11-243-3/+9
* Completed function declarations and/or added prototypes.Bruce Evans1995-11-243-2/+7
* Added bogusly placed extern prototypes for functions that should probablyBruce Evans1995-11-247-0/+24
* Fixed a comment.Bruce Evans1995-11-243-6/+6