summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Add mkostemp() and mkostemps().jilles2013-08-094-21/+106
* According to POSIX \ in the fnmatch(3) pattern should escapeache2013-08-081-2/+0
* Our libc iconv (unlike gnu iconv and the citrus code in NetBSD) has apeter2013-08-081-0/+13
* Revert r253748,253749avg2013-07-282-0/+2
* remove needless inclusion of machine/cpu.h in userlandavg2013-07-282-2/+0
* Remove define and documentation for vm_pageout_algorithm missed in r253587zont2013-07-261-4/+0
* Enhance the description of NOTE_TRACK:jhb2013-07-251-6/+11
* wordexp(): Fix syntax validation for backslashes in single-quotes.jilles2013-07-231-1/+2
* Document EINVAL error return from PT_LWPINFOemaste2013-07-221-1/+9
* Teach siglongjmp about the VFP version of the setjmp buffer.andrew2013-07-211-3/+5
* [fix to r253380] __setenv: be explicit about placing '=' after nameavg2013-07-171-2/+1
* libc: name passed into __setenv is not necessarily NUL-terminatedavg2013-07-161-1/+1
* Fix mdoc syntax.hrs2013-07-131-7/+7
* Typo corrected.schweikh2013-07-121-1/+1
* Prefix the alias macros for members of struct __mcontext with an underscoremarius2013-07-122-8/+8
* Add a leaf node CTL_NET.PF_ROUTE.0.AF.NET_RT_DUMP.0.FIB. This returnshrs2013-07-121-9/+9
* Fix the handling of SCTP_CURRENT_ASSOC and SCTP_ALL_ASSOC intuexen2013-07-091-0/+5
* Fix a bug where SCTP_ENABLE_STREAM_RESET is not handled bytuexen2013-07-091-0/+3
* Update references.hrs2013-07-092-12/+11
* mktemp(3): Add standards section. Prefer standard header.jilles2013-07-051-4/+29
* Style fix noted by bde@ache2013-07-041-4/+8
* After fixing ranges restore POSIX requirement: rand() call withoutache2013-07-041-1/+6
* In addition to prev. commit, for repeated rand_r(3) calls don't forgetache2013-07-031-1/+5
* 1) POSIX requires rand(3) return values to be in the [0, RAND_MAX] range,ache2013-07-031-4/+16
* Make it clear that there are three separate internal locks.peter2013-07-034-25/+28
* As a followup to r252547, propate const down the call stack.peter2013-07-034-9/+9
* Replace the #define for "iconv" so it is for the function name instead ofpeter2013-07-035-7/+9
* If strdup failed, don't try and free the wrong thing.peter2013-07-011-1/+1
* __weak_alias() doesn't exist on FreeBSD. Use __weak_reference();peter2013-07-013-11/+19
* libc: Access _sigintr more efficiently.jilles2013-06-302-2/+2
* Renumber clauses to reduce diffs to other versionsemaste2013-06-1328-28/+28
* Turn libc.so into an ld script rather than a symlink pointing to thejlh2013-06-122-0/+3
* Make recv() and send() cancellation points, as required by POSIX.jilles2013-06-092-6/+10
* Minor mdoc fixes.joel2013-06-091-3/+3
* sigaction(2): Document various non-POSIX functions as async-signal safe.jilles2013-06-081-2/+15
* Add new system call - aio_mlock(). The name speaks for itself. It allowsglebius2013-06-083-0/+135
* Finish pulling in the NetBSD setjmp/longjmp updates on ARM.andrew2013-06-074-4/+162
* Include machine/setjmp.h to get the definition of _JB_MAGIC__SETJMP. Thisandrew2013-06-071-1/+3
* Switch to 2-clause license and standard textemaste2013-06-061-11/+11
* Remove part of the NetBSD longjmp code that was not ready to be merged.andrew2013-06-051-2/+1
* Start to merge the updated ARM NetBSD setjump/longjmp functions. To beginandrew2013-06-042-75/+52
* mdoc: convert .Fd to .In, which is much nicer.joel2013-06-043-7/+7
* Add libiconv based versions of *c16*() and *c32*().ed2013-06-037-3/+314
* Switch to 2-clause licenseemaste2013-06-031-6/+0
* dup(2): Clarify return value, in particular of dup2().jilles2013-05-311-4/+5
* sigaction(2): *at system calls are async-signal safe.jilles2013-05-311-0/+14
* sigaction(2): Extend description of async-signal safe functions:jilles2013-05-311-13/+108
* fork(2): Add information about fork() in multi-threaded processes.jilles2013-05-311-0/+12
* fork(2): #include <sys/types.h> is not needed.jilles2013-05-311-2/+1
* Remove clause 3 and 4 from TNF licensesemaste2013-05-2913-91/+0
OpenPOWER on IntegriCloud