Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/newlib
AgeCommit message (Expand)Author
2016-06-20sys/time.h: Change visibility of gettimeofday.Corinna Vinschen
2016-06-16Re-enable malloc_lock for newlib-nanoAndre Vieira (lists)
2016-06-09Declare crypt, encrypt, and setkey per PosixKen Brown
2016-05-31math.h: Replace usage of INT_MAX with __INT_MAX__Corinna Vinschen
2016-05-23Feature test macros: ctermid, cuseridYaakov Selkowitz
2016-05-20Add rawmemchrWilco Dijkstra
2016-05-18Make sure to have full configuration info in sys/_types.h.Corinna Vinschen
2016-05-12Fix strlen using Thumb-2 with -Os -marmJeff Johnston
2016-05-09Add port for Phoenix-RTOS in common configure files.Jeff Johnston
2016-05-09Allow autoconf link-time tests to detect arc4random for RTEMS.Jeff Johnston
2016-05-07Add Phoenix-RTOS port for ARM.Jeff Johnston
2016-05-03Add _Thread_queue_Queue::_owner for RTEMSJeff Johnston
2016-05-03Move _Thread_queue_Queue::_Lock for RTEMSJeff Johnston
2016-05-02Always assign return value to passed pointer in time function.Jeff Johnston
2016-05-02Don't run UTF-8.exp test if newlib is not built with multibyte support.Jeff Johnston
2016-04-21Provide FreeBSD types for <sys/types.h> on RTEMScygwin-2_5_1-releaseSebastian Huber
2016-04-21Always provide register_t via <sys/types.h>Sebastian Huber
2016-04-21Simplify guard against defining pthread types on CygwinCorinna Vinschen
2016-04-21Resurrect <machine/types.h> for <sys/types.h>Sebastian Huber
2016-04-20Remove duplicate int*_t definitionsSebastian Huber
2016-04-20Remove duplicate u_int*_t definitionsSebastian Huber
2016-04-20Add RTEMS support for GCC libatomicSebastian Huber
2016-04-20Add __ssize_t to <sys/_types.h>Sebastian Huber
2016-04-20Add RTEMS-specific types for BSD compatibilitySebastian Huber
2016-04-20Provide in_port_t via <sys/types.h>Sebastian Huber
2016-04-19Provide in_addr_t via <sys/types.h>Sebastian Huber
2016-04-19Introduce __sa_family_t for BSD compatibiliySebastian Huber
2016-04-19Introduce __socklen_t for BSD compatibilitySebastian Huber
2016-04-19BSD compatibility for <machine/endian.h>Sebastian Huber
2016-04-18Fix definition of __size_tSebastian Huber
2016-04-15libc/sys/rtems/crt0.c: Add <sys/lock.h> symbols required to link autoconf probesJoel Sherrill
2016-04-15Provide FNONBLOCK for BSD compatiblitySebastian Huber
2016-04-15Provide __size_t via <sys/_types.h>Sebastian Huber
2016-04-15Include <machine/endian.h> in <sys/types.h>Sebastian Huber
2016-04-15Add __va_list to <sys/_types.h>Sebastian Huber
2016-04-15Add BSD guards for fixed-size integer typesChristian Mauderer
2016-04-15Add BSD guard for useconds_tSebastian Huber
2016-04-15Add BSD guard for nlink_tSebastian Huber
2016-04-15Provide POSIX defined fsblkcnt_t and fsfilcnt_tSebastian Huber
2016-04-15Provide POSIX defined blksize_t in <sys/types.h>Sebastian Huber
2016-04-15Provide POSIX defined blkcnt_t in <sys/types.h>Sebastian Huber
2016-04-15Add BSD guard for timer_tSebastian Huber
2016-04-15Add BSD guard for clockid_tSebastian Huber
2016-04-15Add BSD guard for time_tSebastian Huber
2016-04-15Add BSD guard for clock_tSebastian Huber
2016-04-15Define mode_t via __mode_tSebastian Huber
2016-04-15Add BSD guard for ino_t in <sys/types.h>Sebastian Huber
2016-04-15Provide POSIX defined id_t in <sys/types.h>Sebastian Huber
2016-04-15Use __machine_*_t_defined for internal typesSebastian Huber
2016-04-14Feature test macros overhaul: string.h and strings.h overlapsYaakov Selkowitz