]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Fix sx_try_slock(), so it only fails when there is an exclusive owner.
[FreeBSD/FreeBSD.git] / sys / kern /
2007-10-02 pjdFix sx_try_slock(), so it only fails when there is...
2007-10-02 jeff - Reassign the thread queue lock to newtd prior to...
2007-10-02 jeff - Move the rebalancer back into hardclock to prevent...
2007-09-27 jeff - Honor the PREEMPTION and FULL_PREEMPTION flags by...
2007-09-26 ruFix the description of the formula used to autosize...
2007-09-25 alcChange the management of cached pages (PQ_CACHE) in...
2007-09-24 jkimThis commit was generated by cvs2svn to compensate...
2007-09-24 jeff - Bound the interactivity score so that it cannot...
2007-09-22 jeff - Improve grammar. s/it's/its/.
2007-09-21 pjdFix some locking cases where we ask for exclusively...
2007-09-21 jeff - Redefine p_swtime and td_slptime as p_swtick and...
2007-09-21 jeff - Call sched_sleep() before we suspend threads. sched...
2007-09-20 attilioFix some entries in the locks static table of witness.
2007-09-17 jeff - Move all of the PS_ flags into either p_flag or...
2007-09-15 rwatsonRemove the definition and implementation of 'CALLOUT_NE...
2007-09-14 attilioCurrently the LO_NOPROFILE flag (which is masked on...
2007-09-13 attiliosubr_sleepqueue.c presents a thread lock missing which...
2007-09-12 kibWhen restoring the mount after umount failed, the MNTK_...
2007-09-11 attilioThis is a follow-up, cleaning-up commit about recent...
2007-09-10 rwatsonRename mac_check_vnode_delete() MAC Framework and MAC...
2007-09-02 rwatsonIn userland_sysctl(), call useracc() with the actual...
2007-08-31 jhbClose a race that snuck in with the recent changes...
2007-08-31 ddsAdd missing newline in the log message of the previous...
2007-08-31 ddsDon't panic. When encountering a negative value call...
2007-08-29 jhbPartially revert the previous change. I failed to...
2007-08-28 jhbRework the routines to convert a 5.x+ statfs structure...
2007-08-27 rrs- During shutdown pending, when the last sack came...
2007-08-24 edwinThis commit was generated by cvs2svn to compensate...
2007-08-20 kibDestroy the kaio_mtx on the freeing the struct kaioinfo...
2007-08-20 jeff - Improve runq_findbit_from() which is used by ULE...
2007-08-20 jeff - Set steal_thresh to log2(ncpus). This improves...
2007-08-20 njlAlways call sched_bind(), even if on the CPU in questio...
2007-08-19 njlUse a different loop variable for the inner loop. ...
2007-08-16 davidxuRegenerate.
2007-08-16 davidxuAdd thr_kill2 syscall which sends a signal to a thread...
2007-08-15 jhbOn 6.x this works:
2007-08-14 kanThis commit was generated by cvs2svn to compensate...
2007-08-14 kanThis commit was generated by cvs2svn to compensate...
2007-08-14 kanThis commit was generated by cvs2svn to compensate...
2007-08-14 kanThis commit was generated by cvs2svn to compensate...
2007-08-13 pjdImprove vn_printf() by:
2007-08-07 kibDo not call free() while holding vnode interlock.
2007-08-06 rwatsonRemove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT...
2007-08-04 jeff - Fix one line that erroneously crept in my last commit.
2007-08-03 jeff - Share scheduler locks between hyper-threaded cores...
2007-08-03 jeff - Set SW_PREEMPT when we preempt in critical_exit().
2007-08-01 simonThis commit was generated by cvs2svn to compensate...
2007-07-27 rwatsonFirst in a series of changes to remove the now-unused...
2007-07-27 attilioActually, upcalls cannot be freed while destroying...
2007-07-26 pjdWhen we do open, we should lock the vnode exclusively...
2007-07-26 pjdThe v_mountedhere field is protected by the vnode lock...
2007-07-25 dougbThis commit was generated by cvs2svn to compensate...
2007-07-23 attilioupcall_free() was only used in kse_GC() which has been...
2007-07-23 attilioActually, KSE kernel bits locking is broken and can...
2007-07-23 dwmaloneIf clock_ct_to_ts fails to convert time time from the...
2007-07-22 rwatsonThis commit was generated by cvs2svn to compensate...
2007-07-20 kibttyfree() frees the cdev(). But if there are pending...
2007-07-20 attilioFix some problems with lock profiling in rw locks:
2007-07-19 jeff - Refine the load balancer to improve buildkernel...
2007-07-19 jeff - When newtd is specified to sched_switch() it was...
2007-07-19 jeff - Remove explicit references to sched_lock. A simpler...
2007-07-19 jeff - Calling sched_nice() in tdsigwakeup() is no longer...
2007-07-18 jeff - Remove the global definition of sched_lock in mutex...
2007-07-18 jeff - Add the proper lock profiling calls to _thread_lock().
2007-07-17 jeffULE 3.0: Fine grain scheduler locking and affinity...
2007-07-17 jeff - Use ruxagg() in calcru() to make sure we have curren...
2007-07-14 rodrigcRevert previous commits which I committed by mistake.
2007-07-14 rodrigcThe last entry in the ext2_opts array must be NULL,
2007-07-12 jhbFix a couple of issues with the stack limit for 32...
2007-07-11 samThis commit was generated by cvs2svn to compensate...
2007-07-11 hartiThis commit was generated by cvs2svn to compensate...
2007-07-09 samThis commit was generated by cvs2svn to compensate...
2007-07-06 attilioFix some problems with lock_profiling in sx locks:
2007-07-05 kibRevert destroy_dev() to the state before destroy_dev_sc...
2007-07-05 bzRemove netkey directory from cscope/TAGs generation...
2007-07-05 peterFix bad function type passed to destroy_dev_sched_cb().
2007-07-04 peterAdd freebsd6_ wrappers for mmap/lseek/pread/pwrite...
2007-07-04 peterRegenerate after mmap/lseek/etc syscall changes.
2007-07-04 peterCreate new syscalls for mmap(), lseek(), pread(), pwrit...
2007-07-04 peterAdd support for COMPAT6 syscalls.
2007-07-04 kibSince cdev mutex is after system map mutex in global...
2007-07-03 jeff - Use explicit locking in the various fcntl case state...
2007-07-03 jeff - Remove explicit Giant protection from lockf. Use...
2007-07-03 jhbTweak the low-level MI SMP code some:
2007-07-03 kibRev. 1.204 and 1.205 got an erronous version of destroy...
2007-07-03 kibLock Giant and proctree lock around dereferencing p_ses...
2007-07-03 kibUse make_dev_credf(MAKEDEV_REF) instead of make_dev...
2007-07-03 kibUse make_dev_credf(MAKEDEV_REF) instead of make_dev...
2007-07-03 kibAutomatically detect deadlock condition in destroy_dev...
2007-07-03 kibSince rev. 1.199 of sys/kern/kern_conf.c, the thread...
2007-07-03 kibRelock the sema_mtxp unconditionally after copyin(...
2007-07-03 mlaierThis commit was generated by cvs2svn to compensate...
2007-07-03 mlaierThis commit was generated by cvs2svn to compensate...
2007-07-02 rwatsonContinue kernel privilege cleanup for 7.0: unstaticize...
2007-07-02 rrs- Add some needed error checking on bad fd passing...
2007-07-01 jeff - Use rufetchcalc() rather than calcru() in ttyinfo...
2007-06-27 rwatsonUse vm_offset_t for kmembase and kmemlimit rather than...
2007-06-26 attilioFix an old standing LOR between callout_lock and sleepq...
2007-06-26 attilioIntroduce a new rwlocks initialization function: rw_ini...
2007-06-25 rafan- Remove UMAP filesystem. It was disconnected from...
next