aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add the posix_fallocate(2) syscall. The default implementation inMatthew D Fleming2011-04-183-1/+148
* getfh(2): Add xrefs for fhopen(2), open(2), stat(2).Jilles Tjoelker2011-04-141-1/+5
* Add $FreeBSD$'s.David E. O'Brien2011-04-142-0/+4
* Remove vestiges of disklabel(5).Sergey Kandaurov2011-04-141-1/+0
* Add support for IEE/IEC (and now also SI) power of two notions ofXin LI2011-04-123-27/+89
* Fix a bug in the userland rpc library, where it would use aRick Macklem2011-04-101-1/+2
* Document SHA256/512 modes.Mark Murray2011-04-091-2/+8
* Add SHA256/512 ($5$ and $6$) to crypt(3). Used in linux-world, doesn'tMark Murray2011-04-096-1/+1009
* Add SHA512 (Actually, this is Colin Percival's code for SHA256, withMark Murray2011-04-097-165/+707
* Make it possible to use permission sets (full_set, modify_set, read_setEdward Tomasz Napierala2011-04-091-1/+5
* Allow strerror(0) and strerror_r(0, ...).Jilles Tjoelker2011-04-053-3/+6
* * Add the readline(3) API to libedit. The libedit versions ofDavid E. O'Brien2011-04-058-4/+2997
* Do not increment num_args if strsep(3) returned an empty field.Sergey Kandaurov2011-04-041-3/+4
* Fix mdoc errors.Konstantin Belousov2011-04-011-3/+2
* Expose the rctl(2) API in libc.Edward Tomasz Napierala2011-03-301-0/+5
* Use FD_CLOEXEC explicitly.Sergey Kandaurov2011-03-301-1/+1
* Don't calculate len too early.Pawel Jakub Dawidek2011-03-261-1/+1
* Follow style(9) in example code and handle opendir(3) error.Pawel Jakub Dawidek2011-03-261-4/+7
* Document O_CLOEXEC.Konstantin Belousov2011-03-251-4/+16
* Add missing resource limits:Sergey Kandaurov2011-03-241-12/+14
* humanize_number(3) multiply the input number by 100, which could cause anXin LI2011-03-231-16/+24
* Move the code around so that libc behaviour does not depend on a variableEdward Tomasz Napierala2011-03-221-8/+4
* s/buffer/buf as is used in the code.Glen Barber2011-03-211-5/+5
* index(3): Mention that index/rindex are deprecated and not specified byJilles Tjoelker2011-03-201-1/+14
* When building libc with the syscall compatibility, don't also generate theMarcel Moolenaar2011-03-171-1/+4
* Don't add sigwait.c to MISRCS here when sigwait.c lives under ../sys andMarcel Moolenaar2011-03-171-1/+1
* From fts.c comment:Pawel Jakub Dawidek2011-03-162-0/+2
* rfork(2): Discourage rfork_thread-like approaches.Jilles Tjoelker2011-03-151-17/+3
* Take two. Add the missing file that should have been committedSteve Kargl2011-03-123-1/+159
* Temporary disable the building of cbrtl until ISteve Kargl2011-03-122-2/+1
* Implement the long double version for the cube root function, cbrtl.Steve Kargl2011-03-126-18/+32
* Move cap_enter(2) and cap_getmode(2) symbols from FBSD_1.1 to FBSD_1.2.Robert Watson2011-03-121-2/+2
* Mention the name of the module in warning messages.Dag-Erling Smørgrav2011-03-121-2/+2
* Add "ruser" and "luser" options. The former corresponds to the currentDag-Erling Smørgrav2011-03-122-5/+35
* Now that TLS generally is available on sparc64 since r219534 turn onMarius Strobl2011-03-111-1/+1
* No newline required.Dag-Erling Smørgrav2011-03-091-2/+2
* Correct a typo in the malloc(3) manpage. Malloc options are set in theRyan Stone2011-03-071-2/+2
* Add cexp() to the complex(3) manpage. Thanks to bde for pointing outDavid Schultz2011-03-071-14/+12
* Remove part of an uncommitted change that snuck into the last commit.David Schultz2011-03-071-1/+0
* Convert log10f() to use __kernel_log(), which is more accurate and simpler.David Schultz2011-03-071-11/+19
* Convert log10() to use __kernel_log(), which is more accurate and simpler.David Schultz2011-03-071-38/+16
* Add cexp() and cexpf().David Schultz2011-03-075-2/+317
* Because we call __printf_out() with a on-stack buffer, also callPawel Jakub Dawidek2011-03-061-2/+4
* expand_number() needs uint64_t, declare it here if not already declared.Pawel Jakub Dawidek2011-03-061-0/+5
* Fix various issues in how %#T is handled:Pawel Jakub Dawidek2011-03-061-7/+11
* Mention setloginclass(2) in login_class(3).Edward Tomasz Napierala2011-03-061-2/+7
* Move getloginclass(2) and setloginclass(2) to FBSD_1.2, where they should'veEdward Tomasz Napierala2011-03-061-2/+2
* Add FBSD_1.2; syscalls added in 9-CURRENT are supposed to go there.Edward Tomasz Napierala2011-03-061-0/+3
* Add manual page for getloginclass(2) and setloginclass(2).Edward Tomasz Napierala2011-03-062-2/+100
* Add two new system calls, setloginclass(2) and getloginclass(2). This makesEdward Tomasz Napierala2011-03-053-1/+27