]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
- Remove the call to softdep_waitidle after suspending the filesystem.
[FreeBSD/FreeBSD.git] / sys / kern /
2006-03-11 csjpMake sure that we are adding a path token to the audit...
2006-03-11 phkGo over calcru and friends once more.
2006-03-11 teggeBlock secondary writes while expunging active unlinked...
2006-03-09 jkimImplement printf 'X' conversion for both libstand and...
2006-03-09 phkOops, forgot newline.
2006-03-09 phkAdd slop to "backwards" cpu accounting messages, 3...
2006-03-09 phksilence cpu_tick calibration and notice only (under...
2006-03-09 phkIgnore kenv strings which overflow the room we have...
2006-03-09 davidxuRemove _STOPEVENT call, it is already called in issigna...
2006-03-08 teggeUse vn_start_secondary_write() and vn_finished_secondar...
2006-03-08 upsFix exec_map resource leaks.
2006-03-08 andreProperly handle the case when the packet secondary...
2006-03-07 jhbStyle nit.
2006-03-07 jhbFor consistency sake, use >= MINCLSIZE rather than...
2006-03-07 samThis commit was generated by cvs2svn to compensate...
2006-03-07 samThis commit was generated by cvs2svn to compensate...
2006-03-04 rwatsonThis commit was generated by cvs2svn to compensate...
2006-03-04 phkAdd missing cast.
2006-03-04 phkMore detailed logging if timestepwarnings are enabled.
2006-03-04 psuse strlcpy in cvtstatfs and copy_statfs instead of...
2006-03-03 psFix bug in malloc_uninit():
2006-03-03 muxThis commit was generated by cvs2svn to compensate...
2006-03-03 psDon't truncate f_mntfromname & f_mntonname to 16 charac...
2006-03-03 muxThis commit was generated by cvs2svn to compensate...
2006-03-03 mnag- Print message about cpufreq and timecounter TSC
2006-03-02 teggeEliminate a deadlock when creating snapshots. Blocking...
2006-03-02 teggeDon't try to show marker nodes.
2006-03-02 davidxuAdd signal set sq_kill to sigqueue structure, the membe...
2006-03-02 phkSuffer a little bit of math every 16 second and tighten...
2006-03-02 jeff - Move softdep from using a global worklist to per...
2006-03-01 davidxuRegenerate.
2006-03-01 davidxuLet kernel POSIX timer code and mqueue code to use...
2006-02-28 psFix 32bit sendfile by implementing kern_sendfile so...
2006-02-27 hartiThis commit was generated by cvs2svn to compensate...
2006-02-27 glebiusOne more grammar nit.
2006-02-26 davidxu1. Remove aio entry from lists earlier in aio_free_entry,
2006-02-26 glebiusFix several typos and trim spaces at eol.
2006-02-25 scottlAlways print a newline char at the end of the line.
2006-02-23 jhbUse the recently added msleep_spin() function to simpli...
2006-02-23 davidxu1. Refine kern_sigtimedwait() to remove redundant code.
2006-02-23 davidxuCode cleanup, simply compare with curproc.
2006-02-23 jeff - Use vfs_ref/rel to protect a mountpoint from going...
2006-02-23 jeff - Release the mount ref once the vnode has been recycl...
2006-02-23 davidxuMove comments to more accurate place.
2006-02-23 davidxuFix a sleep queue race for KSE thread.
2006-02-22 jhbFixup some comments. Mutexes's are locked, not entered...
2006-02-22 jhbClose some races between procfs/ptrace and exit(2):
2006-02-22 jhbDon't do a PHOLD() in kthread_create() w/o a matching...
2006-02-22 jhbVarious style and comment fixes.
2006-02-22 wsalamonAdd pathname and/or vnode argument auditing for the...
2006-02-22 jeff - Revert r1.406 until a solution can be found that...
2006-02-22 jeff - We can not hold a vnode lock while we do a lookup...
2006-02-22 jeff - Grab a mnt ref in vfs_busy() before dropping the...
2006-02-22 jeff - Hold the vnode used in the statfs related functions...
2006-02-22 davidxuAbstract function mqfs_create_node() to create a mqueue...
2006-02-22 davidxuIf block size is zero, use normal file operations to...
2006-02-21 jhbMove the ruadd() in kern_exit() to save our final stats...
2006-02-21 jhbSplit calcru() back into a calcru1() function shared...
2006-02-19 umeThis commit was generated by cvs2svn to compensate...
2006-02-18 andreThe sysctls kern.ipc.[max_linkhdr|max_protohdr|max_hdr...
2006-02-17 andreReplace the 4k fixed sized jumbo mbuf clusters with...
2006-02-16 andreMake sysctl_msec_to_ticks(SYSCTL_HANDLER_ARGS) generall...
2006-02-15 davidxuFix a long standing race between sleep queue and thread
2006-02-14 wsalamonAudit the arguments to the ptrace(2) system call.
2006-02-14 wsalamonAudit the arguments to the kill(2) and killpg(2) system...
2006-02-13 hartiThis commit was generated by cvs2svn to compensate...
2006-02-13 davidxuIn order to speed up process suspension on MP machine...
2006-02-12 rwatsonImprove consistency of return() style.
2006-02-11 phkCPU time accounting speedup (step 2)
2006-02-11 rwatsonThis commit was generated by cvs2svn to compensate...
2006-02-10 samThis commit was generated by cvs2svn to compensate...
2006-02-10 hartiThis commit was generated by cvs2svn to compensate...
2006-02-10 davidxuTest before modifying p_sflag to avoid unconditionally...
2006-02-10 davidxuCall thread_stopped in thr_exit to notify parent that...
2006-02-08 phkSimplify system time accounting for profiling.
2006-02-07 phkModify the way we account for CPU time spent (step 1)
2006-02-07 jhbProvide some anti-footshooting. Don't allow the user...
2006-02-07 jhb- Add a kthread to periodically call acctwatch() when...
2006-02-07 hartiThis commit was generated by cvs2svn to compensate...
2006-02-07 hartiThis commit was generated by cvs2svn to compensate...
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 cognetrwlock expects the struct thread to be aligned on 8...
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 - Add the global 'rebooting' variable that is used...
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 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 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 rwatsonAdd AUDITVNODE[12] flags to namei(), which cause namei...
next