aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Make a "DWIM" function for adding [bc]devsw entries for bdev drivers.Poul-Henning Kamp1996-07-2321-243/+94
* Fix a spelling error I forgot to bring over from my personal versionGarrett Wollman1996-07-231-2/+2
* Update to current state of PC98 world.Satoshi Asami1996-07-2364-6567/+2876
* Submitted by: archie@whistle.comJulian Elischer1996-07-2313-890/+275
* Add a new, better mechanism for sticking packets onto ifqueues.Garrett Wollman1996-07-221-1/+30
* Don't dereference sc->sc_setmtu if it's NULL (such as when it's not running)Peter Wemm1996-07-211-2/+3
* Add yet another kludge to this driver. Man page update to follow.Poul-Henning Kamp1996-07-211-1/+9
* Substitute raw{read|write} for ccd{read|write}Poul-Henning Kamp1996-07-212-118/+4
* Post-commit review by Bruce. Mostly stylistic changes.Joerg Wunsch1996-07-215-245/+270
* Replace the annoying calls to Debugger() by panic()'s in theJoerg Wunsch1996-07-201-3/+7
* Correct the timer2 acquiration and release, it must happen at splclock.Joerg Wunsch1996-07-202-72/+104
* Major cleanup of the timerX_{acquire,release} stuff. In particular,Joerg Wunsch1996-07-205-240/+480
* Removed extraneous return.Alexander Langer1996-07-201-2/+1
* Last night (local time :) I accidently checked in an intermediate versionStefan Eßer1996-07-192-170/+138
* Add interrupt register set up with original register valueAtsushi Murai1996-07-196-10/+26
* FINALLY: PCI support for the Lance Ethernet driver.Stefan Eßer1996-07-185-146/+507
* some internal modems need LOTS of time to generate an interruptJulian Elischer1996-07-173-6/+6
* Introduce two /dev/audio compat alias names for flushing and drainingJoerg Wunsch1996-07-172-2/+8
* Fixed adjustment of `time' when timer0 is released. 27465 was 27645 inBruce Evans1996-07-176-12/+12
* Various fixes from frank@fwi.uva.nl (Frank van der Linden) viaDoug Rabson1996-07-168-50/+116
* Moved declaration of zbuf outside of #ifdef DEVFS code.Nate Williams1996-07-152-6/+6
* Quick fix for previous commit: don't free zbuf on close since it may beBruce Evans1996-07-152-18/+4
* Switch back to logging accepted packets with the text "Allow" insteadAlexander Langer1996-07-141-2/+2
* Turn SCSIDEBUG into a new-style option.Joerg Wunsch1996-07-1411-12/+30
* Almost gratuitious improvement of the performance of readingJohn Dyson1996-07-142-10/+28
* A few minor mods (improvements) to support more efficient pipeJohn Dyson1996-07-132-34/+79
* Enable transmit complete interrupt...David Greenman1996-07-132-4/+4
* General -Wall warning cleanup, part I.Jordan K. Hubbard1996-07-121-1/+1
* Fixed two bugs in previous commit: be sure to include tcp_debug.h whenDavid Greenman1996-07-122-3/+6
* Fix braino in rev 1.30 fix; m_copy() the mbuf that has the headerBill Fenner1996-07-121-2/+2
* Bump RELDATE in -current to be greater than RELDATE in -stable (and hencePeter Wemm1996-07-121-2/+2
* Staticized some variables.Bruce Evans1996-07-121-5/+12
* Use a big delta in adjtime() for big negative adjustments as well asBruce Evans1996-07-121-2/+2
* Staticized a few variables.Bruce Evans1996-07-126-18/+27
* Removed "optimization" using gcc's builtin memcpy instead of bcopy.Bruce Evans1996-07-122-10/+4
* Renamed upa to p0upa to match p0upt.Bruce Evans1996-07-123-42/+42
* Export `dumpmag' to utilities but not to the kernel.Bruce Evans1996-07-122-6/+8
* Fixed cloned comments about npx traps to match context.Bruce Evans1996-07-123-15/+24
* Removed obsolete definition of PIPE_NBIO.Bruce Evans1996-07-121-2/+1
* Moved the definition of DEBUGMSG() from asm.h to start.S. This macroBruce Evans1996-07-122-13/+13
* Moved the definition of `bsize' out of a DO_BAD144 ifdef so that thisBruce Evans1996-07-121-2/+2
* Moved the definition of dflt_name to the correct file (table.c is only forBruce Evans1996-07-123-5/+8
* Fixed some speling, punctuation.. and spac ing errors.Bruce Evans1996-07-122-19/+19
* Fixed operand order for shld and shrd.Bruce Evans1996-07-122-164/+160
* Don't use NULL in non-pointer contexts.Bruce Evans1996-07-1213-54/+50
* Add some comments explaining what APM_DSVALUE_BUG does no that I knowNate Williams1996-07-112-6/+20
* Modify the kernel to use the new pr_usrreqs interface rather than the oldGarrett Wollman1996-07-1115-295/+566
* Merge.Jordan K. Hubbard1996-07-112-2/+6
* Adding changes to ipfw and the kernel to support ip packet diversion..Julian Elischer1996-07-1012-60/+597
* Whee. Fix two bugs which ended up cancelling each other out.Nate Williams1996-07-104-12/+12