summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* libarchive is mixing libmd and libcrypto -- correct to use one or the other.obrien2011-05-053-10/+24
* s/shaN_crypt/crypt_shaN/g to be a more consistent with the existing naming.obrien2011-05-054-14/+14
* Fix prototype for ffsll(3) and fls(3).delphij2011-05-031-2/+2
* Rename DEBUG macro to TFTP_DEBUG, to be more consistent withrodrigc2011-05-031-5/+5
* - Comment out unused variable.rodrigc2011-05-031-2/+2
* Add #include <netinet/in_pcb.h> for missing forward declation ofrodrigc2011-05-032-0/+2
* Switch to ANSI function prototypes in a few places.rodrigc2011-05-036-43/+22
*-. Upgrade our copy of llvm/clang to r130700, from upstream's trunk.dim2011-05-0225-36/+81
|\ \
| | * Vendor import of clang trunk r130700:dim2011-05-02306-15140/+29868
| * | Vendor import of llvm trunk r130700:dim2011-05-02541-14884/+30343
| * | Vendor import of llvm trunk r126547:dim2011-02-2696-1496/+2250
* | | Improve the accuracy from a max ULP of ~2000 to max ULP < 0.79kargl2011-04-295-98/+321
* | | Protect the reachover built symbols after the SHA256/512 crypt(3) addition.obrien2011-04-271-1/+3
* | | - Clarification on kld_file_stat.sizegjb2011-04-231-4/+4
* | | r179417 introduced a bug into pthread_once(). Previously pthread_once()rstone2011-04-201-0/+2
* | | Add the posix_fallocate(2) syscall. The default implementation inmdf2011-04-183-1/+148
* | | getfh(2): Add xrefs for fhopen(2), open(2), stat(2).jilles2011-04-141-1/+5
* | | Add $FreeBSD$'s.obrien2011-04-142-0/+4
* | | Remove vestiges of disklabel(5).pluknet2011-04-141-1/+0
* | | Add support for IEE/IEC (and now also SI) power of two notions ofdelphij2011-04-123-27/+89
* | | Fix a bug in the userland rpc library, where it would use armacklem2011-04-101-1/+2
* | | Document SHA256/512 modes.markm2011-04-091-2/+8
* | | Add SHA256/512 ($5$ and $6$) to crypt(3). Used in linux-world, doesn'tmarkm2011-04-096-1/+1009
* | | Add SHA512 (Actually, this is Colin Percival's code for SHA256, withmarkm2011-04-097-165/+707
* | | Make it possible to use permission sets (full_set, modify_set, read_settrasz2011-04-091-1/+5
* | | Allow strerror(0) and strerror_r(0, ...).jilles2011-04-053-3/+6
* | | * Add the readline(3) API to libedit. The libedit versions ofobrien2011-04-058-4/+2997
* | | Do not increment num_args if strsep(3) returned an empty field.pluknet2011-04-041-3/+4
* | | Fix mdoc errors.kib2011-04-011-3/+2
* | | Expose the rctl(2) API in libc.trasz2011-03-301-0/+5
* | | Use FD_CLOEXEC explicitly.pluknet2011-03-301-1/+1
* | | Don't calculate len too early.pjd2011-03-261-1/+1
* | | Follow style(9) in example code and handle opendir(3) error.pjd2011-03-261-4/+7
* | | Document O_CLOEXEC.kib2011-03-251-4/+16
* | | Add missing resource limits:pluknet2011-03-241-12/+14
* | | humanize_number(3) multiply the input number by 100, which could cause andelphij2011-03-231-16/+24
* | | Move the code around so that libc behaviour does not depend on a variabletrasz2011-03-221-8/+4
* | | s/buffer/buf as is used in the code.gjb2011-03-211-5/+5
* | | index(3): Mention that index/rindex are deprecated and not specified byjilles2011-03-201-1/+14
* | | When building libc with the syscall compatibility, don't also generate themarcel2011-03-171-1/+4
* | | Don't add sigwait.c to MISRCS here when sigwait.c lives under ../sys andmarcel2011-03-171-1/+1
* | | From fts.c comment:pjd2011-03-162-0/+2
* | | rfork(2): Discourage rfork_thread-like approaches.jilles2011-03-151-17/+3
* | | Take two. Add the missing file that should have been committedkargl2011-03-123-1/+159
* | | Temporary disable the building of cbrtl until Ikargl2011-03-122-2/+1
* | | Implement the long double version for the cube root function, cbrtl.kargl2011-03-126-18/+32
* | | Move cap_enter(2) and cap_getmode(2) symbols from FBSD_1.1 to FBSD_1.2.rwatson2011-03-121-2/+2
* | | Mention the name of the module in warning messages.des2011-03-121-2/+2
* | | Add "ruser" and "luser" options. The former corresponds to the currentdes2011-03-122-5/+35
* | | Now that TLS generally is available on sparc64 since r219534 turn onmarius2011-03-111-1/+1
OpenPOWER on IntegriCloud