aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Invalidate the cache for the named posix semaphore when opened andKonstantin Belousov2014-05-101-29/+36
* Style.Konstantin Belousov2014-05-101-2/+2
* msync(2) must return ENOMEM and not EINVAL when the address is outside thePeter Holm2014-05-071-5/+7
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
* Revert r265367:Pedro F. Giffuni2014-05-051-1/+1
* regex: Use calloc instead of malloc.Pedro F. Giffuni2014-05-051-1/+1
* Properly free resources in case of error.Christian Brueffer2014-05-021-8/+6
* regex: Remove some unreachable breaks.Pedro F. Giffuni2014-05-012-7/+1
* citrus: Avoid invalid code points.Pedro F. Giffuni2014-05-011-2/+1
* citrus: Avoid invalid code points.Pedro F. Giffuni2014-04-291-0/+8
* Set the new floating point exception mask correctlyAndrew Turner2014-04-281-1/+1
* libc/stdio: Fail fdopen() on an execute-only fd.Jilles Tjoelker2014-04-212-3/+5
* Rename the fp{get,set}* files so they no longer conflict with the softfloatAndrew Turner2014-04-217-2/+2
* Add the deprecated fp{get,set}* functions, a few ports use them.Andrew Turner2014-04-207-0/+304
* Correct sorting.Christian Brueffer2014-04-151-1/+1
* Mention Capsicum.Christian Brueffer2014-04-151-1/+7
* realpath(): Properly fail "." or ".." components after non-directories.Jilles Tjoelker2014-04-131-20/+6
* Fix table alignment. EVFILT_PROCDESC is longer than the existing filters.Ed Schouten2014-04-071-1/+1
* Implement kqueue(2) for procdesc(4).Ed Schouten2014-04-072-2/+27
* Add support for UDP-Lite protocol (RFC 3828) to IPv4 and IPv6 stacks.Kevin Lo2014-04-071-0/+5
* Move definitions out of rpc_com so that the linker doesn't complain aboutDavid Chisnall2014-04-062-2/+5
* Accept RFC 2292 option values so that RFC 2292 compliant programs thatMarcel Moolenaar2014-04-051-6/+18
* The getlogin_basic() function can return a 0 status with a NULLMarcel Moolenaar2014-04-051-3/+8
* Convert from WITHOUT_SYSCALL_COMPAT to MK_SYSCALL_COMPAT.Warner Losh2014-04-059-9/+9
* Silence a warning with GCC that was breaking the build with Juniper's GCC.David Chisnall2014-04-053-4/+7
* Correct return type of pdfork(2).Ed Schouten2014-04-041-2/+2
* Fix the inheritance of the FBSDprivate_1.0 namespace.David Chisnall2014-04-031-1/+1
* Move _b functions into the 11.x symbol version namespace.David Chisnall2014-04-033-5/+16
* Add an extra void* cast to work around a bug in FreeBSD-gcc inheritedDavid Chisnall2014-04-031-1/+1
* Move scandir_b to a later symbol version.David Chisnall2014-04-021-1/+1
* Add support for some block functions that come from OS X. These areDavid Chisnall2014-04-0217-30/+390
* Fix an issue where the locale and rune locale could become out of sync,David Chisnall2014-04-022-9/+9
* - In the libiconv module for ISO 2022 restore the original order of theTijl Coosemans2014-04-0113-28/+25
* Use the correct variable name in the example code.Eitan Adler2014-03-301-1/+1
* Update system man pages for s/capability.h/capsicum.h/.Robert Watson2014-03-277-14/+15
* Add a new ARM TARGET_ARCH, armv6hf. This is considered experimental.Andrew Turner2014-03-232-3/+6
* Implement __flt_rounds for ARMv6 hard-float. The fpscr register stores theAndrew Turner2014-03-221-10/+14
* Remove an extra 1 in an #if lineAndrew Turner2014-03-161-1/+1
* Fix the spelling of function.Andrew Turner2014-03-162-2/+2
* Add an optimised version of the float and double helper functions. TheseAndrew Turner2014-03-166-124/+537
* Update most userspace consumers of capability.h to use capsicum.h instead.Robert Watson2014-03-161-1/+1
* To avoid missing a chance to cancel thread, call _pthread_testcancel at theDavid Xu2014-03-131-0/+1
* Make ether_line really report an error when all input is invalid.Julio Merino2014-03-121-5/+7
* Export _libc_arm_fpu_present as a private symbol to be used by otherAndrew Turner2014-03-111-0/+2
* libc man pages: Remove reference to non-existent FreeBSD SecurityEitan Adler2014-03-073-8/+0
* fts: Don't abort if an empty pathname is given.Jilles Tjoelker2014-03-061-5/+1
* Let __bt_put() accept the R_SETCURSOR flag, as stated in the dbopen(3) manpage.Jeremie Le Hen2014-03-061-1/+2
* Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP}Marcel Moolenaar2014-03-0446-138/+142
* Merge from head up to r262611.Dimitry Andric2014-02-281-1/+1
|\
| * syncer(4) is a kernel process, not a user processBenjamin Kaduk2014-02-271-1/+1