| Commit message (Expand) | Author | Age | Files | Lines |
* | - Clarification on kld_file_stat.size | gjb | 2011-04-23 | 1 | -4/+4 |
* | r179417 introduced a bug into pthread_once(). Previously pthread_once() | rstone | 2011-04-20 | 1 | -0/+2 |
* | Add the posix_fallocate(2) syscall. The default implementation in | mdf | 2011-04-18 | 3 | -1/+148 |
* | getfh(2): Add xrefs for fhopen(2), open(2), stat(2). | jilles | 2011-04-14 | 1 | -1/+5 |
* | Add $FreeBSD$'s. | obrien | 2011-04-14 | 2 | -0/+4 |
* | Remove vestiges of disklabel(5). | pluknet | 2011-04-14 | 1 | -1/+0 |
* | Add support for IEE/IEC (and now also SI) power of two notions of | delphij | 2011-04-12 | 3 | -27/+89 |
* | Fix a bug in the userland rpc library, where it would use a | rmacklem | 2011-04-10 | 1 | -1/+2 |
* | Document SHA256/512 modes. | markm | 2011-04-09 | 1 | -2/+8 |
* | Add SHA256/512 ($5$ and $6$) to crypt(3). Used in linux-world, doesn't | markm | 2011-04-09 | 6 | -1/+1009 |
* | Add SHA512 (Actually, this is Colin Percival's code for SHA256, with | markm | 2011-04-09 | 7 | -165/+707 |
* | Make it possible to use permission sets (full_set, modify_set, read_set | trasz | 2011-04-09 | 1 | -1/+5 |
* | 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 |