cygwin-cvs archive
subject index for January - March, 2020

This is the mail archive of the cygwin-cvs@cygwin.com mailing list for the Cygwin project.

Indexes: [Date Index] [Subject Index] [Author Index] [Thread Index]
Site Nav: [Browse other archives for this mailing list]
[Browse other mailing lists at this site]
Search: Limit to:

[newlib-cygwin] add pseudo console fixes to release text

[newlib-cygwin] Bump DLL version to 3.1.5

[newlib-cygwin] cpuinfo:power management: add proc_feedback, acc_power

[newlib-cygwin] Created tag cygwin-3_1_3-release

[newlib-cygwin] Created tag cygwin-3_1_4-release

[newlib-cygwin] Created tag newlib-3.2.0

[newlib-cygwin] Created tag newlib-3.3.0

[newlib-cygwin] Created tag newlib-snapshot-20200102

[newlib-cygwin] Cygwin: 32 bit: remove old code to 16 bit align stack

[newlib-cygwin] Cygwin: add @cjksingle to release docs

[newlib-cygwin] Cygwin: Add missing Linux #define of CPU_SETSIZE

[newlib-cygwin] Cygwin: add release message for NUL character bugs

[newlib-cygwin] Cygwin: add short comments to path_conv options

[newlib-cygwin] Cygwin: AF_LOCAL: allow opening with the O_PATH flag

[newlib-cygwin] Cygwin: AF_LOCAL: fix fcntl and dup if O_PATH is set

[newlib-cygwin] Cygwin: AF_LOCAL: set appropriate errno on system calls

[newlib-cygwin] Cygwin: AF_LOCAL::fstatvfs: use our handle if O_PATH is set

[newlib-cygwin] Cygwin: AF_UNIX: fix creating shared mem region in dup

[newlib-cygwin] Cygwin: AF_UNIX: rework fixup_after_exec

[newlib-cygwin] Cygwin: AF_UNIX: use Nt functions within Nt functions

[newlib-cygwin] Cygwin: allow opening a symlink with O_PATH | O_NOFOLLOW

[newlib-cygwin] Cygwin: Bump DLL version to 3.1.3

[newlib-cygwin] Cygwin: Bump DLL version to 3.1.4

[newlib-cygwin] Cygwin: console: Add a workaround for "ESC 7" and "ESC 8".

[newlib-cygwin] Cygwin: console: Add code to restore console mode on close.

[newlib-cygwin] Cygwin: console: Add emulation of CSI3J on Win10 1809.

[newlib-cygwin] Cygwin: console: Add guard for set/unset xterm compatible mode.

[newlib-cygwin] Cygwin: console: Add support for REP escape sequence to xterm mode.

[newlib-cygwin] Cygwin: console: Add workaround for broken CSI3J in Win10 1809.

[newlib-cygwin] Cygwin: console: Add workaround for broken IL/DL in xterm mode.

[newlib-cygwin] Cygwin: console: Adjust the detailed behaviour of ESC sequences.

[newlib-cygwin] Cygwin: console: Change timing of set/unset xterm compatible mode.

[newlib-cygwin] Cygwin: console: convert wpbuf_put to inline function

[newlib-cygwin] Cygwin: console: Disable xterm mode for non cygwin process only.

[newlib-cygwin] Cygwin: console: Fix code for restoring console mode.

[newlib-cygwin] Cygwin: console: Fix ioctl() FIONREAD.

[newlib-cygwin] Cygwin: console: Fix segfault on shared_console_info access.

[newlib-cygwin] Cygwin: console: Fix setting/unsetting xterm mode for input.

[newlib-cygwin] Cygwin: console: ignore NUL byte on write in xterm emulation mode as well

[newlib-cygwin] Cygwin: console: Make suspending process work properly.

[newlib-cygwin] Cygwin: console: Prevent buffer overrun.

[newlib-cygwin] Cygwin: console: Revise color setting codes in legacy console mode.

[newlib-cygwin] Cygwin: console: Revise the code to fix tab position.

[newlib-cygwin] Cygwin: console: Share readahead buffer within the same process.

[newlib-cygwin] Cygwin: console: Unify workaround code for CSI3J and CSI?1049h/l.

[newlib-cygwin] Cygwin: cygserver: drop useless packed attribute

[newlib-cygwin] Cygwin: describe new locale modifier @cjksingle for user guide

[newlib-cygwin] Cygwin: device_access_denied: return false if O_PATH is set

[newlib-cygwin] Cygwin: document recent changes

[newlib-cygwin] Cygwin: don't move cursor on NUL char at all

[newlib-cygwin] Cygwin: drop __stdcall from close_all_files

[newlib-cygwin] Cygwin: fhandler_base::fstat_fs: accomodate the O_PATH flag

[newlib-cygwin] Cygwin: fhandler_console.cc: fix minor style issues

[newlib-cygwin] Cygwin: fhandler_disk_file::fstatvfs: refactor

[newlib-cygwin] Cygwin: fhandler_fifo.cc: add commentary

[newlib-cygwin] Cygwin: FIFO: fstatvfs: use our handle if O_PATH is set

[newlib-cygwin] Cygwin: FIFO: tweak fcntl and dup when O_PATH is set

[newlib-cygwin] Cygwin: fstat_helper: always use handle in call to get_file_attribute

[newlib-cygwin] Cygwin: fstatat, fchownat: support the AT_EMPTY_PATH flag

[newlib-cygwin] Cygwin: ioctl: TIOCINQ: always return number of chars in the inbound queue

[newlib-cygwin] Cygwin: Makefile.in: add -fno-builtin-execve CFLAG when building exec.o

[newlib-cygwin] Cygwin: move 3.1.3 to 3.1.4 release document

[newlib-cygwin] Cygwin: move chmod_device declaration to winsup.h

[newlib-cygwin] Cygwin: normalize_win32_path: allow drive without trailing backslash

[newlib-cygwin] Cygwin: path_conv: add PC_SYM_NOFOLLOW_DIR flag

[newlib-cygwin] Cygwin: posix timers: fix uninitialized variable

[newlib-cygwin] Cygwin: ps: fix compiler warning in ttynam

[newlib-cygwin] Cygwin: pty: Add error handling in setup_pseudoconsole().

[newlib-cygwin] Cygwin: pty: Add missing CloseHandle() calls.

[newlib-cygwin] Cygwin: pty: Add missing member initialization for struct pipe_reply.

[newlib-cygwin] Cygwin: pty: Avoid screen distortion on slave read.

[newlib-cygwin] Cygwin: pty: Define mask_switch_to_pcon_in() in fhandler_tty.cc.

[newlib-cygwin] Cygwin: pty: Disable FreeConsole() on close for non cygwin process.

[newlib-cygwin] Cygwin: pty: Fix reopening slave in push_to_pcon_screenbuffer().

[newlib-cygwin] Cygwin: pty: Fix state mismatch caused in mintty.

[newlib-cygwin] Cygwin: pty: Fix state mismatch caused in octave gui.

[newlib-cygwin] Cygwin: pty: Fix the issue regarding open and close multiple PTYs.

[newlib-cygwin] Cygwin: pty: Inherit typeahead data between two input pipes.

[newlib-cygwin] Cygwin: pty: Introduce disable_pcon in environment CYGWIN.

[newlib-cygwin] Cygwin: pty: Prevent potential errno overwriting.

[newlib-cygwin] Cygwin: pty: Remove close() call just before reopening slave.

[newlib-cygwin] Cygwin: pty: Remove debug codes and organize related codes.

[newlib-cygwin] Cygwin: pty: Remove destructor for fhandler_pty_master class.

[newlib-cygwin] Cygwin: pty: Remove meaningless pointer increment.

[newlib-cygwin] Cygwin: pty: Revise code waiting for forwarding again.

[newlib-cygwin] Cygwin: pty: Revise code waiting for forwarding by master_fwd_thread.

[newlib-cygwin] Cygwin: pty: Revise the code for setting code page of pseudo console.

[newlib-cygwin] Cygwin: pty: Set console code page only if pseudo console is enabled.

[newlib-cygwin] Cygwin: pty: Use pinfo() rather than kill() with signal 0.

[newlib-cygwin] Cygwin: re-implement fhandler_fifo::open with O_PATH

[newlib-cygwin] Cygwin: readlinkat: allow pathname to be empty

[newlib-cygwin] Cygwin: remove CYGWIN=dos_file_warning option

[newlib-cygwin] Cygwin: rename NSIG to _NSIG, change visibility of NSIG to MISC

[newlib-cygwin] Cygwin: select: Speed up select() call for pty, pipe and fifo.

[newlib-cygwin] Cygwin: stat: fix st_mode of fifos

[newlib-cygwin] Cygwin: symlink/mknod: fix ACL handling

[newlib-cygwin] Cygwin: Update dumper for bfd API changes

[newlib-cygwin] fhandler_proc.cc:format_proc_cpuinfo add rdpru flag

[newlib-cygwin] fhandler_proc/cpuinfo: support fast short REP MOVSB

[newlib-cygwin] Fixed crash on wine by adding NULL check after memchr

[newlib-cygwin] Use remove-advertising-clause script to edit BSD licenses


Indexes: [Date Index] [Subject Index] [Author Index] [Thread Index]
Site Nav: [Browse other archives for this mailing list]
[Browse other mailing lists at this site]
Search: Limit to:

Mail converted by MHonArc