| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Add a file to collection all symbols will be needed by debugger. | David Xu | 2004-08-16 | 2 | -0/+120 |
| * | Add rtld-elf to the include path for the rtld to pthread TLS interface. | Doug Rabson | 2004-08-15 | 1 | -0/+1 |
| * | Add TLS support for i386 and amd64. | Doug Rabson | 2004-08-15 | 20 | -66/+84 |
| * | Add TLS support for libthr on i386. | Doug Rabson | 2004-08-15 | 2 | -74/+29 |
| * | Add support for TLS in statically linked programs. | Doug Rabson | 2004-08-15 | 21 | -8/+490 |
| * | Avoid using void pointers in additive expressions. | Stefan Farfeleder | 2004-08-14 | 3 | -3/+6 |
| * | Fix outgoing ICMP on global instance. | Poul-Henning Kamp | 2004-08-14 | 1 | -5/+5 |
| * | Eliminate reliance on non-portable <err.h> by implementing a very | Tim Kientzle | 2004-08-14 | 11 | -39/+104 |
| * | We don't need <paths.h>, so don't bother including it. | Tim Kientzle | 2004-08-14 | 2 | -2/+1 |
| * | Avoid using void pointers in additive expressions. | Stefan Farfeleder | 2004-08-13 | 2 | -2/+2 |
| * | Document the MNT_SNAPSHOT mount flag with a cross-reference | Peter Pentchev | 2004-08-13 | 1 | -1/+7 |
| * | 1. Add missing functions: libthr_dbresume,libthr_dbsuspend. | David Xu | 2004-08-13 | 1 | -20/+77 |
| * | Fix example. | Tim J. Robbins | 2004-08-12 | 1 | -4/+5 |
| * | Implement wcwidth() as an inline function. | Tim J. Robbins | 2004-08-12 | 1 | -11/+2 |
| * | As long as we have a knob to force system scope threads, why not have | Daniel Eischen | 2004-08-12 | 8 | -16/+26 |
| * | Link to the build again. The problem was that we need a new | Hartmut Brandt | 2004-08-11 | 1 | -3/+3 |
| * | Again something bad is happening so comment out the ATM module. | Hartmut Brandt | 2004-08-11 | 1 | -3/+3 |
| * | Now, after the import of NgATM-1.1, re-enable the atm module. | Hartmut Brandt | 2004-08-11 | 1 | -1/+1 |
| * | Update "documentation date" fields. | Brian Feldman | 2004-08-10 | 1 | -1/+1 |
| * | Update mlock(2) manpage to cross-reference m{,un}lockall(2), remove | Brian Feldman | 2004-08-10 | 1 | -1/+5 |
| * | Disable the snmp_atm module until the source gets fixed. This will unbreak | Scott Long | 2004-08-10 | 1 | -1/+1 |
| * | Link the snmp_atm module to the build unless NOATM is defined. | Hartmut Brandt | 2004-08-09 | 1 | -1/+6 |
| * | Now that gensnmptree can read and merge more than one tree make | Hartmut Brandt | 2004-08-09 | 1 | -4/+4 |
| * | A module for bsnmpd(1) that exports a MIB that contains information about | Hartmut Brandt | 2004-08-09 | 4 | -0/+478 |
| * | Turn on the magic. | David E. O'Brien | 2004-08-09 | 1 | -2/+2 |
| * | Don't try to programatically support running file(1) w/in /usr/obj or other | David E. O'Brien | 2004-08-09 | 1 | -1/+1 |
| * | Uncomment the real paths and remove the local debugging paths. | David E. O'Brien | 2004-08-09 | 1 | -2/+1 |
| * | Bmake the library containing and processing the magic. | David E. O'Brien | 2004-08-09 | 2 | -0/+274 |
| * | Check debugger suspending flag for system scope thread. | David Xu | 2004-08-08 | 2 | -6/+14 |
| * | 1.Use new way to check if a thread is in critical region, defer suspending | David Xu | 2004-08-08 | 5 | -32/+126 |
| * | Add archive_entry_set_mtime() | Tim Kientzle | 2004-08-08 | 3 | -0/+11 |
| * | Oops. Use "unsigned long" instead of "int" for the intermediate variables | Tim Kientzle | 2004-08-08 | 2 | -9/+7 |
| * | Use 'int' for certain wide-character conversions instead of wchar_t. | Tim Kientzle | 2004-08-08 | 2 | -4/+8 |
| * | The configure-built Makefile wasn't installing archive.h | Tim Kientzle | 2004-08-08 | 1 | -2/+3 |
| * | If you don't need a header, don't bother including it. | Tim Kientzle | 2004-08-08 | 1 | -1/+0 |
| * | Add man pages for the cimag(), conj() and creal() functions. | Stefan Farfeleder | 2004-08-07 | 2 | -2/+107 |
| * | Don't forget to allocate space for the terminating NUL when converting to | Dag-Erling Smørgrav | 2004-08-07 | 1 | -1/+1 |
| * | Split archive_{read,write}_finish into separate "close" (finish the archive | Tim Kientzle | 2004-08-07 | 6 | -22/+67 |
| * | Don't forget to count the end-of-file padding as part of the finished | Tim Kientzle | 2004-08-07 | 2 | -0/+2 |
| * | Having implemented read support for it, I now know how to document the | Tim Kientzle | 2004-08-07 | 1 | -3/+13 |
| * | Correct an mdoc error; add a sentence about tar's ancestors "tp" and "tap." | Tim Kientzle | 2004-08-07 | 1 | -1/+6 |
| * | Add a way to force 1:1 mode for libpthread. To do this, define | Daniel Eischen | 2004-08-07 | 10 | -84/+82 |
| * | Fix the calculation of the most negative int64_t value, which | Tim Kientzle | 2004-08-07 | 2 | -3/+3 |
| * | libarchive now has two complete build systems. The usual "Makefile" | Tim Kientzle | 2004-08-07 | 11 | -506/+444 |
| * | Pass the pointy hat, please: Don't blow away the high-order | Tim Kientzle | 2004-08-07 | 1 | -3/+3 |
| * | Beef up the "cannot archive this" error message with the | Tim Kientzle | 2004-08-07 | 2 | -2/+4 |
| * | Fix an off-by-one bug that caused the first character of the buffer to | Tim J. Robbins | 2004-08-06 | 1 | -2/+1 |
| * | Bump the document date, since the content changed today. | Peter Pentchev | 2004-08-06 | 4 | -4/+4 |
| * | Fix a case of _SC_CLK_TCK being misspelled as _SC_CLOCK_TCK. | Peter Pentchev | 2004-08-06 | 1 | -1/+1 |
| * | Add the right CFLAGS to show that we have err.h, getaddrinfo and strlcpy. | Hartmut Brandt | 2004-08-06 | 1 | -2/+2 |