summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen
Commit message (Expand)AuthorAgeFilesLines
* mdoc: add missing paragraph macro.pluknet2014-05-291-0/+1
* Invalidate the cache for the named posix semaphore when opened andkib2014-05-101-29/+36
* Style.kib2014-05-101-2/+2
* The getlogin_basic() function can return a 0 status with a NULLmarcel2014-04-051-3/+8
* Move _b functions into the 11.x symbol version namespace.theraven2014-04-031-1/+4
* Move scandir_b to a later symbol version.theraven2014-04-021-1/+1
* Add support for some block functions that come from OS X. These aretheraven2014-04-024-1/+63
* Update system man pages for s/capability.h/capsicum.h/.rwatson2014-03-272-4/+5
* Update most userspace consumers of capability.h to use capsicum.h instead.rwatson2014-03-161-1/+1
* To avoid missing a chance to cancel thread, call _pthread_testcancel at thedavidxu2014-03-131-0/+1
* fts: Don't abort if an empty pathname is given.jilles2014-03-061-5/+1
* Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP}marcel2014-03-041-7/+7
* fts: Fix double-free with conflicting concurrent modifications.jilles2014-02-071-4/+8
* The posix_madvise(3) and posix_fadvise(2) should return error onkib2014-01-301-1/+11
* Add MLINK for fdclosedir.3 to directory.3 and sort fdopendir(3) entry.bdrewery2014-01-241-1/+2
* Update jemalloc to version 3.5.0.jasone2014-01-231-12/+12
* Add a new flag to /etc/ttys: onifconsole. This is equivalent to "on" if thenwhitehorn2014-01-201-0/+35
* fts(3): Remove stray mentions of the obsolete fts_bignum.jilles2014-01-121-9/+1
* fts: Stat things relative to the directory fd, if possible.jilles2014-01-121-12/+19
* - Add manual pages for capability rights (rights(4)), cap_rights_init(3)pjd2013-11-042-0/+120
* syslog: Use SOCK_CLOEXEC instead of separate fcntl() call.jilles2013-10-201-2/+2
* popen(): Try to prevent inappropriate fd passing even if 'e' is not used.jilles2013-10-201-13/+12
* Make getutxent(3) more robust against bad utx.log files. Whenever we readglebius2013-10-151-0/+11
* Consistently reference file descriptors as "fd". 55 other manpagesbdrewery2013-09-121-6/+6
* Document SIGLIBRT in signal(3); take a stab at the signal description asrwatson2013-09-031-0/+1
* libc: Always use our own copy of sys_errlist and sys_nerr (.so only).jilles2013-08-311-0/+6
* wordexp(): Avoid leaking the pipe file descriptors to a parallel fork/exec.jilles2013-08-271-4/+4
* Expand the use of stat(2) flags to allow storing some Windows/DOSken2013-08-211-2/+18
* Implement fdclosedir(3) function, which is equivalent to the closedir(3)pjd2013-08-183-3/+24
* Remove redundant space.pjd2013-08-181-1/+1
* dup3(3): Replace copyright notice.jilles2013-08-181-8/+4
* libc: Access _logname_valid more efficiently.jilles2013-08-171-1/+1
* Add man page dup3(3).jilles2013-08-162-0/+121
* Add dup3(), based on F_DUP2FD and F_DUP2FD_CLOEXEC fcntls.jilles2013-08-163-0/+61
* According to POSIX \ in the fnmatch(3) pattern should escapeache2013-08-081-2/+0
* Remove define and documentation for vm_pageout_algorithm missed in r253587zont2013-07-261-4/+0
* wordexp(): Fix syntax validation for backslashes in single-quotes.jilles2013-07-231-1/+2
* Fix mdoc syntax.hrs2013-07-131-7/+7
* Add a leaf node CTL_NET.PF_ROUTE.0.AF.NET_RT_DUMP.0.FIB. This returnshrs2013-07-121-9/+9
* libc: Access _sigintr more efficiently.jilles2013-06-302-2/+2
* mdoc: convert .Fd to .In, which is much nicer.joel2013-06-041-1/+1
* Remove the advertising clause from the Regents of the University ofemaste2013-05-281-5/+1
* The getcontext() from the __fillcontextx() call in thekib2013-05-281-0/+1
* Update manpages for r250887.ed2013-05-211-3/+1
* popen(): Add 'e' mode character to set close-on-exec on the new fd.jilles2013-05-202-10/+27
* Typo.pluknet2013-05-121-1/+1
* posix_spawn_file_actions_adddup2(3): Document difference with dup2().jilles2013-05-091-2/+23
* posix_spawn_file_actions_addopen(3): Correct error for bad file descriptor.jilles2013-05-091-2/+2
* wordexp(): Simplify code by deferring work to sh.jilles2013-05-091-13/+3
* POSIX 1003.1-2008: add ENOTRECOVERABLE, EOWNERDEAD errnos.pluknet2013-05-041-0/+2
OpenPOWER on IntegriCloud