summaryrefslogtreecommitdiffstats
path: root/sys/conf
Commit message (Expand)AuthorAgeFilesLines
* Add sysctl variables for the Linuxulator. These reside under `compat.linux' asmarcel1999-08-271-1/+2
* Add miibus drivers for the ThunderLAN internal PHY and the Micro Linearwpaul1999-08-271-0/+2
* Merge from sys/i386/conf/options.i386 revision .1.20.kato1999-08-231-2/+1
* This commit adds device driver support for the Sundance Technologies ST201wpaul1999-08-212-1/+6
* This commit adds support for the NetBSD MII abstraction layer andwpaul1999-08-212-1/+31
* Implement a new generic mechanism for attaching handler functions tomsmith1999-08-211-0/+1
* Fix short timeout problems with the pt(4) driver:ken1999-08-202-3/+10
* Extract the next runnable process selection out of cpu_switch() into apeter1999-08-191-0/+1
* The "LINUX" option isn't actually used or referenced anywhere. The stuffpeter1999-08-181-2/+1
* Merge from sys/i386/conf/files.i386 revision 1.259.kato1999-08-181-2/+4
* Create callable (non-inline) versions of the atomic_OP_TYPE functionsalc1999-08-181-1/+3
* Add CAM_DEBUG_DELAY option.gibbs1999-08-161-1/+2
* Give if_tun the "almost clone" makeover.phk1999-08-151-2/+2
* Give BPF the "almost-clone" update. If you need more of them, makephk1999-08-151-2/+2
* Reserve bdev/cdev entries for i2o driver.jkh1999-08-111-1/+3
* Re-order list.des1999-08-101-4/+4
* Merge the cons.c and cons.h to the best of my ability. alpha may orphk1999-08-094-6/+4
* Make the pty driver as close to a cloning device as we can get for now,phk1999-08-081-3/+3
* Fix a reference to `st' by replacing it with `sa'.chris1999-08-081-2/+2
* Sync with sys/i386/conf/options.i386 revision 1.119.kato1999-08-081-2/+7
* Sync with sys/i386/conf/files.i386 revision 1.257.kato1999-08-081-16/+19
* Add vinumraid5.c to the files for Vinum. This allows (deprecated)grog1999-08-081-0/+1
* The following simplifies newvers.sh somewhat and makes what(1) work withjkh1999-08-081-8/+10
* Re-delete the (meaningless) device-driver tokens that came back in 1.256peter1999-08-071-29/+29
* Add driver support for M-systems DiskOnChip Products.phk1999-08-061-1/+4
* updating isdn4bsd to beta version 0.83hm1999-08-063-30/+50
* The ARLA folks don't need a bdev after all - remove it.jkh1999-08-041-2/+1
* Correction: "ans" -> "and."green1999-08-041-2/+2
* Add variable INSTALLFLAGS_EDIT used to remove arbitrary INSTALLFLAGS.hoek1999-07-311-2/+7
* Reserve majors for arla.jkh1999-07-311-1/+3
* Removed apm_setup.s.kato1999-07-301-2/+1
* Major update to the kernel's BIOS-calling ability.msmith1999-07-291-2/+1
* Sync with sys/i386/conf/files.i386 revision 1.254.kato1999-07-261-2/+7
* Pave the way for the fla driver.phk1999-07-261-2/+7
* Various formatting fixes on my FPE trapcode commit.cracauer1999-07-261-6/+4
* On FPU exceptions, pass a useful error code (one of the FPE_...cracauer1999-07-251-8/+14
* This commit adds device driver support for Adaptec Duralink PCI fastwpaul1999-07-252-1/+9
* Removed device-dirver flags.kato1999-07-091-215/+215
* This commit adds driver support for the SysKonnect SK-984x serieswpaul1999-07-092-1/+10
* Implement support for hardware debug registers on the i386.jlemon1999-07-091-0/+1
* Sync with sys/i386/conf/Makefile.i386 revision 1.158.kato1999-07-081-5/+1
* Rename bpfilter to bpf.des1999-07-062-6/+6
* add another ISP optionmjacob1999-07-051-1/+2
* The IDA driver is 'ida', not 'id'msmith1999-07-051-3/+3
* Move the initialisation/tuning of nmbclusters from param.c/machdep.cmsmith1999-07-051-17/+1
* Update comment for new location of soft-updates sources.jdp1999-07-031-2/+2
* Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entirepeter1999-07-031-21/+21
* Delete the 'device-driver' suffix. It's been meaningless for a long time.peter1999-07-036-415/+403
* Only have the pci component compiled if pci is specified at config.peter1999-07-031-3/+3
* Move bt_isa.c to the cpu-independent isa section.peter1999-07-032-3/+3
OpenPOWER on IntegriCloud