summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Rather than pull in all the phy, just pull in the lxt phy that we needimp2006-02-071-1/+2
* Allow one to subset phy. If you want the kitchen sink, use deviceimp2006-02-071-26/+30
* Detach the children before we delete them. This is a little cleanerimp2006-02-071-10/+18
* INET doesn't belong to opt_inet6.h: INET6 belongs to it.yar2006-02-071-1/+4
* Clean up some sysctl descriptions, debug messages etc.brueffer2006-02-071-7/+7
* - Add a kthread to periodically call acctwatch() when accounting is activejhb2006-02-071-28/+128
* Fix queue drop logic when the queue overflows: decrement queue length.rwatson2006-02-071-0/+1
* Remove .depend when doing "make cleandir".ru2006-02-071-1/+1
* Since em(4) taskqueue is a new network context, we need to conditionallyglebius2006-02-071-1/+2
* Fix five years old bug in ip_reass(): if we are using 'full' (i.e. includingoleg2006-02-071-0/+7
* - No need to WANTPARENT when we're just going to vrele it in a deadlockjeff2006-02-071-4/+1
* Allocate memory for the MCA state information with M_NOWAIT. We canmarcel2006-02-071-1/+1
* Add support for audit pipe special devices, which allow user spacerwatson2006-02-064-0/+551
* Alphabetize.rwatson2006-02-061-3/+3
* Manage audit record memory with the slab allocator, turningrwatson2006-02-061-100/+85
* - Call mii_phy_probe() after we allocated an ifp. mii has this evilcognet2006-02-061-2/+4
* Regenerate.rwatson2006-02-061-49/+49
* Assign audit event identifiers to ibcs2 system calls.rwatson2006-02-061-50/+50
* - Always call exec_free_args() in kern_execve() instead of doing it in alljhb2006-02-0610-33/+9
* Add a kern_eaccess() function and use it to implement xenix_eaccess()jhb2006-02-064-7/+21
* - Move the wakeup() for exiting kthreads out of exit1() and intojhb2006-02-062-6/+12
* We don't need the proc lock to check P_KTHREAD on curthread since it isjhb2006-02-061-3/+0
* Unbreak DMA dumo on Intel 31224.sos2006-02-061-1/+1
* Use memory clobbers, to be on the safe side.cognet2006-02-061-6/+11
* rwlock expects the struct thread to be aligned on 8 bytes, so make surecognet2006-02-061-1/+1
* Two fixes:ru2006-02-061-33/+33
* - Add a ref count to the mount structure. Sleep for up to 3 seconds injeff2006-02-063-15/+61
* - Don't check v_mount for NULL to determine if a vnode has been recycled.jeff2006-02-064-7/+11
* - Fix silly VI locking that is used to check a single flag. The vnodejeff2006-02-061-14/+6
* - Add the global 'rebooting' variable that is used to detect whenjeff2006-02-062-0/+4
* - Remove ifdef disabled code that doesn't have a chance of working anymore.jeff2006-02-061-48/+0
* Add members pl_sigmask and pl_siglist into ptrace_lwpinfo to get lwp'sdavidxu2006-02-062-0/+6
* Regenerate.rwatson2006-02-065-27/+27
* Prefer AUE_FOO audit identifiers to AUE_O_FOO, which are largely leftrwatson2006-02-061-22/+22
* When exiting a thread, submit any pending record. Today, we don'trwatson2006-02-061-0/+4
* Regenerate.rwatson2006-02-063-164/+164
* Assign audit event identifiers to Linux i386 system calls.rwatson2006-02-061-169/+177
* Regenerate.rwatson2006-02-063-164/+164
* Reflect fix in Linux setfsgid() event name from OpenBSM in the alpharwatson2006-02-061-1/+1
* Merge OpenBSM 1.0 alpha 3 include file changes from contrib/openbsm/bsmrwatson2006-02-061-2/+3
* Audit the arguments (user/group IDs) for the system calls that set these IDs.wsalamon2006-02-061-0/+17
* Audit the args to rfork(), and the child PID for all fork system calls.wsalamon2006-02-061-0/+2
* Audit the pid being requested in wait4().wsalamon2006-02-061-0/+2
* Add auditing of arguments to the close() and fstat() system calls. Much morewsalamon2006-02-051-0/+10
* Regenerate.rwatson2006-02-053-13/+13
* Assign audit event identfiers to Xenix system calls. Note: AUE_EACCESSrwatson2006-02-051-10/+10
* Correct help line: list targets, not names of files generated by targetsrwatson2006-02-051-1/+1
* Regenerate (accidentally also committed in commit that updatedrwatson2006-02-052-2/+2
* Assign audit event identifiers to ibcs2 ISC system calls.rwatson2006-02-052-28/+29
* Backout rev 1.12. It would have been a good thing, if gcc was smart enoughcognet2006-02-051-24/+18
OpenPOWER on IntegriCloud