summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add a missing bufq_init call. The original code never initialized it'sgibbs1997-09-221-0/+1
* Make MFS a supported option, finally.joerg1997-09-224-10/+5
* restore a line I accidentally deleted with my callout changes.gibbs1997-09-221-0/+1
* Update for changes in the callout interface.kato1997-09-223-1/+11
* Synchronize with sys/i386/isa/wd.c revision up to 1.140.kato1997-09-221-51/+71
* Synchronize with sys/i386/isa/fd.c, isa.c and sio.c revisions 1.103,kato1997-09-225-39/+68
* Synchronize with sys/i386/i386/machdep.c and trap.c reivisions 1.265kato1997-09-223-11/+57
* Synchronize with sys/i386/conf/files.i386 revision 1.177.kato1997-09-222-26/+4
* Turn on CR4_VME on the AP's the same as the BSP. Note that we do notpeter1997-09-222-2/+26
* Oops. This file shouldn't have been committed.gibbs1997-09-222-36/+34
* Remove an unfortunate name clash with the zalloc/zfree routines. Since thedyson1997-09-211-11/+11
* urk, fix spelling error in comment I just fixed.julian1997-09-211-2/+2
* Fix a comment.julian1997-09-211-2/+6
* Convert tqdisksort to bufqdisksort. Honor the B_ORDERED buffer flaggibbs1997-09-212-154/+112
* Update for new buffer queue data structure.gibbs1997-09-212-12/+12
* buf.h:gibbs1997-09-2113-28/+210
* Convert to use the new bufq* functions for dealing with buffergibbs1997-09-219-37/+44
* Update for new callout interface.gibbs1997-09-2120-71/+108
* init_main.c subr_autoconf.c:gibbs1997-09-2110-306/+489
* Update for changes in the callout interface.gibbs1997-09-217-48/+73
* soundcard.c:gibbs1997-09-212-4/+5
* aha1542.c aic6360.c cy.c fd.c ft.cgibbs1997-09-2143-299/+464
* ipl.h:gibbs1997-09-213-3/+15
* autoconf.c:gibbs1997-09-217-27/+99
* Add shared EISA interrupt support.gibbs1997-09-2113-204/+293
* Move the rules for aicasm to the MI conf file.gibbs1997-09-214-64/+42
* Convert to the new callout interface.gibbs1997-09-212-6/+14
* Convert to the new callout interface.gibbs1997-09-212-5/+15
* Move the rules for aicasm to the MI conf file.gibbs1997-09-211-0/+16
* Implement the parts needed for VM86 under SMP.peter1997-09-2116-66/+193
* Fix some style(9) and formatting problems. tabsize 4 formatting doesn'tpeter1997-09-212-104/+122
* Add support for more than 1 page of idle process stack on SMP systems.dyson1997-09-2112-167/+283
* Re-institute a bugfix in allocation of anonymous buffer memory.dyson1997-09-211-7/+36
* Change the M_NAMEI allocations to use the zone allocator. This changedyson1997-09-2136-295/+427
* Recognize the CS4326 on the Intel PR440FX motherboard. (It works just likepeter1997-09-213-33/+72
* Fix a comment-within-a-commentpeter1997-09-215-5/+5
* Accept FIOASYNC (like the old sound driver) since it's generated bypeter1997-09-211-2/+2
* We were (I think) missing a vrele() on the vnode for the object loadedpeter1997-09-211-6/+5
* For AMD chips, pick up the long description from the chip ifphk1997-09-202-2/+142
* Addition of support of the slightly rogue Promise IDE interface(Dyson), supportdyson1997-09-208-654/+1205
* Adjust the #ifdef KERNEL so that pnp_cinfo is available for sbin/dset.cpeter1997-09-201-5/+5
* Synchronize with sys/i386/isa/isa.c revision 1.104.kato1997-09-201-4/+15
* Synchronize with sys/i386/conf/options.i386 and sys/i386/isa/sio.ckato1997-09-204-28/+248
* ``oops''. I cut/pasted the original free()'s based on mark's suggestionpeter1997-09-202-8/+8
* teach sio how to attach to isa PnP cards. This is mainly for use withjmg1997-09-198-44/+388
* teach pnp to keep isa_device structs around, and teach isa.c how to scanjmg1997-09-194-48/+122
* [Regarding the previous patch] This is completely wrong.phk1997-09-191-3/+5
* Synchronize with sys/i386/i386/userconfig.c revision 1.93.kato1997-09-191-6/+6
* Executing binaries on a nullfs (or nullfs-based) filesystem results inphk1997-09-184-10/+14
* Ffs_alloc allow users to write one block beyond the limit.phk1997-09-181-2/+2
OpenPOWER on IntegriCloud