| Commit message (Expand) | Author | Age | Files | Lines |
* | Update for CAM. | gibbs | 1998-09-15 | 1 | -4/+21 |
* | Remove the SLICE code. | sos | 1998-09-14 | 1 | -2/+1 |
* | All the references to cfs, in symbols, structs, and strings | rvb | 1998-09-11 | 1 | -2/+2 |
* | Renamed BT848[SG]CAPAREA to BT848_[SG]CAPAREA. | sos | 1998-08-31 | 1 | -0/+2 |
* | Added Capture Area ioctl - BT848[SG]CAPAREA. | sos | 1998-08-31 | 1 | -1/+4 |
* | Add OVERRIDE_CARD to the bktr options list | sos | 1998-08-26 | 1 | -1/+2 |
* | A few misc changes to get the spigot and meteor board working in 3.0. | jkh | 1998-08-08 | 1 | -1/+8 |
* | Update DPT driver from 1.4.3 to 1.4.5 | eivind | 1998-08-05 | 1 | -8/+10 |
* | Prepare to handle MAXUSERS as a normal option. | bde | 1998-07-12 | 1 | -1/+2 |
* | Forgot to register the IPFIREWALL_FORWARD option. | julian | 1998-07-06 | 1 | -1/+2 |
* | Remove unused option | julian | 1998-07-02 | 1 | -3/+1 |
* | Nuked opt_defunct.h and kern_opt.c. config(8) now generates good enough | bde | 1998-06-30 | 1 | -6/+1 |
* | move OVERRIDE_TUNER from i386 to general options... it's not i386 | jmg | 1998-06-30 | 1 | -1/+4 |
* | document PCI_QUIET that prevents pci from compiling in so many strings | jmg | 1998-06-30 | 1 | -1/+4 |
* | document some VM paging options for cache sizes: | jmg | 1998-06-30 | 1 | -1/+7 |
* | make NO_SCSI_SENSE a proper option (already documented in LINT) | jmg | 1998-06-30 | 1 | -1/+2 |
* | document and make EXPORTMFS a new style option | jmg | 1998-06-30 | 1 | -1/+2 |
* | convert some nfs tunables to options, these are: | jmg | 1998-06-30 | 1 | -2/+14 |
* | Add options for selecting ELF or KLD symbols in DDB. | dfr | 1998-06-28 | 1 | -1/+3 |
* | This commit fixes various 64bit portability problems required for | dfr | 1998-06-07 | 1 | -1/+4 |
* | Reverse the default sense of the IPFW/DIVERT reinjection code | julian | 1998-06-05 | 1 | -2/+2 |
* | Add optional code to change the way that divert and ipfw work together. | julian | 1998-05-25 | 1 | -1/+3 |
* | Add CVS option | jkh | 1998-05-24 | 1 | -1/+2 |
* | Make the size of the msgbuf (dmesg) a "normal" option. | phk | 1998-05-19 | 1 | -1/+4 |
* | Get rid of DEVFS_ROOT | julian | 1998-04-20 | 1 | -2/+1 |
* | Make the devfs SLICE option a standard type option. | julian | 1998-04-20 | 1 | -1/+2 |
* | Finish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B and | dufault | 1998-03-28 | 1 | -3/+5 |
* | Make this compile.. There are some unpleasing hacks in here. | peter | 1998-03-21 | 1 | -1/+4 |
* | Add ENABLE_VFS_IOOPT kernel option. | dyson | 1998-03-19 | 1 | -1/+2 |
* | Add a BOOTP_WIRED_TO option, for use on machines with multiple network | tegge | 1998-03-14 | 1 | -1/+2 |
* | Document options policy. | eivind | 1998-03-10 | 1 | -3/+30 |
* | Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman) | julian | 1998-03-08 | 1 | -1/+7 |
* | Reviewed by: msmith, bde long ago | dufault | 1998-03-04 | 1 | -1/+4 |
* | make sys/netkey/key{,_debug}.c compile. I believe it works but not tested. | itojun | 1998-02-27 | 1 | -1/+5 |
* | Try to dynamically size the VM_KMEM_SIZE (but is still able to be overridden | dyson | 1998-02-23 | 1 | -1/+6 |
* | Add HW_WDOG to LINT, and turn it into a new-style option. | eivind | 1998-02-16 | 1 | -1/+2 |
* | Make NO_LKM a new-style option. | eivind | 1998-02-12 | 1 | -1/+2 |
* | Throw DEBUG and DIAGNOSTIC in opt_global.h | eivind | 1998-02-06 | 1 | -3/+4 |
* | Turn DIAGNOSTIC into a new-style option. | eivind | 1998-02-04 | 1 | -1/+2 |
* | Change LINT_PCCARD_HACK to COMPILING_LINT, and put it in its own header file | eivind | 1998-02-04 | 1 | -1/+2 |
* | Make SPX_HACK a new-style option. | eivind | 1998-02-04 | 1 | -1/+2 |
* | Put SCSI_2_DEF in opt_scsi.h. This cause a lot more recompliation than | eivind | 1998-02-04 | 1 | -1/+2 |
* | Make FAILSAFE a new-style option. | eivind | 1998-02-04 | 1 | -1/+2 |
* | Make the debug options new-style. | eivind | 1998-01-31 | 1 | -1/+17 |
* | Make POWERFAIL_NMI, PPS_SYNC and NATM new style options. | eivind | 1998-01-31 | 1 | -1/+6 |
* | Retire LFS. | phk | 1998-01-30 | 1 | -3/+1 |
* | Move DPT related options out of i386 specific files | julian | 1998-01-26 | 1 | -1/+12 |
* | Make TCP_COMPAT_42 a new style option. | eivind | 1998-01-25 | 1 | -1/+2 |
* | Turn NSWAPDEV into a new-style option. | eivind | 1998-01-25 | 1 | -4/+5 |
* | Make MD5 a new-style option. This one was eeeeeaaaaaasssssyyyyy ;-) | eivind | 1998-01-25 | 1 | -1/+2 |