| Commit message (Expand) | Author | Age | Files | Lines |
* | Rather than pull in all the phy, just pull in the lxt phy that we need | imp | 2006-02-07 | 1 | -1/+2 |
* | Allow one to subset phy. If you want the kitchen sink, use device | imp | 2006-02-07 | 1 | -26/+30 |
* | Detach the children before we delete them. This is a little cleaner | imp | 2006-02-07 | 1 | -10/+18 |
* | INET doesn't belong to opt_inet6.h: INET6 belongs to it. | yar | 2006-02-07 | 1 | -1/+4 |
* | Clean up some sysctl descriptions, debug messages etc. | brueffer | 2006-02-07 | 1 | -7/+7 |
* | - Add a kthread to periodically call acctwatch() when accounting is active | jhb | 2006-02-07 | 1 | -28/+128 |
* | Fix queue drop logic when the queue overflows: decrement queue length. | rwatson | 2006-02-07 | 1 | -0/+1 |
* | Remove .depend when doing "make cleandir". | ru | 2006-02-07 | 1 | -1/+1 |
* | Since em(4) taskqueue is a new network context, we need to conditionally | glebius | 2006-02-07 | 1 | -1/+2 |
* | Fix five years old bug in ip_reass(): if we are using 'full' (i.e. including | oleg | 2006-02-07 | 1 | -0/+7 |
* | - No need to WANTPARENT when we're just going to vrele it in a deadlock | jeff | 2006-02-07 | 1 | -4/+1 |
* | Allocate memory for the MCA state information with M_NOWAIT. We can | marcel | 2006-02-07 | 1 | -1/+1 |
* | Add support for audit pipe special devices, which allow user space | rwatson | 2006-02-06 | 4 | -0/+551 |
* | Alphabetize. | rwatson | 2006-02-06 | 1 | -3/+3 |
* | Manage audit record memory with the slab allocator, turning | rwatson | 2006-02-06 | 1 | -100/+85 |
* | - Call mii_phy_probe() after we allocated an ifp. mii has this evil | cognet | 2006-02-06 | 1 | -2/+4 |
* | Regenerate. | rwatson | 2006-02-06 | 1 | -49/+49 |
* | Assign audit event identifiers to ibcs2 system calls. | rwatson | 2006-02-06 | 1 | -50/+50 |
* | - Always call exec_free_args() in kern_execve() instead of doing it in all | jhb | 2006-02-06 | 10 | -33/+9 |
* | Add a kern_eaccess() function and use it to implement xenix_eaccess() | jhb | 2006-02-06 | 4 | -7/+21 |
* | - Move the wakeup() for exiting kthreads out of exit1() and into | jhb | 2006-02-06 | 2 | -6/+12 |
* | We don't need the proc lock to check P_KTHREAD on curthread since it is | jhb | 2006-02-06 | 1 | -3/+0 |
* | Unbreak DMA dumo on Intel 31224. | sos | 2006-02-06 | 1 | -1/+1 |
* | Use memory clobbers, to be on the safe side. | cognet | 2006-02-06 | 1 | -6/+11 |
* | rwlock expects the struct thread to be aligned on 8 bytes, so make sure | cognet | 2006-02-06 | 1 | -1/+1 |
* | Two fixes: | ru | 2006-02-06 | 1 | -33/+33 |
* | - Add a ref count to the mount structure. Sleep for up to 3 seconds in | jeff | 2006-02-06 | 3 | -15/+61 |
* | - Don't check v_mount for NULL to determine if a vnode has been recycled. | jeff | 2006-02-06 | 4 | -7/+11 |
* | - Fix silly VI locking that is used to check a single flag. The vnode | jeff | 2006-02-06 | 1 | -14/+6 |
* | - Add the global 'rebooting' variable that is used to detect when | jeff | 2006-02-06 | 2 | -0/+4 |
* | - Remove ifdef disabled code that doesn't have a chance of working anymore. | jeff | 2006-02-06 | 1 | -48/+0 |
* | Add members pl_sigmask and pl_siglist into ptrace_lwpinfo to get lwp's | davidxu | 2006-02-06 | 2 | -0/+6 |
* | Regenerate. | rwatson | 2006-02-06 | 5 | -27/+27 |
* | Prefer AUE_FOO audit identifiers to AUE_O_FOO, which are largely left | rwatson | 2006-02-06 | 1 | -22/+22 |
* | When exiting a thread, submit any pending record. Today, we don't | rwatson | 2006-02-06 | 1 | -0/+4 |
* | Regenerate. | rwatson | 2006-02-06 | 3 | -164/+164 |
* | Assign audit event identifiers to Linux i386 system calls. | rwatson | 2006-02-06 | 1 | -169/+177 |
* | Regenerate. | rwatson | 2006-02-06 | 3 | -164/+164 |
* | Reflect fix in Linux setfsgid() event name from OpenBSM in the alpha | rwatson | 2006-02-06 | 1 | -1/+1 |
* | Merge OpenBSM 1.0 alpha 3 include file changes from contrib/openbsm/bsm | rwatson | 2006-02-06 | 1 | -2/+3 |
* | Audit the arguments (user/group IDs) for the system calls that set these IDs. | wsalamon | 2006-02-06 | 1 | -0/+17 |
* | Audit the args to rfork(), and the child PID for all fork system calls. | wsalamon | 2006-02-06 | 1 | -0/+2 |
* | Audit the pid being requested in wait4(). | wsalamon | 2006-02-06 | 1 | -0/+2 |
* | Add auditing of arguments to the close() and fstat() system calls. Much more | wsalamon | 2006-02-05 | 1 | -0/+10 |
* | Regenerate. | rwatson | 2006-02-05 | 3 | -13/+13 |
* | Assign audit event identfiers to Xenix system calls. Note: AUE_EACCESS | rwatson | 2006-02-05 | 1 | -10/+10 |
* | Correct help line: list targets, not names of files generated by targets | rwatson | 2006-02-05 | 1 | -1/+1 |
* | Regenerate (accidentally also committed in commit that updated | rwatson | 2006-02-05 | 2 | -2/+2 |
* | Assign audit event identifiers to ibcs2 ISC system calls. | rwatson | 2006-02-05 | 2 | -28/+29 |
* | Backout rev 1.12. It would have been a good thing, if gcc was smart enough | cognet | 2006-02-05 | 1 | -24/+18 |