| Commit message (Expand) | Author | Age | Files | Lines |
| * | posix_spawn: If an error is detected in the child process, reap the zombie. | Jilles Tjoelker | 2011-07-10 | 1 | -1/+4 |
| * | Add a HISTORY section | Kevin Lo | 2011-07-10 | 1 | -0/+5 |
| * | - Add xdr_sizeof(3) to libc | Kevin Lo | 2011-07-09 | 4 | -4/+22 |
| * | Fix whitespace inconsistencies in libc in files copyrighted by me. | Ed Schouten | 2011-06-26 | 5 | -8/+8 |
| * | Change sparc64 to use the initial exec TLS model, too. This avoids random | Marius Strobl | 2011-06-21 | 1 | -1/+1 |
| * | Put a quick bandaid on internal citrus locking. | Alexander Kabaev | 2011-06-19 | 2 | -1/+3 |
| * | Fix clang warnings. | Ben Laurie | 2011-06-18 | 1 | -3/+4 |
| * | Document the latest changes to sctp_opt_info() in the code. | Michael Tuexen | 2011-06-18 | 1 | -4/+31 |
| * | Note how wait(3) is implemented. | David E. O'Brien | 2011-06-18 | 1 | -0/+13 |
| * | Sync with OpenBSD, primarily make the code easier to read, and a license | Xin LI | 2011-06-18 | 2 | -68/+54 |
| * | Sync with OpenBSD (zap rcsid). | Xin LI | 2011-06-18 | 1 | -7/+1 |
| * | The flags argument of mpool_get() is meaningful, document it. | Xin LI | 2011-06-18 | 1 | -2/+9 |
| * | posix_spawn(3): Document r222511 (trying to close already closed fd). | Jilles Tjoelker | 2011-06-17 | 1 | -9/+14 |
| * | Add SCTP_MAX_BURST support to sctp_opt_info(). | Michael Tuexen | 2011-06-17 | 1 | -0/+3 |
| * | Update the list of supported socket options for sctp_opt_info(). | Michael Tuexen | 2011-06-17 | 1 | -3/+6 |
| * | Fix two typos and remove redundant code. | Michael Tuexen | 2011-06-16 | 1 | -5/+2 |
| * | * Fix the handling of addresses in sctp_sendv(). | Michael Tuexen | 2011-06-16 | 1 | -42/+83 |
| * | Use size of int to fetch sysctl kern.sched.cpusetsize because it had | David Xu | 2011-06-16 | 1 | -3/+3 |
| * | Add support for the newly added SCTP API. | Michael Tuexen | 2011-06-15 | 1 | -20/+252 |
| * | mdoc: reorder sections consistently | Ulrich Spörlein | 2011-06-02 | 1 | -3/+3 |
| * | posix_spawn(): Do not fail when trying to close an fd that is not open. | Jilles Tjoelker | 2011-05-30 | 1 | -5/+2 |
| * | - Move some internal functions to the private namespace | Gabor Kovesdan | 2011-05-27 | 1 | -9/+12 |
| * | [mdoc] Fixed .Dt call. | Ruslan Ermilov | 2011-05-25 | 1 | -1/+1 |
| * | mq_setattr(2): Add missing const to man page. | Jilles Tjoelker | 2011-05-17 | 1 | -2/+2 |
| * | Disconnect sun4v architecture from the three. | Attilio Rao | 2011-05-14 | 2 | -7/+0 |
| * | Update sticky(7) cross references. | Sergey Kandaurov | 2011-05-13 | 2 | -4/+4 |
| * | * Update copyright notice. | Michael Tuexen | 2011-05-05 | 1 | -78/+63 |
| * | Fix prototype for ffsll(3) and fls(3). | Xin LI | 2011-05-03 | 1 | -2/+2 |
| * | - Clarification on kld_file_stat.size | Glen Barber | 2011-04-23 | 1 | -4/+4 |
| * | Add the posix_fallocate(2) syscall. The default implementation in | Matthew D Fleming | 2011-04-18 | 3 | -1/+148 |
| * | getfh(2): Add xrefs for fhopen(2), open(2), stat(2). | Jilles Tjoelker | 2011-04-14 | 1 | -1/+5 |
| * | Remove vestiges of disklabel(5). | Sergey Kandaurov | 2011-04-14 | 1 | -1/+0 |
| * | Fix a bug in the userland rpc library, where it would use a | Rick Macklem | 2011-04-10 | 1 | -1/+2 |
| * | Make it possible to use permission sets (full_set, modify_set, read_set | Edward Tomasz Napierala | 2011-04-09 | 1 | -1/+5 |
| * | Allow strerror(0) and strerror_r(0, ...). | Jilles Tjoelker | 2011-04-05 | 3 | -3/+6 |
| * | Fix mdoc errors. | Konstantin Belousov | 2011-04-01 | 1 | -3/+2 |
| * | Expose the rctl(2) API in libc. | Edward Tomasz Napierala | 2011-03-30 | 1 | -0/+5 |
| * | Use FD_CLOEXEC explicitly. | Sergey Kandaurov | 2011-03-30 | 1 | -1/+1 |
| * | Don't calculate len too early. | Pawel Jakub Dawidek | 2011-03-26 | 1 | -1/+1 |
| * | Follow style(9) in example code and handle opendir(3) error. | Pawel Jakub Dawidek | 2011-03-26 | 1 | -4/+7 |
| * | Document O_CLOEXEC. | Konstantin Belousov | 2011-03-25 | 1 | -4/+16 |
| * | Move the code around so that libc behaviour does not depend on a variable | Edward Tomasz Napierala | 2011-03-22 | 1 | -8/+4 |
| * | index(3): Mention that index/rindex are deprecated and not specified by | Jilles Tjoelker | 2011-03-20 | 1 | -1/+14 |
| * | When building libc with the syscall compatibility, don't also generate the | Marcel Moolenaar | 2011-03-17 | 1 | -1/+4 |
| * | Don't add sigwait.c to MISRCS here when sigwait.c lives under ../sys and | Marcel Moolenaar | 2011-03-17 | 1 | -1/+1 |
| * | From fts.c comment: | Pawel Jakub Dawidek | 2011-03-16 | 2 | -0/+2 |
| * | rfork(2): Discourage rfork_thread-like approaches. | Jilles Tjoelker | 2011-03-15 | 1 | -17/+3 |
| * | Move cap_enter(2) and cap_getmode(2) symbols from FBSD_1.1 to FBSD_1.2. | Robert Watson | 2011-03-12 | 1 | -2/+2 |
| * | Now that TLS generally is available on sparc64 since r219534 turn on | Marius Strobl | 2011-03-11 | 1 | -1/+1 |
| * | Correct a typo in the malloc(3) manpage. Malloc options are set in the | Ryan Stone | 2011-03-07 | 1 | -2/+2 |