summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove end of line whitespace.joel2012-06-261-1/+1
* Add more locale-specific functions to the relevant man pages andissyl02012-06-255-3/+46
* Remove the assert added in r237286eadler2012-06-241-2/+0
* Use struct vdso_timehands data to implement fast gettimeofday(2) andkib2012-06-2210-2/+374
* Add the functions documented in the man pages in commit 237393 to theissyl02012-06-211-2/+7
* Be explicit about the dependency on nsparser.h.obrien2012-06-211-1/+1
* Add more locale-specific functions to the relevant man pages:issyl02012-06-214-7/+54
* Don't close an uninitialized descriptor. [1]eadler2012-06-201-2/+6
* Further refine the implementation of POSIX_FADV_NOREUSE.jhb2012-06-191-5/+4
* libc: Reduce relative relocations in strftime().jilles2012-06-171-1/+1
* More style.kib2012-06-161-19/+14
* Revert part of the r235740 which changed separate allocation of thekib2012-06-161-2/+7
* mandoc fixes.joel2012-06-161-14/+5
* Per kib, since __flt_rounds is being added to FreeBSD 10, itkientzle2012-06-151-0/+3
* Make sure that fstab fd is not leaked on exec.kib2012-06-141-1/+11
* __flt_rounds is a public symbol (expands from the FLT_ROUNDS macro),kientzle2012-06-141-1/+1
* Switch from 4-clause to 2-clause BSD license. (OpenBSD r1.22)delphij2012-06-111-8/+1
* Fix a leak when setting the global character locale to "C" from something else.theraven2012-06-111-7/+13
* __flt_rounds was omitted from the exported symbols here.kientzle2012-06-091-0/+1
* Fix two warnings about self-assignment in libc. These normally onlydim2012-06-062-2/+2
* 1) Although unpublished version of standardache2012-06-051-17/+6
* 1) IEEE Std 1003.1-2008, "errno" section, is explicit thatache2012-06-041-6/+16
* Remove invalid remark about pipes.ed2012-06-021-2/+2
* mdoc: minor Bl improvements.joel2012-06-021-1/+1
* Style(9) improvements: remove unnecessary parenthesis, improve orderghelmer2012-06-011-50/+52
* Only set _w to 0 when the file stream is not currently reading. Withouteadler2012-05-301-1/+1
* Clarify the SEEK_HOLE description, it repositions the file pointer.kib2012-05-261-4/+4
* Doh... Don't add __eabi to an old version tag (i.e. FBSD_1.0). Add it to themarcel2012-05-251-1/+4
* Allow building for the PowerPC EABI by providing a dummy __eabi()marcel2012-05-243-1/+35
* Add two new locale-specific man pages:issyl02012-05-233-1/+157
* Update copyright date.tuexen2012-05-231-2/+3
OpenPOWER on IntegriCloud