summaryrefslogtreecommitdiffstats
path: root/newlib/libc
Commit message (Expand)AuthorAgeFilesLines
* Phoenix-RTOS: Add caddr_t definition to <sys/types.h>.Kuba Sejdak2016-06-281-0/+1
* Phoenix-RTOS: Adjust network-related headers to new kernel API.Kuba Sejdak2016-06-278-117/+20
* Phoenix-RTOS: Add dummy implementation of fdatasync() syscall.Kuba Sejdak2016-06-271-0/+5
* Add dummy implementation of getentropy(), if_nametoindex() and if_indextoname...Kuba Sejdak2016-06-274-11/+134
* Phoenix-RTOS: Implement daemon() function.Kuba Sejdak2016-06-271-0/+26
* Phoenix-RTOS: Add checking EOF in getmntent().Kuba Sejdak2016-06-271-1/+1
* Phoenix-RTOS: Provide __progname symbol for user-space apps.Kuba Sejdak2016-06-271-1/+8
* Phoenix-RTOS: Fix warning with pointer treated as integer.Kuba Sejdak2016-06-271-1/+1
* Phoenix-RTOS: Add <netpacket/packet.h> header and import <net/if_arp.h> heade...Kuba Sejdak2016-06-272-0/+184
* Phoenix-RTOS: Provide daemon() and fdatasync() syscalls in <sys/unistd.h>.Kuba Sejdak2016-06-271-0/+3
* Revert "Make newlib manpages via DocBook XML (v3)"Jon Turney2016-06-255-71/+1
* Make newlib manpages via DocBook XML (v3)Jon Turney2016-06-255-1/+71
* Drop now useless comment from locale.cCorinna Vinschen2016-06-241-2/+0
* Drop has_always_all_codepages flagCorinna Vinschen2016-06-231-2/+0
* 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-092-0/+4
* 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
* 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