| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow strerror(0) and strerror_r(0, ...). | jilles | 2011-04-05 | 3 | -3/+6 |
* | * Add the readline(3) API to libedit. The libedit versions of | obrien | 2011-04-05 | 8 | -4/+2997 |
* | Do not increment num_args if strsep(3) returned an empty field. | pluknet | 2011-04-04 | 1 | -3/+4 |
* | Fix mdoc errors. | kib | 2011-04-01 | 1 | -3/+2 |
* | Expose the rctl(2) API in libc. | trasz | 2011-03-30 | 1 | -0/+5 |
* | Use FD_CLOEXEC explicitly. | pluknet | 2011-03-30 | 1 | -1/+1 |
* | Don't calculate len too early. | pjd | 2011-03-26 | 1 | -1/+1 |
* | Follow style(9) in example code and handle opendir(3) error. | pjd | 2011-03-26 | 1 | -4/+7 |
* | Document O_CLOEXEC. | kib | 2011-03-25 | 1 | -4/+16 |
* | Add missing resource limits: | pluknet | 2011-03-24 | 1 | -12/+14 |
* | humanize_number(3) multiply the input number by 100, which could cause an | delphij | 2011-03-23 | 1 | -16/+24 |
* | Move the code around so that libc behaviour does not depend on a variable | trasz | 2011-03-22 | 1 | -8/+4 |
* | s/buffer/buf as is used in the code. | gjb | 2011-03-21 | 1 | -5/+5 |
* | index(3): Mention that index/rindex are deprecated and not specified by | jilles | 2011-03-20 | 1 | -1/+14 |
* | When building libc with the syscall compatibility, don't also generate the | marcel | 2011-03-17 | 1 | -1/+4 |
* | Don't add sigwait.c to MISRCS here when sigwait.c lives under ../sys and | marcel | 2011-03-17 | 1 | -1/+1 |
* | From fts.c comment: | pjd | 2011-03-16 | 2 | -0/+2 |
* | rfork(2): Discourage rfork_thread-like approaches. | jilles | 2011-03-15 | 1 | -17/+3 |
* | Take two. Add the missing file that should have been committed | kargl | 2011-03-12 | 3 | -1/+159 |
* | Temporary disable the building of cbrtl until I | kargl | 2011-03-12 | 2 | -2/+1 |
* | Implement the long double version for the cube root function, cbrtl. | kargl | 2011-03-12 | 6 | -18/+32 |
* | Move cap_enter(2) and cap_getmode(2) symbols from FBSD_1.1 to FBSD_1.2. | rwatson | 2011-03-12 | 1 | -2/+2 |
* | Mention the name of the module in warning messages. | des | 2011-03-12 | 1 | -2/+2 |
* | Add "ruser" and "luser" options. The former corresponds to the current | des | 2011-03-12 | 2 | -5/+35 |
* | Now that TLS generally is available on sparc64 since r219534 turn on | marius | 2011-03-11 | 1 | -1/+1 |
* | No newline required. | des | 2011-03-09 | 1 | -2/+2 |
* | Correct a typo in the malloc(3) manpage. Malloc options are set in the | rstone | 2011-03-07 | 1 | -2/+2 |
* | Add cexp() to the complex(3) manpage. Thanks to bde for pointing out | das | 2011-03-07 | 1 | -14/+12 |
* | Remove part of an uncommitted change that snuck into the last commit. | das | 2011-03-07 | 1 | -1/+0 |
* | Convert log10f() to use __kernel_log(), which is more accurate and simpler. | das | 2011-03-07 | 1 | -11/+19 |
* | Convert log10() to use __kernel_log(), which is more accurate and simpler. | das | 2011-03-07 | 1 | -38/+16 |
* | Add cexp() and cexpf(). | das | 2011-03-07 | 5 | -2/+317 |
* | Because we call __printf_out() with a on-stack buffer, also call | pjd | 2011-03-06 | 1 | -2/+4 |
* | expand_number() needs uint64_t, declare it here if not already declared. | pjd | 2011-03-06 | 1 | -0/+5 |
* | Fix various issues in how %#T is handled: | pjd | 2011-03-06 | 1 | -7/+11 |
* | Mention setloginclass(2) in login_class(3). | trasz | 2011-03-06 | 1 | -2/+7 |
* | Move getloginclass(2) and setloginclass(2) to FBSD_1.2, where they should've | trasz | 2011-03-06 | 1 | -2/+2 |
* | Add FBSD_1.2; syscalls added in 9-CURRENT are supposed to go there. | trasz | 2011-03-06 | 1 | -0/+3 |
* | Add manual page for getloginclass(2) and setloginclass(2). | trasz | 2011-03-06 | 2 | -2/+100 |
* | Add two new system calls, setloginclass(2) and getloginclass(2). This makes | trasz | 2011-03-05 | 3 | -1/+27 |
* | Make acl_strip_np(3) use new trivial ACL format for NFSv4 ACls (three | trasz | 2011-03-04 | 1 | -1/+1 |
* | Make cap_new(2) and cap_getmode(2) symbols from libc public so applications | rwatson | 2011-03-03 | 3 | -1/+105 |
* | Add description of ECAPMODE to errno(2) man page. | rwatson | 2011-03-03 | 1 | -0/+2 |
* | Add text string for ECAPMODE to libc. | rwatson | 2011-03-03 | 1 | -0/+1 |
* | Fix some duplicate-word typos in manpages. | uqs | 2011-03-02 | 1 | -1/+1 |
* | Put in a temporary workaround for ctfmerge hanging on processing | dim | 2011-03-01 | 1 | -0/+4 |
* | Remove duplicate "in". | brucec | 2011-03-01 | 2 | -2/+2 |
* | - Add missing MLINKS for libusb and some manpage fixes. | hselasky | 2011-02-28 | 2 | -3/+180 |
* | - Add support for software pre-scaling of ISOCHRONOUS transfers. | hselasky | 2011-02-28 | 6 | -22/+30 |
* | Revert some of r177626. "in in" is valid in certain sentences. | brucec | 2011-02-28 | 2 | -2/+2 |