summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Submitted by: wpaul (with 2 lines moved by rgrimes)rgrimes1995-05-102-3/+37
* Fix -Wformat warnings, still need to do something about %b and pointerrgrimes1995-05-096-20/+24
* Rewrite the MCD_TRACE macro to be a varargs macro so that the extraneousrgrimes1995-05-091-18/+25
* Cleanup to the INET part of lpt.c.phk1995-05-091-108/+152
* Correction, Jim Lowe is the author... Getting code to work right is farpst1995-05-081-1/+1
* Update copyright notice to properly reflect that this was original workpst1995-05-081-1/+2
* Fix numerous bugs in wdsize().bde1995-05-081-15/+7
* The value -1 is special. Allow it.jkh1995-05-081-2/+2
* Make disk.c smart enough to handle disk with "OnTrack Disk manager".phk1995-05-081-7/+17
* Add hook for pstat -tache1995-05-071-1/+3
* Add additional check for IRQ > 15. This code still needs a lot of work!jkh1995-05-071-2/+8
* Duh! Get the section number for config(8) right! :)jkh1995-05-071-2/+2
* If user specifies IRQ 2, remap it to IRQ 9 with a warning.jkh1995-05-071-1/+5
* Fix style inconsistencies in the last few commits.bde1995-05-071-30/+28
* Submitted by: john@physiol.su.oz.au (John Mackin)bde1995-05-071-28/+32
* Major cleanup up SunOS/VAT driver emulation code, added a BSD style copyrightpst1995-05-073-123/+193
* Restructured the floppy tape probe.joerg1995-05-064-20/+41
* Fix spelling error. Commented out ISO and ISO related things until Idg1995-05-052-12/+20
* Check for 0 before dividing by it. Patch from Paul Traina, modifieddg1995-05-051-2/+10
* Kill bogus duplicated code that resulted in an editing screwup of minedg1995-05-041-24/+1
* Correct the definition for the (unused) cpu_setstack().dg1995-05-041-2/+2
* Fixed a hard-coded slot number which crept in.phk1995-05-031-2/+2
* Forgot this part of the if_ze power off patch.phk1995-05-031-6/+2
* Reduce latency by checking FIFO for samples in startdufault1995-05-021-40/+84
* Fix CHOWN_RESTRICTED and NO_TRUNC to return correct values per POSIXache1995-05-021-5/+5
* Back out incorrect jkh's fix and apply correct oneache1995-05-021-4/+8
* The handling of _SC_SAVED_IDS was wrong; _POSIX_SAVED_IDS has no valuejkh1995-05-021-5/+1
* Added a memcpy() routine.dg1995-05-021-1/+24
* A missing 'and', probably my fault.phk1995-05-021-2/+2
* Do the obvious thing: when the interface is downed, power off the card.phk1995-05-021-148/+78
* Fixed a problem that can cause left-over pv_entries and asdyson1995-05-011-27/+9
* Aaron Daily of Adaptec has informed me that some form of paged SCBgibbs1995-05-011-6/+4
* Set the return value (outb'd to the sequencer) for non zero statusgibbs1995-05-011-10/+17
* When past cyl 1024 it's ok if CHS is (0xff,0xff,0xff).phk1995-05-011-3/+7
* Change dsioctl() interface to allow DIOCSYNCSLICEINFO to update the caller'sbde1995-04-301-3/+3
* Fix handling of POSIX_JOB_CONTROL and POSIX_SAVED_IDS,ache1995-04-301-6/+6
* The address is freefall.cdrom.com, not freefall.cdrom.com.cdrom.com :-)gpalmer1995-04-291-1/+1
* Renamed "aio.h" as <sys/dataacq.h>.dufault1995-04-281-1/+2
* Added nsccons variable for use by pstatsos1995-04-281-1/+2
* Add National Instruments "LabPC" driverdufault1995-04-285-4/+1078
* New and improved version from the author.phk1995-04-2713-590/+691
* Additions to support the WAITING_SCB list that the sequencer maintains.gibbs1995-04-272-35/+90
* Add outb to keyboard controller to do a cpu_reset, this fixes 2 knownrgrimes1995-04-261-1/+14
* Fix benign type mismatches int console functions. dev_t was assumedbde1995-04-252-1/+38
* Added mark_all() call so that screen is proberly updatedsos1995-04-251-1/+2
* Document MFS_ROOT option.phk1995-04-252-2/+10
* Add support for MFS root filesystem.phk1995-04-251-1/+13
* Undo the move of `#include "sc.h"' etc. to cons.h. It broke anythingbde1995-04-242-9/+7
* Added "bio" to matcd.phk1995-04-243-6/+6
* Changes John's handling of the flags a little bit, added a new one,phk1995-04-241-6/+24
OpenPOWER on IntegriCloud