summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Improve PAL support and fix mux selector values.Eivind Eklund1997-10-304-64/+208
* Securelevel and formatting fixes, and trapframe simplification.KATO Takenori1997-10-302-20/+18
* First cut at supporting multi-CD CDROM drives (changers).Søren Schmidt1997-10-293-74/+225
* - Make sure we include <sys/kernel.h> to pick up the definitions of DATA_SET()Nate Williams1997-10-292-2/+4
* Implement linux_iopl and linux_nice.KATO Takenori1997-10-295-33/+65
* Sync with sys/i386/isa/if_ed.c revision 1.126.KATO Takenori1997-10-291-1/+2
* Synchronize with sys/i386/i386/microtime.s revision 1.34.KATO Takenori1997-10-291-3/+1
* didn't even know fddi had the atalk support.Julian Elischer1997-10-291-4/+2
* The previous change added a use of the DATA_SET macro, but forgotJohn Polstra1997-10-292-2/+4
* Fix various problems with netatalk kernel support.Julian Elischer1997-10-296-99/+211
* - More style nits (sorry, I should have done this last time).Nate Williams1997-10-281-10/+10
* - Style nit.Nate Williams1997-10-281-20/+20
* Remove the long description from the in-kernel datastructure.Poul-Henning Kamp1997-10-282-4/+9
* Fix bugs from my previous commitGuido van Rooij1997-10-281-4/+4
* - Disable cards when doing a suspend by emulating that they have beenNate Williams1997-10-283-10/+13
* Removed unused #includes.Bruce Evans1997-10-2870-267/+67
* Synchronize with sys/i386/isa/npx.c and clock.c revisions 1.53 andKATO Takenori1997-10-284-8/+20
* Synchronize with sys/i386/conf/files.i386 revision 1.178.KATO Takenori1997-10-282-4/+4
* Don't #include <nfs/nfs.h> in <nfs/nfs_node.h> if KERNEL is defined.Bruce Evans1997-10-2810-18/+20
* This depends on option TCP_DEBUG for some reason, so includeBruce Evans1997-10-281-1/+4
* Don't include <machine/cputypes.h> or declare cputype/class interfacesBruce Evans1997-10-2814-66/+86
* Implement linux_semop, linux_semget and linux_semctl.KATO Takenori1997-10-284-10/+292
* Fixed style bugs in open() fix.Bruce Evans1997-10-282-8/+10
* Synchronize with sys/i386/conf/GENERIC revision 1.100.KATO Takenori1997-10-282-4/+2
* Use the new "mandatory" keyword for the npx driver.Joerg Wunsch1997-10-282-4/+4
* Removed another comment about not-so-mandatory devices i've missed inJoerg Wunsch1997-10-283-6/+6
* Remove the stale `log' non-pseudodevice.Joerg Wunsch1997-10-286-39/+18
* Use a MODE SELECT command to reset the block size, instead of calling theJean-Marc Zucconi1997-10-271-13/+33
* When dosourcerouting is set do not sourceoute....Guido van Rooij1997-10-271-1/+4
* Moved declaration of etext from <machine/md_var.h> to <machine/cpu.h>Bruce Evans1997-10-279-22/+17
* Oops, <machine/psl.h> is used unconditionally in -current.Bruce Evans1997-10-273-9/+3
* Cleaned up #includes.Bruce Evans1997-10-273-48/+51
* KNFize rev.1.31.Bruce Evans1997-10-272-8/+12
* Use unique sleep message strings.Bruce Evans1997-10-272-8/+6
* Use 127 instead of CHAR_MAX for the limit on the sequence count. TheBruce Evans1997-10-271-18/+17
* Use bread() instead of cluster_read() for reading the last blockBruce Evans1997-10-272-4/+4
* Removed unused #includes. The need for most of them went away withBruce Evans1997-10-2724-69/+25
* Forward declare precisely the structs that are actually used in this header.Bruce Evans1997-10-271-7/+9
* Synchronize with sys/i386/isa/sio.c revision 1.187.KATO Takenori1997-10-272-130/+68
* Synchronize with sys/i386/isa/if_fe.c revision 1.32.KATO Takenori1997-10-271-95/+56
* Synchronize with sys/i386/isa/if_ed.c revision 1.125.KATO Takenori1997-10-271-77/+32
* Synchronize with sys/i386/isa/syscons.c revision 1.236.KATO Takenori1997-10-271-4/+3
* Synchronize with sys/i386/conf/GENERIC and majors.i386 revisions 1.99KATO Takenori1997-10-273-10/+10
* Move the EP_ID_PORT out to 0x110, so it doesn't conflict with other portJoerg Wunsch1997-10-272-4/+32
* Bump MAXDSIZ to 512MB so that soft limits have a chance to actuallyJordan K. Hubbard1997-10-272-4/+4
* Check to see if the pv_limits are initialized before checking.John Dyson1997-10-272-4/+6
* Fix a comment about multicast; since the Etherlink III has noBill Fenner1997-10-272-8/+14
* - Instead of relying on a functional call to register PCARD-capable drivers,Nate Williams1997-10-2613-92/+45
* I guess nobody uses ext2fs in current ?Poul-Henning Kamp1997-10-262-0/+2
* - Patch the 'skeleton' example driver to be more consistant with the newNate Williams1997-10-261-40/+28