| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not check whether a pointer is NULL, since free(3) already takes care of | delphij | 2005-04-18 | 1 | -6/+3 |
* | Add a sysctl that returns the full path of a process' text file. | das | 2005-04-18 | 1 | -3/+9 |
* | Portability enhancement: MS Windows won't restore metadata if the file | kientzle | 2005-04-17 | 1 | -1/+1 |
* | Fix truncl.3 MLINKS | ache | 2005-04-17 | 1 | -1/+1 |
* | Update "make distfile" to use newest automake/autoconf from ports. | kientzle | 2005-04-17 | 1 | -2/+2 |
* | Fix build for !YP case. | delphij | 2005-04-17 | 1 | -0/+4 |
* | libc-internal interfaces should have two underscores in front | ume | 2005-04-17 | 4 | -12/+12 |
* | Wrong working directory, sorry. The previous patch was what I have | delphij | 2005-04-17 | 1 | -5/+0 |
* | Remove a check about whether sa->sa_len is equal to salen from | delphij | 2005-04-17 | 1 | -0/+2 |
* | Be bug-for-bug compatible with the C standard with respect to | das | 2005-04-16 | 2 | -4/+16 |
* | More optimized math functions. | das | 2005-04-16 | 16 | -5/+399 |
* | Implement truncl() based on floorl(). | das | 2005-04-16 | 4 | -12/+80 |
* | When parsing the second {uid,gid} in an identity phrase for ugidfw, | rwatson | 2005-04-16 | 1 | -13/+25 |
* | In practice, you need to include <sys/types.h> and | rwatson | 2005-04-16 | 1 | -0/+2 |
* | Now, our getservbyname(3) is thread-safe. So, we don't need | ume | 2005-04-15 | 1 | -14/+1 |
* | - add getserv{byname,byport,ent}_r for internal use within libc. | ume | 2005-04-15 | 4 | -127/+288 |
* | hostalias() is not thread-safe. So, introduce _res_hostalias() | ume | 2005-04-15 | 3 | -14/+29 |
* | remove needless res_init() call. | ume | 2005-04-14 | 1 | -9/+0 |
* | Adapt the libpthread patch for using i386_set_gsbase() to libthr. | peter | 2005-04-14 | 2 | -16/+41 |
* | Use the i386_set_gsbase() syscall if it is implemented in the kernel. | peter | 2005-04-14 | 4 | -32/+82 |
* | Attempt i386_set_gsbase() before using the user_ldt code. Unimplemented | peter | 2005-04-14 | 1 | -1/+4 |
* | Add stubs for the %fs/%gs base management calls. | peter | 2005-04-14 | 5 | -0/+149 |
* | Merge two slice_type_name() functions. | nyan | 2005-04-13 | 1 | -23/+4 |
* | 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 |