]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib/libthr
This commit was generated by cvs2svn to compensate for changes in r121326,
[FreeBSD/FreeBSD.git] / lib / libthr /
2003-10-22 hartiThis commit was generated by cvs2svn to compensate...
2003-10-09 nectarThis commit was generated by cvs2svn to compensate...
2003-10-09 nectarThis commit was generated by cvs2svn to compensate...
2003-10-09 marcelThis commit was generated by cvs2svn to compensate...
2003-10-01 nectarThis commit was generated by cvs2svn to compensate...
2003-09-27 marcelRelink libc_r.a, libc_r.so and libc_r_p.so from libthr...
2003-09-26 joeThis commit was generated by cvs2svn to compensate...
2003-09-20 ruThis commit was generated by cvs2svn to compensate...
2003-09-19 gshapiroThis commit was generated by cvs2svn to compensate...
2003-09-19 njlThis commit was generated by cvs2svn to compensate...
2003-09-17 nectarThis commit was generated by cvs2svn to compensate...
2003-09-17 nectarThis commit was generated by cvs2svn to compensate...
2003-09-16 nectarThis commit was generated by cvs2svn to compensate...
2003-09-04 joeThis commit was generated by cvs2svn to compensate...
2003-09-02 mbrThis commit was generated by cvs2svn to compensate...
2003-09-02 mbrThis commit was generated by cvs2svn to compensate...
2003-08-31 acheThis commit was generated by cvs2svn to compensate...
2003-08-30 acheThis commit was generated by cvs2svn to compensate...
2003-08-22 kanThis commit was generated by cvs2svn to compensate...
2003-08-22 kanThis commit was generated by cvs2svn to compensate...
2003-08-22 kanThis commit was generated by cvs2svn to compensate...
2003-08-22 kanThis commit was generated by cvs2svn to compensate...
2003-08-12 njlThis commit was generated by cvs2svn to compensate...
2003-08-11 njlThis commit was generated by cvs2svn to compensate...
2003-08-07 njlThis commit was generated by cvs2svn to compensate...
2003-08-07 njlThis commit was generated by cvs2svn to compensate...
2003-08-07 njlThis commit was generated by cvs2svn to compensate...
2003-08-07 njlThis commit was generated by cvs2svn to compensate...
2003-08-02 samThis commit was generated by cvs2svn to compensate...
2003-07-30 ruThis commit was generated by cvs2svn to compensate...
2003-07-24 marcelImplement _get_curthread and _set_curthread. We use...
2003-07-21 desThis commit was generated by cvs2svn to compensate...
2003-07-19 mtmThis commit was generated by cvs2svn to compensate...
2003-07-19 mtmThe MD framework for libthr on alpha
2003-07-15 desThis commit was generated by cvs2svn to compensate...
2003-07-14 njlThis commit was generated by cvs2svn to compensate...
2003-07-13 njlThis commit was generated by cvs2svn to compensate...
2003-07-13 njlThis commit was generated by cvs2svn to compensate...
2003-07-13 njlThis commit was generated by cvs2svn to compensate...
2003-07-12 marcelThis commit was generated by cvs2svn to compensate...
2003-07-11 kanThis commit was generated by cvs2svn to compensate...
2003-07-11 kanThis commit was generated by cvs2svn to compensate...
2003-07-11 kanThis commit was generated by cvs2svn to compensate...
2003-07-11 kanThis commit was generated by cvs2svn to compensate...
2003-07-11 marcelThis commit was generated by cvs2svn to compensate...
2003-07-08 mtmWhen _PTHREADSINVARIANTS is defined SIGABRT is not...
2003-07-06 mtmChange all instances of THR_LOCK/UNLOCK, etc to UMTX_*.
2003-07-06 mtmThere's no need for _umtxtrylock to be a separate function.
2003-07-05 ruThis commit was generated by cvs2svn to compensate...
2003-07-03 ruThis commit was generated by cvs2svn to compensate...
2003-07-03 mtm_pthread_mutex_trylock() is another internal libc funct...
2003-07-02 ruThis commit was generated by cvs2svn to compensate...
2003-07-02 mtmBegin making libthr async signal safe.
2003-07-01 mtmDo not attempt to reque a thread on a mutex queue....
2003-07-01 ruAxe AINC.
2003-06-30 mtmCatchup with _thread_suspend() changes.
2003-06-30 mikehThis commit was generated by cvs2svn to compensate...
2003-06-29 mtmSweep through pthread locking and use the new locking...
2003-06-29 mtmLocking primitives and operations in libthr should...
2003-06-29 mtmIn a critical section, separate the aquisition of the...
2003-06-29 jdpMake _thread_suspend work with both the old broken...
2003-06-29 mtmThe move to _retire() a thread in the GC instead of...
2003-06-27 marcelCreate compatibility links for libc_r on ia64 to preven...
2003-06-25 samThis commit was generated by cvs2svn to compensate...
2003-06-24 desThis commit was generated by cvs2svn to compensate...
2003-06-23 njlThis commit was generated by cvs2svn to compensate...
2003-06-18 ruThis commit was generated by cvs2svn to compensate...
2003-06-18 desThis commit was generated by cvs2svn to compensate...
2003-06-17 dougbThis commit was generated by cvs2svn to compensate...
2003-06-16 mikehThis commit was generated by cvs2svn to compensate...
2003-06-09 mtm_thread_printf() is only used for debugging or in cases...
2003-06-07 obrienThis commit was generated by cvs2svn to compensate...
2003-06-07 ruThis commit was generated by cvs2svn to compensate...
2003-06-07 ruThis commit was generated by cvs2svn to compensate...
2003-06-04 mtmMake C applications statically compiled with libthr...
2003-06-03 mtmTeach recent changes in the umtx structure in the kerne...
2003-06-02 desThis commit was generated by cvs2svn to compensate...
2003-06-02 mtmUnwind the _giant_mutex from pthread_detach(). When...
2003-06-02 mtmConsolidate static_init() and static_init_private into...
2003-06-02 obrien.S comments must be C comments, not ASM ones.
2003-06-01 desThis commit was generated by cvs2svn to compensate...
2003-05-31 mtmI botched one of my committs in the last round. Fix it.
2003-05-29 mtmMake the mutex static initializers look more like the...
2003-05-29 mtmUse a static lock to ake sure pthread_cond_* functions...
2003-05-29 mtmMissing unlock.
2003-05-29 mtmDon't hold the active thread list lock when signaling...
2003-05-29 mtmIt's unnecessary to lock the thread during creation...
2003-05-29 mbrThis commit was generated by cvs2svn to compensate...
2003-05-28 njlThis commit was generated by cvs2svn to compensate...
2003-05-27 mtmMinimize the potential for deadlocks between an exiting...
2003-05-27 mtmRevert part of the last commit. I don't know what I...
2003-05-27 njlThis commit was generated by cvs2svn to compensate...
2003-05-26 mtmDecouple the thread stack [de]allocating functions...
2003-05-26 mtmRevise the unlock order in _pthread_join(). Also, if...
2003-05-25 mtmReturn gracefully, rather than aborting, when the...
2003-05-25 mtm_pthread_cancel() breaks the normal lock order of first...
2003-05-25 mtmPart of the last patch.
2003-05-25 mtmStart locking up the active and dead threads lists...
2003-05-25 mtmThe libthr code makes use of higher-level primitives...
2003-05-25 marcelThe struct mcontext has changed. It's using the registe...
next