| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Initial check-in of the device driver for 3ware's 9000 series | vkashyap | 2004-03-30 | 13 | -0/+29298 |
* | Prefer NULL to 0 when testing and assigning pointer values. | rwatson | 2004-03-30 | 1 | -56/+57 |
* | Shorten some XXXKSE commentry | peter | 2004-03-29 | 1 | -4/+2 |
* | Kill some XXXKSE's. vnlru/syncer are single threaded. | peter | 2004-03-29 | 1 | -3/+2 |
* | Clean up the stub fake vnode locking implemenations. The main reason this | peter | 2004-03-29 | 5 | -166/+11 |
* | Add per-softc locking to if_tun: | rwatson | 2004-03-29 | 1 | -6/+66 |
* | Bring these files closer to style(9) conformance by comparing a | robert | 2004-03-29 | 2 | -2/+2 |
* | Eliminate support for FreeBSD 3.x and earlier now that we're in the | imp | 2004-03-29 | 1 | -203/+0 |
* | Finish tidying up a couple of leftovers from the KSTACK_PAGES stuff. Some | peter | 2004-03-29 | 4 | -12/+6 |
* | Lock down if_tun global variables using a new mutex, tunmtx. As with | rwatson | 2004-03-29 | 1 | -11/+31 |
* | Use a common return path for filt_soread() and filt_sowrite() to | rwatson | 2004-03-29 | 1 | -16/+20 |
* | In sofree(), moving caching of 'head' from 'so->so_head' to later in | rwatson | 2004-03-29 | 1 | -2/+2 |
* | If debug.mpsafenet, initialize UNIX domain socket timeouts as MPSAFE; | rwatson | 2004-03-29 | 1 | -2/+11 |
* | Add a comment about time stamper. | nyan | 2004-03-29 | 3 | -3/+3 |
* | This commit was generated by cvs2svn to compensate for changes in r127563, | des | 2004-03-29 | 1 | -5/+5 |
|\ |
|
| * | Synch with NetBSD: avoid "unused parameter" warning. | des | 2004-03-29 | 1 | -5/+5 |
* | | Conditionally acquire Giant when entering the sockets layer via the | rwatson | 2004-03-29 | 1 | -31/+31 |
* | | MFi386: Use the BSD madvise() syscall implementation for Linux binary | bms | 2004-03-29 | 5 | -8/+3 |
* | | Add missing cprd_flags member to partial resource structure in | wpaul | 2004-03-29 | 5 | -1/+17 |
* | | MFi386: correctly calculate the top-of-stack when a kthread is created | kensmith | 2004-03-29 | 1 | -4/+2 |
* | | Conditionally acquire Giant when entering the socket layer via file | rwatson | 2004-03-29 | 1 | -6/+6 |
* | | When validating that the length sum in recvit(), we fail to release | rwatson | 2004-03-29 | 1 | -0/+1 |
* | | MFi386: correctly calculate the top-of-stack when a kthread is created | kensmith | 2004-03-29 | 1 | -4/+3 |
* | | Remove "-frename-registers" option for sparc64 kernel builds. That | kensmith | 2004-03-29 | 1 | -1/+3 |
* | | Modify BPF descriptor assertions to assert Giant when a BPF descriptor | rwatson | 2004-03-29 | 1 | -1/+4 |
* | | Conditionally assert Giant in fputsock() based on the value of | rwatson | 2004-03-29 | 1 | -0/+1 |
* | | Invert the logic of NET_LOCK_GIANT(), and remove the one reference to it. | rwatson | 2004-03-28 | 2 | -5/+3 |
* | | Regen from ibcs2_wait() becoming MPSAFE. | rwatson | 2004-03-28 | 3 | -5/+4 |
* | | ibcs2_wait() now MPSAFE. | rwatson | 2004-03-28 | 1 | -1/+1 |
* | | Use the BSD madvise() syscall implementation for Linux binary emulation, | bms | 2004-03-28 | 5 | -8/+3 |
* | | Commit two fixes from OpenBSD's stable branch: | mlaier | 2004-03-28 | 2 | -6/+41 |
* | | Remove unused argument. | pjd | 2004-03-28 | 1 | -4/+3 |
* | | - Fix PC98 supports after importing auto selection. [1] | nyan | 2004-03-28 | 2 | -130/+108 |
* | | MFi386: revision 1.1136. | nyan | 2004-03-28 | 1 | -4/+4 |
* | | MFi386: revision 1.586. | nyan | 2004-03-28 | 2 | -0/+2 |
* | | Reset callout if in nfs_timeout and rpcclnt_timeout functions. Timer | kan | 2004-03-28 | 2 | -0/+3 |
* | | Fixed s style bug in previous commit (tab lossage). Fixed some nearby | bde | 2004-03-28 | 1 | -5/+6 |
* | | The compatibility specification property is named "compatible", not | tmm | 2004-03-27 | 2 | -2/+2 |
* | | Reduce 'td' argument to 'cred' (struct ucred) argument in those functions: | pjd | 2004-03-27 | 11 | -63/+68 |
* | | Remove unused argument. | pjd | 2004-03-27 | 8 | -10/+8 |
* | | Apparently, some atheros drivers want rand(), so implement it (in terms | wpaul | 2004-03-27 | 1 | -0/+12 |
* | | Remove unused prototype. | pjd | 2004-03-27 | 1 | -1/+0 |
* | | Revise the direct or optimized case to use uiomove_fromphys() by the reader | alc | 2004-03-27 | 3 | -68/+19 |
* | | Change the type of the various CPU masks to cpumask_t. Note that as | marcel | 2004-03-27 | 4 | -19/+19 |
* | | MFi386: correctly calculate the top-of-stack when a kthread is created | marcel | 2004-03-27 | 1 | -4/+2 |
* | | Add ACPI PnP string. This affects devinfo(8) output with -v option. | takawata | 2004-03-27 | 1 | -0/+46 |
* | | Fix typo in the device id for the new cards. | scottl | 2004-03-27 | 1 | -1/+1 |
* | | Regen for libthr thread synchronization syscalls. | mtm | 2004-03-27 | 9 | -12/+34 |
* | | Use the proc lock to sleep on a libthr umtx. | mtm | 2004-03-27 | 1 | -2/+6 |
* | | Separate thread synchronization from signals in libthr. Instead | mtm | 2004-03-27 | 5 | -0/+68 |