summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
...
* Remove extra idempotency ifdef and uniformize the other one.bde1994-11-141-9/+6
* Declare inline functions as __inline and with new-style parameter listsbde1994-11-141-12/+13
* Undo a previous change. <sys/disklabel.h> was broken, not these files.bde1994-11-142-4/+2
* Replace strtol() by strtoul() so that "negative" addresses and masks don'tbde1994-11-141-114/+158
* Fixed a mis-spelling.nate1994-11-131-2/+2
* Changed output message in interrupt-driven lp device fromnate1994-11-131-2/+2
* Added support for SIOCSIFMTU ioctl. Fixed bug that caused panic at boot timedg1994-11-131-5/+16
* Add ep0 line to kernel config files.gibbs1994-11-134-4/+8
* Andres Vega Garcia's improvements to the ep driver. This driver is a merginggibbs1994-11-132-1019/+1405
* Add Matt Thomas' le0 DEPCA driver to the GENERIC kernel. This worksnate1994-11-131-1/+2
* Nuked ed2 - it was added for the common 16bit card case where thedg1994-11-131-2/+1
* In cases where it is possible, use the card's configured irq rather thandg1994-11-131-18/+22
* 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-121-0/+1
* Implement CDIOCALLOW as dummy function (for xcdplayer)ache1994-11-121-1/+3
* Revision 1.6 fix was lost: don't write 0 to RTC_DIAGache1994-11-122-4/+2
* Changes from bugress@s069.infonet.net NOT installed (expect oneache1994-11-121-11/+20
* Add and reorganize new MCD commands from bugress@s069.infonet.netache1994-11-122-15/+71
* ed2 was actually an impossible entry to reach!jkh1994-11-121-2/+1
* Make a kernel sans FFS possible.phk1994-11-121-13/+18
* Added 'de' ethernet driver.dg1994-11-111-1/+2
* Convert irq to a bitmask before putting in id_irq.dg1994-11-111-5/+5
* Enable floppy-tape support.jkh1994-11-101-2/+2
* Shut up a compiler warning about a missing cast.ats1994-11-101-2/+2
* Use adjkerntz into inittodr too (for APM stuff)ache1994-11-102-4/+4
* Added missing call to bpf on the transmit side. Nuked revision log.dg1994-11-101-30/+5
* Fixed bug that somehow made it into here: the ifp must be stored in thedg1994-11-091-72/+19
* Don't declare DELAY() here. Callers should include <machine/clock.h>.bde1994-11-091-2/+1
* 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-083-3/+8
* Change "fdx: Floppy not writeable" to less confusingache1994-11-081-2/+2
* From: Lars Fredriksen <fredriks@mcs.com>jkh1994-11-081-1/+21
* From: Lars Fredriksen <fredriks@mcs.com>jkh1994-11-081-7/+43
* 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
* Improved the user interface:dg1994-11-073-22/+41
* 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-073-3/+13
* Initialize %fs and %gs from %ds.phk1994-11-061-1/+6
* Do a better job at preparing registers for the new process in setregs()dg1994-11-061-8/+11
* Nuke the losing version of microtime. The assembler version now worksbde1994-11-061-26/+6
* Public function declarations moved to <machine/npx.h>.bde1994-11-061-4/+1
* 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-061-2/+2
* Work around microtime() enabling interrupts.bde1994-11-061-1/+10
* Maintain a new variable `timer0_overflow_threshold' so that microtime()bde1994-11-052-82/+174
* Fix a bug introduced between 1.1 and 1.1.5. Loading the time was movedbde1994-11-051-84/+111
OpenPOWER on IntegriCloud