summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Very Preliminary Codarvb1998-08-2920-0/+9187
* Oops, the previous revision unconfigured too much pre-Lite2 compatibiltybde1998-08-292-8/+8
* Close a race window for getnewbuf() between shared lock holders of the vnode.luoqi1998-08-281-2/+2
* Sync with sys/i386/conf/majors.i386 revision 1.46.kato1998-08-281-1/+2
* Sync with sys/i386/conf/Makefile.i386 revision 1.118.kato1998-08-282-2/+10
* Sync with sys/i386/isa/if_ed.c and spkr.c revisions 1.35 and 1.144,kato1998-08-282-5/+6
* Sync with sys/i386/i386/trap.c revision 1.128.kato1998-08-281-2/+2
* Sync with sys/i386/isa/syscons.c revision 1.276.kato1998-08-281-9/+11
* Sync with sys/i386/isa/sio.c revision up to 1.214.kato1998-08-282-22/+24
* Enable duplex autodetection if UTP media are autodetected.msmith1998-08-272-22/+24
* Only build the old boot loader on i386 if aout. The new loader willjb1998-08-271-1/+5
* Add CFS options to LINT, though commented out for now.jkh1998-08-273-3/+15
* Add VT_CFS type.jkh1998-08-271-2/+2
* NULLFS_DIAGNOSTICS and PCVT_SCANSET=2 listed twice.obrien1998-08-273-9/+3
* Fix an spl protection botch.gibbs1998-08-261-3/+3
* Add OVERRIDE_CARD to the bktr options listsos1998-08-261-1/+2
* o renable pccard_remove_driver (it was used in the skel.c driver)imp1998-08-262-22/+22
* priority comparison in maybe_resched() didn't work properly if currentdillon1998-08-261-6/+13
* Add probing support for the vadem VG365 and the Vadem VG465 pcic chips.imp1998-08-252-12/+38
* sort the prototypesphk1998-08-252-24/+24
* Fix DDBs printing of buf-flags after I changed them yesterday.phk1998-08-251-3/+3
* Fix a rounding problem that causes vnode pager to fail to remove the lastluoqi1998-08-251-11/+9
* New major number for SR4 streams emulation.msmith1998-08-242-2/+4
* Last commit managed to get mangled somehow.phk1998-08-242-4/+8
* - #define mask of enabled interrupts/indications in if_xlreg.h instead ofwpaul1998-08-242-22/+40
* Remove the last remaining evidence of B_TAPE.phk1998-08-243-31/+7
* Remove the last remaining evidence of B_TAP.phk1998-08-242-8/+8
* Only claim PPS_HARDPPSONASSERT if we're compiled with PPS_SYNCphk1998-08-241-1/+5
* Add atomic.s.dfr1998-08-242-2/+4
* Remove a useless ifdef which made struct disklabel have a differentdfr1998-08-243-15/+3
* Change various syscalls to use size_t arguments instead of u_int.dfr1998-08-2424-201/+714
* Regnerate.dfr1998-08-246-13/+13
* Fix a few syscall arguments to use size_t instead of u_int.dfr1998-08-241-6/+6
* Add partial KLD support for ELF. The module loading is not written yet.dfr1998-08-242-0/+1006
* Re-implement tcp and ip fragment reassembly to not store pointers in thedfr1998-08-249-248/+215
* Use a relative path to bsd.kern.mk if the relative mk directory exists.bde1998-08-243-3/+15
* Removed support for the gcc-2.[0-4] keywords __dead and __pure. Theybde1998-08-241-22/+17
* Shut this thing up, like the other LKMsjkh1998-08-241-2/+2
* Fixed printf format errors. Only one left in LINT on i386's.bde1998-08-2432-160/+198
* remove bdevsw arg from dsopen();phk1998-08-2310-30/+22
* Use address space numbers to reduce TLB flushes.dfr1998-08-233-86/+198
* Don't check minor number of dump device at all.des1998-08-233-16/+3
* Enabled Lite2 fix for reading from dead ttys.bde1998-08-234-42/+6
* Fixed printf format errors.bde1998-08-238-16/+16
* Fixed printf format errors. `struct eisa_device' uses a strange typebde1998-08-232-16/+16
* Fixed printf format errors.bde1998-08-232-37/+47
* Added D_TTY to the cdevswitch flags for all tty drivers. This is requiredbde1998-08-2326-186/+216
* Removed cxpoll(). Just use ttpoll() like all other tty drivers. It'sbde1998-08-231-11/+1
* Yow! Completely change the way socket options are handled, eliminatingwollman1998-08-2341-1123/+1238
* Correct/clarify some comments.mckay1998-08-221-3/+3
OpenPOWER on IntegriCloud