aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* posix_spawn: If an error is detected in the child process, reap the zombie.Jilles Tjoelker2011-07-101-1/+4
* Add a HISTORY sectionKevin Lo2011-07-101-0/+5
* - Add xdr_sizeof(3) to libcKevin Lo2011-07-094-4/+22
* Fix whitespace inconsistencies in libc in files copyrighted by me.Ed Schouten2011-06-265-8/+8
* Change sparc64 to use the initial exec TLS model, too. This avoids randomMarius Strobl2011-06-211-1/+1
* Put a quick bandaid on internal citrus locking.Alexander Kabaev2011-06-192-1/+3
* Fix clang warnings.Ben Laurie2011-06-181-3/+4
* Document the latest changes to sctp_opt_info() in the code.Michael Tuexen2011-06-181-4/+31
* Note how wait(3) is implemented.David E. O'Brien2011-06-181-0/+13
* Sync with OpenBSD, primarily make the code easier to read, and a licenseXin LI2011-06-182-68/+54
* Sync with OpenBSD (zap rcsid).Xin LI2011-06-181-7/+1
* The flags argument of mpool_get() is meaningful, document it.Xin LI2011-06-181-2/+9
* posix_spawn(3): Document r222511 (trying to close already closed fd).Jilles Tjoelker2011-06-171-9/+14
* Add SCTP_MAX_BURST support to sctp_opt_info().Michael Tuexen2011-06-171-0/+3
* Update the list of supported socket options for sctp_opt_info().Michael Tuexen2011-06-171-3/+6
* Fix two typos and remove redundant code.Michael Tuexen2011-06-161-5/+2
* * Fix the handling of addresses in sctp_sendv().Michael Tuexen2011-06-161-42/+83
* Use size of int to fetch sysctl kern.sched.cpusetsize because it hadDavid Xu2011-06-161-3/+3
* Add support for the newly added SCTP API.Michael Tuexen2011-06-151-20/+252
* mdoc: reorder sections consistentlyUlrich Spörlein2011-06-021-3/+3
* posix_spawn(): Do not fail when trying to close an fd that is not open.Jilles Tjoelker2011-05-301-5/+2
* - Move some internal functions to the private namespaceGabor Kovesdan2011-05-271-9/+12
* [mdoc] Fixed .Dt call.Ruslan Ermilov2011-05-251-1/+1
* mq_setattr(2): Add missing const to man page.Jilles Tjoelker2011-05-171-2/+2
* Disconnect sun4v architecture from the three.Attilio Rao2011-05-142-7/+0
* Update sticky(7) cross references.Sergey Kandaurov2011-05-132-4/+4
* * Update copyright notice.Michael Tuexen2011-05-051-78/+63
* Fix prototype for ffsll(3) and fls(3).Xin LI2011-05-031-2/+2
* - Clarification on kld_file_stat.sizeGlen Barber2011-04-231-4/+4
* 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
* Remove vestiges of disklabel(5).Sergey Kandaurov2011-04-141-1/+0
* Fix a bug in the userland rpc library, where it would use aRick Macklem2011-04-101-1/+2
* 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
* 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
* Move the code around so that libc behaviour does not depend on a variableEdward Tomasz Napierala2011-03-221-8/+4
* 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
* Move cap_enter(2) and cap_getmode(2) symbols from FBSD_1.1 to FBSD_1.2.Robert Watson2011-03-121-2/+2
* Now that TLS generally is available on sparc64 since r219534 turn onMarius Strobl2011-03-111-1/+1
* Correct a typo in the malloc(3) manpage. Malloc options are set in theRyan Stone2011-03-071-2/+2