| Commit message (Expand) | Author | Age | Files | Lines |
* | Changed output message in interrupt-driven lp device from | nate | 1994-11-13 | 1 | -2/+2 |
* | Add a new "distribute" target. This is a variant of install, which will | phk | 1994-11-13 | 1 | -1/+7 |
* | Fixed bugs in accounting of swap space that resulted in the pager thinking | dg | 1994-11-13 | 1 | -62/+19 |
* | Implemented swap locking via P_SWAPPING flag. It was possible for a process | dg | 1994-11-13 | 1 | -5/+11 |
* | Added P_SWAPPING flag to implement a lock for swap in. It was possible for | dg | 1994-11-13 | 1 | -2/+3 |
* | Added support for SIOCSIFMTU ioctl. Fixed bug that caused panic at boot time | dg | 1994-11-13 | 3 | -15/+48 |
* | Add ep0 line to kernel config files. | gibbs | 1994-11-13 | 5 | -5/+10 |
* | Andres Vega Garcia's improvements to the ep driver. This driver is a merging | gibbs | 1994-11-13 | 4 | -2038/+2810 |
* | Add Matt Thomas' le0 DEPCA driver to the GENERIC kernel. This works | nate | 1994-11-13 | 2 | -2/+4 |
* | Nuked ed2 - it was added for the common 16bit card case where the | dg | 1994-11-13 | 2 | -4/+2 |
* | In cases where it is possible, use the card's configured irq rather than | dg | 1994-11-13 | 2 | -36/+44 |
* | I *almost* had it right. Skip over the rest of the command if it's | jkh | 1994-11-13 | 1 | -2/+4 |
* | Make the command set actually work the way I'd intended - you can abbrevate | jkh | 1994-11-13 | 1 | -13/+12 |
* | Whoops, make the comment match the new reality while we're at it. | jkh | 1994-11-13 | 1 | -2/+2 |
* | mem's 2nd arg was incorrectly defined as an integer, not address parameter. | jkh | 1994-11-13 | 1 | -2/+2 |
* | Add back ed2. Harrumph.. | jkh | 1994-11-12 | 2 | -0/+2 |
* | Implement CDIOCALLOW as dummy function (for xcdplayer) | ache | 1994-11-12 | 2 | -2/+6 |
* | Delete a bogus check that the SCSI_DELAY only works for the first | ats | 1994-11-12 | 1 | -4/+2 |
* | Revision 1.6 fix was lost: don't write 0 to RTC_DIAG | ache | 1994-11-12 | 5 | -10/+5 |
* | Changes from bugress@s069.infonet.net NOT installed (expect one | ache | 1994-11-12 | 2 | -22/+40 |
* | Add and reorganize new MCD commands from bugress@s069.infonet.net | ache | 1994-11-12 | 4 | -30/+142 |
* | ed2 was actually an impossible entry to reach! | jkh | 1994-11-12 | 2 | -4/+2 |
* | Make a kernel sans FFS possible. | phk | 1994-11-12 | 4 | -48/+40 |
* | Added 'de' ethernet driver. | dg | 1994-11-11 | 2 | -2/+4 |
* | Convert irq to a bitmask before putting in id_irq. | dg | 1994-11-11 | 1 | -5/+5 |
* | pick up the changes from a makesyscall.sh run. The multiple lkmnosys | ats | 1994-11-10 | 2 | -10/+1 |
* | Enable floppy-tape support. | jkh | 1994-11-10 | 2 | -4/+4 |
* | Shut up a compiler warning about a missing cast. | ats | 1994-11-10 | 1 | -2/+2 |
* | Remove redundant stuff. Amazing that they actually solved a bug found in | guido | 1994-11-10 | 1 | -3/+1 |
* | Use adjkerntz into inittodr too (for APM stuff) | ache | 1994-11-10 | 5 | -10/+10 |
* | Added missing call to bpf on the transmit side. Nuked revision log. | dg | 1994-11-10 | 3 | -90/+15 |
* | Fixed bug that somehow made it into here: the ifp must be stored in the | dg | 1994-11-09 | 3 | -216/+57 |
* | Don't declare DELAY() here. Callers should include <machine/clock.h>. | bde | 1994-11-09 | 2 | -4/+2 |
* | And the tree is 2.1.0-Development, have fun guys... Who breaks it first ? | phk | 1994-11-08 | 1 | -4/+4 |
* | Ugen makes it in with 10 seconds to spare with a one-char diff. Some | jkh | 1994-11-08 | 1 | -1/+1 |
* | Almost 12th hour (the 11th hour was almost an hour ago :-) patches | jkh | 1994-11-08 | 3 | -155/+158 |
* | If we have no MBR, we need to allow the poor guy to write one... | phk | 1994-11-08 | 1 | -3/+7 |
* | Add back ze0 driver; somebody took it out of _both_ LINT and GENERIC, | jkh | 1994-11-08 | 5 | -5/+13 |
* | Change "fdx: Floppy not writeable" to less confusing | ache | 1994-11-08 | 3 | -6/+6 |
* | From: Lars Fredriksen <fredriks@mcs.com> | jkh | 1994-11-08 | 3 | -3/+63 |
* | From: Lars Fredriksen <fredriks@mcs.com> | jkh | 1994-11-08 | 2 | -14/+86 |
* | I noticed some weird english had crept in - fix it up a bit. | jkh | 1994-11-08 | 1 | -6/+5 |
* | Cosmetic - the help screen didn't have its header properly formatted. Needed | jkh | 1994-11-08 | 1 | -3/+3 |
* | Added "const" to the arguments here and there. | phk | 1994-11-07 | 2 | -7/+7 |
* | Avoid a division by zero if the actual sector size isn't known during the | joerg | 1994-11-07 | 1 | -1/+7 |
* | Improved the user interface: | dg | 1994-11-07 | 3 | -22/+41 |
* | 2 11th-hour fixes from Ugen (not Uben, sorry!) J.S.Antsilevich. | jkh | 1994-11-07 | 2 | -58/+104 |
* | Calling sync will panic you more often than not. | phk | 1994-11-07 | 2 | -8/+2 |
* | Added a kernel variable, "dodump" defaulting to zero, which disables dumps. | phk | 1994-11-07 | 5 | -5/+24 |
* | Initialize %fs and %gs from %ds. | phk | 1994-11-06 | 3 | -3/+18 |