aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Pull debug symbols in for statically linked binary.David Xu2004-08-212-0/+8
* Back out the call to _init_tls() - something is broken there and itDoug Rabson2004-08-211-2/+0
* Re-word warning about the UTF2 encoding, taking care to use the wordTim J. Robbins2004-08-211-3/+3
* Bump document date for previous.Tim J. Robbins2004-08-212-2/+2
* Re-word warning about the rune interface, taking care to use the wordTim J. Robbins2004-08-212-12/+10
* Change "deprecated" in link-time warnings about various rune functionsTim J. Robbins2004-08-214-8/+8
* Re-word compatibility section, taking care to use the word "obsolete" toTim J. Robbins2004-08-2114-54/+64
* Document when this function came into FreeBSD.David E. O'Brien2004-08-211-1/+3
* build libthr on amd64.David Xu2004-08-191-2/+1
* Adjust code to support AMD64, on AMD64, thread needs to set fsbase byDavid Xu2004-08-193-7/+31
* Add AMD64 support code.David Xu2004-08-192-0/+106
* Reword recent addition about memory moving.Alfred Perlstein2004-08-191-5/+4
* Bring ia64 back from the dead. After a call one needs to restore theMarcel Moolenaar2004-08-181-1/+1
* Clarify that realloc and reallocf may move the memory allocation.Alfred Perlstein2004-08-181-3/+7
* Always allocate a TLS area even if its empty - libpthread relies onDoug Rabson2004-08-181-7/+4
* /me kicks cvs updateTom Rhodes2004-08-171-7/+1
* Fix incorrect code in an example. The previous example would produceTom Rhodes2004-08-171-2/+8
* Fix compile, s/tp_dtv/tp_tdv/g.David Xu2004-08-167-7/+7
* Fix alpha build and add __FBSDID.Doug Rabson2004-08-161-1/+4
* Bring PPC up to date with latest TLS changes.Peter Grehan2004-08-164-6/+6
* Plug a memory leak in error case.David Xu2004-08-161-1/+3
* 1. Use libpthread's exported symbols to calcuate offset in data structureDavid Xu2004-08-163-130/+130
* 1. Add macro DTV_OFFSET to calculate dtv offset in tcb.David Xu2004-08-1618-3/+40
* Add a file to collection all symbols will be needed by debugger.David Xu2004-08-162-0/+120
* Add rtld-elf to the include path for the rtld to pthread TLS interface.Doug Rabson2004-08-151-0/+1
* Add TLS support for i386 and amd64.Doug Rabson2004-08-1520-66/+84
* Add TLS support for libthr on i386.Doug Rabson2004-08-152-74/+29
* Add support for TLS in statically linked programs.Doug Rabson2004-08-1521-8/+490
* Avoid using void pointers in additive expressions.Stefan Farfeleder2004-08-143-3/+6
* Fix outgoing ICMP on global instance.Poul-Henning Kamp2004-08-141-5/+5
* Eliminate reliance on non-portable <err.h> by implementing a veryTim Kientzle2004-08-1411-39/+104
* We don't need <paths.h>, so don't bother including it.Tim Kientzle2004-08-142-2/+1
* Avoid using void pointers in additive expressions.Stefan Farfeleder2004-08-132-2/+2
* Document the MNT_SNAPSHOT mount flag with a cross-referencePeter Pentchev2004-08-131-1/+7
* 1. Add missing functions: libthr_dbresume,libthr_dbsuspend.David Xu2004-08-131-20/+77
* Fix example.Tim J. Robbins2004-08-121-4/+5
* Implement wcwidth() as an inline function.Tim J. Robbins2004-08-121-11/+2
* As long as we have a knob to force system scope threads, why not haveDaniel Eischen2004-08-128-16/+26
* Link to the build again. The problem was that we need a newHartmut Brandt2004-08-111-3/+3
* Again something bad is happening so comment out the ATM module.Hartmut Brandt2004-08-111-3/+3
* Now, after the import of NgATM-1.1, re-enable the atm module.Hartmut Brandt2004-08-111-1/+1
* Update "documentation date" fields.Brian Feldman2004-08-101-1/+1
* Update mlock(2) manpage to cross-reference m{,un}lockall(2), removeBrian Feldman2004-08-101-1/+5
* Disable the snmp_atm module until the source gets fixed. This will unbreakScott Long2004-08-101-1/+1
* Link the snmp_atm module to the build unless NOATM is defined.Hartmut Brandt2004-08-091-1/+6
* Now that gensnmptree can read and merge more than one tree makeHartmut Brandt2004-08-091-4/+4
* A module for bsnmpd(1) that exports a MIB that contains information aboutHartmut Brandt2004-08-094-0/+478
* Turn on the magic.David E. O'Brien2004-08-091-2/+2
* Don't try to programatically support running file(1) w/in /usr/obj or otherDavid E. O'Brien2004-08-091-1/+1
* Uncomment the real paths and remove the local debugging paths.David E. O'Brien2004-08-091-2/+1