| Commit message (Expand) | Author | Age | Files | Lines |
| * | If a thread was detached, return EINVAL instead, the error code | David Xu | 2006-11-28 | 3 | -3/+3 |
| * | Improve support for large ISOs: | Tim Kientzle | 2006-11-27 | 1 | -4/+25 |
| * | Bump the libarchive version number, correct the shell hackery to break | Tim Kientzle | 2006-11-26 | 1 | -5/+6 |
| * | Write-blocking cleanup, largely thanks to Colin Percival (cperciva@). | Tim Kientzle | 2006-11-26 | 10 | -34/+91 |
| * | - When building world WITHOUT_LIBPTHREAD, link libthr to libpthread. | Ruslan Ermilov | 2006-11-26 | 1 | -5/+5 |
| * | Unbreak libarchive on arm. Two parts of libarchive relied on a | Tim Kientzle | 2006-11-26 | 3 | -197/+284 |
| * | Connect four new files to the build. | Tim Kientzle | 2006-11-24 | 1 | -1/+9 |
| * | Note that, thanks to the work by Alan Cox et al, some arch'es | Yaroslav Tykhiy | 2006-11-24 | 1 | -2/+19 |
| * | Eliminate atomic operations in thread cancellation functions, it should | David Xu | 2006-11-24 | 12 | -212/+175 |
| * | - style: use `=' instead of `+=' for initial assignments. | Ruslan Ermilov | 2006-11-24 | 1 | -4/+2 |
| * | Fill in a couple of missing casts: clarify one narrowing conversion | Tim Kientzle | 2006-11-24 | 2 | -4/+4 |
| * | A few minor clarifications and corrections. | Tim Kientzle | 2006-11-24 | 1 | -4/+20 |
| * | A few minor corrections to the libarchive.3 overview page. | Tim Kientzle | 2006-11-24 | 1 | -7/+10 |
| * | Document the new _open_FILE() and _open_memory() interfaces. | Tim Kientzle | 2006-11-24 | 3 | -11/+75 |
| * | New hooks for reading/writing archives to/from a FILE * or | Tim Kientzle | 2006-11-24 | 5 | -211/+354 |
| * | Document that the data field for NOTE_EXIT holds the process exit status. | John Baldwin | 2006-11-20 | 1 | -0/+2 |
| * | Officially rename archive_{read,write}_open_file() to | Tim Kientzle | 2006-11-20 | 3 | -9/+17 |
| * | Add archive_write_open_filename()/archive_read_open_filename() as | Tim Kientzle | 2006-11-15 | 5 | -7/+40 |
| * | Style: Use the correct type for a sizeof() variable. | Tim Kientzle | 2006-11-15 | 1 | -1/+1 |
| * | Change the internal API for writing data to an entry; make the | Tim Kientzle | 2006-11-15 | 6 | -19/+28 |
| * | No change in functionality, but fill in a missing error | Tim Kientzle | 2006-11-13 | 1 | -1/+6 |
| * | Fix minor formatting issues: | Ruslan Ermilov | 2006-11-13 | 42 | -78/+79 |
| * | These files no longer use internal APIs, so no longer need to include | Tim Kientzle | 2006-11-13 | 6 | -6/+0 |
| * | Minor cleanup of the standard read/write I/O modules: | Tim Kientzle | 2006-11-13 | 6 | -116/+83 |
| * | Correctly handle writing very large blocks (>1M) through to a disk | Tim Kientzle | 2006-11-12 | 1 | -1/+3 |
| * | - Replace the use of DPSRCS with something more appropriate. DPSRCS | Joseph Koshy | 2006-11-12 | 1 | -5/+6 |
| * | MFP4: Add an implementation of the ELF(3) and GELF(3) API set. | Joseph Koshy | 2006-11-11 | 102 | -1/+14195 |
| * | Move code calculating new inherited priority into single function. | David Xu | 2006-11-11 | 1 | -30/+21 |
| * | childerr needs to be volatile so gcc won't optimize it away. | Dag-Erling Smørgrav | 2006-11-10 | 1 | -1/+2 |
| * | Portability and style fixes: | Tim Kientzle | 2006-11-10 | 34 | -214/+514 |
| * | Add an entry for PT_GETLWPLIST. | Tom Rhodes | 2006-11-09 | 1 | -1/+3 |
| * | Cleanup: we always have to use __error() now, and we shouldn't provide a | Olivier Houchard | 2006-11-09 | 2 | -58/+1 |
| * | Remove a forgotten file. | Ruslan Ermilov | 2006-11-08 | 1 | -4/+0 |
| * | Fix infinite loop in corrupt archives handling in libarchive(3). | Simon L. B. Nielsen | 2006-11-08 | 1 | -4/+16 |
| * | Instead of re-implementing hton[ls] and friends for each arch, add a new MI | Olivier Houchard | 2006-11-06 | 33 | -1230/+37 |
| * | Provide definitions suitable for arm big-endian. | Olivier Houchard | 2006-11-06 | 1 | -0/+5 |
| * | Remove sys/uio.h include -- this is no longer required by the extattr | Robert Watson | 2006-11-06 | 1 | -1/+0 |
| * | Eliminate documentation references to a non-existent function. | Tim Kientzle | 2006-11-06 | 2 | -2/+0 |
| * | Computing SHLIB_MAJOR is not a good idea. It's really a FreeBSD | Tim Kientzle | 2006-11-06 | 1 | -6/+3 |
| * | Remove an unused declaration. | Tim Kientzle | 2006-11-06 | 1 | -2/+0 |
| * | Fix a typo: "the give login class" to "the given login class." | Tom Rhodes | 2006-11-05 | 1 | -1/+1 |
| * | Document return values for res_query and res_search. | Sam Lawrance | 2006-11-04 | 2 | -3/+17 |
| * | - clock_gettime is in time.h instead of sys/time.h | Daniel Gerzo | 2006-11-04 | 1 | -3/+3 |
| * | - change ABI for user trap handler for sun4v (eventually will sync sparc64 no | Kip Macy | 2006-11-03 | 2 | -0/+7 |
| * | Replace the SEE ALSO xrefs with a more reasonable set stolen from POSIX. | Ruslan Ermilov | 2006-11-02 | 1 | -2/+7 |
| * | 2nd and final commit that moves us to CAM_NEW_TRAN_CODE | Matt Jacob | 2006-11-02 | 1 | -4/+12 |
| * | Document MNT_GJOURNAL option. | Pawel Jakub Dawidek | 2006-11-01 | 1 | -1/+4 |
| * | Implement cgwrite1(3) function which stored a given cylinder group on disk. | Pawel Jakub Dawidek | 2006-10-31 | 5 | -2/+38 |
| * | Backed out rev.1.10 (a special case for amd64). The amd64 mcount code | Bruce Evans | 2006-10-28 | 1 | -6/+0 |
| * | Add missing markup bits. | Ruslan Ermilov | 2006-10-28 | 1 | -1/+3 |