| Commit message (Expand) | Author | Age | Files | Lines |
| * | Now, our getservbyname(3) is thread-safe. So, we don't need | Hajimu UMEMOTO | 2005-04-15 | 1 | -14/+1 |
| * | - add getserv{byname,byport,ent}_r for internal use within libc. | Hajimu UMEMOTO | 2005-04-15 | 4 | -127/+288 |
| * | hostalias() is not thread-safe. So, introduce _res_hostalias() | Hajimu UMEMOTO | 2005-04-15 | 3 | -14/+29 |
| * | remove needless res_init() call. | Hajimu UMEMOTO | 2005-04-14 | 1 | -9/+0 |
| * | Adapt the libpthread patch for using i386_set_gsbase() to libthr. | Peter Wemm | 2005-04-14 | 2 | -16/+41 |
| * | Use the i386_set_gsbase() syscall if it is implemented in the kernel. | Peter Wemm | 2005-04-14 | 4 | -32/+82 |
| * | Attempt i386_set_gsbase() before using the user_ldt code. Unimplemented | Peter Wemm | 2005-04-14 | 1 | -1/+4 |
| * | Add stubs for the %fs/%gs base management calls. | Peter Wemm | 2005-04-14 | 5 | -0/+149 |
| * | Merge two slice_type_name() functions. | Yoshihiro Takahashi | 2005-04-13 | 1 | -23/+4 |
| * | o Code cleanup, eliminate private thread id map, directly | David Xu | 2005-04-13 | 1 | -187/+64 |
| * | Fill traceme and events fields. | David Xu | 2005-04-12 | 1 | -0/+8 |
| * | Conditionally report initial thread event. | David Xu | 2005-04-12 | 1 | -1/+2 |
| * | Add missing event reporting code. | David Xu | 2005-04-12 | 1 | -0/+65 |
| * | Sync with debugger code in libthr. | David Xu | 2005-04-12 | 4 | -46/+173 |
| * | Add debugger event reporting support, current only TD_CREATE and TD_DEATH | David Xu | 2005-04-12 | 9 | -16/+64 |
| * | Add a machine-specific, optimized implementation of strcat. | Alan Cox | 2005-04-10 | 2 | -1/+166 |
| * | Eliminate a conditional branch and as a side-effect eliminate a branch to | Alan Cox | 2005-04-10 | 1 | -5/+4 |
| * | Remove duplicated "bytes". | Xin LI | 2005-04-10 | 1 | -1/+1 |
| * | Add a machine-specific, optimized implementation of strcpy. | Alan Cox | 2005-04-10 | 2 | -1/+113 |
| * | Add a machine-specific, optimized implementation of strcmp. | Alan Cox | 2005-04-09 | 2 | -1/+75 |
| * | unbreak build without YP defined. | Hajimu UMEMOTO | 2005-04-09 | 1 | -0/+4 |
| * | Remove unused variables and assignments. | Stefan Farfeleder | 2005-04-08 | 4 | -9/+3 |
| * | Use prototypes in the function definitions. | Stefan Farfeleder | 2005-04-08 | 2 | -34/+14 |
| * | Remove unused variable. | Stefan Farfeleder | 2005-04-08 | 1 | -3/+2 |
| * | Add machine-specific, optimized implementations of bcmp and memcmp. | Alan Cox | 2005-04-08 | 3 | -1/+67 |
| * | Eliminate unneeded instructions that are a vestige of mechanical | Alan Cox | 2005-04-08 | 1 | -10/+4 |
| * | Add roundl(), lroundl(), and llroundl(). | David Schultz | 2005-04-08 | 7 | -18/+120 |
| * | These files should include s_lround.c instead of s_lrint.c. | David Schultz | 2005-04-08 | 3 | -3/+3 |
| * | Fix a (coincidentally harmless) bug. | David Schultz | 2005-04-08 | 1 | -5/+4 |
| * | Use the new atomic_cmpset_32(). | Olivier Houchard | 2005-04-07 | 4 | -50/+0 |
| * | Adjust hash function for smaller pthread structure size. | David Xu | 2005-04-07 | 1 | -1/+1 |
| * | Eliminate an unneeded instruction that is a vestige of mechanical | Alan Cox | 2005-04-07 | 1 | -7/+5 |
| * | Fix strict-alias warnings by removing excessive (and wrong) casts. | Peter Wemm | 2005-04-07 | 2 | -2/+2 |
| * | Add machine-specific, optimized implementations of bcopy, bzero, memcpy, | Alan Cox | 2005-04-07 | 6 | -0/+212 |
| * | - we are no longer shareing any resources to be locked between | Hajimu UMEMOTO | 2005-04-06 | 2 | -27/+12 |
| * | MUTEX_INITIALIZER should be used instead of | Hajimu UMEMOTO | 2005-04-06 | 1 | -1/+1 |
| * | Remove unique id field which is no longer used by debugger. | David Xu | 2005-04-06 | 3 | -15/+2 |
| * | Remove debug symbol from installed library, one can always | David Xu | 2005-04-06 | 1 | -1/+1 |
| * | separate gai_strerror(3) from getaddrinfo.c. | Hajimu UMEMOTO | 2005-04-06 | 3 | -28/+62 |
| * | A number of improvements to ZIP support. | Tim Kientzle | 2005-04-06 | 6 | -67/+338 |
| * | Fix a long-standing bug in k_rem_pio2(), which led to large errors when | David Schultz | 2005-04-05 | 1 | -1/+1 |
| * | make yp stuff re-entrant. | Hajimu UMEMOTO | 2005-04-05 | 1 | -26/+15 |
| * | protect _yp_domain with mutex lock. | Hajimu UMEMOTO | 2005-04-05 | 1 | -3/+24 |
| * | add missing mutex unlock. | Hajimu UMEMOTO | 2005-04-05 | 1 | -0/+1 |
| * | natd core dumps when -reverse switch is used because of a bug in | Poul-Henning Kamp | 2005-04-05 | 1 | -2/+2 |
| * | Export thread address. | David Xu | 2005-04-05 | 3 | -0/+9 |
| * | Build exp2(), exp2f(), and related documentation. | David Schultz | 2005-04-05 | 1 | -2/+3 |
| * | Document exp2() and exp2f(), and make other minor tweaks and updates. | David Schultz | 2005-04-05 | 2 | -88/+37 |
| * | Implement exp2() and exp2f(). | David Schultz | 2005-04-05 | 3 | -0/+532 |
| * | Pass exact number of threads. | David Xu | 2005-04-04 | 1 | -1/+1 |