aboutsummaryrefslogtreecommitdiff
path: root/newlib
AgeCommit message (Expand)AuthorFilesLines
2016-05-23Feature test macros: ctermid, cuseridYaakov Selkowitz2-3/+13
2016-05-20Add rawmemchrWilco Dijkstra4-2/+118
2016-05-18Make sure to have full configuration info in sys/_types.h.Corinna Vinschen1-0/+2
2016-05-11Fix strlen using Thumb-2 with -Os -marmJeff Johnston2-4/+10
2016-05-09Add port for Phoenix-RTOS in common configure files.Jeff Johnston3-0/+14
2016-05-09Allow autoconf link-time tests to detect arc4random for RTEMS.Jeff Johnston1-0/+5
2016-05-06Add Phoenix-RTOS port for ARM.Jeff Johnston142-0/+29608
2016-05-03Add _Thread_queue_Queue::_owner for RTEMSJeff Johnston1-3/+3
2016-05-03Move _Thread_queue_Queue::_Lock for RTEMSJeff Johnston1-3/+3
2016-05-02Always assign return value to passed pointer in time function.Jeff Johnston1-7/+6
2016-05-02Don't run UTF-8.exp test if newlib is not built with multibyte support.Jeff Johnston1-0/+12
2016-04-21Provide FreeBSD types for <sys/types.h> on RTEMScygwin-2_5_1-releaseSebastian Huber2-0/+80
2016-04-21Always provide register_t via <sys/types.h>Sebastian Huber1-4/+2
2016-04-21Simplify guard against defining pthread types on CygwinCorinna Vinschen1-9/+9
2016-04-21Resurrect <machine/types.h> for <sys/types.h>Sebastian Huber3-20/+9
2016-04-20Remove duplicate int*_t definitionsSebastian Huber1-4/+0
2016-04-20Remove duplicate u_int*_t definitionsSebastian Huber1-4/+0
2016-04-20Add RTEMS support for GCC libatomicSebastian Huber2-1/+54
2016-04-19Add __ssize_t to <sys/_types.h>Sebastian Huber1-0/+2
2016-04-19Add RTEMS-specific types for BSD compatibilitySebastian Huber1-0/+6
2016-04-19Provide in_port_t via <sys/types.h>Sebastian Huber1-0/+5
2016-04-19Provide in_addr_t via <sys/types.h>Sebastian Huber1-0/+5
2016-04-19Introduce __sa_family_t for BSD compatibiliySebastian Huber1-0/+4
2016-04-19Introduce __socklen_t for BSD compatibilitySebastian Huber1-0/+4
2016-04-19BSD compatibility for <machine/endian.h>Sebastian Huber3-19/+102
2016-04-18Fix definition of __size_tSebastian Huber1-2/+2
2016-04-15libc/sys/rtems/crt0.c: Add <sys/lock.h> symbols required to link autoconf probesJoel Sherrill1-1/+32
2016-04-15Provide FNONBLOCK for BSD compatiblitySebastian Huber1-0/+4
2016-04-15Provide __size_t via <sys/_types.h>Sebastian Huber2-2/+17
2016-04-15Include <machine/endian.h> in <sys/types.h>Sebastian Huber1-0/+1
2016-04-15Add __va_list to <sys/_types.h>Sebastian Huber1-0/+6
2016-04-15Add BSD guards for fixed-size integer typesChristian Mauderer1-4/+35
2016-04-15Add BSD guard for useconds_tSebastian Huber2-1/+5
2016-04-15Add BSD guard for nlink_tSebastian Huber2-1/+5
2016-04-15Provide POSIX defined fsblkcnt_t and fsfilcnt_tSebastian Huber2-0/+14
2016-04-15Provide POSIX defined blksize_t in <sys/types.h>Sebastian Huber4-3/+13
2016-04-15Provide POSIX defined blkcnt_t in <sys/types.h>Sebastian Huber4-2/+13
2016-04-15Add BSD guard for timer_tSebastian Huber2-4/+6
2016-04-15Add BSD guard for clockid_tSebastian Huber2-4/+7
2016-04-15Add BSD guard for time_tSebastian Huber6-12/+19
2016-04-15Add BSD guard for clock_tSebastian Huber3-7/+11
2016-04-15Define mode_t via __mode_tSebastian Huber3-45/+23
2016-04-15Add BSD guard for ino_t in <sys/types.h>Sebastian Huber3-7/+15
2016-04-15Provide POSIX defined id_t in <sys/types.h>Sebastian Huber2-0/+9
2016-04-15Use __machine_*_t_defined for internal typesSebastian Huber5-45/+45
2016-04-13Feature test macros overhaul: string.h and strings.h overlapsYaakov Selkowitz2-7/+12
2016-04-13Get rid of some special cases for Cygwin in sys/types.hCorinna Vinschen2-4/+7
2016-04-13Add BSD guards for off_t, dev_t, uid_t, and gid_tSebastian Huber1-4/+16
2016-04-13Eliminate use of Newlib-specific <machine/types.h>Sebastian Huber13-40/+39
2016-04-08Move kernel dependent parts of <sys/time.h>cygwin-2_5_0-releaseSebastian Huber3-149/+204