summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add OpenBSD build supportBrian Somers1998-08-301-3/+9
* Change the autonegotiation waiting period from 3 seconds to 5. ThisBill Paul1998-08-301-3/+3
* Remove some duplicated devices.Doug Rabson1998-08-302-26/+4
* The aout->elf transition build from a 2.2.5/6/7 system requires thatJohn Birrell1998-08-301-0/+176
* Very Preliminary CodaRobert V. Baron1998-08-2964-0/+27895
* Oops, the previous revision unconfigured too much pre-Lite2 compatibiltyBruce Evans1998-08-292-8/+8
* Close a race window for getnewbuf() between shared lock holders of the vnode.Luoqi Chen1998-08-281-2/+2
* Sync with sys/i386/conf/majors.i386 revision 1.46.KATO Takenori1998-08-281-1/+2
* Sync with sys/i386/conf/Makefile.i386 revision 1.118.KATO Takenori1998-08-282-2/+10
* Sync with sys/i386/isa/if_ed.c and spkr.c revisions 1.35 and 1.144,KATO Takenori1998-08-282-5/+6
* Sync with sys/i386/i386/trap.c revision 1.128.KATO Takenori1998-08-281-2/+2
* Sync with sys/i386/isa/syscons.c revision 1.276.KATO Takenori1998-08-281-9/+11
* Sync with sys/i386/isa/sio.c revision up to 1.214.KATO Takenori1998-08-282-22/+24
* Enable duplex autodetection if UTP media are autodetected.Mike Smith1998-08-272-22/+24
* Only build the old boot loader on i386 if aout. The new loader willJohn Birrell1998-08-271-1/+5
* Add CFS options to LINT, though commented out for now.Jordan K. Hubbard1998-08-273-3/+15
* Add VT_CFS type.Jordan K. Hubbard1998-08-271-2/+2
* NULLFS_DIAGNOSTICS and PCVT_SCANSET=2 listed twice.David E. O'Brien1998-08-273-9/+3
* Fix an spl protection botch.Justin T. Gibbs1998-08-261-3/+3
* Add OVERRIDE_CARD to the bktr options listSøren Schmidt1998-08-261-1/+2
* o renable pccard_remove_driver (it was used in the skel.c driver)Warner Losh1998-08-262-22/+22
* priority comparison in maybe_resched() didn't work properly if currentMatthew Dillon1998-08-261-6/+13
* Add probing support for the vadem VG365 and the Vadem VG465 pcic chips.Warner Losh1998-08-252-12/+38
* sort the prototypesPoul-Henning Kamp1998-08-252-24/+24
* Fix DDBs printing of buf-flags after I changed them yesterday.Poul-Henning Kamp1998-08-251-3/+3
* Fix a rounding problem that causes vnode pager to fail to remove the lastLuoqi Chen1998-08-251-11/+9
* New major number for SR4 streams emulation.Mike Smith1998-08-242-2/+4
* Last commit managed to get mangled somehow.Poul-Henning Kamp1998-08-242-4/+8
* - #define mask of enabled interrupts/indications in if_xlreg.h instead ofBill Paul1998-08-242-22/+40
* Remove the last remaining evidence of B_TAPE.Poul-Henning Kamp1998-08-243-31/+7
* Remove the last remaining evidence of B_TAP.Poul-Henning Kamp1998-08-242-8/+8
* Only claim PPS_HARDPPSONASSERT if we're compiled with PPS_SYNCPoul-Henning Kamp1998-08-241-1/+5
* Add atomic.s.Doug Rabson1998-08-242-2/+4
* Remove a useless ifdef which made struct disklabel have a differentDoug Rabson1998-08-243-15/+3
* Change various syscalls to use size_t arguments instead of u_int.Doug Rabson1998-08-2424-201/+714
* Regnerate.Doug Rabson1998-08-246-13/+13
* Fix a few syscall arguments to use size_t instead of u_int.Doug Rabson1998-08-241-6/+6
* Add partial KLD support for ELF. The module loading is not written yet.Doug Rabson1998-08-242-0/+1006
* Re-implement tcp and ip fragment reassembly to not store pointers in theDoug Rabson1998-08-249-248/+215
* Use a relative path to bsd.kern.mk if the relative mk directory exists.Bruce Evans1998-08-243-3/+15
* Removed support for the gcc-2.[0-4] keywords __dead and __pure. TheyBruce Evans1998-08-241-22/+17
* Shut this thing up, like the other LKMsJordan K. Hubbard1998-08-241-2/+2
* Fixed printf format errors. Only one left in LINT on i386's.Bruce Evans1998-08-2432-160/+198
* remove bdevsw arg from dsopen();Poul-Henning Kamp1998-08-2310-30/+22
* Use address space numbers to reduce TLB flushes.Doug Rabson1998-08-233-86/+198
* Don't check minor number of dump device at all.Dag-Erling Smørgrav1998-08-233-16/+3
* Enabled Lite2 fix for reading from dead ttys.Bruce Evans1998-08-234-42/+6
* Fixed printf format errors.Bruce Evans1998-08-238-16/+16
* Fixed printf format errors. `struct eisa_device' uses a strange typeBruce Evans1998-08-232-16/+16
* Fixed printf format errors.Bruce Evans1998-08-232-37/+47