| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Document the standardization status of err* and warn* | eadler | 2012-04-26 | 1 | -1/+11 |
* | Import jemalloc a8f8d7540d66ddee7337db80c92890916e1063ca (dev branch, | jasone | 2012-04-22 | 1 | -12/+12 |
* | Import jemalloc 9ef7f5dc34ff02f50d401e41c8d9a4a928e7c2aa (dev branch, | jasone | 2012-04-17 | 1 | -9/+14 |
* | sem_open: Make sure to fail an O_CREAT|O_EXCL open, even if that semaphore | jilles | 2012-04-09 | 1 | -4/+10 |
* | In sem_post, the field _has_waiters is no longer used, because some | davidxu | 2012-04-05 | 1 | -16/+8 |
* | Remove trailing whitespace per mdoc lint warning | eadler | 2012-03-29 | 3 | -5/+5 |
* | mdoc: terminate quoted strings. | joel | 2012-03-26 | 1 | -1/+1 |
* | Make utmpx(3) thread safe if we support TLS. | ed | 2012-03-23 | 2 | -0/+9 |
* | Fix style. Somehow I managed to lost a space when copy&paste. | pluknet | 2012-03-22 | 1 | -1/+1 |
* | Prevent fs_file NULL pointer dereference in fixfsfile() uncovered after r1.5 | pluknet | 2012-03-22 | 1 | -1/+1 |