summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Correct return type of pdfork(2).ed2014-04-041-2/+2
* Fix the inheritance of the FBSDprivate_1.0 namespace.theraven2014-04-031-1/+1
* Move _b functions into the 11.x symbol version namespace.theraven2014-04-033-5/+16
* Add an extra void* cast to work around a bug in FreeBSD-gcc inheritedtheraven2014-04-031-1/+1
* Move scandir_b to a later symbol version.theraven2014-04-021-1/+1
* Add support for some block functions that come from OS X. These aretheraven2014-04-0217-30/+390
* Fix an issue where the locale and rune locale could become out of sync,theraven2014-04-022-9/+9
* - In the libiconv module for ISO 2022 restore the original order of thetijl2014-04-0113-28/+25
* Use the correct variable name in the example code.eadler2014-03-301-1/+1
* Update system man pages for s/capability.h/capsicum.h/.rwatson2014-03-277-14/+15
* Add a new ARM TARGET_ARCH, armv6hf. This is considered experimental.andrew2014-03-232-3/+6
* Implement __flt_rounds for ARMv6 hard-float. The fpscr register stores theandrew2014-03-221-10/+14
* Remove an extra 1 in an #if lineandrew2014-03-161-1/+1
* Fix the spelling of function.andrew2014-03-162-2/+2
* Add an optimised version of the float and double helper functions. Theseandrew2014-03-166-124/+537
* Update most userspace consumers of capability.h to use capsicum.h instead.rwatson2014-03-161-1/+1
* To avoid missing a chance to cancel thread, call _pthread_testcancel at thedavidxu2014-03-131-0/+1
* Make ether_line really report an error when all input is invalid.jmmv2014-03-121-5/+7
* Export _libc_arm_fpu_present as a private symbol to be used by otherandrew2014-03-111-0/+2
* libc man pages: Remove reference to non-existent FreeBSD Securityeadler2014-03-073-8/+0
* fts: Don't abort if an empty pathname is given.jilles2014-03-061-5/+1
* Let __bt_put() accept the R_SETCURSOR flag, as stated in the dbopen(3) manpage.jlh2014-03-061-1/+2
* Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP}marcel2014-03-0446-138/+142
* Merge from head up to r262611.dim2014-02-281-1/+1
|\
| * syncer(4) is a kernel process, not a user processbjk2014-02-271-1/+1
* | Merge from head up to r262472.dim2014-02-252-5/+4
|\ \ | |/
| * Consistently pass around context information using a simple pointer. Thistijl2014-02-242-5/+4
* | Merge from head up to r262311.dim2014-02-211-3/+3
|\ \ | |/
| * Match the correct variable to the variable description.brueffer2014-02-211-3/+3
* | In lib/libc/sparc64/sys/__sparc_utrap_setup.c, avoid an error aboutdim2014-02-201-1/+1
|/
* document _JAIL as a possible option to set a cpuset for a jail..jmg2014-02-151-1/+2
* Set errno on inet_ntop(3) failure.kevlo2014-02-071-2/+4
* fts: Fix double-free with conflicting concurrent modifications.jilles2014-02-071-4/+8
* libc/net: fix a portability issueeadler2014-02-051-1/+1
* libc/net: Fix some issues in inet6_opt_init() (from RFC 3542):eadler2014-02-041-4/+1
* Fix a typo.brueffer2014-02-031-1/+1
* The posix_madvise(3) and posix_fadvise(2) should return error onkib2014-01-304-8/+20
* mdoc: fix several uses of the Fx macro to point to actual releases.uqs2014-01-285-5/+5
* Add MLINK for fdclosedir.3 to directory.3 and sort fdopendir(3) entry.bdrewery2014-01-241-1/+2
* The posix_fallocate(2) syscall should return error number on error,kib2014-01-231-2/+2
* Update EINVAL description.pluknet2014-01-231-2/+2
* Update jemalloc to version 3.5.0.jasone2014-01-233-13/+31
* Add a new flag to /etc/ttys: onifconsole. This is equivalent to "on" if thenwhitehorn2014-01-201-0/+35
* Replace LIBGCC by LIBCOMPILER_RT.ed2014-01-181-3/+3
* libc/resolv: Use poll() instead of kqueue().jilles2014-01-142-3/+3
* ANSI-fy prototype.delphij2014-01-141-3/+1
* fts(3): Remove stray mentions of the obsolete fts_bignum.jilles2014-01-121-9/+1
* fts: Stat things relative to the directory fd, if possible.jilles2014-01-121-12/+19
* Add some missing .Nm for newer syscalls in existing man pages.jilles2014-01-113-3/+6
* Fix several bugs in sctp_bindx():tuexen2014-01-041-9/+18
OpenPOWER on IntegriCloud