summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Initalize ifq_maxlen to prevent a harmless warning message.brooks2001-12-171-0/+1
* Added a sysctl control variable "ac97rate" to allow manual tuning oforion2001-12-171-3/+28
* Addition of sysctl variable to enable spdif. By default spdif is disabled.orion2001-12-171-2/+26
* Make sure we ignore the value of `fs_active' when reloading theiedowse2001-12-161-1/+2
* Move the new superblock field `fs_active' into the region of theiedowse2001-12-161-5/+7
* Remove reliance on i++ in multiple arguments to a function. C does notgibbs2001-12-161-16/+3
* Remove whitespace at end of line.mp2001-12-161-1/+1
* Add/correct description for some sysctl variables where it was missing.luigi2001-12-164-4/+7
* MFi386: options.i386 revision 1.162nyan2001-12-161-0/+5
* MFi386: files.i386 revision 1.385nyan2001-12-161-0/+1
* Merged from sys/isa/{fd.c,fdreg.h} revisions 1.222 and 1.15, respectively.nyan2001-12-164-742/+1182
* Oops, forgot to commit one file in the fd driver mega update. Here itjoerg2001-12-161-17/+22
* Remove PC98 code. This file is not used by PC98.nyan2001-12-162-34/+0
* Add code to export and print the description associated to sysctlluigi2001-12-162-1/+29
* Typo.archie2001-12-151-1/+1
* Don't free a structure containing a 'struct callout' structure while thatarchie2001-12-151-8/+17
* Fix access-after-free bug added in revision 1.31.archie2001-12-151-4/+5
* Long promised major enhancement set for the floppy disk driver:joerg2001-12-155-576/+1020
* Add modules of scsi_low based SCSI drivers ncv, nsp, stg, and commonnon2001-12-151-0/+4
* Add module directories and makefiles for ncv, nsp, stg and scsi_lownon2001-12-154-0/+38
* o Add KLD support for scsi_low.non2001-12-154-0/+14
* Add support for suspending/resuming CardBus bridges.imp2001-12-153-7/+87
* Patch up some existing style bugs and some that crept in with thepeter2001-12-154-16/+17
* Fix (again) some blatent style bugs in DEVICE_POLLING code.peter2001-12-151-9/+10
* Add support for 56 bit MPPE encryption.archie2001-12-152-9/+12
* Fix some nits in fork_exit() so it more properly duplicates the backendjhb2001-12-141-4/+4
* Add description of DEVICE_POLLING option.luigi2001-12-142-0/+38
* Clarify the comments related to DUMMYNET and HZluigi2001-12-142-14/+24
* Fix two typos, TR6() and ITR6() need to use CTR6(), not CTR5().jhb2001-12-141-2/+2
* Make bpf's read timeout feature work more correctly withjdp2001-12-142-6/+60
* Disabled input hardware checksum due to it being calculated incorrecteddg2001-12-141-0/+2
* Adjust the timings for the SiS chips a bit, also add the SiS 645.sos2001-12-142-13/+17
* Do be so anal on detach, properly free interrupt even if no devices.sos2001-12-141-1/+1
* o Add IPOPT_ESO for the 'Extended Security' IP option (RFC1108)rwatson2001-12-141-0/+1
* o Add definition for IPOPT_CIPSO, the commercial security IP optionrwatson2001-12-141-0/+1
* whitespace and style fixes recovered from -stable.jlemon2001-12-141-33/+35
* minor style and whitespace fixes.jlemon2001-12-141-11/+12
* whitespace fixes.jlemon2001-12-146-12/+12
* minor whitespace fixes.jlemon2001-12-141-1/+1
* minor style fix.jlemon2001-12-142-1/+2
* When removing kqueue descriptors from the descriptor table during a fork,jlemon2001-12-141-3/+8
* Reduce the local network slowstart flightsize from infinity to 4 packets.silby2001-12-141-1/+1
* Device Polling code for -current.luigi2001-12-1418-3/+816
* Let M_LEADINGSPACE write into non-shared mbufs.luigi2001-12-141-1/+1
* Enable UFS_DIRHASH in the GENERIC kernel.iedowse2001-12-146-0/+6
* Fixed to draw mouse cursor. The syscons driver for PC98 uses differentnyan2001-12-146-18/+20
* Bump __FreeBSD_version for userland smbfs import.sheldonh2001-12-141-1/+1
* o Clarify the comments on AIO to note that yes, AIO really is unsuitablerwatson2001-12-142-4/+4
* Add disk I/O scheduling for positively niced processes.mckusick2001-12-141-0/+2
* Proper fix for old config setting maxusers to 8.peter2001-12-147-7/+7
OpenPOWER on IntegriCloud