summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Add EPERM to the ERRORS section.trhodes2008-08-041-1/+3
* Initialize "nconv" to a reasonable value in all code paths. Prior tocperciva2008-08-041-1/+3
* Set "max" to a reasonable value if BLOCKSIZE has a bogus unit. Priorcperciva2008-08-041-0/+1
* Restructure and use different variables in the tests that involvescf2008-08-031-13/+15
* Add EAGAIN to the ERRORS list, as found in kern_jail.c.trhodes2008-08-031-1/+3
* Restored from previous backing out (because that is OpenBSD way, soache2008-08-031-12/+16
* remove whitespace bug (8 spaces into one tab)remko2008-08-021-1/+1
* Teach fmtcheck() about wint_t, intmax_t, char *, intmax_t *, anddas2008-08-022-37/+99
* Detect if the application has cleared the environ variable by settingscf2008-08-021-7/+12
* Convert popen()'s `pidlist' to a SLIST, for consistency.ed2008-07-291-11/+13
* Fix a few bugs with the _gettemp() routine which implements mkstemp(),jhb2008-07-281-11/+26
* Fix the email address formats in some posix_spawn(3) manpages.ed2008-07-282-2/+2
* 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
OpenPOWER on IntegriCloud