summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix an 11 year old mistake: Let the hash functions take a void* insteadphk2006-01-1714-28/+35
* If the attempt to open the archive fails (either the client openkientzle2006-01-172-14/+38
* Add support for "tp" format. tp was the standard systemkientzle2006-01-174-1/+631
* Restore use of strncpy(), as there is later unconditional terminationrwatson2006-01-161-1/+1
* Eliminate unused code.davidxu2006-01-161-7/+1
* Add a separate simple internal base allocator and remove base_arena, so thatjasone2006-01-161-151/+175
* Replace strncpy() with strlcpy() when parsing login time limit stringsrwatson2006-01-161-1/+1
* Remove unnecessary and undesirable 'static' from function-local kegrwatson2006-01-161-1/+1
* Define NO_TLS on ia64. The dynamic TLS implementation on ia64 ismarcel2006-01-161-0/+1
* Fix typo in comment.rwatson2006-01-161-1/+1
* Validate that the supplied file is not empty before trying mmap(2) itcsjp2006-01-151-0/+5
* Enable mutex inheritance code in mutex_fork, I forgot to turn on it.davidxu2006-01-141-1/+11
* Replace malloc(), calloc(), posix_memalign(), realloc(), and free() withjasone2006-01-132-1107/+4597
* Increase the number of spinlocks, since libc's malloc implementation isjasone2006-01-133-3/+3
* In the splnet(9) times netgraph(4) was synchronous and if a messageglebius2006-01-121-0/+16
* Fix a bitwise logic error in posix_memalign().jasone2006-01-121-2/+2
* Use posix_memalign() in valloc() rather than making assumptions aboutjasone2006-01-122-20/+20
* In preparation for a new malloc implementation:jasone2006-01-128-82/+170
* Build shared library on behalf of bsnmpd.ru2006-01-121-1/+0
* I wrote getnetconfig where I meant getnetpath in the previous revision.ceri2006-01-111-2/+2
* The thr_new sysscall was already in libc, don't generate it.davidxu2006-01-111-1/+0
* Add references to fhopen, fhstat, getfh, lgetfh and fhstatfs.grog2006-01-103-0/+6
* Use macro STATIC_LIB_REQUIRE to declare a symbol should be linked intodavidxu2006-01-102-95/+74
* Rescue pthread_set_name_np for compatible reason, remove unused code.davidxu2006-01-092-151/+10
* Tweak macro THR_LOCK_RELEASE a bit for non-PTHREAD_INVARIANTS case.davidxu2006-01-091-7/+14
* Return real detached state.davidxu2006-01-091-0/+2
* Fix a bug recently introduced, the _thread_active_count should bedavidxu2006-01-081-0/+1
* Allow background threads to be suspended.davidxu2006-01-081-1/+4
* Try to reduce total time needed for suspending all threads,davidxu2006-01-081-4/+17
* Remove functions i386_get_gsbase and i386_set_gsbase, they were alreadydavidxu2006-01-071-14/+0
* o Document the possibility of putting 'b' in the flag field.ceri2006-01-061-5/+11
* Refine thread suspension code, now thread suspension is a blockabledavidxu2006-01-057-68/+177
* Oops, on amd64 (and probably on all non-i386 systems), the previousbde2006-01-051-6/+11
* Document the recently-added EINVAL behavior.dds2006-01-051-1/+7
* Use double precision internally to optimize cbrtf(), and change thebde2006-01-051-28/+13
* 1. Add SIGEV_THREAD notification for mq_notify.davidxu2006-01-042-198/+343
* For the ``#ifdef NOTYET'' code that allows calling non-async-safebrian2006-01-032-2/+2
* Remove in-progress wait code to sync with libpthread's behavior.davidxu2006-01-031-30/+8
* Use the correct shared-library version number (the same as the one useddfr2006-01-011-1/+1
* Document the LOGIN_SETMAC setusercontext(3) flag. While we are here, dropcsjp2005-12-301-0/+5
* Add a new extensible GSS-API layer which can support GSS-API plugins,dfr2005-12-2986-1/+10705
* Updated versions of header files generated per the instructionsdougb2005-12-296-14/+61
* gmon now supported on powerpcgrehan2005-12-291-2/+0
* The minbrk symbol is hidden the same on powerpc as other FreeBSD platforms.grehan2005-12-291-1/+1
* Add a64l(), l64a(), and l64a_r() XSI extentions. These functions converttrhodes2005-12-244-5/+290
* Add abort2 manual page.phk2005-12-232-1/+100
* Explicitely use a "signed char" instead of a "char", for those archs wherecognet2005-12-221-2/+2
* Let _mutex_cv_lock call internal functiona mutex_lock_common.davidxu2005-12-211-1/+2
* Hide umtx API symbols as well.davidxu2005-12-212-6/+9
* 1. Retire macro SCLASS, instead simply use language keyword anddavidxu2005-12-212-109/+124
OpenPOWER on IntegriCloud