summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Some more i386-only BIOS-friendliness:msmith2000-04-1615-89/+736
* Second patch that prepares for the addition of thegroudier2000-04-161-301/+303
* Add files that I forgot to `cvs add' on last commit.jlemon2000-04-163-0/+1111
* Replace the POLLEXTEND extensions with the kqueue() mechanism.jlemon2000-04-162-25/+29
* Introduce kqueue() and kevent(), a kernel event notification facility.jlemon2000-04-1629-18/+682
* Convert pcvt to use the newbus driver framework, options COMPAT_OLDISAhm2000-04-165-187/+157
* Remove debugging coderoger2000-04-161-1/+1
* Fix typo in interrupt handling code and fix bug in setting of adelayroger2000-04-164-14/+24
* Make vinum compile again using the "cast to buf" workaround.phk2000-04-163-20/+21
* Overlooked a s/b_act/bio_queue/ substitution due to targ not being in LINT.phk2000-04-161-2/+2
* Add the scsi-target driver to LINT.phk2000-04-163-0/+3
* - Define registers as offsets from register base rather than offsets frommdodd2000-04-162-14/+10
* Include <sys/bus.h>, which is needed after Doug's latest object changes.imp2000-04-162-0/+4
* Fix two bugs in extended attribute support for UFS/FFS:rwatson2000-04-161-2/+5
* Remove MAINTAINER.grog2000-04-161-2/+0
* A messy commit that checkpoints the driver (not known to actually work)dmlb2000-04-151-236/+330
* Merged in a load of information from the card documentation - not finished yet.dmlb2000-04-151-121/+338
* A few comment tidy-ups.dmlb2000-04-151-13/+27
* Fix typo, extentions -> extensionsasmodai2000-04-152-2/+2
* ext2fs relies on UFS support code, and as a result also requiresrwatson2000-04-1514-0/+24
* First patch that prepares for the adding of multi-firmwaregroudier2000-04-151-313/+233
* Add include files to alpha/include directory.roger2000-04-152-0/+475
* Update to driver 2.11.roger2000-04-155-8/+26
* Complete the bio/buf divorce for all code below devfs::strategyphk2000-04-1583-1444/+1474
* make mmap sort-of work. there seem to be interactions with certain hwcg2000-04-155-154/+172
* Introduce extended attribute support for FFS, allowing arbitraryrwatson2000-04-1527-0/+954
* Apply TCP_EXPIRE_CONNECTED (86400 seconds) timeout only to establishedru2000-04-141-16/+10
* Change && to || in probe routine so that the mlphy driver doesn'twpaul2000-04-141-1/+1
* Add vendor/device codes for SmartBridges SmartLink USB ethernet adapterwpaul2000-04-141-0/+1
* Regenerate.wpaul2000-04-142-2/+18
* Add entry for SmartBridges SmartLink USB ethernet adapter.wpaul2000-04-141-0/+4
* The printf function of boot2 can't recognize "%lx" format.nyan2000-04-141-4/+4
* Merged from sys/boot/i386/loader/Makefile revision 1.43.nyan2000-04-141-2/+6
* Added wdreg.h. PC-98 still uses the wd driver.nyan2000-04-141-0/+320
* Change the maximum I/O transfer size to DFLTPHYS. This should fixjlemon2000-04-131-1/+1
* - Add an additional call to eisa_add_iospace() so we get the right IOPORTmdodd2000-04-131-1/+2
* A complete reformatting of manual page.ru2000-04-131-724/+686
* Added wdreg.h and fixed path.nyan2000-04-131-1/+1
* checkpoint latest pccard/pcic hacking:imp2000-04-137-165/+143
* Enable building Vinum on alpha.grog2000-04-131-2/+2
* Only build the ng_mppc KLD if !NOCRYPT and required crypto sources exist.archie2000-04-121-0/+4
* Revert to previous state, plus a few cleanups pointed out by bde.archie2000-04-121-24/+4
* Make partially specified permanent links without `dst_addr'ru2000-04-121-11/+15
* Fix uninitialized variable.archie2000-04-121-1/+1
* Include pc98.h instead of isareg.h.kato2000-04-121-0/+4
* - Fixed counter number (timer2 -> timer1).kato2000-04-121-4/+5
* The nss driver is compatible mode.nyan2000-04-121-0/+5
* - Release allocated resources on error.nyan2000-04-122-145/+164
* Merged from sys/i386/isa/isa_compat.c revisions 1.19 and 1.20.kato2000-04-121-5/+5
* Set the value of rid variable for bus_alloc_resource(dev, SYS_RES_IOPORT,...)nyan2000-04-122-4/+8
OpenPOWER on IntegriCloud