summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* convert the math emulation to use the new-style options.wollman1996-01-042-1/+5
* Converted two options over to the new scheme: USER_LDT and KTRACE.wollman1996-01-034-3/+8
* The long awaited stability patch set for the aic7xxx driver:gibbs1996-01-032-733/+465
* The long awaited stability patch set for the aic7xxx driver:gibbs1996-01-032-10/+130
* The long awaited stability patch set for the aic7xxx driver:gibbs1996-01-031-5/+5
* Fix the number of ports created for devfs.. it had been only creatingpeter1996-01-021-2/+2
* Fix last "fix" - I had introduced a fencepost error.. :-(peter1996-01-021-2/+2
* Fix up the DEVFS minor numbers that the Specialix driver registers...peter1996-01-021-7/+11
* Fixed user-mode mcount which I broke in the previous revision.bde1996-01-011-13/+33
* Restrict /devfs/io perms to 0600.joerg1995-12-311-2/+2
* In memory test, cast pointer as "volatile int *", not "int *" to make suredg1995-12-301-9/+9
* This commit was generated by cvs2svn to compensate for changes in r13122,peter1995-12-307-1870/+0
* recording cvs-1.6 file deathpeter1995-12-3098-44051/+0
* Restored likely_com_ports[] from rev.1.122 so that Hayes ESP support atbde1995-12-301-1/+3
* Oops, forgot a little difference between my src-tree and ours...sos1995-12-301-2/+2
* Fixed a bug with the ATAPI_STATIC option, so it compiles again.sos1995-12-291-3/+8
* My first shot at get sound to work on the emulator.sos1995-12-293-8/+127
* Implemented non-statistical kernel profiling. This is based onbde1995-12-294-44/+258
* Oops, this should have been committed with the other Hayes ESP changes.bde1995-12-291-0/+76
* Added support for the Hayes ESP serial card.bde1995-12-293-3/+124
* 1) ifdef out some unused functions (for now)markm1995-12-292-20/+33
* Make a couple of options that hurt when they're removed morejkh1995-12-293-14/+25
* Add the attempted DMA address to the 'DMA beyond end of ISA' message so thatpeter1995-12-291-2/+3
* Made bzero a function vector and added a 586/686 optimized version ofdg1995-12-281-61/+1
* Made bzero a function vector and added a 586/686 optimized version ofdg1995-12-282-18/+78
* Fix one more label that I overlooked with the P6 support. Sigh.dg1995-12-281-2/+2
* 1) Add #include <machine/cpu.h> to catch some 586 #definesmarkm1995-12-281-2/+3
* Add more disc_optim calls to track line disc changesache1995-12-281-0/+3
* Update bcopyb & bcopy to reflect changes I made in the libc version ofdg1995-12-271-7/+12
* Finished removing MACH_KERNEL stuff.bde1995-12-272-12/+2
* random_machdep.c: New version, also includes revectored interrupts, rathermarkm1995-12-272-213/+246
* Clean up and make more universal. Next version of random device.markm1995-12-271-5/+16
* Modify the ioctl to handle revectored interrupts for the entropy gatherers.markm1995-12-271-5/+30
* Removed nonexistent option AUTO_EOI_1.bde1995-12-262-12/+4
* Removed almost all traces of libkern.a. The objects that were inbde1995-12-263-47/+23
* Renamed isa/random.c to isa/random_machdep.c to avoid a conflict withbde1995-12-262-4/+4
* Fix a lable goofup I made in the previous P6 support changes.dg1995-12-251-3/+3
* Fixed staticizing. Some functions aren't static but depend onbde1995-12-255-11/+31
* Fix typo in CPUCLASS.dg1995-12-251-2/+2
* Added device fxp0 (device driver for Intel EtherExpress Pro/100).dg1995-12-243-3/+6
* Added I686_CPU.dg1995-12-243-3/+6
* Add Pentium Pro CPU detection and special handling. For now, all thedg1995-12-248-53/+69
* Made "AUTO_EOI_1" standard. auto-EOI on the master ICU is a documenteddg1995-12-232-59/+41
* Use FASTER_NOP rather than NOP in rtcin() - only one inb delay was everdg1995-12-231-3/+3
* Added undocumented option DEBUG so that debugging code gets maintainedbde1995-12-222-2/+4
* Staticized code that was hidden by `#ifdef DEBUG'.bde1995-12-221-3/+7
* Increased the double fault stack size from 512 to PAGE_SIZE. This isbde1995-12-221-2/+2
* Typo in my last commit.phk1995-12-221-2/+2
* Renamed private DEBUG macro to avoid warnings when DEBUG is an option.bde1995-12-223-26/+26
* Fixed permissions of /dev/pcaudio*.bde1995-12-221-6/+6
OpenPOWER on IntegriCloud