| Commit message (Expand) | Author | Age | Files | Lines |
* | Allocate a zero'ed syncache hashtable. mtx_init() tests the supplied | andre | 2006-06-20 | 1 | -1/+1 |
* | Add variable cpu_mxcsr_mask to save valid bits of mxcsr register. | davidxu | 2006-06-19 | 1 | -0/+1 |
* | MFi386: | davidxu | 2006-06-19 | 3 | -2/+10 |
* | Import interface groups from OpenBSD. This allows to group interfaces in | mlaier | 2006-06-19 | 5 | -0/+326 |
* | - Move the gigabit NICs that use miibus into the miibus section to match | jhb | 2006-06-19 | 1 | -6/+11 |
* | Add a forgotten "," | matteo | 2006-06-19 | 1 | -1/+1 |
* | Add Hamlet eXagerate XURS232 USB-Serial adapter | matteo | 2006-06-19 | 1 | -0/+2 |
* | When we receive an out-of-window SYN for an "ESTABLISHED" connection, | dwmalone | 2006-06-19 | 2 | -0/+4 |
* | Fix type casts so that we get at the right response queue. | sos | 2006-06-19 | 1 | -7/+10 |
* | Trival whitespace change. | obrien | 2006-06-19 | 1 | -1/+0 |
* | Style fix, use low-case. | davidxu | 2006-06-19 | 1 | -1/+1 |
* | Clear bit 22 in MSR IA32_MISC_ENABLE, according to Intel document, | davidxu | 2006-06-19 | 2 | -0/+12 |
* | Remove two debugging printfs | ps | 2006-06-19 | 1 | -2/+0 |
* | Fix spelling mistake in comment. | thompsa | 2006-06-19 | 1 | -1/+1 |
* | Make sure the stack is properly aligned. | cognet | 2006-06-18 | 2 | -13/+36 |
* | In g_dev_strategy(), when failing an IO request with EINVAL due to | simon | 2006-06-18 | 1 | -0/+1 |
* | When retrieving SO_ERROR via getsockopt(), hold the socket lock around | rwatson | 2006-06-18 | 1 | -0/+2 |
* | Add support for the Aceeca Mez1000 RDA. | netchild | 2006-06-18 | 2 | -0/+5 |
* | Add support for: | netchild | 2006-06-18 | 1 | -0/+2 |
* | Remove the insistance on having a device.hints. This was a seat belt | imp | 2006-06-18 | 1 | -16/+0 |
* | Don't descend into ${MACHINE} on the arm platforms. | imp | 2006-06-18 | 1 | -0/+2 |
* | Add support for: | netchild | 2006-06-18 | 1 | -0/+8 |
* | Add Epson Perfection 1270 scanner. All other scanners in the PR are already | netchild | 2006-06-18 | 2 | -0/+2 |
* | When attaching an Xbox 360 gamepad a computer, the LED on the gamepad | netchild | 2006-06-18 | 1 | -0/+6 |
* | Remove T/TCP RFC1644 Connection Count comparison macros. They are no longer | andre | 2006-06-18 | 1 | -13/+0 |
* | - Rename hw.snd.unit to hw.snd.default_unit to make the purpose more obvious. | netchild | 2006-06-18 | 10 | -15/+61 |
* | Do not access syncache entry before it was allocated for the TF_NOOPT case | andre | 2006-06-18 | 1 | -3/+4 |
* | Add a funny sysctl: debug.kdb.trap_code . | yar | 2006-06-18 | 1 | -1/+22 |
* | Move all syncache related structures to tcp_syncache.c. They are only used | andre | 2006-06-18 | 2 | -39/+39 |
* | Fix style while I'm here. | yar | 2006-06-18 | 1 | -2/+2 |
* | The i386 "call" instruction works as follows: it pushes | yar | 2006-06-18 | 2 | -3/+28 |
* | Remove double lock acquisition in syncookie_lookup() which came from last | andre | 2006-06-18 | 1 | -1/+0 |
* | Unconditionally enable ppc(4) and puc(4). | marcel | 2006-06-18 | 1 | -5/+2 |
* | Make this usable for all platforms. | marcel | 2006-06-18 | 1 | -3/+12 |
* | comment out twi for now: no iicbus in KB920X: it breaks booting | imp | 2006-06-17 | 1 | -1/+1 |
* | Carefully note the RMII bit in the config register at attach time. | imp | 2006-06-17 | 1 | -5/+9 |
* | improve reporting of clocks | imp | 2006-06-17 | 1 | -3/+2 |
* | Remove sbinsertoob(), sbinsertoob_locked(). They violate (and have | rwatson | 2006-06-17 | 3 | -130/+0 |
* | Prevent 'mutex not owned' panic on boot if INVARIANTS is in the kernel. This | rink | 2006-06-17 | 2 | -0/+4 |
* | Correct the names or some Adaptec and ICP devices, verified by the | brueffer | 2006-06-17 | 1 | -9/+9 |
* | Fix the !INET6 compile. | andre | 2006-06-17 | 1 | -2/+4 |
* | Rearrange fields in struct syncache and syncache_head to make them more | andre | 2006-06-17 | 1 | -5/+6 |
* | ANSIfy and tidy up comments. | andre | 2006-06-17 | 1 | -52/+23 |
* | Add locking to TCP syncache and drop the global tcpinfo lock as early | andre | 2006-06-17 | 4 | -272/+312 |
* | Load the envy24 driver in the meta-module too. | netchild | 2006-06-17 | 1 | -0/+2 |
* | Connect the envy42 driver to the build. | netchild | 2006-06-17 | 1 | -2/+2 |
* | - fix compatibility with newer versions of FreeBSD | netchild | 2006-06-17 | 4 | -58/+184 |
* | dd the envy24 driver as is to the tree. It's not connected to the build | netchild | 2006-06-17 | 10 | -0/+6546 |
* | Make the size of the subject32_ex and process32_ex tokens depend on | wsalamon | 2006-06-17 | 1 | -13/+25 |
* | Remove the snd_es1888 module now that it isn't build anymore. | netchild | 2006-06-17 | 1 | -1/+0 |