]> sourceware.org Git - newlib-cygwin.git/history - winsup
Cygwin: path_conv: Try to handle native symlinks more sanely
[newlib-cygwin.git] / winsup /
2021-04-19 Corinna VinschenCygwin: path_conv: Try to handle native symlinks more...
2021-04-19 Corinna VinschenCygwin: take hypotl function from Mingw-w64
2021-04-13 Corinna VinschenCygwin: fix fenv.h includes
2021-04-13 Corinna VinschenCygwin: don't export _feinitialise from newlib
2021-04-13 Corinna Vinschenfenv: drop Cygwin-specific implementation in favor...
2021-04-07 Ken BrownCygwin: select: set_bits: fix return value
2021-04-06 Corinna VinschenCygwin: select: Fix FD_CLOSE handling
2021-04-06 Corinna VinschenCygwin: select: don't set ready for exception on socket...
2021-04-06 Takashi YanoCygwin: pty: Use atexit() instead of hooking exit(...
2021-04-06 Takashi YanoCygwin: pty: Use find_exec() rather than path_conv...
2021-04-06 Takashi YanoCygwin: fhandler: Rename handles from XXX_cyg/XXX to...
2021-03-29 Corinna VinschenCygwin: bump DLL version to 3.2.1
2021-03-23 Corinna VinschenCygwin: add "app execution aliases" treatment to releas... cygwin-3_2_0-release
2021-03-23 Johannes SchindelinCygwin: Treat Windows Store's "app execution aliases...
2021-03-23 Johannes SchindelinCygwin: Allow executing Windows Store's "app execution...
2021-03-23 Takashi Yano via... Cygwin: pty: Rename input/output named pipes.
2021-03-09 Takashi Yano via... Cygwin: pty: Transfer input only if the stdin is a...
2021-03-09 Corinna VinschenCygwin: update release notes for 3.2.0, part 5
2021-03-09 Corinna VinschenCygwin: update release notes for 3.2.0, part 4
2021-03-08 Takashi Yano via... Cygwin: pty: Transfer input for native app only if...
2021-03-08 Ken BrownCygwin: update release notes for 3.2.0
2021-03-08 Takashi Yano via... Cygwin: pty: Attach to stub process when non-cygwin...
2021-03-08 Corinna VinschenCygwin: update release notes for 3.2.0, part 2
2021-03-08 Corinna VinschenCygwin: update release notes for 3.2.0
2021-03-08 Takashi Yano via... Cygwin: console, pty: Stop ignoring Ctrl-C by IGNBRK.
2021-03-08 Takashi Yano via... Cygwin: pty: Discard input already accepted on interrupt.
2021-03-08 Corinna VinschenRevert "Cygwin: Make sure newer apps get uname_x even...
2021-03-05 Takashi Yano via... Cygwin: console: Fix restoring console mode failure.
2021-03-05 Takashi Yano via... Cygwin: pty: Fix a race issue in startup of pseudo...
2021-02-25 Ken BrownCygwin: simplify linkat with AT_EMPTY_PATH
2021-02-25 Ken BrownCygwin: fix linkat(2) on sockets that are not socket...
2021-02-25 Ken BrownCygwin: fix facl on sockets that are not socket files
2021-02-25 Ken BrownCygwin: fix fchown on sockets that are not socket files
2021-02-25 Ken BrownCygwin: fix fchmod on sockets that are not socket files
2021-02-25 Ken BrownCygwin: fix fstatvfs on sockets that are not socket...
2021-02-25 Ken BrownCygwin: fix fstat on sockets that are not socket files
2021-02-24 Ken BrownCygwin: facl: fail with EBADF on files opened with...
2021-02-24 Ken BrownCygwin: AF_UNIX: allow opening with the O_PATH flag
2021-02-22 Takashi Yano via... Cygwin: console: Prevent NULL pointer access in close().
2021-02-22 Takashi Yano via... Cygwin: pty: Fix segfault caused when tcflush() is...
2021-02-19 Ken BrownCygwin: FIFO: temporarily keep a conv_handle in syscall...
2021-02-19 Ken BrownCygwin: fstat_helper: always use handle in call to...
2021-02-19 Ken BrownCygwin: define fhandler_fifo::fstat
2021-02-19 Corinna VinschenCygwin: realpath: fix cygwin installation dir being...
2021-02-19 Corinna VinschenCygwin: default to O_BINARY in fhandler_base::reset_to_...
2021-02-19 Takashi Yano via... Cygwin: console: Add support for FLUSHO and Ctrl-O.
2021-02-19 Takashi Yano via... Cygwin: pty: Make FLUSHO and Ctrl-O work.
2021-02-19 Takashi Yano via... Cygwin: pty: Make tty setting NOFLSH work.
2021-02-19 Takashi Yano via... Cygwin: pty: Reflect tty settings to pseudo console...
2021-02-19 Takashi Yano via... Cygwin: Add console fix regarding Ctrl-Z etc. to releas...
2021-02-19 Takashi Yano via... Cygwin: console: Fix handling of Ctrl-S in Win7.
2021-02-19 Takashi Yano via... Cygwin: console: Fix SIGWINCH handling in Win7.
2021-02-18 Brian Ingliscpuinfo: add AVX features; move SME, SEV/_ES features
2021-02-18 Brian Ingliscpuinfo: fix check for cpuid 0x80000007 support
2021-02-17 Takashi Yano via... Cygwin: console: Introduce new thread which handles...
2021-02-16 Brian Ingliswinsup/doc/posix.xml: add note for getrlimit, setrlimit...
2021-02-15 Takashi Yano via... Cygwin: console: Abort read() on signal if SA_RESTART...
2021-02-15 Takashi Yano via... Cygwin: pty: Fix a bug in input transfer for GDB.
2021-02-12 Takashi Yano via... 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-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 via... Cygwin: exceptions.cc: Suspend all threads in sig_handl...
2021-02-01 Takashi Yano via... Cygwin: console: Align the behaviour against signal...
2021-02-01 Takashi Yano via... Cygwin: pty: Make slave read() thread-safe.
2021-02-01 Takashi Yano via... Cygwin: console: Make read() thread-safe.
2021-01-29 Ken BrownCygwin: fchmodat: add limited support for AT_SYMLINK_NO...
2021-01-28 Takashi Yano via... Cygwin: pty: Allow multiple apps to enable pseudo conso...
2021-01-28 Takashi Yano via... Cygwin: pty: Make apps using console APIs be able to...
2021-01-28 Takashi Yano via... Cygwin: pty: Keep code page between non-cygwin apps.
2021-01-28 Takashi Yano via... Cygwin: pty: Inherit typeahead data between two input...
2021-01-26 Corinna VinschenCygwin: Align *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 via... 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 via... Cygwin: console: Fix "Bad file descriptor" error in...
2021-01-20 Takashi Yano via... Cygwin: pty: Reduce buffer size in get_console_process_...
2021-01-19 Takashi Yano via... Cygwin: pty: Lessen the side effect of workaround for...
2021-01-19 Takashi Yano via... 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 via... Cygwin: pty: Set input_available_event only for cygwin...
2021-01-18 Takashi Yano via... Cygwin: pty: Make master thread functions be static.
2021-01-18 Takashi Yano via... Cygwin: pty: Prevent pty from changing code page of...
2021-01-18 Ben Wijencxx.cc: Fix dynamic initialization for static local...
next
This page took 0.064375 seconds and 8 git commands to generate.