summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* More explicit error message.des2008-06-301-1/+2
* Add missing $FreeBSD$des2008-06-301-0/+1
* - Forgot to bump a date after last changedanger2008-06-301-1/+1
* Fix a bogon in the previous commit and add some missing error checks.das2008-06-291-9/+12
* Correctly handle malloc() failure. While here, reduce the code size adas2008-06-294-103/+162
* Factor out the code that builds the argument table. We don't need separatedas2008-06-291-130/+47
* Reduce the level of duplication between vfprintf() and vfwprintf()das2008-06-295-975/+888
* Begin de-spaghettifying the code that handles positional arguments.das2008-06-292-188/+306
* Make it clearer that it is possible to disable the generation ofdas2008-06-291-4/+4
* We should also save and restore the MXCSR as on amd64, but detectingdas2008-06-282-2/+0
* Two FP-related setjmp/longjmp changes:das2008-06-282-2/+20
* Fix a typo in the cosl() prototype.das2008-06-281-2/+2
* - add description of the MLINK errordanger2008-06-261-0/+3
* Some tests won't build at WARNS level 6 due to aliasing violations.des2008-06-261-4/+4
* Add regression test for CRC32 check. The test file has been modified todes2008-06-262-5/+6
* Implement CRC32 verification. Note that you have to read until EOF todes2008-06-261-5/+12
* Allow the tests to build without libdmalloc.des2008-06-261-2/+2
* Mark the section describing return values with an appropriate section flag.danger2008-06-261-1/+1
* Gcc barfs in glob.c when run with -O3. To fix this make g_strchr() work onmtm2008-06-261-5/+5
* Split out the reference zip file for ease of maintenance.kientzle2008-06-262-19/+16
* Enable GCC stack protection (aka Propolice) for userland:ru2008-06-254-0/+12
* Add two commands to _umtx_op system call to allow a simple mutex to bedavidxu2008-06-243-54/+106
* Turn execvpe() into an internal libc routine.ed2008-06-236-19/+12
* Refactor one of the ISO extraction tests: Move the referencekientzle2008-06-212-94/+76
* MfP4: Joerg Sonnenberg's extensions to the mtree support for morekientzle2008-06-211-12/+79
* A security-check failure here should be ARCHIVE_FAILED (cannot continue thiskientzle2008-06-211-3/+3
* Add Xr to getsockname(2)phk2008-06-201-0/+1
* Implement fmodl.das2008-06-195-25/+177
* Process spawn attributes in POSIX document order.davidxu2008-06-191-21/+22
* Don't export the unused __use_pts() routine.ed2008-06-172-2/+1
* Style fix.davidxu2008-06-171-1/+2
* Change my email address to the one from the FreeBSD project.ed2008-06-171-1/+1
* 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
OpenPOWER on IntegriCloud