summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Argh! Missing quotes.jkh1994-11-052-4/+4
* We need CD9660 and MSDOS filesystems built-in if the floppy is to havejkh1994-11-052-6/+10
* From tim@cs.city.ac.uk (Tim Wilkinson):dg1994-11-046-12/+26
* Last commit was bogus. Changed b_bsize to b_bcount.phk1994-11-041-2/+2
* __386BSD__ -> __FreeBSD__jkh1994-11-043-6/+6
* Backed out mbuf performance improvement. mbufs are allocated with variousdg1994-11-041-32/+4
* Fix off-by-one error reported to NetBSD by Karl Fox inwollman1994-11-031-2/+2
* |Both, the wd and the sd driver do not reject invalid request of oddjoerg1994-11-032-3/+11
* Assign character device 20 to be the user reserved device.pst1994-11-031-20/+16
* Eliminate USERCONFIG. This option is now standard.jkh1994-11-037-26/+9
* Unconditionalize USERCONFIG. Uh, thanks, David.jkh1994-11-032-6/+2
* Fix for 'pstat -t' works on vtysache1994-11-033-3/+6
* Whoops - make sure TRUE and FALSE are defined now.jkh1994-11-031-1/+6
* Add extra id_enabled flag for userconfig to manipulate. If id_enabledjkh1994-11-033-3/+14
* Make the enable & disable commands finally work.jkh1994-11-031-4/+4
* Cosmetic changes in comment at start (it's no longer a GENERICAH configgpalmer1994-11-032-4/+4
* Completely replace JTW's idea with my (incompletely implemented) originalwollman1994-11-031-148/+23
* Collapse two fields so that we have space for another 32 flags.wollman1994-11-032-3/+10
* Submitted by:se1994-11-026-21/+408
* Submitted by: Wolfgang Stanglmeier <wolf@dentaro.GUN.de>se1994-11-021-5/+2
* Whoops. When you `ls' a kernel with lots and lots of devices, guess what?jkh1994-11-021-1/+8
* Back out Joerg's latest commit. Sorry, Joerg, but this breaks the installjkh1994-11-023-429/+294
* This is the file that actually implements the smarter behavior.wollman1994-11-021-0/+283
* Add code to be a bit smarter about IP routes, conditioned on the optionwollman1994-11-024-22/+21
* Fix Jordan's misplaced IPFIREWALL option. Fix style of other previous commits.wollman1994-11-023-75/+81
* Clean up ARP error messages: format IP addresses, explain arplookup()wollman1994-11-021-13/+44
* Forward-declare a few structures to avoid warning messages.wollman1994-11-026-6/+24
* 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
OpenPOWER on IntegriCloud