summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* strptime(3): Update manpage for %U and %W.pfg2014-10-021-10/+6
* strptime: %s format fix.pfg2014-10-021-1/+4
* strptime: fix bug introduced in r272273.pfg2014-10-011-1/+2
* Clean up detection of hard-float ABIs. As with big-endian in r272368 weandrew2014-10-012-2/+2
* Ensure that every ENTRY(foo) has a matching END(foo).bapt2014-10-0121-0/+27
* Remove MK_ARM_EABI, the armeb issues have been fixed. The code to supportandrew2014-10-014-26/+1
* Document [EPERM] for UNIX sockets.bdrewery2014-09-301-1/+3
* Add strptime(3) support for %U and %W (take 2)pfg2014-09-281-7/+119
* Revert r272122pfg2014-09-251-126/+5
* Add strptime(3) support for %U and %Wpfg2014-09-251-5/+126
* Fix incremental builds involving non-root users with read-only source files.will2014-09-181-2/+2
* Explicitly set MAP_PRIVATE to avoid [EINVAL] after r271635.bdrewery2014-09-171-2/+2
* - Remove mention of MAP_INHERIT. It hasn't been implemented for thirteenjhb2014-09-171-14/+1
* Bump .Dd for the content change done to access(2) in r271655ngie2014-09-161-1/+1
* Validate the mode argument in access, eaccess, and faccessat for optionalngie2014-09-161-1/+9
* document mqueuefs is required for mq_open...jmg2014-09-151-2/+8
* Add stricter checking of some mmap() arguments:jhb2014-09-151-1/+24
* Minor mdoc nit.joel2014-09-091-1/+0
* Add the fp{get,set}{mask,round} functions to the public symbols in the map.andrew2014-09-052-0/+14
* libc/locale: Remove a wrong comma.pfg2014-09-041-1/+1
* Always seek back to the beginning of a regular directory, even if thejhb2014-09-031-1/+1
* Add bsearch_b to the libc map and the stdlib header.pfg2014-09-011-0/+1
* In ARM asm code, ensure that every ENTRY(foo) has a matching END(foo).ian2014-08-3122-1/+36
* Fix "make checkdpadd" for lib/libc when MK_SSP != nongie2014-08-251-0/+1
* Add missing break.pfg2014-08-201-0/+1
* From https://sourceware.org/ml/newlib/2014/msg00113.htmlimp2014-08-141-2/+4
* Add support for the SCTP_PR_STREAM_STATUS and SCTP_PR_ASSOC_STATUStuexen2014-08-131-0/+6
* Fixed ENOMEM description.pluknet2014-08-131-1/+1
* Minor style tweaks.pfg2014-08-131-7/+7
* Fix broken pointer overflow check ns_name_unpack()ume2014-08-121-2/+3
* Update our stub resolver to final version of libbind.ume2014-08-1236-199/+909
* Bring the md5 functions into libc for internal use only.ume2014-08-122-0/+6
* Add support for the SCTP_AUTH_SUPPORTED and SCTP_ASCONF_SUPPORTEDtuexen2014-08-121-0/+7
* Const-ify character stringpfg2014-08-071-1/+1
* fix misordering...jmg2014-08-041-3/+3
* add xrefs for the other functions...jmg2014-08-041-1/+5
* Add support for the SCTP_RECONFIG_SUPPORTED and the correspondingtuexen2014-08-041-0/+3
* Add support for the SCTP_PKTDROP_SUPPORTED socket option andtuexen2014-08-031-0/+3
* Add SCTP socket option SCTP_NRSACK_SUPPORTED to control thetuexen2014-08-031-0/+3
* Add support for the SCTP_PR_SUPPORTED socket option as specified intuexen2014-08-021-0/+3
* Cleanup the ECN configuration handling and provide an SCTP sockettuexen2014-08-021-0/+3
* Fix the example: free the memory that was allocated by getline().n_hibma2014-07-311-0/+1
* If telldir() is called immediately after a call to seekdir(), POSIXjhb2014-07-292-28/+26
* strftime() xlocale cleanups.pfg2014-07-261-37/+46
* In the "Too many open files" edge cases don't try to preserve oldache2014-07-261-0/+8
* POSIX says that passing a location returned by telldir() to seekdir()jhb2014-07-241-0/+1
* Avoid possible cast degradation.pfg2014-07-222-2/+2
* For "a"-mode files and rewind/fseek + fwrite combination return meaningfulache2014-07-221-0/+18
* Back the whole change out until I figure out how to obtain O_APPEND,ache2014-07-221-6/+0
* Checking for __SAPP alone is not enough because it is emulated O_APPENDache2014-07-221-1/+2
OpenPOWER on IntegriCloud