]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib/libthr
Fix fread() to return a correct value on platforms where sizeof(int) !=
[FreeBSD/FreeBSD.git] / lib / libthr /
2008-11-29 kibUnlock the malloc() locks in the child process after...
2008-11-27 kibAdd two rtld exported symbols, _rtld_atfork_pre and...
2008-11-15 rafan- Update ncurses to 5.7-20081102 (5.7 release) and...
2008-09-14 marcelAllow psaddr_t to be widened by using thr_pread_{int...
2008-09-09 jasoneMove call to _malloc_thread_cleanup() so that if this...
2008-09-05 rpauloMerge ath again (addition of wisoc files).
2008-08-27 jasoneAdd thread-specific caching for small size classes...
2008-08-22 robertoMerge ntpd & friends 4.2.4p5 from vendor/ntp/dist into...
2008-08-01 desUpgrade to OpenSSH 5.1p1.
2008-08-01 davidxuIn function pthread_condattr_getpshared, store result...
2008-07-10 peterMerge gnu cpio 2.6 -> 2.8 changes. Unfortunately,...
2008-06-25 ruEnable GCC stack protection (aka Propolice) for userland:
2008-06-24 davidxuAdd two commands to _umtx_op system call to allow a...
2008-06-09 davidxuMake pthread_cleanup_push() and pthread_cleanup_pop...
2008-05-30 dfrCall the fcntl compatiblity wrapper from the thread...
2008-05-30 davidxuEliminate global mutex by using pthread_once's state...
2008-05-29 davidxu- Reduce function call overhead for uncontended case.
2008-05-29 obrienThis commit was generated by cvs2svn to compensate...
2008-05-22 jbThis commit was generated by cvs2svn to compensate...
2008-05-22 jbThis commit was generated by cvs2svn to compensate...
2008-05-11 impCommit missing mips libthr support that I thought I...
2008-05-09 rafanThis commit was generated by cvs2svn to compensate...
2008-05-08 cokaneThis commit was generated by cvs2svn to compensate...
2008-05-08 dfrThis commit was generated by cvs2svn to compensate...
2008-05-07 dfrThis commit was generated by cvs2svn to compensate...
2008-05-06 davidxuRemove libc_r's remnant code.
2008-04-29 davidxuUse UMTX_OP_WAIT_UINT_PRIVATE and UMTX_OP_WAKE_PRIVATE...
2008-04-26 krisIncrease the default MUTEX_ADAPTIVE_SPINS to 2000,...
2008-04-26 impBring in mips threads support from perforce mips2-jnpr...
2008-04-26 jbThis commit was generated by cvs2svn to compensate...
2008-04-25 jbThis commit was generated by cvs2svn to compensate...
2008-04-25 jbThis commit was generated by cvs2svn to compensate...
2008-04-25 jbThis commit was generated by cvs2svn to compensate...
2008-04-25 jbThis commit was generated by cvs2svn to compensate...
2008-04-23 delphijAvoid various shadowed variables. libthr is now almost...
2008-04-22 davidxuUse native rwlock.
2008-04-21 mariusThis commit was generated by cvs2svn to compensate...
2008-04-21 delphijThis commit was generated by cvs2svn to compensate...
2008-04-16 davidxu_vfork is not in libthr, remove the reference.
2008-04-14 davidxudon't include pthread_np.h, it is not used.
2008-04-03 davidxuput THR_CRITICAL_LEAVE into do .. while statement.
2008-04-03 davidxuadd __hidden suffix to _umtx_op_err, this eliminates...
2008-04-02 davidxuNon-portable functions are in pthread_np.h, fix compili...
2008-04-02 davidxuAdd pthread_setaffinity_np and pthread_getaffinity_np...
2008-04-02 davidxuRemove unused functions.
2008-04-02 davidxuReplace function _umtx_op with _umtx_op_err, the later...
2008-04-02 davidxuReplace userland rwlock with a pure kernel based rwlock...
2008-04-01 davidxuRestore normal pthread_cond_signal path to avoid some...
2008-04-01 davidxureturn EAGAIN early rather than running bunch of code...
2008-03-31 davidxuRewrite rwlock to user atomic operations to change...
2008-03-29 ruRemove options MK_LIBKSE and DEFAULT_THREAD_LIB now...
2008-03-25 ruCompile libthr with warnings.
2008-03-25 ruFixed mis-implementation of pthread_mutex_get{spin...
2008-03-24 samThis commit was generated by cvs2svn to compensate...
2008-03-24 samThis commit was generated by cvs2svn to compensate...
2008-03-24 samThis commit was generated by cvs2svn to compensate...
2008-03-24 samThis commit was generated by cvs2svn to compensate...
2008-03-22 davidxuAdd POSIX pthread API pthread_getcpuclockid() to get...
2008-03-21 davidxuResolve __error()'s PLT early so that it needs not...
2008-03-20 rupthread_mutexattr_destroy() was accidentally broken...
2008-03-20 davidxuPreserve application code's errno in rtld locking code...
2008-03-20 davidxuMake pthread_mutexattr_settype to return error number...
2008-03-20 delphijThis commit was generated by cvs2svn to compensate...
2008-03-19 obrienThis commit was generated by cvs2svn to compensate...
2008-03-19 davidxudon't reduce new thread's refcount if current thread...
2008-03-19 davidxu- Trim trailing spaces.
2008-03-19 davidxuif passed thread pointer is equal to current thread...
2008-03-18 davidxu- Copy signal mask out before THR_UNLOCK(), because...
2008-03-16 davidxuActually delete SIGCANCEL mask for suspended thread...
2008-03-12 delphijThis commit was generated by cvs2svn to compensate...
2008-03-11 davidxuIf a thread is cancelled, it may have already consumed...
2008-03-07 syrinxThis commit was generated by cvs2svn to compensate...
2008-03-06 davidxuFix a bug when calculating remnant size.
2008-03-06 davidxuDon't report death event to debugger if it is a forced...
2008-03-06 davidxuRestore code setting new thread's scheduler parameters...
2008-03-05 davidxuIncrease and decrease in_sigcancel_handler accordingly...
2008-03-05 davidxuUse cpuset defined in pthread_attr for newly created...
2008-03-05 davidxuAdd more cpu affinity function's symbols.
2008-03-05 davidxuCheck actual size of cpuset kernel is using and define...
2008-03-04 davidxuIf a new thread is created, it inherits current thread...
2008-03-04 davidxuInclude cpuset.h, unbreak compiling.
2008-03-04 davidxuimplement pthread_attr_getaffinity_np and pthread_attr_...
2008-03-03 davidxuImplement functions pthread_getaffinity_np and pthread_...
2008-02-14 des_pthread_mutex_isowned_np(): use a more reliable method...
2008-02-13 obrienstyle.Makefile(5)
2008-02-13 obrienstyle(9)
2008-02-11 rafanThis commit was generated by cvs2svn to compensate...
2008-02-06 desYet another pointy hat: when I zapped FBSDprivate_1...
2008-02-06 desRemove unnecessary prototype.
2008-02-06 desConvert pthread.map to the format expected by version_g...
2008-02-06 desRemove incorrectly added FBSDprivate_1.1 namespace...
2008-02-06 desPer discussion on -threads, rename _islocked_np() to...
2008-02-04 desAfter careful consideration (and a brief discussion...
2008-02-03 desAdd pthread_mutex_islocked_np(), a cheap way to verify...
2008-02-02 obrienThis commit was generated by cvs2svn to compensate...
2008-01-29 desThis commit was generated by cvs2svn to compensate...
2008-01-29 obrienThis commit was generated by cvs2svn to compensate...
2008-01-18 davidxuSYSTEM_SCOPE_ONLY flag is no longer needed, it is the...
2008-01-13 obrienThis commit was generated by cvs2svn to compensate...
2008-01-13 obrienThis commit was generated by cvs2svn to compensate...
next