summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Removed obsolete vtrace() remnants.dg1995-03-0416-92/+22
* Removed obsolete vtrace() and reorganized a little.dg1995-03-042-176/+48
* Fix flag bugs with RUKEYMAPache1995-03-033-9/+9
* Preserve reverse link integraty while doing the queue insertion.dg1995-03-032-4/+4
* Fixes from John Dyson to work around vnode lock hang. Basically, removedg1995-03-033-11/+22
* Make sure there is a device before opening. Fixes NULL accessdufault1995-03-031-1/+4
* Make in lkm/syscons fails due to missing include for apm stuff.nate1995-03-031-0/+1
* Removed redundant delcaration of msdosfs_denode.c from the SRCS line.nate1995-03-032-6/+6
* Reduce burst length to 4 DWORDs for now, since there seem tose1995-03-031-4/+5
* emoved redundant definition of imcs2_close() since it already exists innate1995-03-031-13/+1
* Minor update to syscons.sos1995-03-039-171/+180
* Use copyout to install the sigframe rather than directly writing to thedg1995-03-032-46/+72
* Make 'config [kernel] swap generic' work again. It would seem thatwpaul1995-03-021-10/+10
* Disable vga_attach() code, as it always should have been.se1995-03-021-2/+2
* Speed up PCI attach code by ommiting test if its result is ignored anyway.se1995-03-022-26/+30
* Some people have complained that they were unable to boot thewpaul1995-03-021-4/+24
* Fix it so that systems with NSCBUS==0 don't have undefineds.dufault1995-03-021-2/+10
* Don't try to cluster busy buffers.dg1995-03-021-16/+35
* Move exact match pcb's to the head of the list to improve lookupdg1995-03-021-3/+8
* Correct printf format strings to match argument types.rgrimes1995-03-021-12/+12
* Remove unused variables, and move some inside of DEBUGDO to quite uprgrimes1995-03-022-26/+30
* Move the matcd includes to the right place.jkh1995-03-021-18/+19
* Finish the matcd import. My face is red.jkh1995-03-022-4/+4
* Fix up the matcd import.jkh1995-03-021-18/+1
* Changes to incorporate the Matsushita CDROM driver (otherwise known asjkh1995-03-0210-23/+2893
* Missed a reference to numvnd.phk1995-03-021-1/+1
* Use su/fubyte instead of directly touching the user's address space.dg1995-03-012-16/+8
* Various changes from John and myself that do the following:dg1995-03-0110-288/+239
* Made host id configurable with a kernel option "AIC_SCSI_HOSTID=val".dufault1995-03-011-1/+3
* 1. Added a "scsi" command to userconfig as a startdufault1995-03-012-4/+84
* Added a little documentation on the fixed SCSI config anddufault1995-03-013-45/+96
* 1. "uk" driver now optional on scbusdufault1995-03-011-1/+2
* Reviewed by: gibbs@freefall.cdrom.com julian@freefall.cdrom.comdufault1995-03-0112-1178/+1291
* Various changes from John and myself that do the following:dg1995-03-013-8/+17
* Slight change to include file order to accommodate upcoming changes.dg1995-03-013-7/+8
* Fix "dependency" spelling error. Implement "clean" entries for devicegibbs1995-03-015-18/+28
* Less bogus allocation of softc to avoid races.phk1995-03-011-30/+17
* No longer assume that a process's address space can be directly written to.dg1995-03-011-14/+23
* Workaround IXOFF bug when output queue is full && RTS control is onache1995-02-284-10/+34
* Do a vnode_pager_uncache after the VOP_RENAME to lose the remainingdg1995-02-282-4/+8
* Incorporate bde's code-review comments.pst1995-02-2818-148/+70
* sameugen1995-02-274-23/+166
* same..ugen1995-02-271-2/+4
* Don't try to make use of useless rotational position optimisation,se1995-02-271-8/+8
* Add code to deal with PCI-PCI bridge chips, especially the DEC 21050.se1995-02-271-4/+43
* First try to add support for PCI-PCI bridge chips (written for these1995-02-274-46/+180
* Delete bogus semicolon in macro definition.se1995-02-271-3/+3
* Remove strncmp() fro userconfig,it'sugen1995-02-271-16/+1
* Backed out previous change. I forgot (for about the fourth time) thatdg1995-02-272-6/+4
* Add strncmp() function..I need it andugen1995-02-272-2/+58
OpenPOWER on IntegriCloud