summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Simplify system time accounting for profiling.phk2006-02-0814-72/+49
* Fix for an inappropriate bzero of the ICMPv6 stats. The code was zero'ing th...gnn2006-02-081-1/+1
* Garbage collect a file that no longe is used (replaced by mpi_log_fc.h).mjacob2006-02-081-117/+0
* Acquire vnode lock around call to VOP_GETATTR() in audit_record_write().rwatson2006-02-071-0/+2
* Set the MAC address after we just read it at attach time, as it seems needed.cognet2006-02-071-0/+11
* Modify the way we account for CPU time spent (step 1)phk2006-02-0716-32/+71
* Set m_pkthdr.len and m_pkthdr.rcvif.cognet2006-02-071-1/+4
* The code in rn_walktree_from() that checks if we backed up too farqingli2006-02-071-1/+9
* Remove two unnecessary type casts, of which both had a typo inqingli2006-02-071-2/+2
* Fixes a crash due to the memory of the newly allocated syncache entryqingli2006-02-071-0/+1
* Provide some anti-footshooting. Don't allow the user to set the intervaljhb2006-02-071-2/+23
* This file isn't GENERIC, so change the headerimp2006-02-072-2/+4
* 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
OpenPOWER on IntegriCloud