aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen
Commit message (Expand)AuthorAgeFilesLines
* Merge r257633:Pawel Jakub Dawidek2013-11-062-0/+120
* Merge r256537 from head:Gleb Smirnoff2013-10-291-0/+11
* Consistently reference file descriptors as "fd". 55 other manpagesBryan Drewery2013-09-121-6/+6
* Document SIGLIBRT in signal(3); take a stab at the signal description asRobert Watson2013-09-031-0/+1
* libc: Always use our own copy of sys_errlist and sys_nerr (.so only).Jilles Tjoelker2013-08-311-0/+6
* wordexp(): Avoid leaking the pipe file descriptors to a parallel fork/exec.Jilles Tjoelker2013-08-271-4/+4
* Expand the use of stat(2) flags to allow storing some Windows/DOSKenneth D. Merry2013-08-211-2/+18
* Implement fdclosedir(3) function, which is equivalent to the closedir(3)Pawel Jakub Dawidek2013-08-183-3/+24
* Remove redundant space.Pawel Jakub Dawidek2013-08-181-1/+1
* dup3(3): Replace copyright notice.Jilles Tjoelker2013-08-181-8/+4
* libc: Access _logname_valid more efficiently.Jilles Tjoelker2013-08-171-1/+1
* Add man page dup3(3).Jilles Tjoelker2013-08-162-0/+121
* Add dup3(), based on F_DUP2FD and F_DUP2FD_CLOEXEC fcntls.Jilles Tjoelker2013-08-163-0/+61
* According to POSIX \ in the fnmatch(3) pattern should escapeAndrey A. Chernov2013-08-081-2/+0
* Remove define and documentation for vm_pageout_algorithm missed in r253587Andrey Zonov2013-07-261-4/+0
* wordexp(): Fix syntax validation for backslashes in single-quotes.Jilles Tjoelker2013-07-231-1/+2
* Fix mdoc syntax.Hiroki Sato2013-07-131-7/+7
* Add a leaf node CTL_NET.PF_ROUTE.0.AF.NET_RT_DUMP.0.FIB. This returnsHiroki Sato2013-07-121-9/+9
* libc: Access _sigintr more efficiently.Jilles Tjoelker2013-06-302-2/+2
* mdoc: convert .Fd to .In, which is much nicer.Joel Dahl2013-06-041-1/+1
* Remove the advertising clause from the Regents of the University ofEd Maste2013-05-281-5/+1
* The getcontext() from the __fillcontextx() call in theKonstantin Belousov2013-05-281-0/+1
* Update manpages for r250887.Ed Schouten2013-05-211-3/+1
* popen(): Add 'e' mode character to set close-on-exec on the new fd.Jilles Tjoelker2013-05-202-10/+27
* Typo.Sergey Kandaurov2013-05-121-1/+1
* posix_spawn_file_actions_adddup2(3): Document difference with dup2().Jilles Tjoelker2013-05-091-2/+23
* posix_spawn_file_actions_addopen(3): Correct error for bad file descriptor.Jilles Tjoelker2013-05-091-2/+2
* wordexp(): Simplify code by deferring work to sh.Jilles Tjoelker2013-05-091-13/+3
* POSIX 1003.1-2008: add ENOTRECOVERABLE, EOWNERDEAD errnos.Sergey Kandaurov2013-05-041-0/+2
* sysconf(3): Correct the description of _SC_OPEN_MAX.Jilles Tjoelker2013-04-261-2/+2
* - sl_find does not modify 'name'Eitan Adler2013-04-232-2/+2
* Switch from K&R prototypes to modern CEitan Adler2013-04-231-10/+4
* pututxline: Don't set errno=0 in subfunctions.Jilles Tjoelker2013-04-171-4/+8
* mdoc: remove superfluous paragraph macro.Joel Dahl2013-04-161-1/+0
* - Document that sem_wait() can fail with EINTR if it is interrupted by aJohn Baldwin2013-04-161-1/+9
* Spelling correctionEd Maste2013-04-111-1/+1
* wordexp(): Remove wrong IFS usage.Jilles Tjoelker2013-04-011-4/+1
* Update to the latest (un)vis(3) sources from NetBSD. This addsBrooks Davis2013-03-142-2/+18
* Link getcontextx(3) to getcontext(3).Sergey Kandaurov2013-03-131-0/+1
* Add the getcontextx prototype to SYNOPSIS.Sergey Kandaurov2013-03-131-1/+3
* Provide cap_sandboxed(3) function, which is a wrapper around cap_getmode(2)Pawel Jakub Dawidek2013-03-023-0/+122
* libc/opendir: Improve behaviour of union uniquifier:Jilles Tjoelker2013-02-241-25/+26
* Make more code be protected by internal mutex, and now it is fork-safe, inDavid Xu2013-02-171-2/+2
* Put one file per line so it is easier to read diffs against those files.Pawel Jakub Dawidek2013-02-161-125/+418
* Simplify code by using flag O_EXLOCK.David Xu2013-02-161-9/+3
* fts: Use O_DIRECTORY when opening name that might be changed by attacker.Jilles Tjoelker2013-02-101-1/+2
* Add contrib/libc-vis to the include path so we reliably pick up the rightBrooks Davis2013-01-111-0/+1
* In r244401 I accidently moved strunvis and strunvisx from version 1.0 toBrooks Davis2013-01-111-2/+2
* - Reduce buffer size from LINE_MAX to PATH_MAX, there is no point to storeXin LI2012-12-211-8/+4
* Replace our implementation of the vis(3) and unvis(3) APIs withBrooks Davis2012-12-187-1007/+65