summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Add manual pages for posix_spawn() functions.davidxu2008-07-2811-1/+1483
* Per rwatson's request:ache2008-07-251-29/+17
* Fix cut-n-paste-ojulian2008-07-251-1/+1
* Fixes based on bde's feedback.ache2008-07-221-9/+9
* 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
* 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
* - 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
* - AI_ALL and AI_V4MAPPED flags are currently not supporteddanger2008-07-011-1/+18
* - 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
* - add description of the MLINK errordanger2008-06-261-0/+3
* 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
* Enable GCC stack protection (aka Propolice) for userland:ru2008-06-251-0/+6
* Turn execvpe() into an internal libc routine.ed2008-06-236-19/+12
* Add Xr to getsockname(2)phk2008-06-201-0/+1
* 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
* 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