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
AgeCommit message (Expand)Author
2017-11-29cygwin: create libssp compatibility import librarytopic/sspYaakov Selkowitz
2017-11-29cygwin: export SSP functionsYaakov Selkowitz
2017-11-29ssp: add build infrastructureYaakov Selkowitz
2017-11-29ssp: add documentationYaakov Selkowitz
2017-11-29ssp: add Object Size Checking for unistd.h, part 1Yaakov Selkowitz
2017-11-29ssp: add Object Size Checking for stdio.h, part 1Yaakov Selkowitz
2017-11-29ssp: add Object Size Checking for strings.hYaakov Selkowitz
2017-11-29ssp: add Object Size Checking for string.hYaakov Selkowitz
2017-11-29ssp: add Object Size Checking common codeYaakov Selkowitz
2017-11-29ssp: add APIs for Stack Smashing ProtectionYaakov Selkowitz
2017-11-28cygserver: remove all asserts on "this"Corinna Vinschen
2017-11-28cygwin: fix getconf after commit 032aa2dba5a5bf90c198d930c8d309b5de57cb47Yaakov Selkowitz
2017-11-28Make __nonnull macro compatible with glibcYaakov Selkowitz
2017-11-28cygwin: define _POSIX_TIMEOUTSYaakov Selkowitz
2017-11-28cygwin: don't allow empty strings in __ASMNAME tagsCorinna Vinschen
2017-11-28cygwin: improve _EXFUN tags generationCorinna Vinschen
2017-11-28cygwin: remove accidentally committed debug statmentsCorinna Vinschen
2017-11-28cygwin: further improve tags generationCorinna Vinschen
2017-11-28Feature test macros overhaul: Cygwin limits.h, part 2Yaakov Selkowitz
2017-11-27cygwin: convert most #ifndef __x86_64__ to #ifdef __i386__Corinna Vinschen
2017-11-27cygwin: improve tags generationCorinna Vinschen
2017-11-27cygwin: cleanup fhandler_socket::release_eventsCorinna Vinschen
2017-11-22Add the Aarch64 SVE specific HWCAP_SVE defineJeff Johnston
2017-11-20RTEMS: Add missing __getreent() to crt0Sebastian Huber
2017-11-20RTEMS: Add missing functions to crt0Sebastian Huber
2017-11-15Cygwin: pipe_data_available: cleanup codeCorinna Vinschen
2017-11-15Cygwin: Add FAQ How do I fix find_fast_cwd warnings?Brian Inglis
2017-11-14Cygwin: open: Remove unused code to handle HIDDEN and SYSTEM filesCorinna Vinschen
2017-11-14Cygwin: link: Simplify an expressionCorinna Vinschen
2017-11-14Cygwin: Bump DLL version to 2.10.0, bump API minor to 319Corinna Vinschen
2017-11-14Cygwin: fcntl.h: Use test macros to guard non-standard open flagsCorinna Vinschen
2017-11-14Cygwin: fcntl.h: Define O_NOATIMECorinna Vinschen
2017-11-14Cygwin: fcntl.h: Define O_TMPFILE and implement itCorinna Vinschen
2017-11-14Cygwin: open: cleanup code in preparation of O_TMPFILECorinna Vinschen
2017-11-14newlib/libc/stdlib/realloc.c: fix variable nameFlorian Schmidt
2017-11-13newlib/.../getreent.c: Allow to be provided by host and do so for RTEMSJoel Sherrill
2017-11-08cygwin: pread: Remove incorrect commentCorinna Vinschen
2017-11-08cygwin: fhandler_disk_file::pread: always print debug info on returnCorinna Vinschen
2017-11-08cygwin: pread() returns non-zero if read beyond EOFXiaofeng Liu
2017-11-07cygwin: fix stray semicolonCorinna Vinschen
2017-11-07cygwin: add socket bugfix to release notesCorinna Vinschen
2017-11-07Fix two bugs in the limit of large numbers of sockets:Erik M. Bray
2017-11-03Make ffsl() and ffsll() BSD-visibleSebastian Huber
2017-11-02cygwin: ftruncate64: add missing bracesCorinna Vinschen
2017-11-02cygwin: add 2.9.1 release messages fileCorinna Vinschen
2017-11-02posix_fallocate() *returns* error codes but does not set errnoErik M. Bray
2017-11-02posix_fadvise() *returns* error codes but does not set errnoErik M. Bray
2017-11-02newlib/configure.host: Remove obsolete definition of _I386MACH_ALLOW_HW_INTER...Joel Sherrill
2017-10-26RTEMS: Remove internal timecounter APISebastian Huber
2017-10-25winsup/utils/dump_setup.cc: Remove the function 'base'Ken Brown