summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix a very old, very stupid race clearing the mask bit for the currentbde1994-11-013-12/+15
* Only log errors every second (instead of every 5-10 msec) and check forbde1994-11-013-177/+243
* Return immediately from ttwrite() if the ttysleep()s that wait forbde1994-11-011-3/+3
* Make it compile again. XXX - this is not really the right way to fixwollman1994-11-011-4/+4
* John Hay's patches to prevent missing gateway from dumping core.jkh1994-11-011-5/+9
* Fix from John Hay to avoid kernel panics when ap->a_eofflag is NULL.jkh1994-11-012-4/+6
* DMA automode patch, fix SB16 clicksache1994-11-016-10/+45
* Make PPP compile cleanlypst1994-11-012-18/+22
* Implement CPU_ADJKERNTZ in different way: call resettodr()ache1994-11-012-4/+12
* Add kernel hooks for /dev/vatio -- a minimalistic BSD audio driver emulatorpst1994-11-013-7/+24
* Latest changes from Uben.jkh1994-10-312-40/+193
* Changed RAW_PART to RAWPART so it comes from disklabel.h.phk1994-10-311-12/+14
* Expunge the stain I left upon this code. My '/' fix was utterlyjkh1994-10-311-9/+1
* Added hooks for an easy drop-in of the pcvt concole driver.joerg1994-10-316-12/+18
* Detect old-style multicast routers and interoperate properlypst1994-10-311-1/+8
* changed '#ifdef i386' to '#ifdef __i386__'phk1994-10-313-6/+6
* Documented the FDSEEKWAIT option.joerg1994-10-303-3/+48
* Print "(null)" instead of crashing for null strings. Null names arebde1994-10-301-1/+3
* Don't include isa.c! How did it link?bde1994-10-301-12/+18
* Fix selector arg to match the (missing) prototype for sdtossd().bde1994-10-303-6/+21
* Fix selector arg to match the (missing) prototype for ssdtosd().bde1994-10-302-4/+4
* locore.s:bde1994-10-306-12/+36
* Several minor fixes to the floppy driver:joerg1994-10-303-297/+432
* Don't attempt to free null cblocks. There may be less to free thanbde1994-10-302-2/+6
* Included the command definition for FD_DEBUG.joerg1994-10-302-2/+6
* Submitted by: Paul F. Werkowskiats1994-10-302-6/+8
* write ptys use _the_same_ tsleep/wakeup address as read ptys due toache1994-10-291-3/+3
* Make this documentation more sane in the context of 2.0.jkh1994-10-294-56/+18
* Add back a "is" variable which was removed by accident.phk1994-10-291-1/+2
* A new Makefile, which is more our kind of makefile.phk1994-10-281-36/+47
* Add netboot to the world of make.phk1994-10-281-2/+2
* Fixed Jordan's editing mistake that caused this to puke.dg1994-10-281-1/+2
* IP Firewall code from Daniel Boulet and J.S.Antsilevichjkh1994-10-2810-8/+761
* Andreas Klemm's tape erase patches from 1.1.5.1jkh1994-10-283-3/+72
* From: fredriks@mcs.com (Lars Fredriksen)jkh1994-10-287-7/+14
* Removed extra slash between ${DESTDIR} and ${BINDIR}, noticed while workingrgrimes1994-10-281-3/+3
* Urg! the netboot/Makefile is in a miserable state.phk1994-10-281-2/+2
* This concludes the CVS-surgery. This makefile now just points at the subdir's.phk1994-10-281-55/+3
* Note that enable and disable don't do anything, at present.jkh1994-10-281-2/+46
* Again, this is not a filesystem so don't compile it as if it were.wollman1994-10-271-3/+3
* ibcs2 is not a filesystem, don't compile it as if it were.wollman1994-10-271-3/+3
* Julian Elischer's disklabel fixes.jkh1994-10-2719-229/+687
* Change some compile time defaults, which may be overridden from these1994-10-272-28/+16
* Set the EOF flag properly.pst1994-10-272-12/+12
* Added device registration stuff.sos1994-10-272-5/+53
* The other half of patch011, read Numlck state from bios.phk1994-10-273-18/+6
* Extra intr's have nothing to do with LAPTOP.phk1994-10-271-4/+7
* Made an annoying printf #ifdef SEADEBUGphk1994-10-271-1/+3
* Fix the panic message if init dies to show the exit status.phk1994-10-271-3/+5
* Fix a bug which had crept in (an almost certain panic).phk1994-10-271-70/+23
OpenPOWER on IntegriCloud