]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
This commit was generated by cvs2svn to compensate for changes in r155420,
[FreeBSD/FreeBSD.git] / sys /
2006-02-07 hartiThis commit was generated by cvs2svn to compensate...
2006-02-07 marcelAllocate memory for the MCA state information with...
2006-02-06 rwatsonAdd support for audit pipe special devices, which allow...
2006-02-06 rwatsonAlphabetize.
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 sosUnbreak DMA dumo on Intel 31224.
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 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 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 rwatsonThis commit was generated by cvs2svn to compensate...
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 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 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 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 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 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 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 wsalamonCall the audit syscall enter/exit functions for the...
2006-02-04 wpaulWhen ndis_attach() runs, it has to very briefly initial...
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 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 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 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 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 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 rwatsonCast pointers to (uintptr_t) before down-casting to...
2006-02-03 rwatsonFix INVARIANTS build on amd64; (unsigned unsigned long...
2006-02-03 olegProperly initialize args structure before passing it...
2006-02-03 jhbAdd a comment.
2006-02-03 ruFix compilation with -Wundef (NBPF is undefined on...
2006-02-03 jhbSort includes.
2006-02-03 rwatsonAdd AUDIT to NOTES, as it's probably ready to get regul...
2006-02-03 rwatsonRemove user.h include in audit.h, it is unneeded, and...
2006-02-03 rwatsonIn fchdir(), Giant must be separately acquired and...
2006-02-03 willMake UDF endian-safe.
2006-02-03 marius- Don't shift the clock frequency in MHz left by 8...
next