| Commit message (Expand) | Author | Age | Files | Lines |
* | o Code cleanup, eliminate private thread id map, directly | davidxu | 2005-04-13 | 1 | -187/+64 |
* | Fill traceme and events fields. | davidxu | 2005-04-12 | 1 | -0/+8 |
* | Conditionally report initial thread event. | davidxu | 2005-04-12 | 1 | -1/+2 |
* | Add missing event reporting code. | davidxu | 2005-04-12 | 1 | -0/+65 |
* | Sync with debugger code in libthr. | davidxu | 2005-04-12 | 4 | -46/+173 |
* | Add debugger event reporting support, current only TD_CREATE and TD_DEATH | davidxu | 2005-04-12 | 9 | -16/+64 |
* | Add a machine-specific, optimized implementation of strcat. | alc | 2005-04-10 | 2 | -1/+166 |
* | Eliminate a conditional branch and as a side-effect eliminate a branch to | alc | 2005-04-10 | 1 | -5/+4 |
* | Remove duplicated "bytes". | delphij | 2005-04-10 | 1 | -1/+1 |
* | Add a machine-specific, optimized implementation of strcpy. | alc | 2005-04-10 | 2 | -1/+113 |
* | Add a machine-specific, optimized implementation of strcmp. | alc | 2005-04-09 | 2 | -1/+75 |
* | unbreak build without YP defined. | ume | 2005-04-09 | 1 | -0/+4 |
* | Remove unused variables and assignments. | stefanf | 2005-04-08 | 4 | -9/+3 |
* | Use prototypes in the function definitions. | stefanf | 2005-04-08 | 2 | -34/+14 |
* | Remove unused variable. | stefanf | 2005-04-08 | 1 | -3/+2 |
* | Add machine-specific, optimized implementations of bcmp and memcmp. | alc | 2005-04-08 | 3 | -1/+67 |
* | Eliminate unneeded instructions that are a vestige of mechanical | alc | 2005-04-08 | 1 | -10/+4 |
* | Add roundl(), lroundl(), and llroundl(). | das | 2005-04-08 | 7 | -18/+120 |
* | These files should include s_lround.c instead of s_lrint.c. | das | 2005-04-08 | 3 | -3/+3 |
* | Fix a (coincidentally harmless) bug. | das | 2005-04-08 | 1 | -5/+4 |
* | Use the new atomic_cmpset_32(). | cognet | 2005-04-07 | 4 | -50/+0 |
* | Adjust hash function for smaller pthread structure size. | davidxu | 2005-04-07 | 1 | -1/+1 |
* | Eliminate an unneeded instruction that is a vestige of mechanical | alc | 2005-04-07 | 1 | -7/+5 |
* | Fix strict-alias warnings by removing excessive (and wrong) casts. | peter | 2005-04-07 | 2 | -2/+2 |
* | Add machine-specific, optimized implementations of bcopy, bzero, memcpy, | alc | 2005-04-07 | 6 | -0/+212 |
* | - we are no longer shareing any resources to be locked between | ume | 2005-04-06 | 2 | -27/+12 |
* | MUTEX_INITIALIZER should be used instead of | ume | 2005-04-06 | 1 | -1/+1 |
* | Remove unique id field which is no longer used by debugger. | davidxu | 2005-04-06 | 3 | -15/+2 |
* | Remove debug symbol from installed library, one can always | davidxu | 2005-04-06 | 1 | -1/+1 |
* | separate gai_strerror(3) from getaddrinfo.c. | ume | 2005-04-06 | 3 | -28/+62 |
* | A number of improvements to ZIP support. | kientzle | 2005-04-06 | 6 | -67/+338 |
* | Fix a long-standing bug in k_rem_pio2(), which led to large errors when | das | 2005-04-05 | 1 | -1/+1 |
* | make yp stuff re-entrant. | ume | 2005-04-05 | 1 | -26/+15 |
* | protect _yp_domain with mutex lock. | ume | 2005-04-05 | 1 | -3/+24 |
* | add missing mutex unlock. | ume | 2005-04-05 | 1 | -0/+1 |
* | natd core dumps when -reverse switch is used because of a bug in | phk | 2005-04-05 | 1 | -2/+2 |
* | Export thread address. | davidxu | 2005-04-05 | 3 | -0/+9 |
* | Build exp2(), exp2f(), and related documentation. | das | 2005-04-05 | 1 | -2/+3 |
* | Document exp2() and exp2f(), and make other minor tweaks and updates. | das | 2005-04-05 | 2 | -88/+37 |
* | Implement exp2() and exp2f(). | das | 2005-04-05 | 3 | -0/+532 |
* | Pass exact number of threads. | davidxu | 2005-04-04 | 1 | -1/+1 |
* | make _files_getaddrinfo() re-entrant. | ume | 2005-04-04 | 1 | -22/+19 |
* | Export pthread_condattr_getclock, pthread_condattr_setclock. | davidxu | 2005-04-03 | 1 | -0/+2 |
* | Replace the current strspn() and strcspn() with significantly faster | das | 2005-04-02 | 2 | -67/+79 |
* | Add some missing errnos from POSIX. Nothing in FreeBSD generates | das | 2005-04-02 | 1 | -0/+5 |
* | nuke the logic for AF_UNSPEC and simplify. once, it was introduced | ume | 2005-04-02 | 1 | -301/+47 |
* | Connect libthr and libthread_db to make buildworld. | davidxu | 2005-04-02 | 1 | -3/+3 |
* | Update debugger code for new libthr. | davidxu | 2005-04-02 | 1 | -216/+578 |
* | Import my recent 1:1 threading working. some features improved includes: | davidxu | 2005-04-02 | 77 | -4641/+7200 |
* | Prepare for importing my 1:1 threading work, disconnect libthr and | davidxu | 2005-04-02 | 1 | -2/+2 |