]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
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 rwatsonThis commit was generated by cvs2svn to compensate...
2006-02-06 rwatsonVendor branch import of OpenBSM 1.0 alpha 3:
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...
2006-02-04 davidxuCreate childproc_jobstate function to report job contro...
2006-02-04 rwatsonAssign audit identifiers to alpha/linux system calls...
2006-02-04 bruefferAutogenerate hardware notes for the ce(4) driver.
2006-02-04 rwatsonRegenerate.
2006-02-04 rwatsonAudit FreeBSD 32-bit system calls on 64-bit FreeBSD...
2006-02-04 rwatsonMerge OpenBSM 1.0 alpha 2 kernel audit events into...
2006-02-04 rwatsonImport OpenBSM 1.0 alpha 2, a minor update on alpha 1:
2006-02-04 rwatsonThis commit was generated by cvs2svn to compensate...
2006-02-04 rinkPatch to allow XBox-users to use the onboard nve(4...
2006-02-04 dfrThe function isspace does not take a string argument...
2006-02-04 scottlAdd the start of busdma infrastructure to this driver...
2006-02-04 mjacobActually, no, I had it wrong in 1.109. The arguments...
2006-02-04 scottlNow that the U32 type is a really 32-bits wide, elimina...
2006-02-04 impFix mismerge after last cvs update for the IFQ_DRV_DEQU...
2006-02-04 impRemove ifdef notyet SIOCGHWADDR vestige.
2006-02-04 impRemove ifdef notdef SIOCHWADDR vestige.
2006-02-04 impRemove ifdef notyet for SIOCGHWADDR
2006-02-04 avatars/bin/sbin/ for mount_nwfs, mount_portalfs and mount_sm...
2006-02-04 scottlGive correct definitions to some basic types.
2006-02-04 umeNever select the PCB that has INP_IPV6 flag and is...
2006-02-04 davidxuAxe unused code.
2006-02-04 impFix minor inconsistancy between kernel built modules...
2006-02-04 scottlFix a possible memory leak in asr_attach.
2006-02-04 scottli386/PAE defines bus_size_t to be 32-bits when it likel...
2006-02-04 jasoneFix calculation of the number of arenas to use on multi...
2006-02-04 rwatsonCast pointers to (uintptr_t) before down-casting to...
2006-02-03 rwatsonFix INVARIANTS build on amd64; (unsigned unsigned long...
next