| Commit message (Expand) | Author | Age | Files | Lines |
* | struct tm.tm_year is listed as 'years since 1900', and is signed. On | peter | 2004-08-24 | 1 | -0/+3 |
* | Make sure we allocate at least enough space for the TCB for variant I TLS. | dfr | 2004-08-23 | 1 | -0/+2 |
* | Update documentation to match reality: glob() sorts its result according | tjr | 2004-08-23 | 1 | -4/+4 |
* | Pull debug symbols in for statically linked binary. | davidxu | 2004-08-21 | 2 | -0/+8 |
* | Back out the call to _init_tls() - something is broken there and it | dfr | 2004-08-21 | 1 | -2/+0 |
* | Re-word warning about the UTF2 encoding, taking care to use the word | tjr | 2004-08-21 | 1 | -3/+3 |
* | Bump document date for previous. | tjr | 2004-08-21 | 2 | -2/+2 |
* | Re-word warning about the rune interface, taking care to use the word | tjr | 2004-08-21 | 2 | -12/+10 |
* | Change "deprecated" in link-time warnings about various rune functions | tjr | 2004-08-21 | 4 | -8/+8 |
* | Re-word compatibility section, taking care to use the word "obsolete" to | tjr | 2004-08-21 | 14 | -54/+64 |
* | Document when this function came into FreeBSD. | obrien | 2004-08-21 | 1 | -1/+3 |
* | build libthr on amd64. | davidxu | 2004-08-19 | 1 | -2/+1 |
* | Adjust code to support AMD64, on AMD64, thread needs to set fsbase by | davidxu | 2004-08-19 | 3 | -7/+31 |
* | Add AMD64 support code. | davidxu | 2004-08-19 | 2 | -0/+106 |
* | Reword recent addition about memory moving. | alfred | 2004-08-19 | 1 | -5/+4 |
* | Bring ia64 back from the dead. After a call one needs to restore the | marcel | 2004-08-18 | 1 | -1/+1 |
* | Clarify that realloc and reallocf may move the memory allocation. | alfred | 2004-08-18 | 1 | -3/+7 |
* | Always allocate a TLS area even if its empty - libpthread relies on | dfr | 2004-08-18 | 1 | -7/+4 |
* | /me kicks cvs update | trhodes | 2004-08-17 | 1 | -7/+1 |
* | Fix incorrect code in an example. The previous example would produce | trhodes | 2004-08-17 | 1 | -2/+8 |
* | Fix compile, s/tp_dtv/tp_tdv/g. | davidxu | 2004-08-16 | 7 | -7/+7 |
* | Fix alpha build and add __FBSDID. | dfr | 2004-08-16 | 1 | -1/+4 |
* | Bring PPC up to date with latest TLS changes. | grehan | 2004-08-16 | 4 | -6/+6 |
* | Plug a memory leak in error case. | davidxu | 2004-08-16 | 1 | -1/+3 |
* | 1. Use libpthread's exported symbols to calcuate offset in data structure | davidxu | 2004-08-16 | 3 | -130/+130 |
* | 1. Add macro DTV_OFFSET to calculate dtv offset in tcb. | davidxu | 2004-08-16 | 18 | -3/+40 |
* | Add a file to collection all symbols will be needed by debugger. | davidxu | 2004-08-16 | 2 | -0/+120 |
* | Add rtld-elf to the include path for the rtld to pthread TLS interface. | dfr | 2004-08-15 | 1 | -0/+1 |
* | Add TLS support for i386 and amd64. | dfr | 2004-08-15 | 20 | -66/+84 |
* | Add TLS support for libthr on i386. | dfr | 2004-08-15 | 2 | -74/+29 |
* | Add support for TLS in statically linked programs. | dfr | 2004-08-15 | 21 | -8/+490 |
* | Avoid using void pointers in additive expressions. | stefanf | 2004-08-14 | 3 | -3/+6 |
* | Fix outgoing ICMP on global instance. | phk | 2004-08-14 | 1 | -5/+5 |
* | Eliminate reliance on non-portable <err.h> by implementing a very | kientzle | 2004-08-14 | 11 | -39/+104 |
* | We don't need <paths.h>, so don't bother including it. | kientzle | 2004-08-14 | 2 | -2/+1 |
* | Avoid using void pointers in additive expressions. | stefanf | 2004-08-13 | 2 | -2/+2 |
* | Document the MNT_SNAPSHOT mount flag with a cross-reference | roam | 2004-08-13 | 1 | -1/+7 |
* | 1. Add missing functions: libthr_dbresume,libthr_dbsuspend. | davidxu | 2004-08-13 | 1 | -20/+77 |
* | Fix example. | tjr | 2004-08-12 | 1 | -4/+5 |
* | Implement wcwidth() as an inline function. | tjr | 2004-08-12 | 1 | -11/+2 |
* | As long as we have a knob to force system scope threads, why not have | deischen | 2004-08-12 | 8 | -16/+26 |
* | Link to the build again. The problem was that we need a new | harti | 2004-08-11 | 1 | -3/+3 |
* | Again something bad is happening so comment out the ATM module. | harti | 2004-08-11 | 1 | -3/+3 |
* | Now, after the import of NgATM-1.1, re-enable the atm module. | harti | 2004-08-11 | 1 | -1/+1 |
* | Update "documentation date" fields. | green | 2004-08-10 | 1 | -1/+1 |
* | Update mlock(2) manpage to cross-reference m{,un}lockall(2), remove | green | 2004-08-10 | 1 | -1/+5 |
* | Disable the snmp_atm module until the source gets fixed. This will unbreak | scottl | 2004-08-10 | 1 | -1/+1 |
* | Link the snmp_atm module to the build unless NOATM is defined. | harti | 2004-08-09 | 1 | -1/+6 |
* | Now that gensnmptree can read and merge more than one tree make | harti | 2004-08-09 | 1 | -4/+4 |
* | A module for bsnmpd(1) that exports a MIB that contains information about | harti | 2004-08-09 | 4 | -0/+478 |