| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Avoid segfault if name is invalid. Basically, only | trhodes | 2012-09-06 | 1 | -2/+5 |
* | Remove trailing whitespace. | joel | 2012-08-21 | 1 | -1/+1 |
* | Add manual pages for clock_getcpuclockid and pthread_getcpuclockid. | davidxu | 2012-08-21 | 2 | -1/+96 |
* | Fix prototype. Also the function should return error code instead of | davidxu | 2012-08-21 | 1 | -2/+4 |
* | Implement syscall clock_getcpuclockid2, so we can get a clock id | davidxu | 2012-08-17 | 4 | -5/+41 |
* | Rename aux.c to auxv.c. | ed | 2012-08-11 | 2 | -1/+1 |
* | nftw(): POSIX says directories causing loops should be silently skipped. | jilles | 2012-08-09 | 1 | -3/+2 |
* | Refresh with OpenBSD RCS ID changes to reflect that we now have essentionally | delphij | 2012-08-09 | 1 | -7/+1 |
* | ftw(): Do not check the maxfds argument against OPEN_MAX. | jilles | 2012-08-09 | 1 | -2/+1 |
* | nftw(): Do not check the maxfds argument against OPEN_MAX. | jilles | 2012-08-09 | 1 | -2/+1 |
* | Use calloc(). | delphij | 2012-08-01 | 1 | -2/+1 |
* | Document the behavior (from 4.4-lite) that tokens returned by telldir() are | brooks | 2012-07-05 | 1 | -2/+15 |
* | Prefer sysctl to open/read/close for obtaining random data. | pjd | 2012-07-04 | 1 | -5/+35 |
* | Optimize the handling of SC_NPROCESSORS_CONF, by using auxv AT_NCPU | kib | 2012-06-27 | 1 | -0/+4 |
* | Remove the assert added in r237286 | eadler | 2012-06-24 | 1 | -2/+0 |
* | Use struct vdso_timehands data to implement fast gettimeofday(2) and | kib | 2012-06-22 | 1 | -0/+15 |
* | Don't close an uninitialized descriptor. [1] | eadler | 2012-06-20 | 1 | -2/+6 |
* | More style. | kib | 2012-06-16 | 1 | -19/+14 |
* | Revert part of the r235740 which changed separate allocation of the | kib | 2012-06-16 | 1 | -2/+7 |
* | mandoc fixes. | joel | 2012-06-16 | 1 | -14/+5 |
* | Make sure that fstab fd is not leaked on exec. | kib | 2012-06-14 | 1 | -1/+11 |
* | mdoc: minor Bl improvements. | joel | 2012-06-02 | 1 | -1/+1 |
* | Style(9) improvements: remove unnecessary parenthesis, improve order | ghelmer | 2012-06-01 | 1 | -50/+52 |
* | Add checks for memory allocation failures in appropriate places, and | ghelmer | 2012-05-21 | 1 | -12/+27 |
* | Apply style(9) to return and switch/case statements. | ghelmer | 2012-05-21 | 1 | -19/+22 |
* | Put my name as copyright owner of lib/libc/gen/dirfd.c added in r235647. | gleb | 2012-05-19 | 1 | -7/+4 |
* | Hide DIR definition by making it an opaque struct typedef. | gleb | 2012-05-19 | 13 | -7/+127 |
* | Use the .Bx macro instead of BSD | eadler | 2012-04-26 | 1 | -1/+3 |