summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Change /dev/urandom to /dev/random since urandom marked asache2008-07-221-1/+1
* Use arc4random_uniform(3) since modulo size is not power of 2ache2008-07-221-1/+1
* In arc4random_uniform() detect simple "power of two" case andache2008-07-221-1/+5
* Add arc4random_uniform() function (to avoid "modulo bias")ache2008-07-224-1/+58
* Increase initially dropped bytes from 512 to 768 (768 is alsoache2008-07-221-3/+3
* Add feature_present(3) to the FBSD 1.1 symbol map.jhb2008-07-211-0/+1
* 1) Use __packed attr on rdat structure to make it exact 128 bytes.ache2008-07-211-10/+17
* 1) Update copyright notice.ache2008-07-211-43/+53
* Add arc4random_buf to FBSD_1.1 spaceache2008-07-211-0/+1
* Add arc4random_buf.3 to MLINKSache2008-07-211-1/+2
* Implement arc4random_buf() functionache2008-07-212-4/+28
* 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
OpenPOWER on IntegriCloud