| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a driver for the Broadcom NetXtreme II (BCM5706/BCM5708) | ps | 2006-04-10 | 6 | -26/+15301 |
* | safe(4) doesn't support explicitly provided keys. Return an error instead | pjd | 2006-04-10 | 1 | -0/+7 |
* | ubsec(4) doesn't support explicitly provided keys. Return an error instead | pjd | 2006-04-10 | 1 | -0/+7 |
* | - Simplify the code by using arc4rand(9) instead of arc4random(9) in a loop. | pjd | 2006-04-10 | 1 | -22/+3 |
* | Hide net.inet.ipsec.test_{replay,integrity} sysctls under #ifdef REGRESSION. | pjd | 2006-04-10 | 4 | -0/+12 |
* | ip6_mrouter_done(): use if_allmulti(0) for disabling the multicast promiscuou... | suz | 2006-04-10 | 1 | -7/+1 |
* | Kill the last Giant acquisition in the exit(2) code. This Giant acquisition | csjp | 2006-04-10 | 1 | -2/+0 |
* | Introduce and use delayed-destruction functionality from a pre-sync hook, | pjd | 2006-04-10 | 6 | -111/+174 |
* | - Add support for the Epson RX425 scanner. | flz | 2006-04-10 | 2 | -0/+2 |
* | On shutdown try to turn off all swap devices. This way GEOM providers are | pjd | 2006-04-10 | 3 | -19/+70 |
* | Fix some small bugs. | scottl | 2006-04-10 | 1 | -2/+7 |
* | Use proc lock to prevent a thread from exiting, Giant was no longer used to | davidxu | 2006-04-10 | 4 | -54/+20 |
* | MFp4: | marcel | 2006-04-10 | 1 | -20/+169 |
* | Add g_wither_provider() to abstract the details of destroying a | marcel | 2006-04-10 | 4 | -3/+15 |
* | MFp4: Use CPU_CONTROL_ROUNDROBIN for arm9, it seems to give marginally | cognet | 2006-04-09 | 1 | -1/+2 |
* | Update to DRM CVS as of 2006-04-09. The most notable new feature is the updated | anholt | 2006-04-09 | 21 | -769/+1265 |
* | Not only disable/enable interrupts, do it for FIQs as well, when needed. | cognet | 2006-04-09 | 3 | -11/+24 |
* | MFp4: Don't write-back the PTEs if they are mapped write-through, this was | cognet | 2006-04-09 | 1 | -5/+0 |
* | Introduce two new sysctls: | pjd | 2006-04-09 | 4 | -2/+54 |
* | Be consistent with the rest of the code. | pjd | 2006-04-09 | 1 | -1/+1 |
* | In natm_usr_abort(), replace existing call to natm_usr_shutdown() with | rwatson | 2006-04-09 | 1 | -1/+1 |
* | Modify tcp_timewait() to accept an inpcb reference, not a tcptw | rwatson | 2006-04-09 | 2 | -22/+24 |
* | Fix assertion description: !=, not ==. | rwatson | 2006-04-09 | 1 | -1/+1 |
* | Remove UNIX domain socket raw socket support. This feature is documented | rwatson | 2006-04-09 | 1 | -5/+0 |
* | Add support for Asus W5A laptops. | philip | 2006-04-09 | 1 | -0/+10 |
* | Correct an assertion in raw_uattach(): this is a library call that other | rwatson | 2006-04-09 | 1 | -1/+6 |
* | Rearrange locking in the alloc_commands and ioctl paths to avoid problems. | scottl | 2006-04-08 | 1 | -5/+9 |
* | After further review and discussion, partially revert the previous commit. | scottl | 2006-04-08 | 3 | -20/+13 |
* | Close a pesky race where after checking the BUSY flag in amr_wait_command, | ps | 2006-04-08 | 3 | -6/+21 |
* | Add the scc_hwmtx spin mutex, defined by scc(4). | marcel | 2006-04-07 | 1 | -0/+1 |
* | Add kbdmux(4). This avoids having to use the hint.pcib.1.skipslot=26 | marcel | 2006-04-07 | 1 | -0/+1 |
* | spell unlock correctly, this is relatively minor as it's rare someone would | jmg | 2006-04-07 | 1 | -1/+1 |
* | Change gctl_set_param() to return an error instead of setting an | marcel | 2006-04-07 | 4 | -17/+34 |
* | Restore accidentially removed rev. 1.3 | glebius | 2006-04-07 | 1 | -0/+2 |
* | backout rev 1.74 | sam | 2006-04-07 | 1 | -5/+1 |
* | Introduce a new MAC entry point for label initialization of the NFS daemon's | csjp | 2006-04-06 | 6 | -0/+14 |
* | MFp4: Catchup with recent UART changes. | cognet | 2006-04-06 | 2 | -15/+15 |
* | Eliminate debug code that catches bugs in the hinting of sack variables | mohans | 2006-04-06 | 1 | -13/+3 |
* | - Don't set CR0_NE and CR0_MP in npx_probe() as they are already set | jhb | 2006-04-06 | 2 | -27/+36 |
* | Add a new option, XSCALE_DISABLE_CCNT, to not use the xscale ccnt as a | cognet | 2006-04-06 | 2 | -0/+27 |
* | Merge in new driver from Intel, version 5.1.5. Adds support for some | glebius | 2006-04-06 | 5 | -331/+1478 |
* | Replace FILEDESC_[UN]LOCK_FAST() with a critical section on UP. | ssouhlal | 2006-04-06 | 1 | -1/+5 |
* | Add debug writes in error cases that, in theory, should never happen | imp | 2006-04-06 | 1 | -2/+5 |
* | Connect twi to the FreeBSD iicbus infrastructure. | imp | 2006-04-06 | 1 | -166/+177 |
* | Pull in numerous fixes from myself and cognet. With these fixes the | imp | 2006-04-06 | 1 | -99/+61 |
* | Remove unused bit definitions. | imp | 2006-04-06 | 1 | -60/+40 |
* | Optimize the TX side of the part by using the PDC to move bytes out to | imp | 2006-04-06 | 1 | -27/+99 |
* | Correct assertion in ng_detach(). | rwatson | 2006-04-06 | 1 | -1/+1 |
* | Keep track of the number of in-progress async direct IO writes in the nfsnode. | mohans | 2006-04-06 | 3 | -5/+36 |
* | Typos. | pjd | 2006-04-05 | 1 | -1/+1 |