| Commit message (Expand) | Author | Age | Files | Lines |
* | gif(4) and stf(4) modernization: | brooks | 2001-07-02 | 1 | -1/+1 |
* | A slightly more complete change to timeouts: | mjacob | 2001-07-02 | 1 | -0/+4 |
* | Remove dgm | brian | 2001-06-27 | 1 | -8/+3 |
* | Spell digi right | brian | 2001-06-27 | 1 | -3/+3 |
* | Don't set CONSPEED to the default and deobfuscate the comment. | dd | 2001-06-21 | 1 | -1/+2 |
* | Actually document TCPDEBUG. | wollman | 2001-06-19 | 1 | -1/+3 |
* | Fix punctuation in comment. | wollman | 2001-06-19 | 1 | -2/+2 |
* | Move cardbus and pccard bus bridge devices to near the bridge chips. This | imp | 2001-06-17 | 1 | -2/+2 |
* | MFGENERIC: | imp | 2001-06-17 | 1 | -12/+9 |
* | Hints overhaul: | peter | 2001-06-12 | 2 | -5/+5 |
* | Add PSEUDOFS, and note that LINPROCFS depends on it. | des | 2001-06-11 | 1 | -1/+3 |
* | Document the PANIC_REBOOT_WAIT_TIME option. | dd | 2001-06-10 | 1 | -2/+6 |
* | Fixed missing parentheses in the definition of KTR_COMPILE. KTR_COMPILE | bde | 2001-06-06 | 1 | -1/+1 |
* | Use bitmasks of the KTR_* constants instead of hexidecimal values for | jhb | 2001-06-04 | 1 | -2/+2 |
* | Add ``options RANDOM_IP_ID'' which randomizes the ID field of IP packets. | kris | 2001-06-01 | 1 | -0/+7 |
* | Add device driver support for the Level 1 LXT1001 NetCellerator | wpaul | 2001-05-31 | 1 | -0/+4 |
* | move wx to be part of miibus requiring chipsets | mjacob | 2001-05-30 | 1 | -1/+1 |
* | Remove MFS options from all example kernel configs. | phk | 2001-05-29 | 3 | -4/+1 |
* | Clarify that the old CD-ROM drivers are only for non-ATAPI drives. | phk | 2001-05-28 | 1 | -3/+3 |
* | Remove pcm hints here now that it's gone from GENERIC. | jkh | 2001-05-26 | 1 | -4/+0 |
* | Update reality in the strings comment | dougb | 2001-05-26 | 1 | -1/+1 |
* | Take pcm (audio) back out of GENERIC; there appears to be some | jkh | 2001-05-25 | 1 | -3/+0 |
* | Submitted by: Juha-Matti Liukkonen (Cubical Solutions Ltd) (jml@cubical.fi) | hm | 2001-05-25 | 1 | -1/+19 |
* | - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION file | ru | 2001-05-23 | 1 | -3/+3 |
* | Convert DEVFS from an "opt-in" to an "opt-out" option. | phk | 2001-05-13 | 3 | -3/+1 |
* | Add support for gigabit ethernet cards based on the NatSemi DP83820 | wpaul | 2001-05-11 | 1 | -0/+5 |
* | Add in commented out entries for NEWCARD so that they are at least | jhb | 2001-05-09 | 1 | -0/+15 |
* | Add a ``digi'' driver. | brian | 2001-05-02 | 1 | -2/+15 |
* | Say goodbye to TCP_COMPAT_42 | jesper | 2001-04-20 | 1 | -5/+0 |
* | o Document UFS_ACL option | jedgar | 2001-04-19 | 1 | -2/+8 |
* | Turn on kernel debugging support (DDB, INVARIANTS, INVARIANT_SUPPORT, WITNESS) | obrien | 2001-04-15 | 1 | -1/+7 |
* | o Introduce "options REGRESSION", a kernel option which enables | rwatson | 2001-04-11 | 1 | -0/+9 |
* | Add function prototypes and base module for kernel side iconv library. | bp | 2001-04-09 | 1 | -0/+3 |
* | Soften the dire warnings about this code. Things are kinda working | imp | 2001-04-05 | 1 | -8/+3 |
* | o Two changes made elsewhere relating to recent EA commits, but not | rwatson | 2001-03-19 | 1 | -1/+2 |
* | Axe TCP_RESTRICT_RST. It was never a particularly good idea except for a few | des | 2001-03-19 | 1 | -8/+0 |
* | Remove the now defunct ATA_ENABLE* options | sos | 2001-03-16 | 3 | -12/+0 |
* | add cnw driver to notes/lint | imp | 2001-03-16 | 1 | -0/+2 |
* | Resync to GENERIC. This backs out the spammage that I committed wrt | imp | 2001-03-16 | 1 | -23/+15 |
* | Move the fxp driver so it is under the miibus section. | jlemon | 2001-03-12 | 2 | -3/+3 |
* | Make md(4) and mdconfig(8) take over the role of vn(4) and vnconfig(8) | phk | 2001-03-09 | 1 | -4/+0 |
* | Spelling and capitalization fixes. | gsutter | 2001-03-07 | 1 | -7/+7 |
* | Add some default hints for isp. | mjacob | 2001-03-03 | 1 | -0/+15 |
* | Add support for Dlink DL10022 to the ed driver. This is a mii part | imp | 2001-03-03 | 2 | -9/+19 |
* | Back out a removal that I was far to quick to apply. The root cause | markm | 2001-03-02 | 1 | -0/+3 |
* | No longer an option. Config(8) is whining over LINT. | markm | 2001-03-01 | 1 | -3/+0 |
* | Update NOTES wrt hint for fxp. | mjacob | 2001-02-27 | 1 | -0/+2 |
* | Add and document the LINPROCFS option, so that we can build linprocfs | peter | 2001-02-27 | 1 | -0/+3 |
* | "Document" the COMPAT_LINUX and IBCS2 ABI emulation support together | peter | 2001-02-27 | 1 | -7/+18 |
* | Drop the 'count' from the aha device specs | peter | 2001-02-25 | 3 | -3/+3 |