summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Now, our getservbyname(3) is thread-safe. So, we don't needHajimu UMEMOTO2005-04-151-14/+1
* - add getserv{byname,byport,ent}_r for internal use within libc.Hajimu UMEMOTO2005-04-154-127/+288
* hostalias() is not thread-safe. So, introduce _res_hostalias()Hajimu UMEMOTO2005-04-153-14/+29
* remove needless res_init() call.Hajimu UMEMOTO2005-04-141-9/+0
* Adapt the libpthread patch for using i386_set_gsbase() to libthr.Peter Wemm2005-04-142-16/+41
* Use the i386_set_gsbase() syscall if it is implemented in the kernel.Peter Wemm2005-04-144-32/+82
* Attempt i386_set_gsbase() before using the user_ldt code. UnimplementedPeter Wemm2005-04-141-1/+4
* Add stubs for the %fs/%gs base management calls.Peter Wemm2005-04-145-0/+149
* Merge two slice_type_name() functions.Yoshihiro Takahashi2005-04-131-23/+4
* o Code cleanup, eliminate private thread id map, directlyDavid Xu2005-04-131-187/+64
* Fill traceme and events fields.David Xu2005-04-121-0/+8
* Conditionally report initial thread event.David Xu2005-04-121-1/+2
* Add missing event reporting code.David Xu2005-04-121-0/+65
* Sync with debugger code in libthr.David Xu2005-04-124-46/+173
* Add debugger event reporting support, current only TD_CREATE and TD_DEATHDavid Xu2005-04-129-16/+64
* Add a machine-specific, optimized implementation of strcat.Alan Cox2005-04-102-1/+166
* Eliminate a conditional branch and as a side-effect eliminate a branch toAlan Cox2005-04-101-5/+4
* Remove duplicated "bytes".Xin LI2005-04-101-1/+1
* Add a machine-specific, optimized implementation of strcpy.Alan Cox2005-04-102-1/+113
* Add a machine-specific, optimized implementation of strcmp.Alan Cox2005-04-092-1/+75
* unbreak build without YP defined.Hajimu UMEMOTO2005-04-091-0/+4
* Remove unused variables and assignments.Stefan Farfeleder2005-04-084-9/+3
* Use prototypes in the function definitions.Stefan Farfeleder2005-04-082-34/+14
* Remove unused variable.Stefan Farfeleder2005-04-081-3/+2
* Add machine-specific, optimized implementations of bcmp and memcmp.Alan Cox2005-04-083-1/+67
* Eliminate unneeded instructions that are a vestige of mechanicalAlan Cox2005-04-081-10/+4
* Add roundl(), lroundl(), and llroundl().David Schultz2005-04-087-18/+120
* These files should include s_lround.c instead of s_lrint.c.David Schultz2005-04-083-3/+3
* Fix a (coincidentally harmless) bug.David Schultz2005-04-081-5/+4
* Use the new atomic_cmpset_32().Olivier Houchard2005-04-074-50/+0
* Adjust hash function for smaller pthread structure size.David Xu2005-04-071-1/+1
* Eliminate an unneeded instruction that is a vestige of mechanicalAlan Cox2005-04-071-7/+5
* Fix strict-alias warnings by removing excessive (and wrong) casts.Peter Wemm2005-04-072-2/+2
* Add machine-specific, optimized implementations of bcopy, bzero, memcpy,Alan Cox2005-04-076-0/+212
* - we are no longer shareing any resources to be locked betweenHajimu UMEMOTO2005-04-062-27/+12
* MUTEX_INITIALIZER should be used instead ofHajimu UMEMOTO2005-04-061-1/+1
* Remove unique id field which is no longer used by debugger.David Xu2005-04-063-15/+2
* Remove debug symbol from installed library, one can alwaysDavid Xu2005-04-061-1/+1
* separate gai_strerror(3) from getaddrinfo.c.Hajimu UMEMOTO2005-04-063-28/+62
* A number of improvements to ZIP support.Tim Kientzle2005-04-066-67/+338
* Fix a long-standing bug in k_rem_pio2(), which led to large errors whenDavid Schultz2005-04-051-1/+1
* make yp stuff re-entrant.Hajimu UMEMOTO2005-04-051-26/+15
* protect _yp_domain with mutex lock.Hajimu UMEMOTO2005-04-051-3/+24
* add missing mutex unlock.Hajimu UMEMOTO2005-04-051-0/+1
* natd core dumps when -reverse switch is used because of a bug inPoul-Henning Kamp2005-04-051-2/+2
* Export thread address.David Xu2005-04-053-0/+9
* Build exp2(), exp2f(), and related documentation.David Schultz2005-04-051-2/+3
* Document exp2() and exp2f(), and make other minor tweaks and updates.David Schultz2005-04-052-88/+37
* Implement exp2() and exp2f().David Schultz2005-04-053-0/+532
* Pass exact number of threads.David Xu2005-04-041-1/+1