| Commit message (Expand) | Author | Age | Files | Lines |
* | libc: Access _sigintr more efficiently. | jilles | 2013-06-30 | 2 | -2/+2 |
* | mdoc: convert .Fd to .In, which is much nicer. | joel | 2013-06-04 | 1 | -1/+1 |
* | Remove the advertising clause from the Regents of the University of | emaste | 2013-05-28 | 1 | -5/+1 |
* | The getcontext() from the __fillcontextx() call in the | kib | 2013-05-28 | 1 | -0/+1 |
* | Update manpages for r250887. | ed | 2013-05-21 | 1 | -3/+1 |
* | popen(): Add 'e' mode character to set close-on-exec on the new fd. | jilles | 2013-05-20 | 2 | -10/+27 |
* | Typo. | pluknet | 2013-05-12 | 1 | -1/+1 |
* | posix_spawn_file_actions_adddup2(3): Document difference with dup2(). | jilles | 2013-05-09 | 1 | -2/+23 |
* | posix_spawn_file_actions_addopen(3): Correct error for bad file descriptor. | jilles | 2013-05-09 | 1 | -2/+2 |
* | wordexp(): Simplify code by deferring work to sh. | jilles | 2013-05-09 | 1 | -13/+3 |
* | POSIX 1003.1-2008: add ENOTRECOVERABLE, EOWNERDEAD errnos. | pluknet | 2013-05-04 | 1 | -0/+2 |
* | sysconf(3): Correct the description of _SC_OPEN_MAX. | jilles | 2013-04-26 | 1 | -2/+2 |
* | - sl_find does not modify 'name' | eadler | 2013-04-23 | 2 | -2/+2 |
* | Switch from K&R prototypes to modern C | eadler | 2013-04-23 | 1 | -10/+4 |
* | pututxline: Don't set errno=0 in subfunctions. | jilles | 2013-04-17 | 1 | -4/+8 |
* | mdoc: remove superfluous paragraph macro. | joel | 2013-04-16 | 1 | -1/+0 |
* | - Document that sem_wait() can fail with EINTR if it is interrupted by a | jhb | 2013-04-16 | 1 | -1/+9 |
* | Spelling correction | emaste | 2013-04-11 | 1 | -1/+1 |
* | wordexp(): Remove wrong IFS usage. | jilles | 2013-04-01 | 1 | -4/+1 |
* | Update to the latest (un)vis(3) sources from NetBSD. This adds | brooks | 2013-03-14 | 2 | -2/+18 |
* | Link getcontextx(3) to getcontext(3). | pluknet | 2013-03-13 | 1 | -0/+1 |
* | Add the getcontextx prototype to SYNOPSIS. | pluknet | 2013-03-13 | 1 | -1/+3 |
* | Provide cap_sandboxed(3) function, which is a wrapper around cap_getmode(2) | pjd | 2013-03-02 | 3 | -0/+122 |
* | libc/opendir: Improve behaviour of union uniquifier: | jilles | 2013-02-24 | 1 | -25/+26 |
* | Make more code be protected by internal mutex, and now it is fork-safe, in | davidxu | 2013-02-17 | 1 | -2/+2 |
* | Put one file per line so it is easier to read diffs against those files. | pjd | 2013-02-16 | 1 | -125/+418 |
* | Simplify code by using flag O_EXLOCK. | davidxu | 2013-02-16 | 1 | -9/+3 |
* | fts: Use O_DIRECTORY when opening name that might be changed by attacker. | jilles | 2013-02-10 | 1 | -1/+2 |
* | Add contrib/libc-vis to the include path so we reliably pick up the right | brooks | 2013-01-11 | 1 | -0/+1 |
* | In r244401 I accidently moved strunvis and strunvisx from version 1.0 to | brooks | 2013-01-11 | 1 | -2/+2 |
* | - Reduce buffer size from LINE_MAX to PATH_MAX, there is no point to store | delphij | 2012-12-21 | 1 | -8/+4 |
* | Replace our implementation of the vis(3) and unvis(3) APIs with | brooks | 2012-12-18 | 7 | -1007/+65 |
* | Eliminate redundant variable. | pjd | 2012-12-12 | 1 | -6/+3 |
* | libc: Make various internal file descriptors close-on-exec. | jilles | 2012-12-10 | 7 | -12/+12 |
* | libc: Use the new 'e' fopen() mode option to simplify fstab.c. | jilles | 2012-12-04 | 1 | -11/+1 |
* | Protect against DoS attacks, such as being described in CVE-2010-2632. | marcel | 2012-12-01 | 1 | -22/+79 |
* | In globextend(), take advantage of the fact that realloc(NULL, size) is | marcel | 2012-12-01 | 1 | -3/+2 |
* | In globextend() when the pathv vector cannot be (re-)allocated, don't | marcel | 2012-12-01 | 1 | -6/+1 |
* | mdoc: Use the Ev macro for environmental variables. | joel | 2012-11-16 | 1 | -3/+3 |
* | Complete man page. | grog | 2012-11-16 | 1 | -11/+27 |
* | Implement the waitid() SUSv4 function using wait6() system call. | kib | 2012-11-13 | 3 | -1/+67 |
* | Add an explanatory comment to lib/libc/gen/isnan.c about the fix to make | dim | 2012-11-11 | 1 | -0/+5 |
* | Only define isnan, isnanf, __isnan and __isnanf in libc.so, not in | dim | 2012-11-10 | 1 | -0/+2 |
* | Replace our version of the pwcache(3) API with NetBSD's implementation. | brooks | 2012-10-19 | 4 | -207/+8 |
* | Fix my last commit. Only call strunvis after properly checking the argument is | stefanf | 2012-10-11 | 1 | -5/+7 |
* | Decode the first two fstab fields with strunvis(3). This allows having spaces | stefanf | 2012-10-11 | 1 | -0/+5 |
* | Apply some style. Checked with md5. | stefanf | 2012-10-11 | 1 | -25/+26 |
* | libc: Use O_CLOEXEC for various internal file descriptors. | jilles | 2012-09-29 | 9 | -11/+13 |
* | libc/fts: Use O_CLOEXEC for internal file descriptors. | jilles | 2012-09-27 | 2 | -10/+14 |
* | Add the same warning to rand48(3) as to rand(3) and random(3). | des | 2012-09-11 | 1 | -4/+10 |