aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* '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-45/+66
* 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
* Declared tqdisksort(). <sys/disklabel.h> is the wrong place, butBruce Evans1995-11-243-3/+6
* Completed function declarations and/or added prototypes and/or #includesBruce Evans1995-11-2414-68/+98
* Completed function declarations and/or added prototypes.Bruce Evans1995-11-249-127/+152
* Staticized. Moved some ero-initialized values to the bss.Bruce Evans1995-11-242-16/+26
* Cleaned up prototypes:Bruce Evans1995-11-247-131/+112
* Fixed a bogus name (ifn_en) that was introduced when a type mismatchBruce Evans1995-11-241-4/+4
* Added #include <sys/queue.h>. This will be required when I moveBruce Evans1995-11-242-2/+4
* Undid bogus cleanups. 0 was mistyped as NULL.Bruce Evans1995-11-242-5/+5
* Update the wd.c driver to use the new TAILQ scheme for deviceJohn Dyson1995-11-234-32/+229
* Completed function declarations and added prototypes.Bruce Evans1995-11-2222-369/+462
* Completed function declarations, added prototypes and removed redundantBruce Evans1995-11-219-126/+333
* Completed function declarations, added prototypes and removed redundantBruce Evans1995-11-211-6/+13
* Completed function declarations, added prototypes and removed redundantBruce Evans1995-11-212-16/+76
* Made pci.c compile again. It unfortunately depends on the isa interruptBruce Evans1995-11-212-2/+6
* Completed function declarations and/or added prototypes.Bruce Evans1995-11-2143-142/+223
* Restored static variable `nsio_tty' which is used only by pstat(8). MadeBruce Evans1995-11-213-3/+9
* New file for pccard driver interface declarations.Bruce Evans1995-11-211-0/+22
* Fixed replication error so that this compiles again.Bruce Evans1995-11-211-4/+3
* Make the LKM version compile again.Poul-Henning Kamp1995-11-211-4/+3
* Add and document the hooks for John Hay's Arnet sync driver...Peter Wemm1995-11-215-8/+16
* This driver supports the Arnet SYNC/570i ISA cards that is based on thePeter Wemm1995-11-217-0/+5379
* If a lcp configure request is received in the lcp opened state and itPeter Wemm1995-11-211-23/+27
* Quick fix for stat_imask and intr_mask[8] not having the RTC interruptBruce Evans1995-11-202-2/+4
* Mega commit for sysctl.Poul-Henning Kamp1995-11-2033-821/+334
* Fully prototype physio().Poul-Henning Kamp1995-11-202-6/+6