summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug that somehow made it into here: the ifp must be stored in thedg1994-11-093-216/+57
* Don't declare DELAY() here. Callers should include <machine/clock.h>.bde1994-11-092-4/+2
* And the tree is 2.1.0-Development, have fun guys... Who breaks it first ?phk1994-11-081-4/+4
* Ugen makes it in with 10 seconds to spare with a one-char diff. Somejkh1994-11-081-1/+1
* Almost 12th hour (the 11th hour was almost an hour ago :-) patchesjkh1994-11-083-155/+158
* If we have no MBR, we need to allow the poor guy to write one...phk1994-11-081-3/+7
* Add back ze0 driver; somebody took it out of _both_ LINT and GENERIC,jkh1994-11-085-5/+13
* Change "fdx: Floppy not writeable" to less confusingache1994-11-083-6/+6
* From: Lars Fredriksen <fredriks@mcs.com>jkh1994-11-083-3/+63
* From: Lars Fredriksen <fredriks@mcs.com>jkh1994-11-082-14/+86
* I noticed some weird english had crept in - fix it up a bit.jkh1994-11-081-6/+5
* Cosmetic - the help screen didn't have its header properly formatted. Neededjkh1994-11-081-3/+3
* Added "const" to the arguments here and there.phk1994-11-072-7/+7
* Avoid a division by zero if the actual sector size isn't known during thejoerg1994-11-071-1/+7
* Improved the user interface:dg1994-11-073-22/+41
* 2 11th-hour fixes from Ugen (not Uben, sorry!) J.S.Antsilevich.jkh1994-11-072-58/+104
* Calling sync will panic you more often than not.phk1994-11-072-8/+2
* Added a kernel variable, "dodump" defaulting to zero, which disables dumps.phk1994-11-075-5/+24
* Initialize %fs and %gs from %ds.phk1994-11-063-3/+18
* Put a small hack into a large hack named makeyscall.sh. Generate onlyats1994-11-061-2/+5
* Security nitpicking: don't make *.core world readableache1994-11-061-2/+2
* Fixed return status from pagers. Ahem...the previous method would manufacturedg1994-11-063-17/+25
* Added support for starting the experimental "vmdaemon" system process.dg1994-11-063-80/+358
* Added support for starting the experimental "vmdaemon" system process.dg1994-11-061-3/+19
* Do a better job at preparing registers for the new process in setregs()dg1994-11-062-16/+22
* Nuke the losing version of microtime. The assembler version now worksbde1994-11-062-52/+12
* Public function declarations moved to <machine/npx.h>.bde1994-11-063-12/+3
* Abort writes if a signal is received (don't ignore the value returned bybde1994-11-061-10/+26
* The style in my patch011 is inconsistent and out of date. It shouldbde1994-11-063-6/+6
* Work around microtime() enabling interrupts.bde1994-11-063-3/+30
* Maintain a new variable `timer0_overflow_threshold' so that microtime()bde1994-11-055-205/+435
* Fix a bug introduced between 1.1 and 1.1.5. Loading the time was movedbde1994-11-051-84/+111
* Declare all functions exported by the npx driver.bde1994-11-053-12/+51
* Declare the full uglyness of the interfaces to the clock driver (exceptbde1994-11-052-12/+92
* Disable the direct call from hardclock() to softclock(). Supportbde1994-11-052-16/+38
* Change -O2 to -Oache1994-11-051-2/+2
* 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
OpenPOWER on IntegriCloud