summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen
Commit message (Expand)AuthorAgeFilesLines
* Set "max" to a reasonable value if BLOCKSIZE has a bogus unit. Priorcperciva2008-08-041-0/+1
* Restored from previous backing out (because that is OpenBSD way, soache2008-08-031-12/+16
* Teach fmtcheck() about wint_t, intmax_t, char *, intmax_t *, anddas2008-08-022-37/+99
* Convert popen()'s `pidlist' to a SLIST, for consistency.ed2008-07-291-11/+13
* 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
* 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
* 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
* Make it more clear what it means that SA_RESTART is set for signalsimon2008-07-171-3/+5
* Gcc barfs in glob.c when run with -O3. To fix this make g_strchr() work onmtm2008-06-261-5/+5
* Turn execvpe() into an internal libc routine.ed2008-06-235-19/+9
* Process spawn attributes in POSIX document order.davidxu2008-06-191-21/+22
* 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
* Do not read away the target directory entry when encountering deletedkib2008-05-053-8/+9
* o Add MIPS to the list of architectures with defined TLS_TCB_ALIGNgonzo2008-04-291-2/+2
* Implement fdopendir(3) by splitting __opendir2() into two parts, the upper partdelphij2008-04-164-6/+71
* Style fixes to opendir.c:delphij2008-04-161-6/+3
* Implement POSIX function tcgetsid() which returns session id.davidxu2008-04-154-1/+84
* Minor style(9) nit: move to using ANSI definition of functions.imp2008-04-031-19/+5
* Fix descriptions of "struct msqid_ds and "struct ipc_perm" to matchru2008-04-031-11/+11
* Document modff() and modfl(). Technically, modff() and modfl()das2008-03-292-12/+23
* Removed no longer existing CTL_MACHDEP defines.ru2008-03-261-12/+1
* Add the new kernel-mode NFS Lock Manager. To use it instead of thedfr2008-03-261-1/+1
* scandir(3) previously used st_size to obtain an initial estimatedas2008-03-161-13/+3
* Remove trailing whitespace.ru2008-03-131-1/+1
* Add missing section number.ru2008-03-131-1/+1
* In file sem_timewait.3, remove reference to SYSV semphore in SEE ALSOdavidxu2008-03-132-4/+3
* Add missing comma.davidxu2008-03-121-1/+1
* Add manual for function sem_timedwait().davidxu2008-03-122-1/+123
* stdio is currently limited to file descriptors not greater thanwollman2008-02-271-1/+19
* Our fts(3) API, as inherited from 4.4BSD, suffers from integeryar2008-01-266-93/+59
* In getttyent(3), if /etc/ttys doesn't end in a newline, don'tdas2008-01-151-1/+1
* Add a feature_present(3) function which checks to see if a named kerneljhb2008-01-103-2/+137
* Add a new file descriptor type for IPC shared memory objects and use it tojhb2008-01-083-267/+2
* Fix a typo in regards to the ENOENT error.jhb2007-12-271-1/+1
* Implementing 'fallback' nsswitch source. 'fallback' source is usedbushman2007-12-122-113/+194
OpenPOWER on IntegriCloud