aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* 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-97/+58
* 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
* VFS interior redecoration.Poul-Henning Kamp1997-10-2629-564/+302
* Remade syscalls.master derived files.Poul-Henning Kamp1997-10-265-49/+7
* Add "NOIMPL" for syscalls we know what is, but don't implement as "STD".Poul-Henning Kamp1997-10-262-18/+21
* Simplify the lease_check stuff.Poul-Henning Kamp1997-10-264-45/+12
* Always initialize the syscall vectors for our "private" syscalls (notPoul-Henning Kamp1997-10-264-40/+16
* Change the initial amount of memory allocated for pv_entries to be proportionalJohn Dyson1997-10-262-14/+36
* - Slightly change the way the border color register is updated so thatKazutaka YOKOTA1997-10-263-12/+9
* - The daemon might go off the screen and crashed the system if theKazutaka YOKOTA1997-10-262-70/+296
* - 'Beep' support now happens in it's own separate file, so you can messNate Williams1997-10-266-42/+84
* - Functional changes to PCCARD support.Nate Williams1997-10-2612-484/+174
* - Do a bunch of gratuitous changes intended to make the code easier toNate Williams1997-10-2630-933/+928
* - Call 'callout_handle_init' on the two timeout channels after they areNate Williams1997-10-261-0/+2
* - KNF the PCI stuff, no functional changes.Nate Williams1997-10-251-20/+24
* Recognize even more of the Znyx 314 cards.Poul-Henning Kamp1997-10-252-4/+4
* Somehow an error crept in during the previous commit.John Dyson1997-10-252-16/+4
* Support garbage collecting the pmap pv entries. The management doesn'tJohn Dyson1997-10-253-5/+117
* Decrease the initial allocation for the zone allocations.John Dyson1997-10-244-10/+10