summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add uart(4).marcel2006-02-071-0/+1
* Use ps_linfo to retrieve LWP info, current it is used to retrievedavidxu2006-02-071-0/+6
* Use ps_linfo to retrieve LWP info.davidxu2006-02-071-1/+1
* Introduce a new proc service routine ps_linfo() to get LWP info.davidxu2006-02-072-0/+15
* Replace ptrace syscall with ps_lgetgregs to check a LWP's existence.davidxu2006-02-071-2/+2
* 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
* Clarify and expand on some of the points about audit pipe devices.rwatson2006-02-061-9/+15
* Update man page for some booting and settings stuff.mjacob2006-02-061-51/+62
* Add a missing word and use the .Qq macro for quotes.brueffer2006-02-061-2/+4
* Correct RFC for NTP.jcamou2006-02-061-1/+1
* Unbreak DMA dumo on Intel 31224.sos2006-02-061-1/+1
* Add information on audit pipe special devices, which allow user processesrwatson2006-02-061-1/+35
* 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
* Always clear thread info buffer to zero.davidxu2006-02-062-0/+2
* - 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
* Attempt to fix DHCP address acquisition which was broken by rev. 1.133.delphij2006-02-061-3/+6
* 1. Eliminate compile warnings.davidxu2006-02-061-8/+60
* 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
* Another update for reality: "dangerously dedicated" mode is nowceri2006-02-062-50/+46
* This commit was generated by cvs2svn to compensate for changes in r155364,rwatson2006-02-0632-152/+256
|\
| * Vendor branch import of OpenBSM 1.0 alpha 3:rwatson2006-02-0632-152/+256
* | Correct typo in sample CVS import line: must specify full path to therwatson2006-02-061-1/+1
* | Add auditing of arguments to the close() and fstat() system calls. Much morewsalamon2006-02-051-0/+10
OpenPOWER on IntegriCloud