summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen
Commit message (Expand)AuthorAgeFilesLines
* MFC 271048:jhb2014-09-081-1/+1
* MFC 268531,269079,269204:jhb2014-08-147-193/+252
* MFC 264161: Handle the fact that the getlogin_basic() function can returnmarcel2014-08-031-3/+8
* MFC r268642:pfg2014-07-212-19/+8
* MFC r268467:kib2014-07-161-3/+9
* MFC r261140:pluknet2014-06-271-1/+2
* MFC r260913,266895:nwhitehorn2014-06-081-0/+35
* MFC r265847:kib2014-05-171-29/+36
* MFC r265845:kib2014-05-171-2/+2
* MFC r262872: fts: Don't abort if an empty pathname is given.jilles2014-04-051-5/+1
* MFC r263107:davidxu2014-03-171-0/+1
* MFC r261859: fts: Fix double-free with conflicting concurrent modifications.jilles2014-03-071-4/+8
* MFC r261080:kib2014-02-061-1/+11
* Merge r257633:pjd2013-11-062-0/+120
* Merge r256537 from head:glebius2013-10-291-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
* sysconf(3): Correct the description of _SC_OPEN_MAX.jilles2013-04-261-2/+2
* - sl_find does not modify 'name'eadler2013-04-232-2/+2
* Switch from K&R prototypes to modern Ceadler2013-04-231-10/+4
* pututxline: Don't set errno=0 in subfunctions.jilles2013-04-171-4/+8
* mdoc: remove superfluous paragraph macro.joel2013-04-161-1/+0
* - Document that sem_wait() can fail with EINTR if it is interrupted by ajhb2013-04-161-1/+9
* Spelling correctionemaste2013-04-111-1/+1
* wordexp(): Remove wrong IFS usage.jilles2013-04-011-4/+1
OpenPOWER on IntegriCloud