]> sourceware.org Git - newlib-cygwin.git/shortlog
newlib-cygwin.git
2016-05-20 Corinna VinschenRewrite scheduler functions getting and setting process...
2016-05-20 Yaakov Selkowitzlibgloss/ft32: fix whitespace in Makefile
2016-05-20 John HoodMiscellaneous style cleanup, whitespace only.
2016-05-20 John HoodImprove and simplify select().
2016-05-20 John HoodUse high-resolution timebases for select().
2016-05-20 Anton KolesovSync toplevel configure with upstream GCC.
2016-05-20 Wilco DijkstraAdd rawmemchr
2016-05-18 Corinna VinschenBump Cygwin DLL version to 2.5.2
2016-05-18 Corinna VinschenMake sure to have full configuration info in sys/_types.h.
2016-05-11 Jeff JohnstonFix strlen using Thumb-2 with -Os -marm
2016-05-11 Jeff JohnstonFix libgloss arc nsim specs file.
2016-05-09 Jeff JohnstonAdd port for Phoenix-RTOS in common configure files.
2016-05-09 Jeff JohnstonAllow autoconf link-time tests to detect arc4random...
2016-05-06 Jeff JohnstonAdd Phoenix-RTOS port for ARM.
2016-05-06 Jeff JohnstonFix libgloss/arc/nano.specs file.
2016-05-05 Jeff JohnstonFix white-space in libgloss/arc/Makefile.in.
2016-05-03 Jeff JohnstonAdd _Thread_queue_Queue::_owner for RTEMS
2016-05-03 Jeff JohnstonMove _Thread_queue_Queue::_Lock for RTEMS
2016-05-02 Jeff JohnstonAlways assign return value to passed pointer in time...
2016-05-02 Jeff JohnstonDon't run UTF-8.exp test if newlib is not built with...
2016-05-02 Jeff JohnstonFix support ARC processors without barrel-shifter
2016-05-02 Jeff JohnstonUpdate crt0.S for ARC.
2016-04-29 Jeff JohnstonAdd necessary infrastructure to support "nano" build...
2016-04-21 Sebastian HuberProvide FreeBSD types for <sys/types.h> on RTEMS cygwin-2_5_1-release
2016-04-21 Sebastian HuberAlways provide register_t via <sys/types.h>
2016-04-21 Corinna VinschenSimplify guard against defining pthread types on Cygwin
2016-04-21 Corinna VinschenRemove cygwin/types.h
2016-04-21 Sebastian HuberResurrect <machine/types.h> for <sys/types.h>
2016-04-21 David HooverFixed semihosting for ARM when heapinfo not provided...
2016-04-20 Sebastian HuberRemove duplicate int*_t definitions
2016-04-20 Sebastian HuberRemove duplicate u_int*_t definitions
2016-04-20 Corinna VinschenAdd release message for commit 9409c53
2016-04-20 Corinna VinschenDon't test pthread objects for being already initialize...
2016-04-20 Sebastian HuberAdd RTEMS support for GCC libatomic
2016-04-19 Sebastian HuberAdd __ssize_t to <sys/_types.h>
2016-04-19 Sebastian HuberAdd RTEMS-specific types for BSD compatibility
2016-04-19 Sebastian HuberProvide in_port_t via <sys/types.h>
2016-04-19 Sebastian HuberProvide in_addr_t via <sys/types.h>
2016-04-19 Sebastian HuberIntroduce __sa_family_t for BSD compatibiliy
2016-04-19 Sebastian HuberIntroduce __socklen_t for BSD compatibility
2016-04-19 Sebastian HuberBSD compatibility for <machine/endian.h>
2016-04-19 Corinna VinschenDisallow S_ISGID on directories without default ACL...
2016-04-18 Corinna VinschenHandle permissions a bit closer to POSIX 1003.1e
2016-04-18 Corinna VinschenAlso create NULL SID ACE if special POSIX bits are set
2016-04-18 Sebastian HuberFix definition of __size_t
2016-04-18 Corinna VinschenAdd release message for commit e2ea143
2016-04-18 Corinna VinschenFix attempt to create ACLs without NULL SID
2016-04-15 Joel Sherrilllibc/sys/rtems/crt0.c: Add <sys/lock.h> symbols require...
2016-04-15 Corinna VinschenCygwin: Drop definition and usage of _mode_t in favor...
2016-04-15 Sebastian HuberProvide FNONBLOCK for BSD compatiblity
2016-04-15 Sebastian HuberProvide __size_t via <sys/_types.h>
2016-04-15 Sebastian HuberInclude <machine/endian.h> in <sys/types.h>
2016-04-15 Sebastian HuberAdd __va_list to <sys/_types.h>
2016-04-15 Christian MaudererAdd BSD guards for fixed-size integer types
2016-04-15 Sebastian HuberAdd BSD guard for useconds_t
2016-04-15 Sebastian HuberAdd BSD guard for nlink_t
2016-04-15 Sebastian HuberProvide POSIX defined fsblkcnt_t and fsfilcnt_t
2016-04-15 Sebastian HuberProvide POSIX defined blksize_t in <sys/types.h>
2016-04-15 Sebastian HuberProvide POSIX defined blkcnt_t in <sys/types.h>
2016-04-15 Sebastian HuberAdd BSD guard for timer_t
2016-04-15 Sebastian HuberAdd BSD guard for clockid_t
2016-04-15 Sebastian HuberAdd BSD guard for time_t
2016-04-15 Sebastian HuberAdd BSD guard for clock_t
2016-04-15 Sebastian HuberDefine mode_t via __mode_t
2016-04-15 Sebastian HuberAdd BSD guard for ino_t in <sys/types.h>
2016-04-15 Sebastian HuberProvide POSIX defined id_t in <sys/types.h>
2016-04-15 Sebastian HuberUse __machine_*_t_defined for internal types
2016-04-14 Yaakov SelkowitzFeature test macros overhaul: string.h and strings...
2016-04-13 Corinna VinschenGet rid of some special cases for Cygwin in sys/types.h
2016-04-13 Sebastian HuberAdd BSD guards for off_t, dev_t, uid_t, and gid_t
2016-04-13 Sebastian HuberEliminate use of Newlib-specific <machine/types.h>
2016-04-12 Corinna VinschenAdd Cygwin 2.5.1 release message file
2016-04-12 Corinna VinschenReformat comments in Cygwin's version.h, remove very...
2016-04-12 Corinna VinschenBump Cygwin DLL version to 2.5.1.
2016-04-12 Corinna Vinschenstrxfrm/wcsxfrm: Always return length of the transforme...
2016-04-08 Sebastian HuberMove kernel dependent parts of <sys/time.h> cygwin-2_5_0-release
2016-04-07 Yaakov Selkowitzmath: fix isinf/isnan on SPU after move to math.h
2016-04-07 Sebastian HuberDrop <unistd.h> include from RTEMS <sys/param.h>
2016-04-07 Nick CliftonFix typo in the name of the MSP430 attribute section...
2016-04-05 Johannes SchindelinBe truthful about reporting whether readahead is available
2016-04-05 Yaakov Selkowitzmath: update isinf/isnan function comments after move...
2016-04-05 Corinna VinschenAdd latest changes to release message
2016-04-05 Corinna VinschenRevert "Refactor to avoid nonnull checks on "this"...
2016-04-04 Yaakov Selkowitzmath: guard BSD finite/isinf/isnan functions properly...
2016-04-04 Yaakov Selkowitzwinsup/utils: port getconf to 64-bit
2016-04-04 Yaakov Selkowitzcygwin: update sysconf for new features
2016-04-04 Yaakov Selkowitzcygwin/math: make isinf functions signed
2016-04-04 Yaakov SelkowitzFeature test macros overhaul: Cygwin pthread.h
2016-04-04 Yaakov SelkowitzFeature test macros overhaul: tar.h
2016-04-04 Yaakov SelkowitzAdd cpio.h
2016-04-04 Yaakov Selkowitzcygwin: make POSIX/XSI version macros dependent on...
2016-04-04 Peter FoleyRefactor to avoid nonnull checks on "this" pointer.
2016-04-04 Peter FoleyRename without-mingw-progs to with-cross-bootstrap
2016-04-04 Igor VenevtsevAdd Intel MCU target
2016-04-01 Peter FoleyUpdate autoconf for doc/lsaauth/utils
2016-04-01 Corinna VinschenRemove MALLOC_CHECK and calls to it entirely
2016-04-01 Peter FoleyRemove remnants of never-defined MALLOC_DEBUG and NEWVFORK
2016-04-01 Peter FoleyDon't use deprecated acconfig.h for DEBUGGING
2016-04-01 Peter FoleyRemove leftover cruft from config.h.in
2016-03-30 Corinna Vinschenmkvers.sh: Reformatting for better readability
next
This page took 0.058878 seconds and 5 git commands to generate.