summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Decrease arc4_count only when needed and with proper bytes amount.ache2008-07-211-1/+2
* 1) Set stired flag after forced initialization.ache2008-07-211-1/+2
* Enhance arena_chunk_map_t to directly support run coalescing, and usejasone2008-07-181-394/+338
* Sort the .PATH entries to give a more reasonable order of precedence:das2008-07-181-4/+5
* Make it more clear what it means that SA_RESTART is set for signalsimon2008-07-171-3/+5
* Update the definition of modspecific structuredanger2008-07-151-3/+3
* The libc acl_valid(3) function validates the contents of a POSIX.1e ACL.rwatson2008-07-131-8/+2
* Update the ktr_header structure, which changed over time.remko2008-07-131-4/+4
* Put the _cpuset* symbols in FBSDprivate_1.0 instead of trying to putbrooks2008-07-111-5/+5
* Garbage collect a variable which is assigned a value once but otherwisecperciva2008-07-101-2/+0
* - Simplify the procedure of retrieving XML-data from the kernel.lulf2008-07-083-26/+65
* Add #include <inttypes.h> for the strtoimax().kib2008-07-071-0/+1
* - This code was intially obtained from NetBSD, but it's missing licencedanger2008-07-061-1/+29
* - Add description about a missing return valuedanger2008-07-061-2/+6
* - remove superfluous worddanger2008-07-061-3/+3
* libarchive in FreeBSD-CURRENT is now synched with libarchive-portable 2.5.5.kientzle2008-07-051-2/+2
* Remove a couple of capability definitions that are never used.kientzle2008-07-051-2/+0
* When ARCHIVE_EXTRACT_PERM is requested (e.g., by "tar -p"), alwayskientzle2008-07-051-5/+9
* Don't use the deprecated linux/ext2_fs.h include file.kientzle2008-07-051-3/+0
* Add $FreeBSD$ to the uuencoded test files that didn't have them already.peter2008-07-039-0/+9
* - AI_ALL and AI_V4MAPPED flags are currently not supporteddanger2008-07-011-1/+18
* Merge hexdump(9) to userland as hexdump(3) in libutil. I'm tired of doingjhb2008-07-014-3/+201
* 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
OpenPOWER on IntegriCloud