summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* dup3(3): Replace copyright notice.jilles2013-08-181-8/+4
* Consistently use 'af' as an argument name for address family.pjd2013-08-181-2/+2
* Make example more correct (errstr is a pointer, not boolean).pjd2013-08-181-1/+1
* libc: Access _logname_valid more efficiently.jilles2013-08-173-14/+2
* Correct function name and return value.pjd2013-08-171-2/+2
* Add new mmap(2) flags to permit applications to request specific virtualjhb2013-08-161-3/+50
* pselect(2): Add xref to sigsuspend(2).jilles2013-08-161-2/+3
* Add man page dup3(3).jilles2013-08-163-1/+123
* Add dup3(), based on F_DUP2FD and F_DUP2FD_CLOEXEC fcntls.jilles2013-08-163-0/+61
* sigsuspend(2): Add xrefs to pselect(2) and sigwait-alikes.jilles2013-08-151-1/+5
* libc: Use O_CLOEXEC when writing gmon files (cc -pg).jilles2013-08-131-2/+2
* vfork(2) was listed as deprecated in 1994 (r1573) and was the falsepeter2013-08-131-19/+19
* db: Use O_CLOEXEC instead of separate fcntl() call.jilles2013-08-132-8/+3
* Expose _citrus_bcs_trunc_rws_len for libintl's use.peter2013-08-131-0/+1
* The iconv in libc did two things - implement the standard APIs, the GNUpeter2013-08-132-15/+20
* db/hash: Use O_CLOEXEC instead of separate fcntl() call.jilles2013-08-111-2/+1
* 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
OpenPOWER on IntegriCloud