aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Check for NULL pointer before freeing a struct sockaddr. m_freem() can handleLuoqi Chen1998-09-013-6/+9
* - Fix style bug.KATO Takenori1998-09-014-12/+12
* New commandline/script parser, supports backslash quoting and environmentMike Smith1998-09-014-43/+365
* Change BINFORMAT to KERNFORMAT and add -aout or -elf to the toolJohn Birrell1998-09-013-51/+75
* Bootloader update.Mike Smith1998-08-3127-2502/+528
* Fixed bug in Miro Tuner detection. Missing Goto.Søren Schmidt1998-08-312-116/+140
* Renamed BT848[SG]CAPAREA to BT848_[SG]CAPAREA.Søren Schmidt1998-08-318-32/+142
* Added Capture Area ioctl - BT848[SG]CAPAREA.Søren Schmidt1998-08-318-55/+369
* Bow to tradition and correctly implement the bogus-but-hallowed semanticsGarrett Wollman1998-08-311-5/+6
* Sort cross references.Wolfram Schneider1998-08-311-3/+3
* Use 16bit register in inline asm code to set segment registers.Luoqi Chen1998-08-312-6/+6
* Correctly set the return length regardless of the relative size of theGarrett Wollman1998-08-311-6/+3
* Fix handling of ENOBUFS condition. During reception, the filled mbufBill Paul1998-08-311-12/+27
* Remove OpenBSD build support - let the Makefile vary perBrian Somers1998-08-311-10/+5
* Force OBJFORMAT=aout.John Birrell1998-08-313-3/+6
* Argh! *Now* the correct 3.0 fix is committed.Jordan K. Hubbard1998-08-312-14/+14
* Whoops! Stamp out a 2.2-ism that snuck between branches here.Jordan K. Hubbard1998-08-312-4/+4
* - hw.machine_arch returns cpu architecture type.KATO Takenori1998-08-318-32/+35
* Initial support for using linux X servers under emulation - to use anJordan K. Hubbard1998-08-314-10/+102
* 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