| Commit message (Expand) | Author | Age | Files | Lines |
* | Use correct u_int and socklen_t types for parameters if function is | kan | 2007-04-04 | 1 | -2/+3 |
* | Add include directives for string.h and stdlib.h to get proper function | kan | 2007-04-04 | 11 | -0/+12 |
* | Include string.h to get proper memcpy prototype. | kan | 2007-04-04 | 1 | -0/+1 |
* | Import amd64 assembly implementations of div(3) family from NetBSD. | jkim | 2007-04-04 | 4 | -0/+51 |
* | Parse SCHILY.dev and SCHILY.ino fields. These are ignored when extracting | cperciva | 2007-04-03 | 1 | -0/+4 |
* | Add entry for dl_iterate_phdr. | kan | 2007-04-03 | 1 | -0/+1 |
* | Add stub for dl_iterate_phdr. | kan | 2007-04-03 | 1 | -0/+10 |
* | 'ar' format support for libarchive, contributed by Kai Wang. | kientzle | 2007-04-03 | 6 | -0/+1376 |
* | Now that there is always a compression-layer skip function available, | cperciva | 2007-04-02 | 1 | -9/+3 |
* | Fix type-punned pointer, minor style fixes. | kientzle | 2007-04-02 | 1 | -6/+7 |
* | Remove unused variable; use consistent types. | kientzle | 2007-04-02 | 1 | -3/+2 |
* | Be consistent: file flags are unsigned bitmaps. | kientzle | 2007-04-02 | 1 | -1/+1 |
* | Don't compare a signed char to 0xFF. | kientzle | 2007-04-02 | 1 | -3/+3 |
* | Avoid a potential overflow when 'skip' is larger than a pointer. | kientzle | 2007-04-02 | 1 | -1/+1 |
* | Style fix: Use the correct type for 'bytes_to_write'. | kientzle | 2007-04-02 | 1 | -2/+2 |
* | Style: bare "unsigned" is deprecated, use "unsigned int" instead. | kientzle | 2007-04-02 | 2 | -8/+8 |
* | Remove some unused fields from archive_read internal structure. | kientzle | 2007-04-02 | 1 | -5/+1 |
* | Provide a dummy compression-layer skip function which just reads data and | cperciva | 2007-03-31 | 3 | -34/+44 |
* | Back out my previous commit to this area, there are differences between | trhodes | 2007-03-30 | 2 | -363/+0 |
* | Use size_t instead of unsigned for pagesize-related values, in order to | jasone | 2007-03-29 | 1 | -4/+8 |
* | Remove the run promotion/demotion machinery. Replace it with red-black | jasone | 2007-03-28 | 1 | -430/+219 |
* | Change macro in order to refer to FreeBSD 7.0 instead of 7.0BSD. | jasone | 2007-03-28 | 1 | -2/+2 |
* | Update the IMPLEMENTATION NOTES section to reflect recent malloc | jasone | 2007-03-28 | 1 | -13/+30 |
* | Remove some stray roff formatting that caused incorrect rendering. | jasone | 2007-03-28 | 1 | -1/+0 |
* | Add a HISTORY section. | jasone | 2007-03-28 | 1 | -0/+5 |
* | In account management, verify whether the account has been locked | yar | 2007-03-27 | 2 | -3/+22 |
* | Describe the contents of the "ar_name" and "ar_rawname" fields of | jkoshy | 2007-03-27 | 1 | -6/+6 |
* | Bug fixes to ar(1) archive handling: | jkoshy | 2007-03-27 | 1 | -13/+31 |
* | Clarify memory management rules for pmc_cpuinfo(). | jkoshy | 2007-03-26 | 1 | -1/+4 |
* | Document the return type of elf_rand(3) correctly. | jkoshy | 2007-03-26 | 1 | -1/+1 |
* | Fix some subtle bugs for posix_memalign() having to do with integer | jasone | 2007-03-24 | 1 | -18/+43 |
* | Notice when mkdir() fails. | kientzle | 2007-03-24 | 3 | -11/+73 |
* | Fix compile error when libbz2 is unavailable. | kientzle | 2007-03-24 | 1 | -1/+1 |
* | Fix posix_memalign() for large objects. Now that runs are extents rather | jasone | 2007-03-23 | 1 | -151/+297 |
* | Use extents rather than binary buddies to track free pages within | jasone | 2007-03-23 | 1 | -323/+332 |
* | Let people in on the magic of INET[6]_ADDRSTRLEN which comes quite handy in | mlaier | 2007-03-21 | 1 | -1/+6 |
* | Avoid using vsnprintf(3) unless MALLOC_STATS is defined, in order to | jasone | 2007-03-20 | 1 | -152/+233 |
* | Correct a typo. | jkoshy | 2007-03-19 | 1 | -3/+3 |
* | Don't forget to increment the raw_position (bytes written) counter, even | cperciva | 2007-03-17 | 1 | -0/+1 |
* | o Add ENVIRONMENT section and mention there that TMPDIR is ignored | maxim | 2007-03-16 | 1 | -1/+14 |
* | The ufs_disk_fillout(3) can take special device name (with or without /dev/ | pjd | 2007-03-16 | 1 | -7/+36 |
* | - Sysctl's move to seperate file | rrs | 2007-03-15 | 1 | -6/+11 |
* | Fix a comment in memstat.h: errors are associated with memory type lists, | rwatson | 2007-03-15 | 1 | -1/+1 |
* | When ARCHIVE_EXTRACT_UNLINK is requested: | kientzle | 2007-03-13 | 2 | -5/+11 |
* | Merge the following changes from NetBSD: | stefanf | 2007-03-11 | 4 | -16/+37 |
* | Merge the following changes from NetBSD: | stefanf | 2007-03-11 | 9 | -95/+144 |
* | Libarchive 2.0.23: | kientzle | 2007-03-11 | 7 | -157/+145 |
* | Merge changes to the NetBSD copyright (advertising clause removal). | stefanf | 2007-03-11 | 3 | -18/+6 |
* | Wordsmithery. | bms | 2007-03-09 | 1 | -1/+1 |
* | Enable ncurses wide character support | rafan | 2007-03-09 | 11 | -24/+195 |