]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
This commit was generated by cvs2svn to compensate for changes in r157191,
[FreeBSD/FreeBSD.git] / sys / kern /
2006-03-27 acheThis commit was generated by cvs2svn to compensate...
2006-03-27 acheThis commit was generated by cvs2svn to compensate...
2006-03-27 samThis commit was generated by cvs2svn to compensate...
2006-03-27 alcUse NET_LOCK_GIANT() and VFS_LOCK_GIANT() instead of...
2006-03-26 rwatsonAdd a sysctl, regression.sonewconn_earlytest, which...
2006-03-26 jkoshyMFP4: Support for profiling dynamically loaded objects.
2006-03-24 davidxu1. Move code for scanning pending I/O from aio_fsync...
2006-03-23 desThis commit was generated by cvs2svn to compensate...
2006-03-23 davidxuRegenerate.
2006-03-23 davidxuImplement aio_fsync() syscall.
2006-03-22 desThis commit was generated by cvs2svn to compensate...
2006-03-22 gshapiroThis commit was generated by cvs2svn to compensate...
2006-03-22 pjdDestroy "bip" bio in error case.
2006-03-22 jeff - Remove explicit giant acquires and replace it with...
2006-03-21 jeff - Remove explicit calls to lock and unlock Giant and...
2006-03-21 umeThis commit was generated by cvs2svn to compensate...
2006-03-21 davidxuRethink it a bit, if there is a STOP flag, don't bother...
2006-03-21 davidxuBecause JOB control has higher priority than single...
2006-03-21 teggeRemove unused leaked debug function prototype.
2006-03-20 csjpRestore fd optimization with a few minor tweaks, to...
2006-03-19 teggeLet snapshots make a copy of old contents for all buffe...
2006-03-19 teggeDon't call vn_finished_write() if vn_start_write()...
2006-03-19 jeff - Correct an assert in vop_rename_pre. fdvp may be...
2006-03-18 csjpBack out fd optimization introduced in revision 1.280...
2006-03-17 rwatsonModify UNIX domain sockets to guarantee, and assume...
2006-03-17 hartiThis commit was generated by cvs2svn to compensate...
2006-03-16 alcCorrect two vm object reference leaks in error cases.
2006-03-16 rwatsonChange soabort() from returning int to returning void...
2006-03-15 davidxuFix a race between file operations and rfork(RFCFDG...
2006-03-15 sampromote fast ipsec's m_clone routine for public use...
2006-03-15 phkDisable the "cputick increased..." message now that...
2006-03-15 netchildFix memory leak introduced in previous revision.
2006-03-15 rwatsonAs with socket consumer references (so_count), make...
2006-03-14 davidxu1. Count last time slice, this intends to fix
2006-03-14 muxThis commit was generated by cvs2svn to compensate...
2006-03-14 jmgspell pdata correctly, we now will only dump maxlen...
2006-03-13 ruThe mount(8) manpage says: "In case of conflicting...
2006-03-13 davidxuRemove unused code.
2006-03-13 hartiThis commit was generated by cvs2svn to compensate...
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...
next