]> sourceware.org Git - newlib-cygwin.git/shortlog
newlib-cygwin.git
2021-02-18 Hans-Peter... Include malloc.h in libc/stdlib/aligned_alloc.c
2021-02-17 Takashi Yano... Cygwin: console: Introduce new thread which handles...
2021-02-16 Hans-Peter... Complete revert of 2019-08-19, st_atime in libc/include...
2021-02-16 Brian Ingliswinsup/doc/posix.xml: add note for getrlimit, setrlimit...
2021-02-15 Takashi Yano... Cygwin: console: Abort read() on signal if SA_RESTART...
2021-02-15 Takashi Yano... Cygwin: pty: Fix a bug in input transfer for GDB.
2021-02-12 Takashi Yano... Cygwin: pty: Reduce unecessary input transfer.
2021-02-12 Corinna VinschenCygwin: only export tmpfile64 on 32 bit
2021-02-12 Mark GeisertCygwin: Have tmpfile(3) use O_TMPFILE
2021-02-10 Corinna VinschenCygwin: fhandler: clean up 'copyto' logic
2021-02-10 Corinna VinschenCygwin: check path_conv_handle for NULL before trying...
2021-02-10 Corinna VinschenCygwin: drop path_conv::reset_conv_handle
2021-02-10 Corinna VinschenCygwin: don't copy path_conv in fhandler_base::reset
2021-02-09 Ken BrownRevert "Cygwin: fstat_helper: always use handle in...
2021-02-09 Corinna VinschenCygwin: drop ftw.h in favor of new newlib ftw.h
2021-02-09 Eshan dhawanFTW Port for Newlib
2021-02-05 Eshan dhawanRemoved Soft float from MIPS
2021-02-05 Yeting KuoRISC-V: Use __bss_start for the starting point of ...
2021-02-02 Marek Smetanafhandler_serial.cc: MARK and SPACE parity for serial...
2021-02-01 Ken BrownCygwin: recognize native Windows AF_UNIX sockets as...
2021-02-01 Ken BrownCygwin: include/cygwin/limits.h: new header
2021-02-01 Ken BrownCygwin: remove the OPEN_MAX_MAX macro
2021-02-01 Ken BrownCygwin: sysconf, getrlimit: don't call getdtablesize
2021-02-01 Ken BrownCygwin: getdtablesize: always return OPEN_MAX_MAX
2021-02-01 Takashi Yano... Cygwin: exceptions.cc: Suspend all threads in sig_handl...
2021-02-01 Takashi Yano... Cygwin: console: Align the behaviour against signal...
2021-02-01 Takashi Yano... Cygwin: pty: Make slave read() thread-safe.
2021-02-01 Takashi Yano... Cygwin: console: Make read() thread-safe.
2021-01-29 Ken BrownCygwin: fchmodat: add limited support for AT_SYMLINK_NO...
2021-01-28 Takashi Yano... Cygwin: pty: Allow multiple apps to enable pseudo conso...
2021-01-28 Takashi Yano... Cygwin: pty: Make apps using console APIs be able to...
2021-01-28 Takashi Yano... Cygwin: pty: Keep code page between non-cygwin apps.
2021-01-28 Takashi Yano... Cygwin: pty: Inherit typeahead data between two input...
2021-01-26 Corinna VinschenCygwin: Align *utime*() with POSIX/glibc
2021-01-26 Sebastian HuberAlign *utime*() with POSIX/glibc
2021-01-26 Ken BrownCygwin: chown: make sure ctime gets updated when necessary
2021-01-25 Ben Wijensyscalls.cc: Deduplicate remove
2021-01-25 Takashi Yano... Cygwin: console: Add missing guard regarding attach_mutex.
2021-01-25 Ben Wijensyscalls.cc: unlink_nt: Try FILE_DISPOSITION_IGNORE_REA...
2021-01-22 Ken BrownCygwin: ptsname_r: always return an error number on...
2021-01-22 Ken BrownCygwin: normalize_posix_path: fix error handling when...
2021-01-22 Ben WijenCygwin: Move post-dir unlink check
2021-01-20 Takashi Yano... Cygwin: console: Fix "Bad file descriptor" error in...
2021-01-20 Takashi Yano... Cygwin: pty: Reduce buffer size in get_console_process_...
2021-01-19 Takashi Yano... Cygwin: pty: Lessen the side effect of workaround for...
2021-01-19 Takashi Yano... Cygwin: spawn.cc: Fix typo in comment by commit 974e6d76.
2021-01-19 Corinna VinschenCygwin: rmdir: handle /dev in fhandler_dev::rmdir
2021-01-18 Ken BrownCygwin: document a recent bug fix
2021-01-18 Takashi Yano... Cygwin: pty: Set input_available_event only for cygwin...
2021-01-18 Takashi Yano... Cygwin: pty: Make master thread functions be static.
2021-01-18 Takashi Yano... Cygwin: pty: Prevent pty from changing code page of...
2021-01-18 Ben Wijencxx.cc: Fix dynamic initialization for static local...
2021-01-18 Ben Wijensyscalls.cc: Use EISDIR
2021-01-18 Ben Wijensyscalls.cc: Fix num_links
2021-01-18 Corinna VinschenCygwin: Add Ben Wijen to list of contributors
2021-01-18 Takashi Yano... Cygwin: pty: Make close_pseudoconsole() be a static...
2021-01-18 Takashi Yano... Cygwin: console: Revise the code to switch xterm mode.
2021-01-18 Takashi Yano... Cygwin: pty: Add workaround for rlwrap 0.40 or later.
2021-01-12 Ken BrownCygwin: fstatat: call fstat64 instead of fstat
2021-01-05 Sebastian HuberRTEMS: Add <poll.h> and <sys/poll.h>
2020-12-18 Jeff JohnstonBump up newlib version to 4.1.0 newlib-4.1.0
2020-12-18 Paul Zimmermannfixes to make compilation succeeds
2020-12-17 Jeff JohnstonUpdate gamma functions from code in picolibc
2020-12-17 Brian Inglisfhandler_proc.cc(format_proc_cpuinfo): report Intel...
2020-12-16 Craig BlackmoreRISC-V: Add semihosting support
2020-12-16 Jeff JohnstonAdd declarations for __ieee754_tgamma functions to...
2020-12-16 Takashi Yano... Cygwin: pty: Revise the workaround for rlwrap.
2020-12-16 Takashi Yano... Cygwin: pty: Check response for CSI6n more strictly.
2020-12-15 Corinna VinschenCygwin: Make sure newer apps get uname_x even when...
2020-12-14 Sebastian Huberarm: Fix memchr() for Armv8-R
2020-12-14 Takashi Yano... Cygwin: pty: Add a workaround for rlwrap.
2020-12-14 Takashi Yano... Cygwin: pty: Revise the code for timeout in term_has_pc...
2020-12-14 Takashi Yano... Cygwin: pty: Skip term_has_pcon_cap() if pseudo console...
2020-12-11 Fabian SchrieverFix error in powf for x close to 1 and large y
2020-12-11 Jeff JohnstonBump newlib release to 4.0.0
2020-12-10 Jeremy Drake... cygwin: use CREATE_DEFAULT_ERROR_MODE in spawn
2020-12-07 Ken BrownCygwin: dtable::dup_worker: update comment and debug...
2020-12-07 Mark GeisertCygwin: Allow to set SO_PEERCRED zero (v2)
2020-12-07 Mark GeisertCygwin: Launch cygmagic with bash, not sh
2020-12-07 Anton Lavrentiev... Fix trace output for getdomainname()
2020-12-04 Brian Ingliswinsup/doc/Makefile.in: create man5 dir and install...
2020-12-04 Brian Inglisspecialnames.xml: add proc(5) Cygwin man page
2020-12-02 Corinna VinschenCygwin: Fix remaining warnings building path testsuite
2020-12-02 Jon TurneyCygwin: Fix building of utils testsuite
2020-12-02 Corinna VinschenCygwin: add flag to indicate reparse points unknown...
2020-12-02 Corinna VinschenCygwin: path.h: add comments to briefly explain path_types
2020-12-02 Corinna VinschenCygwin: testsuite: libltp: fix warnings showing up...
2020-12-01 Corinna VinschenCygwin: /proc/sys FS: don't export NFS and DFS as block...
2020-11-30 Christian FrankeCygwin: Fix access to block devices below /proc/sys.
2020-11-25 Jon TurneyCygwin: Have cygmagic not create output if an error...
2020-11-25 Jon TurneyCygwin: Use standard CXXFLAGS when compiling localtime_...
2020-11-25 Jon TurneyCygwin: Drop libgmon.a build dependency on gcrt0.o
2020-11-23 Takashi Yano... Cygwin: pty: Fix minor style issue.
2020-11-23 Takashi Yano... Cygwin: pty: Discard "OSC Ps; ? BEL/ST" in pseudo conso...
2020-11-23 Takashi Yano... Cygwin: pty: Fix a bug in the code removing "CSI >...
2020-11-20 Jon TurneyCygwin: Remove surplus autoconf auxiliary files
2020-11-20 Jon TurneyCygwin: Remove recursive configure
2020-11-19 Ken BrownCygwin: fhandler_fifo::cleanup_handlers: improve efficiency
2020-11-18 Jon TurneyCygwin: Testsuite Makefile cleanup
2020-11-18 Jon TurneyCygwin: Fix 'make check' in utils
next
This page took 0.05944 seconds and 5 git commands to generate.