summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Replace strtol() by strtoul() so that "negative" addresses and masks don'tbde1994-11-141-114/+158
* Set laundry flag when transitioning an inactive page from clean to dirty.dg1994-11-141-2/+4
* Fixed bug where a read-behind to a negative offset would occur if thedg1994-11-132-19/+25
* Fixed a mis-spelling.nate1994-11-131-2/+2
* Changed output message in interrupt-driven lp device fromnate1994-11-131-2/+2
* Add a new "distribute" target. This is a variant of install, which willphk1994-11-131-1/+7
* Fixed bugs in accounting of swap space that resulted in the pager thinkingdg1994-11-131-62/+19
* Implemented swap locking via P_SWAPPING flag. It was possible for a processdg1994-11-131-5/+11
* Added P_SWAPPING flag to implement a lock for swap in. It was possible fordg1994-11-131-2/+3
* Added support for SIOCSIFMTU ioctl. Fixed bug that caused panic at boot timedg1994-11-133-15/+48
* Add ep0 line to kernel config files.gibbs1994-11-135-5/+10
* Andres Vega Garcia's improvements to the ep driver. This driver is a merginggibbs1994-11-134-2038/+2810
* Add Matt Thomas' le0 DEPCA driver to the GENERIC kernel. This worksnate1994-11-132-2/+4
* Nuked ed2 - it was added for the common 16bit card case where thedg1994-11-132-4/+2
* In cases where it is possible, use the card's configured irq rather thandg1994-11-132-36/+44
* I *almost* had it right. Skip over the rest of the command if it'sjkh1994-11-131-2/+4
* Make the command set actually work the way I'd intended - you can abbrevatejkh1994-11-131-13/+12
* Whoops, make the comment match the new reality while we're at it.jkh1994-11-131-2/+2
* mem's 2nd arg was incorrectly defined as an integer, not address parameter.jkh1994-11-131-2/+2
* Add back ed2. Harrumph..jkh1994-11-122-0/+2
* Implement CDIOCALLOW as dummy function (for xcdplayer)ache1994-11-122-2/+6
* Delete a bogus check that the SCSI_DELAY only works for the firstats1994-11-121-4/+2
* Revision 1.6 fix was lost: don't write 0 to RTC_DIAGache1994-11-125-10/+5
* Changes from bugress@s069.infonet.net NOT installed (expect oneache1994-11-122-22/+40
* Add and reorganize new MCD commands from bugress@s069.infonet.netache1994-11-124-30/+142
* ed2 was actually an impossible entry to reach!jkh1994-11-122-4/+2
* Make a kernel sans FFS possible.phk1994-11-124-48/+40
* Added 'de' ethernet driver.dg1994-11-112-2/+4
* Convert irq to a bitmask before putting in id_irq.dg1994-11-111-5/+5
* pick up the changes from a makesyscall.sh run. The multiple lkmnosysats1994-11-102-10/+1
* Enable floppy-tape support.jkh1994-11-102-4/+4
* Shut up a compiler warning about a missing cast.ats1994-11-101-2/+2
* Remove redundant stuff. Amazing that they actually solved a bug found inguido1994-11-101-3/+1
* Use adjkerntz into inittodr too (for APM stuff)ache1994-11-105-10/+10
* Added missing call to bpf on the transmit side. Nuked revision log.dg1994-11-103-90/+15
* 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
OpenPOWER on IntegriCloud