summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* An effort to make SLICE/DEVFS play with SCSI.julian1998-05-071-79/+102
* Sync with sys/i386/isa/wd.c revision 1.166.kato1998-05-071-31/+64
* Sync with sys/i386/isa/fd.c revision 1.112.kato1998-05-072-8/+10
* In the words of the submitter:msmith1998-05-0720-417/+360
* cleanup: remove duplicated dump code.julian1998-05-071-125/+39
* cleanup:julian1998-05-071-184/+62
* Unbotch whitespace and change switch with two cases to if.eivind1998-05-072-24/+18
* There is no dump routine for fd so give it an explicit NULL entryjulian1998-05-063-6/+9
* Don't call a dump routine if there isn't one. (e.g. in floppy driver)julian1998-05-062-4/+12
* Add dump support to the DEVFS/slice code.julian1998-05-0613-32/+371
* The CHIOGSTATUS ioctl of the SCSI media changer driver (sys/scsi/ch.c)phk1998-05-061-2/+2
* Sync with sys/i386/isa/wd.c revision 1.164.kato1998-05-061-2/+7
* As described by the submitter:msmith1998-05-0627-218/+24
* Implement bus_dmamem_* functions and correct a few nits reported by Peter Wemm.gibbs1998-05-0611-132/+419
* Now that we have a TAILQ_PREV() that returns the previous object, simplifygibbs1998-05-062-36/+14
* Change a couple of long types to int to match NetBSD so that termiosjb1998-05-051-3/+3
* Fix the 4-8G LBA geometry it was wrong.sos1998-05-051-2/+7
* Include pc98.h instead of isa.h when PC98 is defined.kato1998-05-051-1/+5
* Deleted unused item.kato1998-05-052-4/+2
* Refuse accellerated opens on listening sockets that have not setguido1998-05-042-4/+8
* Correct an error that I made where the vtruncbuf was changed backdyson1998-05-041-2/+2
* Fix the shm panic. I mistakenly used the shadow_count to keep the objectdyson1998-05-043-7/+7
* Sync with sys/i386/isa/sio.c revision 1.200.kato1998-05-042-2/+4
* Detect USR PnP x2 modem.phk1998-05-043-3/+6
* Added amd controller to support MELCO IFC-DP SCSI card.kato1998-05-043-3/+6
* Added another PCI to C-bus (ISA bus like 16 bit bus of PC-98) bridge.kato1998-05-041-1/+3
* Added SMP kernel configuration file for PC-98 machine.kato1998-05-041-0/+221
* System clock speed is always detected automatically.kato1998-05-047-103/+7
* Use `0xf8' instead of `IO_NPX' macro to support compiling with `SMP'kato1998-05-041-3/+3
* Support compiling with `gcc -ansi'.kato1998-05-041-2/+2
* Support compiling with `gcc -ansi'.kato1998-05-041-4/+4
* Work around some VM bugs, the worst being an overly aggressivedyson1998-05-044-26/+44
* Add NEC PC-98 chipsets.kato1998-05-041-1/+18
* Patches are given here for pcisupport.c to recognise most of VIAphk1998-05-031-1/+22
* Add PCI device IDs for Intel BX PCI chip-set components.se1998-05-021-1/+7
* Another minor cleanup of the split code. Make sure that pages aredyson1998-05-021-2/+15
* Seatbelts for vm_page_bits() in case a file offset is passed in rather thanpeter1998-05-021-2/+3
* Support 1.44MB floppy disk.kato1998-05-024-6/+25
* Don't depend on "implicit int".bde1998-05-012-5/+5
* Added -ansi to CWARNFLAGS so that ANSI errors don't come back.bde1998-05-011-2/+2
* Support compiling with `gcc -ansi'. Just use __inline instead of inline.bde1998-05-011-2/+5
* Oops, the previous commit should have changed `i386' to `__i386__',bde1998-05-014-11/+11
* Partially fixed write clustering for cases where cluster_wbuild() isbde1998-05-011-1/+4
* vm_page_is_valid() wasn't expecting a large offset argument, it'speter1998-05-011-2/+3
* Fix one problem with NFSv3 > 2GB file support.peter1998-05-011-3/+3
* Fix minor bug with new over used swap fix.dyson1998-05-011-1/+2
* Loopback network interface driver (net/if_loop.c) has no SIOCSIFFLAGSphk1998-04-301-1/+4
* Make errno finally and permanently thread-aware so that it is no longerjb1998-04-301-5/+1
* Fix an error that I made with an optimization. In the casedyson1998-04-301-2/+2
* Use ${.TARGET} rather than $@. i386 tested, pc98 untested because configimp1998-04-295-60/+60
OpenPOWER on IntegriCloud