| Commit message (Expand) | Author | Age | Files | Lines |
* | Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loader | ps | 2001-10-10 | 1 | -5/+3 |
* | Add an option ED_NO_MIIBUS, which causes the `ed' driver to be | iedowse | 2001-09-29 | 1 | -0/+3 |
* | Add ng_ip_input. A new netgraph node for queuing IP packets into the | brooks | 2001-09-27 | 1 | -0/+1 |
* | /home/brooks/ng_gif.message | brooks | 2001-09-26 | 1 | -0/+2 |
* | Cleanup and split of nfs client and server code. | peter | 2001-09-18 | 1 | -1/+2 |
* | Add a new kernel option RESTARTABLE_PANICS. If this option is present, | jhb | 2001-08-23 | 1 | -0/+1 |
* | Limit the amount of KVM reserved for the buffer cache and for swap-meta | dillon | 2001-08-20 | 1 | -0/+2 |
* | Sigh. ufs_lookup() calls ffs_snapgone(), meaning that 'options EXT2FS' | peter | 2001-08-18 | 1 | -2/+4 |
* | Move MAXUSERS out of opt_param.h to make sure that other code doesn't | peter | 2001-07-26 | 1 | -2/+2 |
* | Allow ng_split to be compiled in staticly. | brooks | 2001-07-25 | 1 | -0/+1 |
* | Put a knob in the kernel config files to tweak the user max stack size. | pirzyk | 2001-07-20 | 1 | -0/+1 |
* | Bring in dirhash, a simple hash-based lookup optimisation for large | iedowse | 2001-07-10 | 1 | -0/+3 |
* | Fill paragraphs after previous commit. | dd | 2001-07-08 | 1 | -13/+14 |
* | Note that options should be listed in NOTES, not LINT, although LINT | dd | 2001-07-08 | 1 | -3/+3 |
* | A slightly more complete change to timeouts: | mjacob | 2001-07-02 | 1 | -0/+1 |
* | Add CAM_NEW_TRAN_CODE as an option (to be included in opt_cam.h). | mjacob | 2001-06-24 | 1 | -0/+3 |
* | Add a PSEUDOFS option to allow pseudofs to be built statically. | des | 2001-06-11 | 1 | -0/+1 |
* | Fix typo (opt_acc.h -> opt_aac.h) for AAC_COMPAT_LINUX. | dirk | 2001-06-01 | 1 | -1/+1 |
* | Add ``options RANDOM_IP_ID'' which randomizes the ID field of IP packets. | kris | 2001-06-01 | 1 | -0/+1 |
* | Remove MFS from configs idea of the world. | phk | 2001-05-29 | 1 | -3/+0 |
* | Add a new kernel option 'BLEED' to be used for code that is still under | jhb | 2001-05-24 | 1 | -0/+1 |
* | Remove DEV_SNP -> opt_snp.h | peter | 2001-05-24 | 1 | -1/+0 |
* | - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION file | ru | 2001-05-23 | 1 | -3/+3 |
* | Hide UNION in opt_dontuse.h (see vfs_syscalls.c,v 1.109). | ru | 2001-05-22 | 1 | -4/+1 |
* | Convert DEVFS from an "opt-in" to an "opt-out" option. | phk | 2001-05-13 | 1 | -1/+1 |
* | Say goodbye to TCP_COMPAT_42 | jesper | 2001-04-20 | 1 | -1/+0 |
* | Make SOMAXCONN a kernel option. | alfred | 2001-04-13 | 1 | -0/+1 |
* | o Introduce "options REGRESSION", a kernel option which enables | rwatson | 2001-04-11 | 1 | -0/+1 |
* | Add function prototypes and base module for kernel side iconv library. | bp | 2001-04-09 | 1 | -0/+1 |
* | Introduce support for POSIX.1e ACLs on UFS-based file systems. This | rwatson | 2001-03-26 | 1 | -0/+5 |
* | Allow AAC_COMPAT_LINUX to be used when compiling aac support into the kernel. | scottl | 2001-03-22 | 1 | -0/+2 |
* | Axe TCP_RESTRICT_RST. It was never a particularly good idea except for a few | des | 2001-03-19 | 1 | -1/+0 |
* | o Change options FFS_EXTATTR and options FFS_EXTATTR_AUTOSTART to | rwatson | 2001-03-19 | 1 | -4/+4 |
* | Add the AAC_DEBUG option to enable debugging in the aac driver. | gibbs | 2001-03-17 | 1 | -0/+8 |
* | Hmm, the last commit apparently only made it halfways | sos | 2001-03-15 | 1 | -2/+0 |
* | Remove the ATA_ENABLE_ATAPI_DMA, ATA_ENABLE_WC and ATA_ENABLE_TAGS | sos | 2001-03-15 | 1 | -1/+0 |
* | o Implement "options FFS_EXTATTR_AUTOSTART", which depends on | rwatson | 2001-03-14 | 1 | -0/+1 |
* | Make md(4) and mdconfig(8) take over the role of vn(4) and vnconfig(8) | phk | 2001-03-09 | 1 | -1/+0 |
* | Add the LINPROCFS option. | des | 2001-03-01 | 1 | -0/+1 |
* | Add back in INVARIANT_SUPPORT and expand the comments in NOTES about it | jhb | 2001-02-24 | 1 | -0/+1 |
* | Introduce API for sequential reads/writes (build/dissect) of mbuf chains. | bp | 2001-02-24 | 1 | -0/+1 |
* | Now that zerror() and SPLASSERT() have been laid to rest, INVARIANT_SUPPORT | jhb | 2001-02-22 | 1 | -1/+0 |
* | Clean up some leftovers from the root mount cleanup that was done some | peter | 2001-02-04 | 1 | -9/+6 |
* | Add hpfs and the config glue for it. It was being skipped from test | peter | 2001-01-31 | 1 | -0/+1 |
* | Add option ATA_ENABLE_WC for enabling write caching (now off by default). | sos | 2001-01-29 | 1 | -1/+2 |
* | Supply a stub bpf_validate() (always returning false - the script is not | peter | 2001-01-29 | 1 | -0/+1 |
* | Convert mca (microchannel bus support) from something that we count | peter | 2001-01-29 | 1 | -0/+1 |
* | Convert ata and atapi #if NATA* > 0 to options instead. Stop config | peter | 2001-01-29 | 1 | -0/+4 |
* | Turn '#if NSNP > 0' into an option. | peter | 2001-01-29 | 1 | -0/+3 |
* | Send "#if NISA > 0" to the bit-bucket and replace it with an option. | peter | 2001-01-29 | 1 | -0/+1 |