summaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Merge intermediate OpenBSD v1.25 changes (almost identical to ours)Andrey A. Chernov2014-06-221-18/+12
* getopt(3): recognize option:: as GNU extension for "optional options".Pedro F. Giffuni2014-06-223-8/+22
* Revert r267675:Pedro F. Giffuni2014-06-211-6/+6
* regex: Make use of reallocf().Pedro F. Giffuni2014-06-201-6/+6
* Use SOCK_CLOEXEC.Hajimu UMEMOTO2014-06-191-1/+1
* Add MAP_EXCL flag for mmap(2). It should be combined with MAP_FIXED,Konstantin Belousov2014-06-191-6/+27
* The time come to remove the wrapper, most likely, but tidy up it codeKonstantin Belousov2014-06-191-11/+6
* strptime: add support for %t and %nPedro F. Giffuni2014-06-181-38/+20
* Fix syntax error.Warren Block2014-06-181-1/+1
* Retooling addrconfig() to exclude addresses on loopback interfacesHajimu UMEMOTO2014-06-181-29/+62
* stdtime: style(9) fixes.Pedro F. Giffuni2014-06-183-184/+186
* Update license to strptime(3) implementation.Pedro F. Giffuni2014-06-161-28/+5
* iconv_open: initialise ci_ilseq_invalid field of _citrus_iconv_sharedTijl Coosemans2014-06-131-2/+3
* Replace malloc+memset with calloc.Tijl Coosemans2014-06-132-5/+2
* siglongjmp(): Preserve floating point exception flags on i386 and amd64.Jilles Tjoelker2014-06-092-2/+0
* - Return NULL and set errno to EINVAL if size is 0 (as required by POSIX).Pietro Cerutti2014-06-022-8/+18
* Minor mdoc fixBenjamin Kaduk2014-05-301-1/+1
* Fix strcasecmp_l() and strncasecmp_l() POSIX 2008 compliance.Pedro F. Giffuni2014-05-301-2/+2
* mdoc: add missing paragraph macro.Sergey Kandaurov2014-05-291-0/+1
* Emphasis on 'do not' and 'complement' in the strcspn(3)Allan Jude2014-05-271-5/+6
* Merge strcspn.3 into strspn.3 and clarify the explaination of what they doAllan Jude2014-05-253-98/+37
* Correct documentation of the limit on how much memory can be mlock()edBenjamin Kaduk2014-05-171-7/+14
* 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