summaryrefslogtreecommitdiffstats
path: root/newlib
Commit message (Expand)AuthorAgeFilesLines
* Arrange for text mode on stdin, stdout and stderr.Kaz Kylheku2016-09-171-4/+6
* Default stdio streams to text mode.Kaz Kylheku2016-07-121-2/+2
* sys/time.h: Change visibility of gettimeofday.Corinna Vinschen2016-06-201-1/+2
* Re-enable malloc_lock for newlib-nanoAndre Vieira (lists)2016-06-161-3/+2
* Declare crypt, encrypt, and setkey per PosixKen Brown2016-06-092-0/+9
* math.h: Replace usage of INT_MAX with __INT_MAX__Corinna Vinschen2016-05-311-2/+2
* Feature test macros: ctermid, cuseridYaakov Selkowitz2016-05-232-3/+13
* Add rawmemchrWilco Dijkstra2016-05-204-2/+118
* Make sure to have full configuration info in sys/_types.h.Corinna Vinschen2016-05-181-0/+2
* Fix strlen using Thumb-2 with -Os -marmJeff Johnston2016-05-112-4/+10
* Add port for Phoenix-RTOS in common configure files.Jeff Johnston2016-05-093-0/+14
* Allow autoconf link-time tests to detect arc4random for RTEMS.Jeff Johnston2016-05-091-0/+5
* Add Phoenix-RTOS port for ARM.Jeff Johnston2016-05-06142-0/+29608
* Add _Thread_queue_Queue::_owner for RTEMSJeff Johnston2016-05-031-3/+3
* Move _Thread_queue_Queue::_Lock for RTEMSJeff Johnston2016-05-031-3/+3
* Always assign return value to passed pointer in time function.Jeff Johnston2016-05-021-7/+6
* Don't run UTF-8.exp test if newlib is not built with multibyte support.Jeff Johnston2016-05-021-0/+12
* Provide FreeBSD types for <sys/types.h> on RTEMScygwin-2_5_1-releaseSebastian Huber2016-04-212-0/+80
* Always provide register_t via <sys/types.h>Sebastian Huber2016-04-211-4/+2
* Simplify guard against defining pthread types on CygwinCorinna Vinschen2016-04-211-9/+9
* Resurrect <machine/types.h> for <sys/types.h>Sebastian Huber2016-04-213-20/+9
* Remove duplicate int*_t definitionsSebastian Huber2016-04-201-4/+0
* Remove duplicate u_int*_t definitionsSebastian Huber2016-04-201-4/+0
* Add RTEMS support for GCC libatomicSebastian Huber2016-04-202-1/+54
* Add __ssize_t to <sys/_types.h>Sebastian Huber2016-04-191-0/+2
* Add RTEMS-specific types for BSD compatibilitySebastian Huber2016-04-191-0/+6
* 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