summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Partial revert of r239963:pfg2012-09-241-4/+0
* Remove the restrict qualifier to match function prototype.kevlo2012-09-201-1/+1
* strsignal(): Reindent.jilles2012-09-191-21/+21
* strsignal(): Do not append signal numbers to messages for known signals.jilles2012-09-191-1/+1
* Correct double "the the"eadler2012-09-141-1/+1
* According to a clarification at http://austingroupbugs.net/view.php?id=503emaste2012-09-122-4/+3
* Avoid mapping ENOENT to ENOTDIR for non-existent path components.emaste2012-09-121-2/+0
* Describe in detail required conditions for receiving the SCM_CREDSglebius2012-09-121-4/+18
* Add the same warning to rand48(3) as to rand(3) and random(3).des2012-09-112-5/+10
* libc/amd64: Do not export .cerror.jilles2012-09-0612-88/+9
* Avoid segfault if name is invalid. Basically, onlytrhodes2012-09-061-2/+5
* libc/i386: Do not export .cerror.jilles2012-09-0511-41/+19
* When WIFCONTINUED was added, the number of "first" macros grew fromjhb2012-09-051-1/+1
* Bump dates.des2012-09-042-2/+2
* Add a prominent warning about these functions' unsuitability fordes2012-09-042-13/+17
* Rework all non-contributed files that use `struct timezone'.ed2012-09-012-2/+2
* Bring some changes from Bull's NFSv4 libtirpc implementation.pfg2012-09-019-19/+45
* Add missing .Pp macro.zeising2012-08-211-0/+1
* Remove trailing whitespace.joel2012-08-211-1/+1
* Add manual pages for clock_getcpuclockid and pthread_getcpuclockid.davidxu2012-08-212-1/+96
* Fix prototype. Also the function should return error code instead ofdavidxu2012-08-211-2/+4
* Implement syscall clock_getcpuclockid2, so we can get a clock iddavidxu2012-08-175-5/+44
* Make 'junk' volatile so that compilers won't be tempted to optimizekevlo2012-08-171-1/+1
* Merging of projects/armv6, part 2gonzo2012-08-152-0/+10
* Rename aux.c to auxv.c.ed2012-08-112-1/+1
* nftw(): POSIX says directories causing loops should be silently skipped.jilles2012-08-091-3/+2
* Refresh with OpenBSD RCS ID changes to reflect that we now have essentionallydelphij2012-08-091-7/+1
* ftw(): Do not check the maxfds argument against OPEN_MAX.jilles2012-08-091-2/+1
* nftw(): Do not check the maxfds argument against OPEN_MAX.jilles2012-08-091-2/+1
* Use calloc().delphij2012-08-011-2/+1
* Remove trailing whitespace.joel2012-07-301-1/+1
* Add more locale-specific functions to the relevant man pages and Makefile:issyl02012-07-306-14/+86
* Correct BUGS description of static buffer useemaste2012-07-271-3/+3
* Document F_DUP2FD_CLOEXEC.kib2012-07-271-4/+14
* Start manpage with Dd macro and also remove a trailing whitespacejoel2012-07-261-2/+2
* Update the 'C1x draft' reference to '.St -isoC-2011' mdoc macro.pluknet2012-07-262-2/+4
* Add a new man page containing details of new locale-specific functions forissyl02012-07-252-1/+182
* (Incomplete) fixes for symbols visibility issues and style in fcntl.h.kib2012-07-211-1/+1
* Document F_DUPFD_CLOEXEC. Also provide some wording changes forkib2012-07-191-4/+15
* Return zero from get_addrselectpolicy() when no source-address-selectionemax2012-07-181-0/+2
* libc: Remove some unused strings from getaddrinfo().jilles2012-07-151-13/+12
* Jump to the failed label instead of doing cleanup ourselves.brueffer2012-07-151-2/+1
* Move the ffclock symbols from FBSD_1.2 to FBSD_1.3 where they should have beenlstewart2012-07-101-3/+3
* Executing CPUID with EAX set to 1 to actually get feature flags.davidxu2012-07-101-1/+1
* Restore the __collate_load_error global that was accidentally removed in thetheraven2012-07-062-5/+6
* Document the behavior (from 4.4-lite) that tokens returned by telldir() arebrooks2012-07-051-2/+15
* Prefer sysctl to open/read/close for obtaining random data.pjd2012-07-041-5/+35
* The register_printf_render_std() function expects regular string.pjd2012-07-041-1/+1
* ctype_l(3): Note that not all these functions are specified by POSIX.1-2008.jilles2012-07-011-1/+14
* Optimize the handling of SC_NPROCESSORS_CONF, by using auxv AT_NCPUkib2012-06-271-0/+4
OpenPOWER on IntegriCloud