| Commit message (Expand) | Author | Age | Files | Lines |
* | Add archive_entry_set_mtime() | kientzle | 2004-08-08 | 3 | -0/+11 |
* | Oops. Use "unsigned long" instead of "int" for the intermediate variables | kientzle | 2004-08-08 | 2 | -9/+7 |
* | Use 'int' for certain wide-character conversions instead of wchar_t. | kientzle | 2004-08-08 | 2 | -4/+8 |
* | The configure-built Makefile wasn't installing archive.h | kientzle | 2004-08-08 | 1 | -2/+3 |
* | If you don't need a header, don't bother including it. | kientzle | 2004-08-08 | 1 | -1/+0 |
* | Add man pages for the cimag(), conj() and creal() functions. | stefanf | 2004-08-07 | 2 | -2/+107 |
* | Don't forget to allocate space for the terminating NUL when converting to | des | 2004-08-07 | 1 | -1/+1 |
* | Split archive_{read,write}_finish into separate "close" (finish the archive | kientzle | 2004-08-07 | 6 | -22/+67 |
* | Don't forget to count the end-of-file padding as part of the finished | kientzle | 2004-08-07 | 2 | -0/+2 |
* | Having implemented read support for it, I now know how to document the | kientzle | 2004-08-07 | 1 | -3/+13 |
* | Correct an mdoc error; add a sentence about tar's ancestors "tp" and "tap." | kientzle | 2004-08-07 | 1 | -1/+6 |
* | Add a way to force 1:1 mode for libpthread. To do this, define | deischen | 2004-08-07 | 10 | -84/+82 |
* | Fix the calculation of the most negative int64_t value, which | kientzle | 2004-08-07 | 2 | -3/+3 |
* | libarchive now has two complete build systems. The usual "Makefile" | kientzle | 2004-08-07 | 11 | -506/+444 |
* | Pass the pointy hat, please: Don't blow away the high-order | kientzle | 2004-08-07 | 1 | -3/+3 |
* | Beef up the "cannot archive this" error message with the | kientzle | 2004-08-07 | 2 | -2/+4 |
* | Fix an off-by-one bug that caused the first character of the buffer to | tjr | 2004-08-06 | 1 | -2/+1 |
* | Bump the document date, since the content changed today. | roam | 2004-08-06 | 4 | -4/+4 |
* | Fix a case of _SC_CLK_TCK being misspelled as _SC_CLOCK_TCK. | roam | 2004-08-06 | 1 | -1/+1 |
* | Add the right CFLAGS to show that we have err.h, getaddrinfo and strlcpy. | harti | 2004-08-06 | 1 | -2/+2 |
* | Spell FTP correctly - in this case, it is used as the name of the protocol, | roam | 2004-08-06 | 1 | -2/+2 |
* | Cross-reference getnameinfo(3), getaddrinfo(3), getipnodebyname(3) and | roam | 2004-08-06 | 3 | -0/+4 |
* | Fix a printf("%b", ..) example. | roam | 2004-08-06 | 1 | -2/+2 |
* | Add Giorgos's description of the ftp-chroot login.conf option. | roam | 2004-08-06 | 1 | -0/+10 |
* | Join the 21st century: Cryptography is no longer an optional component | cperciva | 2004-08-06 | 7 | -10/+0 |
* | Don't use type unknown for partitions that we don't care about because | marcel | 2004-08-05 | 1 | -2/+2 |
* | Only use rfs and wfs if ARM_HARD_FLOAT is defined, and use stubs if it is not, | cognet | 2004-08-05 | 1 | -2/+7 |
* | Replace s_isnan.c and s_isnanf.c with the more compact s_isnan.c from | das | 2004-08-05 | 3 | -67/+53 |
* | Use isnormal() instead of fpclassify() to avoid dependency on libc.so.5. | das | 2004-08-05 | 2 | -6/+2 |
* | Fix Skinny and PPTP NAT'ing after the introduction of the {ip,tcp,udp}_next | marcus | 2004-08-04 | 2 | -2/+2 |
* | Move libbsnmp.so to /lib so that it is available to atmconfig. | harti | 2004-08-04 | 1 | -0/+1 |
* | Correct the names and descriptions of the man pages. | kientzle | 2004-08-04 | 1 | -1/+3 |
* | Add stubs for TLS functions. These will be replaced at runtime by the | dfr | 2004-08-03 | 2 | -3/+73 |
* | s/TMDF_DONOTRUNUSER/TMDF_SUSPEND/g | davidxu | 2004-08-03 | 7 | -11/+11 |
* | Typo in comment. | le | 2004-08-02 | 1 | -1/+1 |
* | Ignore geom_vinum providers. | le | 2004-08-02 | 1 | -0/+2 |
* | Remove an implicit int parameter by using prototypes. | stefanf | 2004-08-02 | 1 | -9/+3 |
* | Don't pass function pointers via a void * parameter. | stefanf | 2004-08-02 | 1 | -4/+4 |
* | For the "portable" distribution, the configure script will overwrite | kientzle | 2004-08-01 | 1 | -159/+1 |
* | C standard does not permit empty initializer list. | kientzle | 2004-08-01 | 1 | -6/+6 |
* | Add missing thread suspension/resumption code, fix a bug in pt_thr_sstep, | davidxu | 2004-08-01 | 1 | -11/+115 |
* | Add code to implement register structure converter. | davidxu | 2004-08-01 | 1 | -1/+56 |
* | Reflect changes in sendmail 8.13 source tree | gshapiro | 2004-08-01 | 1 | -1/+1 |
* | Expand the license referenced indirectly inline. | imp | 2004-07-31 | 2 | -6/+40 |
* | Save context in kernel fashion, so it can be restored by | davidxu | 2004-07-31 | 2 | -4/+10 |
* | Remove unused field. | davidxu | 2004-07-31 | 2 | -2/+0 |
* | Macro optimize, this increases context switch speed about 2% on my | davidxu | 2004-07-31 | 2 | -4/+4 |
* | 1. Use correct alignment mask, -15 != ~15 | davidxu | 2004-07-31 | 1 | -2/+2 |
* | Use #include <unistd.h> rather than the explicit externs in the | imp | 2004-07-31 | 1 | -2/+1 |
* | o Assertions to catch that stuff that shouldn't happen is not happening. | mtm | 2004-07-30 | 3 | -20/+19 |