summaryrefslogtreecommitdiffstats
path: root/newlib/libc
Commit message (Expand)AuthorAgeFilesLines
* Provide in_port_t via <sys/types.h>Sebastian Huber2016-04-191-0/+5
* Provide in_addr_t via <sys/types.h>Sebastian Huber2016-04-191-0/+5
* Introduce __sa_family_t for BSD compatibiliySebastian Huber2016-04-191-0/+4
* Introduce __socklen_t for BSD compatibilitySebastian Huber2016-04-191-0/+4
* BSD compatibility for <machine/endian.h>Sebastian Huber2016-04-193-19/+102
* Fix definition of __size_tSebastian Huber2016-04-181-2/+2
* libc/sys/rtems/crt0.c: Add <sys/lock.h> symbols required to link autoconf probesJoel Sherrill2016-04-151-1/+32
* Provide FNONBLOCK for BSD compatiblitySebastian Huber2016-04-151-0/+4
* Provide __size_t via <sys/_types.h>Sebastian Huber2016-04-152-2/+17
* Include <machine/endian.h> in <sys/types.h>Sebastian Huber2016-04-151-0/+1
* Add __va_list to <sys/_types.h>Sebastian Huber2016-04-151-0/+6
* Add BSD guards for fixed-size integer typesChristian Mauderer2016-04-151-4/+35
* Add BSD guard for useconds_tSebastian Huber2016-04-152-1/+5
* Add BSD guard for nlink_tSebastian Huber2016-04-152-1/+5
* Provide POSIX defined fsblkcnt_t and fsfilcnt_tSebastian Huber2016-04-152-0/+14
* Provide POSIX defined blksize_t in <sys/types.h>Sebastian Huber2016-04-154-3/+13
* Provide POSIX defined blkcnt_t in <sys/types.h>Sebastian Huber2016-04-154-2/+13
* Add BSD guard for timer_tSebastian Huber2016-04-152-4/+6
* Add BSD guard for clockid_tSebastian Huber2016-04-152-4/+7
* Add BSD guard for time_tSebastian Huber2016-04-156-12/+19
* Add BSD guard for clock_tSebastian Huber2016-04-153-7/+11
* Define mode_t via __mode_tSebastian Huber2016-04-153-45/+23
* Add BSD guard for ino_t in <sys/types.h>Sebastian Huber2016-04-153-7/+15
* Provide POSIX defined id_t in <sys/types.h>Sebastian Huber2016-04-152-0/+9
* Use __machine_*_t_defined for internal typesSebastian Huber2016-04-155-45/+45
* Feature test macros overhaul: string.h and strings.h overlapsYaakov Selkowitz2016-04-132-7/+12
* Get rid of some special cases for Cygwin in sys/types.hCorinna Vinschen2016-04-132-4/+7
* Add BSD guards for off_t, dev_t, uid_t, and gid_tSebastian Huber2016-04-131-4/+16
* Eliminate use of Newlib-specific <machine/types.h>Sebastian Huber2016-04-1313-40/+39
* Move kernel dependent parts of <sys/time.h>cygwin-2_5_0-releaseSebastian Huber2016-04-083-149/+204
* Drop <unistd.h> include from RTEMS <sys/param.h>Sebastian Huber2016-04-071-2/+0
* math: update isinf/isnan function comments after move to math.hYaakov Selkowitz2016-04-051-1/+1
* math: guard BSD finite/isinf/isnan functions properly in math.hYaakov Selkowitz2016-04-042-19/+19
* Feature test macros overhaul: tar.hYaakov Selkowitz2016-04-041-0/+4
* Add cpio.hYaakov Selkowitz2016-04-041-0/+30
* cygwin: make POSIX/XSI version macros dependent on feature test macrosYaakov Selkowitz2016-04-041-10/+37
* Add Intel MCU targetIgor Venevtsev2016-04-0410-3/+175
* Bump up newlib version to 2.4.0 due to feature test refactoringnewlib-2_4_0Jeff Johnston2016-03-2990-952/+967
* Add missing long double functions to CygwinCorinna Vinschen2016-03-293-9/+51
* Add simple versions of random() and srandom()Joel Sherrill2016-03-286-31/+116
* math.h: Use GCC builtins for C99 macros where availableCorinna Vinschen2016-03-261-19/+55
* strtold: Fix Infinity value.Corinna Vinschen2016-03-261-1/+2
* Drop usage of old-age BSD types in generically used Cygwin headersCorinna Vinschen2016-03-241-2/+1
* Define BSD u_intN_t types indiscriminatelyCorinna Vinschen2016-03-241-17/+14
* Fix coverity CID 143502: Null pointer dereferenceCorinna Vinschen2016-03-241-0/+2
* Feature test macros overhaul: C++ TR1Yaakov Selkowitz2016-03-231-5/+5
* Drop Cygwin-only posix_memalign prototypeCorinna Vinschen2016-03-231-2/+0
* Guard u_char,u_short,u_int,u_long with __MISC_VISIBLECorinna Vinschen2016-03-231-1/+1
* Fix "/*" within comment warningSebastian Huber2016-03-221-1/+1
* stdio: fseeko/ftello are also POSIX.1-2001Yaakov Selkowitz2016-03-221-1/+1