summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* mdoc(7) police: remove hard sentence break which I didn'tru2001-12-141-1/+2
* A slightly different version of the vlrureclaim fix.dillon2001-12-141-3/+1
* Remove printf's on mbuf/cluster allocation failures. There are nowluigi2001-12-1414-82/+15
* Add disk I/O scheduling for positively niced processes.mckusick2001-12-141-0/+25
* Moved the updating of if_ibytes from ether_demux() to ether_input() to fixdg2001-12-141-1/+2
* Too many people are compiling kernels with maxusers set to 0 without the newdillon2001-12-141-1/+1
OpenPOWER on IntegriCloud