summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix a null pointer de-ref when passthrough ioctls are issued. Thisscottl2005-03-131-8/+11
* Fix the arrangement of periodic QH tree to give the correct intervaliedowse2005-03-131-4/+6
* Unbreak build with POLLING. I should really listen and test with NOTESmlaier2005-03-131-1/+1
* Allow kernels loaded by pxeboot, which was compiled with LOADER_TFTP_SUPPORT,kan2005-03-121-0/+24
* ALTQ support for re(4).mlaier2005-03-121-6/+14
* In uart_cpu_getdev_console() when determinig whether we should usemarius2005-03-121-4/+6
* Function jailed() looks into ucred strcture, so be sure ucred is not NULL.pjd2005-03-121-4/+4
* Clean up a bit.pjd2005-03-121-11/+12
* Extend the coverage of the accept and socket mutexes in soisconnected()rwatson2005-03-122-6/+6
* Add a sysctl net.link.log_link_state_change, which allows toglebius2005-03-121-5/+13
* Move the logic implementing retrieval of the SO_ACCEPTFILTER socket optionrwatson2005-03-123-18/+29
* Part two of post-SMPng cleanup of accept filter registration: perform allrwatson2005-03-121-34/+16
* Don't build the nve on pc98.nyan2005-03-121-1/+1
* MFi386: revision 1.217.nyan2005-03-123-9/+0
* Due to a CVS misfire, I ended up committing the wrong version of this.obrien2005-03-121-3/+7
* MFCi386: Prevent integer underflow that could result in all memory beingscottl2005-03-121-3/+9
* Guard against an integer underflow that could cause busdma to eat up allscottl2005-03-121-3/+9
* Adding new device ID for BCM5751M support.avatar2005-03-122-0/+3
* Used unsigned version.obrien2005-03-121-1/+1
* Fix kernel build on 64-bit machines.obrien2005-03-121-1/+1
* Fix a long-standing bug in alpha's implementation of busdma. We need tomux2005-03-121-4/+4
* FreeBSD consumer bits of the nForce MCP NIC binary blob.obrien2005-03-128-0/+1917
* This commit was generated by cvs2svn to compensate for changes in r143439,obrien2005-03-127-0/+1975
|\
| * Import the nForce MCP NIC bits. This is version 1.0-0301.obrien2005-03-127-0/+1975
* Replace my previous change for 32 bit systems with hz > 169 with Bruce'speter2005-03-121-10/+11
* Make the tty vmin/vtime timeouts work for hz > 169 on 32 bit machines.peter2005-03-121-7/+7
* Correct a last-minute thinko. Instead of copying the nul with the string,njl2005-03-111-1/+1
* The mbnambuf routines combine multiple substrings into a singlenjl2005-03-111-36/+41
* Remove diffs to i386 version that came in via the compiler support ifdefs.peter2005-03-1110-28/+37
* MFi386: reduce apic clock interrupt ratepeter2005-03-111-15/+5
* Whitespace sync with amd64. (Rather than re-add the extra blank linespeter2005-03-112-6/+0
* gbde(8) is also rejndael user.ume2005-03-111-2/+0
* Fix a mismerge of i386 rev 1.209peter2005-03-111-1/+1
* Match i386 rev 1.38 with __cplusplus supportpeter2005-03-111-0/+8
* Remove an OBE set of comments, fix a minor whitespace nit while here.peter2005-03-111-8/+1
* First step in simplifying accept filter socket option logic in therwatson2005-03-111-17/+24
* reorder ath_rate_onoe to after ath_rate_sample so it gets used as thesam2005-03-111-1/+1
* Remove an additional commented out reference to a possible future sxrwatson2005-03-111-1/+0
* just use crypto/rijndaelume2005-03-111-1/+2
* just use crypto/rijndael, and nuke opencrypto/rindael.[ch].ume2005-03-115-1293/+4
* When setting up a socket in socreate(), there's no need to lock therwatson2005-03-111-3/+1
* Remove suggestive sx_init() comment in soalloc(). We will have somethingrwatson2005-03-111-1/+0
* integrate rijndael-alg-fst.h into rijndael.h.ume2005-03-115-44/+14
* Adding missing module dependency. This should fix the undefined symbolavatar2005-03-111-0/+1
* stop including rijndael-api-fst.h from rijndael.h.ume2005-03-118-10/+7
* The SO_NOSIGPIPE socket option allows a user process to mark a socketrwatson2005-03-111-0/+8
* sys/crypto/md5.[ch] is used from nowhere. So, just nuke them.ume2005-03-112-382/+0
* - use 1/2 space for rijndael context in ipsecume2005-03-113-25/+14
* refer opencrypto/cast.h directly.ume2005-03-113-19/+10
* Fix getting stats from many links with index > 0.glebius2005-03-111-1/+1
OpenPOWER on IntegriCloud