| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Back out cometic changes. This is for easily syncing with KAME in other BSDs. | sumikawa | 2001-12-17 | 1 | -5/+5 |
* | Initalize ifq_maxlen to prevent a harmless warning message. | brooks | 2001-12-17 | 1 | -0/+1 |
* | Added a sysctl control variable "ac97rate" to allow manual tuning of | orion | 2001-12-17 | 1 | -3/+28 |
* | Addition of sysctl variable to enable spdif. By default spdif is disabled. | orion | 2001-12-17 | 1 | -2/+26 |
* | Make sure we ignore the value of `fs_active' when reloading the | iedowse | 2001-12-16 | 1 | -1/+2 |
* | Move the new superblock field `fs_active' into the region of the | iedowse | 2001-12-16 | 1 | -5/+7 |
* | Remove reliance on i++ in multiple arguments to a function. C does not | gibbs | 2001-12-16 | 1 | -16/+3 |
* | Remove whitespace at end of line. | mp | 2001-12-16 | 1 | -1/+1 |
* | Add/correct description for some sysctl variables where it was missing. | luigi | 2001-12-16 | 4 | -4/+7 |
* | MFi386: options.i386 revision 1.162 | nyan | 2001-12-16 | 1 | -0/+5 |
* | MFi386: files.i386 revision 1.385 | nyan | 2001-12-16 | 1 | -0/+1 |
* | Merged from sys/isa/{fd.c,fdreg.h} revisions 1.222 and 1.15, respectively. | nyan | 2001-12-16 | 4 | -742/+1182 |
* | Oops, forgot to commit one file in the fd driver mega update. Here it | joerg | 2001-12-16 | 1 | -17/+22 |
* | Remove PC98 code. This file is not used by PC98. | nyan | 2001-12-16 | 2 | -34/+0 |
* | Add code to export and print the description associated to sysctl | luigi | 2001-12-16 | 2 | -1/+29 |
* | Typo. | archie | 2001-12-15 | 1 | -1/+1 |
* | Don't free a structure containing a 'struct callout' structure while that | archie | 2001-12-15 | 1 | -8/+17 |
* | Fix access-after-free bug added in revision 1.31. | archie | 2001-12-15 | 1 | -4/+5 |
* | Long promised major enhancement set for the floppy disk driver: | joerg | 2001-12-15 | 5 | -576/+1020 |
* | Add modules of scsi_low based SCSI drivers ncv, nsp, stg, and common | non | 2001-12-15 | 1 | -0/+4 |
* | Add module directories and makefiles for ncv, nsp, stg and scsi_low | non | 2001-12-15 | 4 | -0/+38 |
* | o Add KLD support for scsi_low. | non | 2001-12-15 | 4 | -0/+14 |
* | Add support for suspending/resuming CardBus bridges. | imp | 2001-12-15 | 3 | -7/+87 |
* | Patch up some existing style bugs and some that crept in with the | peter | 2001-12-15 | 4 | -16/+17 |
* | Fix (again) some blatent style bugs in DEVICE_POLLING code. | peter | 2001-12-15 | 1 | -9/+10 |
* | Add support for 56 bit MPPE encryption. | archie | 2001-12-15 | 2 | -9/+12 |
* | Fix some nits in fork_exit() so it more properly duplicates the backend | jhb | 2001-12-14 | 1 | -4/+4 |
* | Add description of DEVICE_POLLING option. | luigi | 2001-12-14 | 2 | -0/+38 |
* | Clarify the comments related to DUMMYNET and HZ | luigi | 2001-12-14 | 2 | -14/+24 |
* | Fix two typos, TR6() and ITR6() need to use CTR6(), not CTR5(). | jhb | 2001-12-14 | 1 | -2/+2 |
* | Make bpf's read timeout feature work more correctly with | jdp | 2001-12-14 | 2 | -6/+60 |
* | Disabled input hardware checksum due to it being calculated incorrected | dg | 2001-12-14 | 1 | -0/+2 |
* | Adjust the timings for the SiS chips a bit, also add the SiS 645. | sos | 2001-12-14 | 2 | -13/+17 |
* | Do be so anal on detach, properly free interrupt even if no devices. | sos | 2001-12-14 | 1 | -1/+1 |
* | o Add IPOPT_ESO for the 'Extended Security' IP option (RFC1108) | rwatson | 2001-12-14 | 1 | -0/+1 |
* | o Add definition for IPOPT_CIPSO, the commercial security IP option | rwatson | 2001-12-14 | 1 | -0/+1 |
* | whitespace and style fixes recovered from -stable. | jlemon | 2001-12-14 | 1 | -33/+35 |
* | minor style and whitespace fixes. | jlemon | 2001-12-14 | 1 | -11/+12 |
* | whitespace fixes. | jlemon | 2001-12-14 | 6 | -12/+12 |
* | minor whitespace fixes. | jlemon | 2001-12-14 | 1 | -1/+1 |
* | minor style fix. | jlemon | 2001-12-14 | 2 | -1/+2 |
* | When removing kqueue descriptors from the descriptor table during a fork, | jlemon | 2001-12-14 | 1 | -3/+8 |
* | Reduce the local network slowstart flightsize from infinity to 4 packets. | silby | 2001-12-14 | 1 | -1/+1 |
* | Device Polling code for -current. | luigi | 2001-12-14 | 18 | -3/+816 |
* | Let M_LEADINGSPACE write into non-shared mbufs. | luigi | 2001-12-14 | 1 | -1/+1 |
* | Enable UFS_DIRHASH in the GENERIC kernel. | iedowse | 2001-12-14 | 6 | -0/+6 |
* | Fixed to draw mouse cursor. The syscons driver for PC98 uses different | nyan | 2001-12-14 | 6 | -18/+20 |
* | Bump __FreeBSD_version for userland smbfs import. | sheldonh | 2001-12-14 | 1 | -1/+1 |
* | o Clarify the comments on AIO to note that yes, AIO really is unsuitable | rwatson | 2001-12-14 | 2 | -4/+4 |
* | Add disk I/O scheduling for positively niced processes. | mckusick | 2001-12-14 | 1 | -0/+2 |