summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Allocate a zero'ed syncache hashtable. mtx_init() tests the suppliedandre2006-06-201-1/+1
* Add variable cpu_mxcsr_mask to save valid bits of mxcsr register.davidxu2006-06-191-0/+1
* MFi386:davidxu2006-06-193-2/+10
* Import interface groups from OpenBSD. This allows to group interfaces inmlaier2006-06-195-0/+326
* - Move the gigabit NICs that use miibus into the miibus section to matchjhb2006-06-191-6/+11
* Add a forgotten ","matteo2006-06-191-1/+1
* Add Hamlet eXagerate XURS232 USB-Serial adaptermatteo2006-06-191-0/+2
* When we receive an out-of-window SYN for an "ESTABLISHED" connection,dwmalone2006-06-192-0/+4
* Fix type casts so that we get at the right response queue.sos2006-06-191-7/+10
* Trival whitespace change.obrien2006-06-191-1/+0
* Style fix, use low-case.davidxu2006-06-191-1/+1
* Clear bit 22 in MSR IA32_MISC_ENABLE, according to Intel document,davidxu2006-06-192-0/+12
* Remove two debugging printfsps2006-06-191-2/+0
* Fix spelling mistake in comment.thompsa2006-06-191-1/+1
* Make sure the stack is properly aligned.cognet2006-06-182-13/+36
* In g_dev_strategy(), when failing an IO request with EINVAL due tosimon2006-06-181-0/+1
* When retrieving SO_ERROR via getsockopt(), hold the socket lock aroundrwatson2006-06-181-0/+2
* Add support for the Aceeca Mez1000 RDA.netchild2006-06-182-0/+5
* Add support for:netchild2006-06-181-0/+2
* Remove the insistance on having a device.hints. This was a seat beltimp2006-06-181-16/+0
* Don't descend into ${MACHINE} on the arm platforms.imp2006-06-181-0/+2
* Add support for:netchild2006-06-181-0/+8
* Add Epson Perfection 1270 scanner. All other scanners in the PR are alreadynetchild2006-06-182-0/+2
* When attaching an Xbox 360 gamepad a computer, the LED on the gamepadnetchild2006-06-181-0/+6
* Remove T/TCP RFC1644 Connection Count comparison macros. They are no longerandre2006-06-181-13/+0
* - Rename hw.snd.unit to hw.snd.default_unit to make the purpose more obvious.netchild2006-06-1810-15/+61
* Do not access syncache entry before it was allocated for the TF_NOOPT caseandre2006-06-181-3/+4
* Add a funny sysctl: debug.kdb.trap_code .yar2006-06-181-1/+22
* Move all syncache related structures to tcp_syncache.c. They are only usedandre2006-06-182-39/+39
* Fix style while I'm here.yar2006-06-181-2/+2
* The i386 "call" instruction works as follows: it pushesyar2006-06-182-3/+28
* Remove double lock acquisition in syncookie_lookup() which came from lastandre2006-06-181-1/+0
* Unconditionally enable ppc(4) and puc(4).marcel2006-06-181-5/+2
* Make this usable for all platforms.marcel2006-06-181-3/+12
* comment out twi for now: no iicbus in KB920X: it breaks bootingimp2006-06-171-1/+1
* Carefully note the RMII bit in the config register at attach time.imp2006-06-171-5/+9
* improve reporting of clocksimp2006-06-171-3/+2
* Remove sbinsertoob(), sbinsertoob_locked(). They violate (and haverwatson2006-06-173-130/+0
* Prevent 'mutex not owned' panic on boot if INVARIANTS is in the kernel. Thisrink2006-06-172-0/+4
* Correct the names or some Adaptec and ICP devices, verified by thebrueffer2006-06-171-9/+9
* Fix the !INET6 compile.andre2006-06-171-2/+4
* Rearrange fields in struct syncache and syncache_head to make them moreandre2006-06-171-5/+6
* ANSIfy and tidy up comments.andre2006-06-171-52/+23
* Add locking to TCP syncache and drop the global tcpinfo lock as earlyandre2006-06-174-272/+312
* Load the envy24 driver in the meta-module too.netchild2006-06-171-0/+2
* Connect the envy42 driver to the build.netchild2006-06-171-2/+2
* - fix compatibility with newer versions of FreeBSDnetchild2006-06-174-58/+184
* dd the envy24 driver as is to the tree. It's not connected to the buildnetchild2006-06-1710-0/+6546
* Make the size of the subject32_ex and process32_ex tokens depend onwsalamon2006-06-171-13/+25
* Remove the snd_es1888 module now that it isn't build anymore.netchild2006-06-171-1/+0
OpenPOWER on IntegriCloud