summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
* | pflog is a separate module now.mlaier2006-02-051-3/+3
* | Backout rev 1.12. It would have been a good thing, if gcc was smart enoughcognet2006-02-051-24/+18
* | On process exit, audit the return value of the process, and commit therwatson2006-02-051-0/+11
* | When GC'ing a thread, assert that it has no active audit record.rwatson2006-02-053-1/+14
* | Add some new release notes for 2006 security advisories:bmah2006-02-052-2/+76
* | Assign gid 77 to audit instead of gid 73. The ports group list did notrwatson2006-02-051-1/+1
* | The rpc.pcnfsd server was in the base for a little over seven minutesceri2006-02-051-1/+1
* | Correct a user-visible typo.ceri2006-02-052-2/+2
* | Gratuitous "typo in comment" fix.ceri2006-02-052-2/+2
* | Bring these files somewhat into the present.ceri2006-02-0514-149/+126
* | Change group for /var/audit to audit, so that audit review can berwatson2006-02-051-0/+2
* | Allocate an 'audit' group, membership in which will grant the auditrwatson2006-02-051-0/+1
* | Convert NULL checks into KASSERT (and move them before the firstnetchild2006-02-052-28/+31
* | an driver not endian clean, so don't enable on sparc64imp2006-02-051-2/+6
* | forced commit: previous commit was CID 429netchild2006-02-050-0/+0
* | forced commit: previous commit was CID 483netchild2006-02-050-0/+0
* | A pointer was checked for NULL after dereferencing it. The check is notnetchild2006-02-051-4/+4
* | Make pflog a seperate module. As a result pflog_packet() becomes a functionmlaier2006-02-056-3/+55
* | Fix memory leak in some failure cases.netchild2006-02-051-2/+6
* | Add AUDITVNODE[12] flags to namei(), which cause namei() to audit pathrwatson2006-02-052-1/+22
* | shut up strict-aliasing rules warning.ume2006-02-051-1/+1
* | Move asr driver from global NOTES to i386-specific NOTES. Requestorkensmith2006-02-052-6/+6
* | Squash a couple more invalid long casts.scottl2006-02-051-2/+2
* | Now, thread name is stored in kernel, userland no longer has to keep it.davidxu2006-02-053-7/+2
* | use syscall thr_set_name to implement pthread_set_name_np.davidxu2006-02-051-9/+18
* | Regenerate.davidxu2006-02-055-7/+16
* | Implement thr_set_name to set a name for thread.davidxu2006-02-053-1/+31
* | Import support for the Atmel AT91RM9200 CPU/Microcontroller. This SoCimp2006-02-0427-0/+5436
* | Enable getty(8) on ttyu2 by default in order to get machines that use amarius2006-02-041-1/+1
* | - Add support for using LOM (Lights Out Management) and RSC (Remote Systemmarius2006-02-042-13/+33
* | Silence the strict-alias warnings. Make a trip through (void *) whenimp2006-02-041-16/+16
* | Remove an unnecessary call to pmap_remove_all(). The given page is notalc2006-02-041-1/+0
* | Type of overrun_buf doesn't matter to this code, but does to gcc.imp2006-02-042-4/+4
* | Perform minor rewording and grammatical improvement. Add a missing Xr.ceri2006-02-041-31/+40
* | Use void * for pointer rather than u_int8_t *, since it doesn'timp2006-02-041-5/+4
* | Now that TUNABLE_ULONG is in the tree, and has been for a while, use it.imp2006-02-041-3/+3
OpenPOWER on IntegriCloud