summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add POSIX routines called posix_spawn() and posix_spawnp(), whichdavidxu2008-06-175-14/+532
* Make it clearer that privilege is needed to reduce as well asfanf2008-06-161-1/+1
* Rework the my_mbtowc_utf8() support function to fully match the mbtowc()kientzle2008-06-151-14/+14
* Since wctomb() returns int, temporaries should be int, not size_t.kientzle2008-06-151-2/+2
* A number of minor corrections to the support for external compressionkientzle2008-06-153-13/+45
* Be a little more careful about closing file descriptors that may not exist.kientzle2008-06-151-1/+2
* MfP4: test harness improvements.kientzle2008-06-156-34/+99
* Fix a bad cast.kientzle2008-06-151-1/+1
* Fix reading TOC from zip archives with unsupportedkientzle2008-06-151-2/+6
* Mark hardlinks that lack any other interesting filetype informationkientzle2008-06-151-0/+5
* Portability: We can get away with the older and better-supportedkientzle2008-06-152-33/+24
* Portability: wchar_t is defined in stdlib.h on some systems.kientzle2008-06-151-0/+3
* archive.h is no longer constructed from archive.h.in,kientzle2008-06-153-15/+1
* Fix the new generic link resolver in libarchive to never matchkientzle2008-06-152-0/+21
* Turn sgtty into a binary-only compatibility interface.ed2008-06-144-201/+2
* Fix spelling.thompsa2008-06-131-1/+1
* Bring missing getsockopt(2) options: SO_LABEL SO_PEERLABEL SO_LISTENQLIMITwkoszek2008-06-121-2/+29
* In the error path through base_alloc(), release base_mtx [1].jasone2008-06-101-3/+7
* Don't store a pointer in "next" if we're never going to use it.cperciva2008-06-091-2/+2
* Make pthread_cleanup_push() and pthread_cleanup_pop() as a pair of macros,davidxu2008-06-095-26/+50
* Call the fcntl compatiblity wrapper from the thread library fcntl wrappersdfr2008-05-305-5/+10
* Eliminate global mutex by using pthread_once's state field asdavidxu2008-05-301-33/+29
* - Reduce function call overhead for uncontended case.davidxu2008-05-293-217/+104
* Make fcntl() a weak symbol so that it can be overridden by thread libraries.dfr2008-05-271-1/+3
* Minor code hardening: Verify the final bytes of the stringkientzle2008-05-271-1/+1
* Until the old archive.h.in gets renamed to archive.h in the repository,kientzle2008-05-271-0/+6
* MFp4: libarchive 2.5.4b. (Still 'b' until I get a bit morekientzle2008-05-2649-938/+3609
* Use _WANT_FILE to make struct file visible from userland. This ispjd2008-05-261-2/+1
* Remove netatm from HEAD as it is not MPSAFE and relies on the now removedrwatson2008-05-259-1564/+0
* Relax the strict type check because gcc as distributed doesn't createjb2008-05-231-1/+1
* Change the alignment of the NOTE to match what gcc does.jb2008-05-231-1/+1
* Add the case for SHT_AMD64_UNWIND.jb2008-05-231-0/+2
* Check that lseek(2) succeeds and puts us where we expect. [1]cperciva2008-05-231-3/+7
* We only use the string "?rwxrwxrwx " once, so inline it rather thancperciva2008-05-231-2/+1
* Hook libdwarf and libproc into the build.jb2008-05-221-2/+2
* Add a BSD licensed DWARF library for use by the DTrace clients.jb2008-05-2217-0/+4083
* Add the Makefile for the process library which was missed in the previousjb2008-05-221-0/+20
* Add a process library with some stubs that the DTrace client needs.jb2008-05-225-0/+473
* Use 'dowrite' as an argument name instead of too general 'write'.pjd2008-05-202-7/+7
* Return ARCHIVE_FATAL if we can't allocate memory instead of going ahead andcperciva2008-05-191-0/+1
* Clarify that "ante meridiem" and "post meridiem" mean the same thinggrog2008-05-161-2/+2
* Add new heimdal-1.1 library.dfr2008-05-151-2/+2
* Clean up cpp logic and comments.jasone2008-05-141-8/+21
* Commit missing mips libthr support that I thought I'd committed earlierimp2008-05-112-0/+141
* Remove useless call to getdtablesize(2) in fdopen(3) and its uselessantoine2008-05-101-4/+0
* Misc mdoc improvements and a typo fix.brueffer2008-05-101-6/+10
* Add setfib.2 to the list of man pages to addjulian2008-05-091-1/+1
* setfib.2 got left out of the last commitjulian2008-05-091-0/+79
* Add code to allow the system to handle multiple routing tables.julian2008-05-092-0/+8
* - Update for ncurses 5.6-20080509rafan2008-05-091-1/+1
OpenPOWER on IntegriCloud