aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Don't build the nve on pc98.Yoshihiro Takahashi2005-03-121-1/+1
* MFi386: revision 1.217.Yoshihiro Takahashi2005-03-123-9/+0
* Due to a CVS misfire, I ended up committing the wrong version of this.David E. O'Brien2005-03-121-3/+7
* MFCi386: Prevent integer underflow that could result in all memory beingScott Long2005-03-121-3/+9
* Guard against an integer underflow that could cause busdma to eat up allScott Long2005-03-121-3/+9
* Adding new device ID for BCM5751M support.Tai-hwa Liang2005-03-122-0/+3
* Used unsigned version.David E. O'Brien2005-03-121-1/+1
* Fix kernel build on 64-bit machines.David E. O'Brien2005-03-121-1/+1
* Fix a long-standing bug in alpha's implementation of busdma. We need toMaxime Henrion2005-03-121-4/+4
* FreeBSD consumer bits of the nForce MCP NIC binary blob.David E. O'Brien2005-03-128-0/+1917
* This commit was generated by cvs2svn to compensate for changes in r143439,David E. O'Brien2005-03-127-0/+1975
|\
| * Import the nForce MCP NIC bits. This is version 1.0-0301.vendor/nve/1.0.0301David E. O'Brien2005-03-127-0/+1975
* Replace my previous change for 32 bit systems with hz > 169 with Bruce'sPeter Wemm2005-03-121-10/+11
* Make the tty vmin/vtime timeouts work for hz > 169 on 32 bit machines.Peter Wemm2005-03-121-7/+7
* Correct a last-minute thinko. Instead of copying the nul with the string,Nate Lawson2005-03-111-1/+1
* The mbnambuf routines combine multiple substrings into a singleNate Lawson2005-03-111-36/+41
* Remove diffs to i386 version that came in via the compiler support ifdefs.Peter Wemm2005-03-1110-28/+37
* MFi386: reduce apic clock interrupt ratePeter Wemm2005-03-111-15/+5
* Whitespace sync with amd64. (Rather than re-add the extra blank linesPeter Wemm2005-03-112-6/+0
* gbde(8) is also rejndael user.Hajimu UMEMOTO2005-03-111-2/+0
* Fix a mismerge of i386 rev 1.209Peter Wemm2005-03-111-1/+1
* Match i386 rev 1.38 with __cplusplus supportPeter Wemm2005-03-111-0/+8
* Remove an OBE set of comments, fix a minor whitespace nit while here.Peter Wemm2005-03-111-8/+1
* First step in simplifying accept filter socket option logic in theRobert Watson2005-03-111-17/+24
* reorder ath_rate_onoe to after ath_rate_sample so it gets used as theSam Leffler2005-03-111-1/+1
* Remove an additional commented out reference to a possible future sxRobert Watson2005-03-111-1/+0
* just use crypto/rijndaelHajimu UMEMOTO2005-03-111-1/+2
* just use crypto/rijndael, and nuke opencrypto/rindael.[ch].Hajimu UMEMOTO2005-03-115-1293/+4
* When setting up a socket in socreate(), there's no need to lock theRobert Watson2005-03-111-3/+1
* Remove suggestive sx_init() comment in soalloc(). We will have somethingRobert Watson2005-03-111-1/+0
* integrate rijndael-alg-fst.h into rijndael.h.Hajimu UMEMOTO2005-03-115-44/+14
* Adding missing module dependency. This should fix the undefined symbolTai-hwa Liang2005-03-111-0/+1
* stop including rijndael-api-fst.h from rijndael.h.Hajimu UMEMOTO2005-03-118-10/+7
* The SO_NOSIGPIPE socket option allows a user process to mark a socketRobert Watson2005-03-111-0/+8
* sys/crypto/md5.[ch] is used from nowhere. So, just nuke them.Hajimu UMEMOTO2005-03-112-382/+0
* - use 1/2 space for rijndael context in ipsecHajimu UMEMOTO2005-03-113-25/+14
* refer opencrypto/cast.h directly.Hajimu UMEMOTO2005-03-113-19/+10
* Fix getting stats from many links with index > 0.Gleb Smirnoff2005-03-111-1/+1
* Make the pps interrupt register as MPSAFE and FAST. Use a spin lockWarner Losh2005-03-111-6/+15
* Doh! silly typo precludes compilingWarner Losh2005-03-111-2/+2
* Revert changes of 1.49. Lots-a-people broke with it, for reasonsWarner Losh2005-03-111-5/+9
* SampleRate rate control algorithm for the ath driverSam Leffler2005-03-116-0/+795
* Kill trailing white spaceWarner Losh2005-03-101-3/+3
* Make some basic grammar and style fixes to ng_source.c and ng_source.h.Bosko Milekic2005-03-102-25/+14
* fix spelling of match in comment...John-Mark Gurney2005-03-101-1/+1
* Plug item leak in macro NG_RESPOND_MSG. Item was leaked when destinationGleb Smirnoff2005-03-101-0/+1
* Plug item leak in case when NGI_FN is applied to invalid node.Gleb Smirnoff2005-03-101-0/+1
* One more bit of the major/minor patch to make ttyname happy as well.Poul-Henning Kamp2005-03-101-2/+11
* Try to fix the mess I made of devname, with the minimal subset of thePoul-Henning Kamp2005-03-103-40/+64
* Fix a couple of problems with the probe code when used with pnpbiosWarner Losh2005-03-101-9/+23