aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Line up the struct declaration (yes, I know this isn't what it looksDag-Erling Smørgrav2011-10-091-6/+6
* Document some not-so-recently added trace points.Dag-Erling Smørgrav2011-10-091-2/+7
* Fix whitespace inconsistencies found in homegrown Symbol.maps.Ed Schouten2011-10-073-13/+13
* Remove no longer needed BUGS section.Konstantin Belousov2011-10-061-9/+1
* Remove no longer valid statement about ARM.Konstantin Belousov2011-10-041-2/+2
* Reimplement ctermid().Ed Schouten2011-10-012-21/+35
* Get rid of major/minor number distinction.Ed Schouten2011-09-281-2/+3
* Fix grammar.Jens Schweikhardt2011-09-271-3/+3
* - Fix a trivial bug in iconv. When there is no space to perform theGabor Kovesdan2011-09-191-2/+1
* Clarify the behaviour of sigwait() on signal interruption, and noteKonstantin Belousov2011-08-252-2/+20
* Add experimental support for process descriptorsJonathan Anderson2011-08-184-3/+191
* Cross-reference cap_new(2) from dup(2), as they have similar functionality.Robert Watson2011-08-141-1/+7
* Fix a pathname (s,netinet/if_ether.h,net/ethernet.h,).Hiroki Sato2011-08-081-1/+1
* The result of a joint work between rrs@ and myself at the IETF:Michael Tuexen2011-08-031-0/+3
* Remove incorrect attribution.George V. Neville-Neil2011-07-211-1/+1
* Make both stpcpy and strcpy be assembly language implementationsGeorge V. Neville-Neil2011-07-213-20/+60
* Add cap_new(2) and cap_getrights(2) symbols to libc.Jonathan Anderson2011-07-203-1/+478
* Fix building of 32-bit compat libraries on amd64 with clang, and usingDimitry Andric2011-07-181-4/+0
* Document RFTSIGZMB. Fix spelling of SIGCHLD. Note that signals areKonstantin Belousov2011-07-121-2/+14
* 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-21/+253
* 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