| Commit message (Expand) | Author | Age | Files | Lines |
* | - Update manual pages accordingly to r244384 and r244385. | zont | 2012-12-25 | 2 | -9/+25 |
* | - 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 |
* | Fix warning from valgrind when a failed entry is tested. | eadler | 2012-12-17 | 1 | -0/+1 |
* | libc/iconv: Fix race condition with setting FD_CLOEXEC. | jilles | 2012-12-17 | 1 | -5/+1 |
* | Eliminate redundant variable. | pjd | 2012-12-12 | 1 | -6/+3 |
* | libc: Make various internal file descriptors close-on-exec. | jilles | 2012-12-11 | 2 | -2/+2 |
* | libc: Make various internal file descriptors close-on-exec. | jilles | 2012-12-10 | 7 | -12/+12 |
* | Improve style(9) compliance of function declarations. | brooks | 2012-12-10 | 1 | -4/+12 |
* | Document that socket(2) may fail with EAFNOSUPPORT if the family cannot | kevlo | 2012-12-07 | 1 | -7/+12 |
* | libc: Use the new 'e' fopen() mode option to simplify fstab.c. | jilles | 2012-12-04 | 1 | -11/+1 |
* | Document that bind(2) can fail with EAFNOSUPPORT. | kevlo | 2012-12-04 | 1 | -0/+2 |
* | 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 |
* | The getline function returns the number of characters read, not | eadler | 2012-12-01 | 1 | -2/+2 |
* | libc: Allow setting close-on-exec in fopen/freopen/fdopen. | jilles | 2012-11-30 | 4 | -2/+33 |
* | Document that getpeername(2) and getsockname(2) can fail with EINVAL. | kevlo | 2012-11-23 | 2 | -0/+8 |
* | Cleanup the code a bit, which improves the portability. | tuexen | 2012-11-19 | 1 | -43/+42 |
* | Fix the handling of mapped IPv6 addresses in sctp_connectx(). | tuexen | 2012-11-19 | 1 | -1/+0 |
* | - the preferred way to write a NULL pointer constant is with NULL | kevlo | 2012-11-16 | 3 | -9/+6 |
* | mdoc: Use the Ev macro for environmental variables. | joel | 2012-11-16 | 1 | -3/+3 |
* | Document that rtprio(2) and rtprio_thread(2) can fail with EFAULT | kevlo | 2012-11-16 | 1 | -2/+10 |
* | Complete man page. | grog | 2012-11-16 | 1 | -11/+27 |
* | Document that sendfile(2) can fail with ENOBUFS. | kevlo | 2012-11-14 | 1 | -0/+2 |
* | Document wait6() and waitid(). | kib | 2012-11-13 | 2 | -32/+282 |
* | Implement the waitid() SUSv4 function using wait6() system call. | kib | 2012-11-13 | 6 | -1/+72 |
* | 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 |
* | Clarify that the ' flag is an apostrophe. | grog | 2012-11-08 | 1 | -1/+1 |
* | Fix errno in a couple of error cases. | tuexen | 2012-11-03 | 1 | -1/+3 |
* | fopen(3): Mention that the "x" mode option is from C11. | jilles | 2012-11-01 | 1 | -1/+5 |
* | fcntl(2): Fix typos in name of constant "F_DUP2FD_CLOEXEC". | jilles | 2012-11-01 | 1 | -2/+2 |
* | Update the kill(2) and killpg(2) man pages to the modern permission | eadler | 2012-10-22 | 2 | -16/+20 |
* | remove duplicate semicolons where possible. | eadler | 2012-10-22 | 1 | -1/+1 |
* | Grammar fixes to r241781. | andre | 2012-10-20 | 1 | -1/+1 |
* | Hide the unfortunate named sysctl kern.ipc.somaxconn from sysctl -a | andre | 2012-10-20 | 1 | -4/+18 |
* | 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 |
* | Remove undefined behavior from sranddev() and | eadler | 2012-10-09 | 2 | -4/+2 |
* | rpc: convert all uid and gid variables to u_int. | pfg | 2012-10-04 | 4 | -7/+8 |
* | rpc: convert all uid and gid variables of the type uid_t and gid_t. | pfg | 2012-10-03 | 1 | -3/+3 |
* | Optimize prev. commit for speed. | ache | 2012-10-03 | 1 | -3/+7 |
* | rpc: convert all uid and gid variables of the type uid_t and gid_t. | pfg | 2012-10-03 | 1 | -5/+5 |
* | libtirpc: be sure to free cl_netid and cl_tp | pfg | 2012-10-02 | 1 | -0/+4 |
* | Fix __rpc_getconfip | pfg | 2012-10-02 | 1 | -2/+4 |
* | RPC: Convert all uid and gid variables of the type uid_t and gid_t. | pfg | 2012-10-02 | 4 | -11/+9 |
* | Using putenv() and later direct pointer contents modification it is possibe | ache | 2012-10-02 | 1 | -1/+3 |