summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add two commands to _umtx_op system call to allow a simple mutex to beDavid Xu2008-06-243-54/+106
* Turn execvpe() into an internal libc routine.Ed Schouten2008-06-236-19/+12
* Refactor one of the ISO extraction tests: Move the referenceTim Kientzle2008-06-212-94/+76
* MfP4: Joerg Sonnenberg's extensions to the mtree support for moreTim Kientzle2008-06-211-12/+79
* A security-check failure here should be ARCHIVE_FAILED (cannot continue thisTim Kientzle2008-06-211-3/+3
* Add Xr to getsockname(2)Poul-Henning Kamp2008-06-201-0/+1
* Implement fmodl.David Schultz2008-06-195-25/+177
* Process spawn attributes in POSIX document order.David Xu2008-06-191-21/+22
* Don't export the unused __use_pts() routine.Ed Schouten2008-06-172-2/+1
* Style fix.David Xu2008-06-171-1/+2
* Change my email address to the one from the FreeBSD project.Ed Schouten2008-06-171-1/+1
* Add POSIX routines called posix_spawn() and posix_spawnp(), whichDavid Xu2008-06-175-14/+532
* Make it clearer that privilege is needed to reduce as well asTony Finch2008-06-161-1/+1
* Rework the my_mbtowc_utf8() support function to fully match the mbtowc()Tim Kientzle2008-06-151-14/+14
* Since wctomb() returns int, temporaries should be int, not size_t.Tim Kientzle2008-06-151-2/+2
* A number of minor corrections to the support for external compressionTim Kientzle2008-06-153-13/+45
* Be a little more careful about closing file descriptors that may not exist.Tim Kientzle2008-06-151-1/+2
* MfP4: test harness improvements.Tim Kientzle2008-06-156-34/+99
* Fix a bad cast.Tim Kientzle2008-06-151-1/+1
* Fix reading TOC from zip archives with unsupportedTim Kientzle2008-06-151-2/+6
* Mark hardlinks that lack any other interesting filetype informationTim Kientzle2008-06-151-0/+5
* Portability: We can get away with the older and better-supportedTim Kientzle2008-06-152-33/+24
* Portability: wchar_t is defined in stdlib.h on some systems.Tim Kientzle2008-06-151-0/+3
* archive.h is no longer constructed from archive.h.in,Tim Kientzle2008-06-153-15/+1
* Fix the new generic link resolver in libarchive to never matchTim Kientzle2008-06-152-0/+21
* Turn sgtty into a binary-only compatibility interface.Ed Schouten2008-06-144-201/+2
* Fix spelling.Andrew Thompson2008-06-131-1/+1
* Bring missing getsockopt(2) options: SO_LABEL SO_PEERLABEL SO_LISTENQLIMITWojciech A. Koszek2008-06-121-2/+29
* In the error path through base_alloc(), release base_mtx [1].Jason Evans2008-06-101-3/+7
* Don't store a pointer in "next" if we're never going to use it.Colin Percival2008-06-091-2/+2
* Make pthread_cleanup_push() and pthread_cleanup_pop() as a pair of macros,David Xu2008-06-095-26/+50
* Call the fcntl compatiblity wrapper from the thread library fcntl wrappersDoug Rabson2008-05-305-5/+10
* Eliminate global mutex by using pthread_once's state field asDavid Xu2008-05-301-33/+29
* - Reduce function call overhead for uncontended case.David Xu2008-05-293-215/+102
* Make fcntl() a weak symbol so that it can be overridden by thread libraries.Doug Rabson2008-05-271-1/+3
* Minor code hardening: Verify the final bytes of the stringTim Kientzle2008-05-271-1/+1
* Until the old archive.h.in gets renamed to archive.h in the repository,Tim Kientzle2008-05-271-0/+6
* MFp4: libarchive 2.5.4b. (Still 'b' until I get a bit moreTim Kientzle2008-05-2649-937/+3608
* Use _WANT_FILE to make struct file visible from userland. This isPawel Jakub Dawidek2008-05-261-2/+1
* Remove netatm from HEAD as it is not MPSAFE and relies on the now removedRobert Watson2008-05-259-1564/+0
* Relax the strict type check because gcc as distributed doesn't createJohn Birrell2008-05-231-1/+1
* Change the alignment of the NOTE to match what gcc does.John Birrell2008-05-231-1/+1
* Add the case for SHT_AMD64_UNWIND.John Birrell2008-05-231-0/+2
* Check that lseek(2) succeeds and puts us where we expect. [1]Colin Percival2008-05-231-3/+7
* We only use the string "?rwxrwxrwx " once, so inline it rather thanColin Percival2008-05-231-2/+1
* Hook libdwarf and libproc into the build.John Birrell2008-05-221-2/+2
* Add a BSD licensed DWARF library for use by the DTrace clients.John Birrell2008-05-2217-0/+4083
* Add the Makefile for the process library which was missed in the previousJohn Birrell2008-05-221-0/+20
* Add a process library with some stubs that the DTrace client needs.John Birrell2008-05-225-0/+473
* Use 'dowrite' as an argument name instead of too general 'write'.Pawel Jakub Dawidek2008-05-202-7/+7