summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert r268984:pfg2014-07-221-2/+5
* Mostly cosmetic cleanups.pfg2014-07-222-3/+3
* ftello: return 1 when seeking offset on an append stream.pfg2014-07-221-0/+2
* rewind: always clear error indicator.pfg2014-07-221-3/+2
* Fix hdestroy() compliance issue.pfg2014-07-211-1/+0
* Update license.pfg2014-07-211-7/+2
* Add re-entrant versions of the hash functions based on the GNU api.pfg2014-07-214-41/+153
* Adjust errno on failed prepwrite.pfg2014-07-203-3/+10
* Const-ify a character string.pfg2014-07-201-1/+1
* Use a correct errno in freopen.pfg2014-07-201-1/+1
* Update fflush(3) to return success on a read-only stream.pfg2014-07-201-9/+16
* Add dl_unwind_find_exidx() for ARM EABI, required for C++ exceptionian2014-07-193-1/+111
* Clean r268867.pfg2014-07-191-1/+1
* Use unsigned optlen in getsourcefilter()pfg2014-07-191-1/+2
* ttyname(3): Fix EBADF/ENOTTY error descriptions.jilles2014-07-181-5/+21
* Extend kqueue's EVFILT_TIMER by adding precision unit flags supportbapt2014-07-181-3/+20
* libc/stdlib: Minor cleanups to code originating in NetBSDpfg2014-07-153-22/+14
* Document that listen(2) can fail with EDESTADDRREQ.kevlo2014-07-151-1/+4
* libc/gen: small updates to code originating at OpenBSDpfg2014-07-152-19/+8
* Make generation of nslexer.c more robust.jmmv2014-07-141-3/+5
* strfmon: reduce unnecessary snprintf.pfg2014-07-121-5/+3
* Fix some edge cases with rewinddir():jhb2014-07-115-165/+225
OpenPOWER on IntegriCloud