summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* regex(3): Add support for \< and \> word delimiterspfg2014-06-302-2/+25
* Fix build with WITHOUT_INET6.ume2014-06-261-0/+2
* - Exclude loopback address rather than loopback interface.ume2014-06-261-13/+27
* Document EINVAL as per POSIX.pluknet2014-06-262-2/+10
* Catch up with many years of changes:wollman2014-06-241-13/+50
* mdoc: remove superfluous paragraph macros.joel2014-06-231-2/+0
* Exclude IPv4 address from doing longest match.ume2014-06-231-1/+2
* use .Mt to mark up email addresses consistently (part4)bapt2014-06-2387-111/+105
* Merge intermediate OpenBSD v1.25 changes (almost identical to ours)ache2014-06-221-18/+12
* getopt(3): recognize option:: as GNU extension for "optional options".pfg2014-06-223-8/+22
* Revert r267675:pfg2014-06-211-6/+6
* regex: Make use of reallocf().pfg2014-06-201-6/+6
* Use SOCK_CLOEXEC.ume2014-06-191-1/+1
* Add MAP_EXCL flag for mmap(2). It should be combined with MAP_FIXED,kib2014-06-191-6/+27
* The time come to remove the wrapper, most likely, but tidy up it codekib2014-06-191-11/+6
* strptime: add support for %t and %npfg2014-06-181-38/+20
* Fix syntax error.wblock2014-06-181-1/+1
* Retooling addrconfig() to exclude addresses on loopback interfacesume2014-06-181-29/+62
* stdtime: style(9) fixes.pfg2014-06-183-184/+186
* Update license to strptime(3) implementation.pfg2014-06-161-28/+5
* iconv_open: initialise ci_ilseq_invalid field of _citrus_iconv_sharedtijl2014-06-131-2/+3
* Replace malloc+memset with calloc.tijl2014-06-132-5/+2
* siglongjmp(): Preserve floating point exception flags on i386 and amd64.jilles2014-06-092-2/+0
* - Return NULL and set errno to EINVAL if size is 0 (as required by POSIX).gahr2014-06-022-8/+18
* Minor mdoc fixbjk2014-05-301-1/+1
* Fix strcasecmp_l() and strncasecmp_l() POSIX 2008 compliance.pfg2014-05-301-2/+2
* mdoc: add missing paragraph macro.pluknet2014-05-291-0/+1
* Emphasis on 'do not' and 'complement' in the strcspn(3)allanjude2014-05-271-5/+6
* Merge strcspn.3 into strspn.3 and clarify the explaination of what they doallanjude2014-05-253-98/+37
* Correct documentation of the limit on how much memory can be mlock()edbjk2014-05-171-7/+14
* Invalidate the cache for the named posix semaphore when opened andkib2014-05-101-29/+36
* Style.kib2014-05-101-2/+2
* msync(2) must return ENOMEM and not EINVAL when the address is outside thepho2014-05-071-5/+7
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffimp2014-05-061-1/+1
* Revert r265367:pfg2014-05-051-1/+1
* regex: Use calloc instead of malloc.pfg2014-05-051-1/+1
* Properly free resources in case of error.brueffer2014-05-021-8/+6
* regex: Remove some unreachable breaks.pfg2014-05-012-7/+1
* citrus: Avoid invalid code points.pfg2014-05-011-2/+1
* citrus: Avoid invalid code points.pfg2014-04-291-0/+8
* Set the new floating point exception mask correctlyandrew2014-04-281-1/+1
* libc/stdio: Fail fdopen() on an execute-only fd.jilles2014-04-212-3/+5
* Rename the fp{get,set}* files so they no longer conflict with the softfloatandrew2014-04-217-2/+2
* Add the deprecated fp{get,set}* functions, a few ports use them.andrew2014-04-207-0/+304
* Correct sorting.brueffer2014-04-151-1/+1
* Mention Capsicum.brueffer2014-04-151-1/+7
* realpath(): Properly fail "." or ".." components after non-directories.jilles2014-04-131-20/+6
* Fix table alignment. EVFILT_PROCDESC is longer than the existing filters.ed2014-04-071-1/+1
* Implement kqueue(2) for procdesc(4).ed2014-04-072-2/+27
* Add support for UDP-Lite protocol (RFC 3828) to IPv4 and IPv6 stacks.kevlo2014-04-071-0/+5
OpenPOWER on IntegriCloud