summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Normalize the makefile.alfred2004-09-031-8/+3
* Hook libautofs to the build.alfred2004-09-031-1/+1
* Add a BUGS section and copy the wording from mmap(2)'s MAP_NOSYNC,roam2004-09-031-0/+9
* Hook autofs to the build.alfred2004-09-022-4/+7
* Septepber -> Septembertjr2004-09-011-1/+1
* Back out the previous change. glob() still does use strcmp() to ordertjr2004-09-011-4/+4
* Per Ruslan, bsd.lib.mk already has support for dynamically-generatedkientzle2004-09-011-17/+11
* Enter the autofs.alfred2004-08-314-0/+820
* Start the de-orbital burn of our previous FreeBSD version compat libsobrien2004-08-291-3/+1
* Add cross-reference to ftw(3).tjr2004-08-291-0/+1
* Remove the misleading description of the 'key' argument toroam2004-08-271-17/+1
* Cache uid-from-uname and gid-from-gname lookups during extraction.kientzle2004-08-271-17/+84
* Correct a denial-of-service vulnerability in zlib.nectar2004-08-262-0/+6
* Don't forget to va_end() the va_list we get from va_copy().des2004-08-262-0/+2
* Don't edit permissions of pre-existing directories during extract.kientzle2004-08-261-1/+1
* It is not legal to re-use a va_list variable. This causedkientzle2004-08-261-1/+4
* Add missing brackets. It was committed from wrong tree.davidxu2004-08-262-2/+2
* gcc -O2 cleanup. tested for a long time.davidxu2004-08-254-8/+8
* Make profiling actually work. The gcc compiler emits a call to themarcel2004-08-252-4/+79
* note that it is the caller's responsibility to free any buffer passedalfred2004-08-241-0/+5
* Replace the current implementations of ftw() and nftw() with the OpenBSDtjr2004-08-243-193/+208
* struct tm.tm_year is listed as 'years since 1900', and is signed. Onpeter2004-08-241-0/+3
* Make sure we allocate at least enough space for the TCB for variant I TLS.dfr2004-08-231-0/+2
* Update documentation to match reality: glob() sorts its result accordingtjr2004-08-231-4/+4
* Pull debug symbols in for statically linked binary.davidxu2004-08-212-0/+8
* Back out the call to _init_tls() - something is broken there and itdfr2004-08-211-2/+0
* Re-word warning about the UTF2 encoding, taking care to use the wordtjr2004-08-211-3/+3
* Bump document date for previous.tjr2004-08-212-2/+2
* Re-word warning about the rune interface, taking care to use the wordtjr2004-08-212-12/+10
* Change "deprecated" in link-time warnings about various rune functionstjr2004-08-214-8/+8
* Re-word compatibility section, taking care to use the word "obsolete" totjr2004-08-2114-54/+64
* Document when this function came into FreeBSD.obrien2004-08-211-1/+3
* build libthr on amd64.davidxu2004-08-191-2/+1
* Adjust code to support AMD64, on AMD64, thread needs to set fsbase bydavidxu2004-08-193-7/+31
* Add AMD64 support code.davidxu2004-08-192-0/+106
* Reword recent addition about memory moving.alfred2004-08-191-5/+4
* Bring ia64 back from the dead. After a call one needs to restore themarcel2004-08-181-1/+1
* Clarify that realloc and reallocf may move the memory allocation.alfred2004-08-181-3/+7
* Always allocate a TLS area even if its empty - libpthread relies ondfr2004-08-181-7/+4
* /me kicks cvs updatetrhodes2004-08-171-7/+1
* Fix incorrect code in an example. The previous example would producetrhodes2004-08-171-2/+8
* Fix compile, s/tp_dtv/tp_tdv/g.davidxu2004-08-167-7/+7
* Fix alpha build and add __FBSDID.dfr2004-08-161-1/+4
* Bring PPC up to date with latest TLS changes.grehan2004-08-164-6/+6
* Plug a memory leak in error case.davidxu2004-08-161-1/+3
* 1. Use libpthread's exported symbols to calcuate offset in data structuredavidxu2004-08-163-130/+130
* 1. Add macro DTV_OFFSET to calculate dtv offset in tcb.davidxu2004-08-1618-3/+40
* Add a file to collection all symbols will be needed by debugger.davidxu2004-08-162-0/+120
* Add rtld-elf to the include path for the rtld to pthread TLS interface.dfr2004-08-151-0/+1
* Add TLS support for i386 and amd64.dfr2004-08-1520-66/+84
OpenPOWER on IntegriCloud