]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
This commit was generated by cvs2svn to compensate for changes in r178525,
[FreeBSD/FreeBSD.git] / sys / kern /
2008-04-25 John BirrellThis commit was generated by cvs2svn to compensate...
2008-04-25 John BirrellThis commit was generated by cvs2svn to compensate...
2008-04-25 John BirrellThis commit was generated by cvs2svn to compensate...
2008-04-25 John BirrellThis commit was generated by cvs2svn to compensate...
2008-04-25 Jeff Roberson - Add an integer argument to idle to indicate how...
2008-04-24 Kris Kennawayfdhold can return NULL, so add the one remaining missin...
2008-04-24 Konstantin BelousovAllow the vnode zone to return the unused memory. The...
2008-04-22 Poul-Henning KampNow that all platforms use genclock, shuffle things...
2008-04-21 Marius StroblThis commit was generated by cvs2svn to compensate...
2008-04-21 Xin LIThis commit was generated by cvs2svn to compensate...
2008-04-21 Pawel Jakub DawidekBack-out previous revision. For now I can use _ddb...
2008-04-17 Robert WatsonConvert pcbinfo and inpcb mutexes to rwlocks, and modif...
2008-04-17 Pawel Jakub DawidekAllow linker_search_symbol_name() to be called with...
2008-04-17 Jeff Roberson - Add a metric to describe how busy a processor has...
2008-04-17 Jeff Roberson - Make SCHED_STATS more generic by adding a wrapper...
2008-04-16 Doug RabsonFix compilation with LOCKF_DEBUG.
2008-04-16 Konstantin BelousovMove the head of byte-level advisory lock list from the
2008-04-15 David XuImplement POSIX function tcgetsid() which returns sessi...
2008-04-15 Marcel MoolenaarSupport and switch to the ULE scheduler:
2008-04-14 Randall StewartAdd pru_flush routine so a transport can
2008-04-13 Alan CoxInitialize the vm object's flags to include OBJ_NOSPLIT...
2008-04-13 Attilio RaoUse a "rel" memory barrier for disowning the lock as...
2008-04-13 Attilio Raostruct lock_instance and struct lock_list_entry don...
2008-04-12 Poul-Henning Kampfix printf type confusion on amd64
2008-04-12 Poul-Henning KampEmit summaries of struct c(alender)t(ime) <-> struct...
2008-04-12 Attilio Rao- Re-introduce WITNESS support for lockmgr. About...
2008-04-12 Attilio Rao- Remove a stale comment.
2008-04-12 Attilio RaoAdd missing stubs for spinlocks cpuset and intrcnt.
2008-04-11 Xin LIInstead of rolling our own jail number allocation proce...
2008-04-11 John BaldwinUse kthread_exit() to terminate a taskqueue thread...
2008-04-11 Jeff Roberson - Add the interrupt vector number to intr_event_create...
2008-04-09 Pawel Jakub Dawidek- Use LK_TYPE_MASK where needed. Actually after sys...
2008-04-09 Sam LefflerDo image loading in a context known to have a root...
2008-04-08 Sam Lefflero add a mountroot event handler that fires when / is...
2008-04-08 Sam Lefflerchange taskqueue_start_threads to create threads instea...
2008-04-08 Konstantin BelousovImplement the linux syscalls
2008-04-07 Attilio Rao- Use a different encoding for lockmgr options: make...
2008-04-07 Don Lewisvfs_syscalls.c 1.452 mistakenly swapped the behavior...
2008-04-06 Attilio RaoOptimize lockmgr in order to get rid of the pool mutex...
2008-04-06 Jeff Roberson - Correct a major error introduced in the per-cpu...
2008-04-05 John BaldwinMove INTR_FILTER from opt_global.h to its own header.
2008-04-05 John BaldwinAdd a MI intr_event_handle() routine for the non-INTR_F...
2008-04-04 Alan CoxReintroduce UMA_SLAB_KMAP; however, change its spelling to
2008-04-04 Jeff Roberson - Add sysctls at debug.rwlock to control the behavior...
2008-04-04 Jeff Roberson - Add a Nokia copyright to cpuset to reflect their...
2008-04-04 Jeff Roberson - Allow static_boost to specify no boost with '0'...
2008-04-04 Jeff Roberson - Don't check for the ITHD pri class in tdq_load_add...
2008-04-04 Jeff Roberson - Fix a mis-merge that crept in during the softclock...
2008-04-03 David Xulet umtxq_busy() only spin on mp machine. make function...
2008-04-02 Jeff Roberson - Convert two timeout users to the new callout_reset_c...
2008-04-02 Jeff RobersonImplement per-cpu callout threads, wheels, and locks.
2008-04-02 Konstantin BelousovAdd two missed chunks from the rev. 1.210, for the...
2008-04-02 Jeff Roberson - Destroy the bo mtx when the vnode is destroyed.
2008-04-02 David XuFix compiling problem for amd64.
2008-04-02 David XuEr, don't restart a timeout version.
2008-04-02 David XuIntroduce kernel based userland rwlock. Each umtx chain...
2008-04-01 Attilio RaoAdd rw_try_rlock() and rw_try_wlock() to rwlocks.
2008-04-01 Doug RabsonDon't try to use an SX lock while holding the vnode...
2008-03-31 Konstantin BelousovRegen
2008-03-31 Konstantin BelousovAdd the openat(), fexecve() and other *at() syscalls...
2008-03-31 Konstantin BelousovImplement the fexecve(2) syscall.
2008-03-31 Konstantin BelousovImplement the
2008-03-31 Konstantin BelousovAdd the support for the AT_FDCWD and fd-relative name...
2008-03-31 Konstantin BelousovAdd the support for the O_EXEC open(2) mode, as specifi...
2008-03-31 Konstantin BelousovAdd the utility function vn_commname() to retrieve...
2008-03-30 Jeff Roberson - Consistently return EDEADLK when presented with...
2008-03-29 Jeff Roberson - Don't allow calls to vn_lock() with no lock type...
2008-03-29 Jeff Roberson - Use vget() to lock the vnode rather than refing...
2008-03-28 Attilio Raob_waiters cannot be adequately protected by the interlo...
2008-03-27 John BirrellRegen after makesyscalls.sh change.
2008-03-27 John BirrellGenerate another function for the DTrace syscall provid...
2008-03-26 Poul-Henning KampThe "free-lance" timer in the i8254 is only used for...
2008-03-26 Doug RabsonRegen.
2008-03-26 Doug RabsonAdd the new kernel-mode NFS Lock Manager. To use it...
2008-03-25 Scott LongImplement taskqueue_block() and taskqueue_unblock(...
2008-03-25 Ruslan ErmilovReplaced the misleading uses of a historical artefact...
2008-03-25 Ruslan ErmilovRegen after changing prototypes of cpuset_{get,set...
2008-03-25 Ruslan ErmilovFixed type of the fourth argument of cpuset_{get,set...
2008-03-24 Sam LefflerThis commit was generated by cvs2svn to compensate...
2008-03-24 Sam LefflerThis commit was generated by cvs2svn to compensate...
2008-03-24 Sam LefflerThis commit was generated by cvs2svn to compensate...
2008-03-24 Sam LefflerThis commit was generated by cvs2svn to compensate...
2008-03-24 Jeff Roberson - Greatly simplify vget() by removing the guarantee...
2008-03-24 Jeff Roberson - Don't acquire the vnode interlock in _vn_lock()...
2008-03-23 Konstantin BelousovYield the cpu in the kernel while iterating the list...
2008-03-23 David XuRemove commented out code, thread suspension is done...
2008-03-23 Jeff Roberson - Only return 1 from sync_vnode() in cases where the...
2008-03-23 Jeff Roberson - Pass BO_MTX(bo) to lockmgr in vtruncbuf, we don...
2008-03-22 Poul-Henning KampIn abort2(2): Accept a NULL arg pointer if nargs == 0
2008-03-22 Jeff Roberson - Complete part of the unfinished bufobj work by consi...
2008-03-22 Alfred PerlsteinFix a race where timeout/untimeout could cause crashes...
2008-03-21 Konstantin BelousovReduce contention on the vnode interlock by not acquiri...
2008-03-21 Jeff Roberson - Reduce contention on the global bdonelock and bpinlo...
2008-03-21 Jeff Roberson - Add a new td flag TDF_NEEDSUSPCHK that is set whenev...
2008-03-20 John BaldwinImplement a BUS_BIND_INTR() method in the bus interface...
2008-03-20 Konstantin BelousovFix the leak of the vmspace on the fork when the proces...
2008-03-20 Jeff Roberson - Restore runq to manipulating threads directly by...
2008-03-20 Jeff Roberson - Remove the unused and redundant sched_newproc()...
2008-03-20 Jeff Roberson - There is no sense in calling sched_newthread() at...
2008-03-20 Jeff Roberson - ULE and 4BSD share only one line of code from sched_...
next