]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2006-02-06 rwatsonManage audit record memory with the slab allocator...
2006-02-06 cognet- Call mii_phy_probe() after we allocated an ifp. mii...
2006-02-06 rwatsonRegenerate.
2006-02-06 rwatsonAssign audit event identifiers to ibcs2 system calls.
2006-02-06 jhb- Always call exec_free_args() in kern_execve() instead...
2006-02-06 jhbAdd a kern_eaccess() function and use it to implement...
2006-02-06 jhb- Move the wakeup() for exiting kthreads out of exit1...
2006-02-06 jhbWe don't need the proc lock to check P_KTHREAD on curth...
2006-02-06 rwatsonClarify and expand on some of the points about audit...
2006-02-06 mjacobUpdate man page for some booting and settings stuff.
2006-02-06 bruefferAdd a missing word and use the .Qq macro for quotes.
2006-02-06 jcamouCorrect RFC for NTP.
2006-02-06 sosUnbreak DMA dumo on Intel 31224.
2006-02-06 rwatsonAdd information on audit pipe special devices, which...
2006-02-06 cognetUse memory clobbers, to be on the safe side.
2006-02-06 cognetrwlock expects the struct thread to be aligned on 8...
2006-02-06 ruTwo fixes:
2006-02-06 davidxuAlways clear thread info buffer to zero.
2006-02-06 jeff - Add a ref count to the mount structure. Sleep for...
2006-02-06 jeff - Don't check v_mount for NULL to determine if a vnode...
2006-02-06 jeff - Fix silly VI locking that is used to check a single...
2006-02-06 jeff - Add the global 'rebooting' variable that is used...
2006-02-06 jeff - Remove ifdef disabled code that doesn't have a chanc...
2006-02-06 davidxuAdd members pl_sigmask and pl_siglist into ptrace_lwpin...
2006-02-06 delphijAttempt to fix DHCP address acquisition which was broke...
2006-02-06 davidxu1. Eliminate compile warnings.
2006-02-06 rwatsonRegenerate.
2006-02-06 rwatsonPrefer AUE_FOO audit identifiers to AUE_O_FOO, which...
2006-02-06 rwatsonWhen exiting a thread, submit any pending record. ...
2006-02-06 rwatsonRegenerate.
2006-02-06 rwatsonAssign audit event identifiers to Linux i386 system...
2006-02-06 rwatsonRegenerate.
2006-02-06 rwatsonReflect fix in Linux setfsgid() event name from OpenBSM...
2006-02-06 rwatsonMerge OpenBSM 1.0 alpha 3 include file changes from...
2006-02-06 wsalamonAudit the arguments (user/group IDs) for the system...
2006-02-06 wsalamonAudit the args to rfork(), and the child PID for all...
2006-02-06 wsalamonAudit the pid being requested in wait4().
2006-02-06 ceriAnother update for reality: "dangerously dedicated...
2006-02-06 rwatsonVendor branch import of OpenBSM 1.0 alpha 3:
2006-02-06 rwatsonThis commit was generated by cvs2svn to compensate...
2006-02-06 rwatsonCorrect typo in sample CVS import line: must specify...
2006-02-05 wsalamonAdd auditing of arguments to the close() and fstat...
2006-02-05 rwatsonRegenerate.
2006-02-05 rwatsonAssign audit event identfiers to Xenix system calls...
2006-02-05 rwatsonCorrect help line: list targets, not names of files...
2006-02-05 rwatsonRegenerate (accidentally also committed in commit that...
2006-02-05 rwatsonAssign audit event identifiers to ibcs2 ISC system...
2006-02-05 mlaierpflog is a separate module now.
2006-02-05 cognetBackout rev 1.12. It would have been a good thing,...
2006-02-05 rwatsonOn process exit, audit the return value of the process...
2006-02-05 rwatsonWhen GC'ing a thread, assert that it has no active...
2006-02-05 bmahAdd some new release notes for 2006 security advisories:
2006-02-05 rwatsonAssign gid 77 to audit instead of gid 73. The ports...
2006-02-05 ceriThe rpc.pcnfsd server was in the base for a little...
2006-02-05 ceriCorrect a user-visible typo.
2006-02-05 ceriGratuitous "typo in comment" fix.
2006-02-05 ceriBring these files somewhat into the present.
2006-02-05 rwatsonChange group for /var/audit to audit, so that audit...
2006-02-05 rwatsonAllocate an 'audit' group, membership in which will...
2006-02-05 netchildConvert NULL checks into KASSERT (and move them before...
2006-02-05 impan driver not endian clean, so don't enable on sparc64
2006-02-05 netchildforced commit: previous commit was CID 429
2006-02-05 netchildforced commit: previous commit was CID 483
2006-02-05 netchildA pointer was checked for NULL after dereferencing...
2006-02-05 mlaierMake pflog a seperate module. As a result pflog_packet...
2006-02-05 netchildFix memory leak in some failure cases.
2006-02-05 rwatsonAdd AUDITVNODE[12] flags to namei(), which cause namei...
2006-02-05 umeshut up strict-aliasing rules warning.
2006-02-05 kensmithMove asr driver from global NOTES to i386-specific...
2006-02-05 scottlSquash a couple more invalid long casts.
2006-02-05 davidxuNow, thread name is stored in kernel, userland no longe...
2006-02-05 davidxuuse syscall thr_set_name to implement pthread_set_name_np.
2006-02-05 davidxuRegenerate.
2006-02-05 davidxuImplement thr_set_name to set a name for thread.
2006-02-04 impImport support for the Atmel AT91RM9200 CPU/Microcontro...
2006-02-04 mariusEnable getty(8) on ttyu2 by default in order to get...
2006-02-04 marius- Add support for using LOM (Lights Out Management...
2006-02-04 impSilence the strict-alias warnings. Make a trip through...
2006-02-04 alcRemove an unnecessary call to pmap_remove_all(). The...
2006-02-04 impType of overrun_buf doesn't matter to this code, but...
2006-02-04 ceriPerform minor rewording and grammatical improvement...
2006-02-04 impUse void * for pointer rather than u_int8_t *, since...
2006-02-04 impNow that TUNABLE_ULONG is in the tree, and has been...
2006-02-04 impDon't type pun accidentally. Instead, be explicit...
2006-02-04 bruefferRemove reference to non-existant manpage.
2006-02-04 wsalamonCall the audit syscall enter/exit functions for the...
2006-02-04 wsalamonMake login audit-enabled, submitting audit records...
2006-02-04 wpaulWhen ndis_attach() runs, it has to very briefly initial...
2006-02-04 rwatsonAdd a brief FREEBSD-upgrade file to provide direction...
2006-02-04 rwatsonAdd a -A argument to mergemaster to allow explicitly...
2006-02-04 cognetDon't forget to set the address of the next descriptor...
2006-02-04 scottlSquash another use of vtophys. Instead of creating...
2006-02-04 cognetMFi386:
2006-02-04 scottlNow that the em driver no longer needs to directly...
2006-02-04 schweikhInitialize PWD early on (don't expect it to be inherite...
2006-02-04 schweikhs/staticly/statically/g
2006-02-04 schweikhs/varable/variable/; s/tored/stored/
2006-02-04 schweikhRemove some white space at EOL.
2006-02-04 phkRemove spurious "union arg" from printf.h
2006-02-04 wsalamonHook up the audit system to system call entry and exit...
next