summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Replace ugly year/month calculations in resettodr to more cleanache1996-01-082-28/+24
* MTRETENS for the wt driver. This patch got lost withjoerg1996-01-082-39/+14
* Reran makesyscalls.sh..peter1996-01-083-4/+3
* Oops. forgot to remove #include "opt_sysvipc.h"peter1996-01-081-2/+1
* reran makesyscallspeter1996-01-0810-57/+10
* Remove the #ifdef SYSVSHM etc. Always call the functions, some stubspeter1996-01-081-13/+1
* Also move /var/db/kvm_kernel.db to /var/db/kvm_kernel.old.db IF we changepeter1996-01-081-1/+2
* Only change the sysctl variable if it presently points to /kernel.phk1996-01-071-2/+4
* Use the new adapter_softc field in the scsi_link structure so thatgibbs1996-01-073-42/+21
* Use the new adapter_softc field in the scsi_link structure so thatgibbs1996-01-075-224/+224
* Use the new adapter_softc field in the scsi_link structure so thatgibbs1996-01-071-79/+66
* Add comment about only needing on of either ahc, ncr, or ahb typegibbs1996-01-071-2/+3
* Add NMSS to the list of things that local.h checks for when decdingwpaul1996-01-072-3/+4
* Document the ``BOOT_HD'' make option for the bootblocks.joerg1996-01-061-2/+7
* Choose a different name to hold the option definition.. The original onepeter1996-01-062-4/+4
* Finally demolished the last, tottering remnants of GATEWAY. If you wantwollman1996-01-052-14/+2
* Convert BOUNCE_BUFFERS and BOUNCEPAGES to new option scheme.wollman1996-01-053-2/+6
* The Linux emulator depends on SYSV IPC but doesn't actually referencewollman1996-01-051-1/+3
* Remove -fno-strength-reduce, gcc bug recently fixedache1996-01-051-2/+2
* Added multicast support, currently #ifdef LNC_MULTICAST.paul1996-01-051-14/+85
* Delete a couple of unnecessary dependencies on Makefile.wollman1996-01-051-3/+3
* The sequencer sets Intstat to REJECT_MSG, not MSG_REJECT.gibbs1996-01-051-2/+2
* Convert DDB to new-style option.wollman1996-01-0410-274/+23
* Convert SYSV IPC to new-style options. (I hope I got everything...)wollman1996-01-047-6/+14
* 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
OpenPOWER on IntegriCloud