summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Do not check whether a pointer is NULL, since free(3) already takes care ofdelphij2005-04-181-6/+3
* Add a sysctl that returns the full path of a process' text file.das2005-04-181-3/+9
* Portability enhancement: MS Windows won't restore metadata if the filekientzle2005-04-171-1/+1
* Fix truncl.3 MLINKSache2005-04-171-1/+1
* Update "make distfile" to use newest automake/autoconf from ports.kientzle2005-04-171-2/+2
* Fix build for !YP case.delphij2005-04-171-0/+4
* libc-internal interfaces should have two underscores in frontume2005-04-174-12/+12
* Wrong working directory, sorry. The previous patch was what I havedelphij2005-04-171-5/+0
* Remove a check about whether sa->sa_len is equal to salen fromdelphij2005-04-171-0/+2
* Be bug-for-bug compatible with the C standard with respect todas2005-04-162-4/+16
* More optimized math functions.das2005-04-1616-5/+399
* Implement truncl() based on floorl().das2005-04-164-12/+80
* When parsing the second {uid,gid} in an identity phrase for ugidfw,rwatson2005-04-161-13/+25
* In practice, you need to include <sys/types.h> andrwatson2005-04-161-0/+2
* Now, our getservbyname(3) is thread-safe. So, we don't needume2005-04-151-14/+1
* - add getserv{byname,byport,ent}_r for internal use within libc.ume2005-04-154-127/+288
* hostalias() is not thread-safe. So, introduce _res_hostalias()ume2005-04-153-14/+29
* remove needless res_init() call.ume2005-04-141-9/+0
* Adapt the libpthread patch for using i386_set_gsbase() to libthr.peter2005-04-142-16/+41
* Use the i386_set_gsbase() syscall if it is implemented in the kernel.peter2005-04-144-32/+82
* Attempt i386_set_gsbase() before using the user_ldt code. Unimplementedpeter2005-04-141-1/+4
* Add stubs for the %fs/%gs base management calls.peter2005-04-145-0/+149
* Merge two slice_type_name() functions.nyan2005-04-131-23/+4
* o Code cleanup, eliminate private thread id map, directlydavidxu2005-04-131-187/+64
* Fill traceme and events fields.davidxu2005-04-121-0/+8
* Conditionally report initial thread event.davidxu2005-04-121-1/+2
* Add missing event reporting code.davidxu2005-04-121-0/+65
* Sync with debugger code in libthr.davidxu2005-04-124-46/+173
* Add debugger event reporting support, current only TD_CREATE and TD_DEATHdavidxu2005-04-129-16/+64
* Add a machine-specific, optimized implementation of strcat.alc2005-04-102-1/+166
* Eliminate a conditional branch and as a side-effect eliminate a branch toalc2005-04-101-5/+4
* Remove duplicated "bytes".delphij2005-04-101-1/+1
* Add a machine-specific, optimized implementation of strcpy.alc2005-04-102-1/+113
* Add a machine-specific, optimized implementation of strcmp.alc2005-04-092-1/+75
* unbreak build without YP defined.ume2005-04-091-0/+4
* Remove unused variables and assignments.stefanf2005-04-084-9/+3
* Use prototypes in the function definitions.stefanf2005-04-082-34/+14
* Remove unused variable.stefanf2005-04-081-3/+2
* Add machine-specific, optimized implementations of bcmp and memcmp.alc2005-04-083-1/+67
* Eliminate unneeded instructions that are a vestige of mechanicalalc2005-04-081-10/+4
* Add roundl(), lroundl(), and llroundl().das2005-04-087-18/+120
* These files should include s_lround.c instead of s_lrint.c.das2005-04-083-3/+3
* Fix a (coincidentally harmless) bug.das2005-04-081-5/+4
* Use the new atomic_cmpset_32().cognet2005-04-074-50/+0
* Adjust hash function for smaller pthread structure size.davidxu2005-04-071-1/+1
* Eliminate an unneeded instruction that is a vestige of mechanicalalc2005-04-071-7/+5
* Fix strict-alias warnings by removing excessive (and wrong) casts.peter2005-04-072-2/+2
* Add machine-specific, optimized implementations of bcopy, bzero, memcpy,alc2005-04-076-0/+212
* - we are no longer shareing any resources to be locked betweenume2005-04-062-27/+12
* MUTEX_INITIALIZER should be used instead ofume2005-04-061-1/+1
OpenPOWER on IntegriCloud