summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove the B_BAD buffer flag, it is no longer used.phk1999-12-104-22/+4
* Fix memory leak.yokota1999-12-101-0/+1
* o Make pccard work at all by including card.himp1999-12-102-24/+36
* kill debug printf that says detachimp1999-12-101-2/+0
* Fix pccard ed driver, I think.imp1999-12-103-3/+5
* Move the turning on of the interrupts for the card at the bridge fromimp1999-12-101-15/+14
* Add support new keys: lshifta, rshifta, lctrla, rctrla, lalta, andyokota1999-12-104-13/+100
* Add "panic key" function to syscons. When this key is defined in ayokota1999-12-101-0/+10
* Define some more function keys in the keymap: panic, lshifta, rshifta, etc.yokota1999-12-101-0/+7
* Make the origins clear.tanimura1999-12-104-0/+15
* Fix several typos.archie1999-12-091-17/+17
* Move source files common to all platforms from <arch>/conf/files.<arch>archie1999-12-097-90/+22
* arc4random.c now in conf/files (left out of last commit.. oops!)dan1999-12-092-2/+0
* Added VT_HPFS vnode type.semenu1999-12-091-1/+2
* First version of HPFS stuff.semenu1999-12-0911-0/+5008
* Move libkern/arc4random.c into conf/files. I was planning on doing andan1999-12-095-4/+1
* Fix a route table leak in rtalloc() and rtalloc_ign(). It isjdp1999-12-091-5/+12
* Backed out previous commit because it contains wrong changes.kato1999-12-091-19/+11
* Sync with sys/dev/fb/vga.c rev 1.5.kato1999-12-092-10/+8
* Sync with sys/i386/isa/wd.c rev 1.216.kato1999-12-091-11/+19
* Merge from sys/i386/conf/options.i386 rev 1.128.kato1999-12-092-0/+6
* Merge from sys/i386/conf/files.i386 rev 1.284.kato1999-12-092-0/+64
* rtcalloc() is removed because it turned out not to be necessary for FreeBSD.shin1999-12-095-20/+5
* Merge _isa and _isasubr since only one function remained in _isasubrimp1999-12-094-263/+158
* Update man page: BPF is supported even in the KLD version.archie1999-12-092-2/+2
* Fix 'make clean'archie1999-12-091-0/+2
* New netgraph node type 'pptpgre': this performs GRE encapsulationarchie1999-12-0811-1/+1114
* Include net/slcompress.c in the build of this module.archie1999-12-083-25/+19
* [ repository copy of sys/pci/pci_ioctl.h to sys/sys/pciio.h happened in theken1999-12-0812-233/+84
* Add opt_svr4.h to SRCS. This fixes make depend.marcel1999-12-081-1/+1
* Backout changes made in 1.102 following feedback from NTSC usersroger1999-12-081-11/+17
* Add support for compiling SVR4 as a static modulenewton1999-12-084-0/+70
* Change the devstat priorities to the std values now in devicestats.hsos1999-12-084-4/+4
* Remove unnecessary includesnewton1999-12-0823-148/+38
* Make this buildable with MROUTING defined.shin1999-12-081-1/+1
* SVR4 emulator source files now take their compilation options fromnewton1999-12-0817-15/+39
* Make adjtime(2) adjust boottime so it doesn't cause non-monotonousphk1999-12-082-4/+22
* Scan cdevs for potential root devices, rather than bdevs.phk1999-12-082-12/+14
* Remove BAD144 support, it has already been disabled for some time.phk1999-12-0823-1091/+20
* Finally use the new ata driver.sos1999-12-083-61/+28
* Remove unused #includes.phk1999-12-0819-29/+0
* Switch to using suspend/resume methods rather than the APM hooks.imp1999-12-083-112/+65
* Fix alloc_driver() so that calls devclass_get_device() with slt->slotnumwpaul1999-12-081-1/+1
* Revamp the devstat priority system. All disks now have the same priority.ken1999-12-0814-26/+25
* Fix invocation of bus_teardown_intr(). The last arg is supposed to bewpaul1999-12-082-2/+2
* o Implement IRQ activation. We do this in bus_{setup,teardown}_intr,imp1999-12-085-195/+75
* Commit the kernel part of our DVD support. Nothing much to say really,sos1999-12-078-5/+449
* Try a little harder at the VIA DMA support.sos1999-12-073-32/+61
* Spruce up the Sundance ST201 driver:wpaul1999-12-072-139/+126
* Tweak the DC_REDUCED_MII_POLL code in dc_mii_tick() for the DC_IS_INTEL()wpaul1999-12-072-4/+4
OpenPOWER on IntegriCloud