public inbox for cygwin-cvs@sourceware.org
help / color / mirror / Atom feed
[newlib-cygwin] fenv support arm
 2020-06-10  1:13 UTC 

[newlib-cygwin] Cygwin: pty: Fix screen distortion after less for native apps again
 2020-06-09 11:01 UTC 

[newlib-cygwin] Bump version to 3.1.6
 2020-06-01  8:53 UTC 

[newlib-cygwin] Created tag cygwin-3_1_5-release
 2020-06-01  8:53 UTC 

[newlib-cygwin] Cygwin: pty: Fix screen distortion after using less for native apps
 2020-06-01  8:46 UTC 

[newlib-cygwin] Cygwin: pty: Revise the code which prevents undesired window title
 2020-05-31  8:39 UTC 

[newlib-cygwin] Cygwin: pty: Clean up fhandler_pty_master::pty_master_fwd_thread()
 2020-05-31  8:39 UTC 

[newlib-cygwin] Cygwin: console: Discard some unsupported escape sequences
 2020-05-31  8:39 UTC 

[newlib-cygwin] Cygwin: pty: Prevent garbage remained in read ahead buffer
 2020-05-31  8:39 UTC 

[newlib-cygwin] Cygwin: update C++ dialect to gnu++14
 2020-05-30 17:42 UTC 

[newlib-cygwin] Cygwin: console: Make cursor keys work in vim under ConEmu
 2020-05-30 17:41 UTC 

[newlib-cygwin] Cygwin: stat: fix st_mode of fifos again
 2020-05-28 17:34 UTC 

[newlib-cygwin] Cygwin: pty: Prevent meaningless ResizePseudoConsole() calls
 2020-05-28 14:45 UTC 

[newlib-cygwin] Cygwin: pty: Fix a bug in free_attached_console()
 2020-05-28  7:26 UTC 

[newlib-cygwin] Cygwin: FAQ: fix Cygwin build requirements
 2020-05-26 17:15 UTC 

[newlib-cygwin] Cygwin: drop useless comment
 2020-05-26  8:22 UTC 

[newlib-cygwin] Cygwin: add missing files to 'clean' build rule
 2020-05-26  8:20 UTC 

[newlib-cygwin] Cygwin: revamp localtime.o build rule
 2020-05-26  8:20 UTC 

[newlib-cygwin] Cygwin: convert localtime_wrapper.c to plain C source
 2020-05-26  8:20 UTC 

[newlib-cygwin] Cygwin: rename localtime.cc to localtime_wrapper.c
 2020-05-26  8:20 UTC 

[newlib-cygwin] Cygwin: move localtime.o build rule to end of file
 2020-05-26  8:20 UTC 

[newlib-cygwin] Cygwin: tzcode resync: details
 2020-05-26  8:20 UTC 

[newlib-cygwin] Cygwin: tzcode resync: imports
 2020-05-26  8:20 UTC 

[newlib-cygwin] Cygwin: tzcode resync: basics
 2020-05-26  8:20 UTC 

[newlib-cygwin] Cygwin: fix declaration of __small_{v}sprintf
 2020-05-25 11:33 UTC 

[newlib-cygwin] Cygwin: pty: Stop counting number of slaves attached to pseudo console
 2020-05-25  9:03 UTC 

[newlib-cygwin] Cygwin: pty: Revise code to make system_printf() work after close
 2020-05-25  9:00 UTC 

[newlib-cygwin] Cygwin: FIFO: add missing unlock
 2020-05-22 14:37 UTC 

[newlib-cygwin] Cygwin: FIFO: Revert "take ownership on exec"
 2020-05-22 14:37 UTC 

[newlib-cygwin] Cygwin: pty: Make system_printf() work after closing pty slave
 2020-05-19 13:28 UTC 

[newlib-cygwin] Cygwin: pty: Call FreeConsole() only if attached to current pty
 2020-05-19 13:27 UTC 

[newlib-cygwin] Cygwin: termios: Set ECHOE, ECHOK, ECHOCTL and ECHOKE by default
 2020-05-19 10:05 UTC 

[newlib-cygwin] Cygwin: FIFO: improve the interruptibility of raw_read
 2020-05-11 13:55 UTC 

[newlib-cygwin] Cygwin: FIFO: code simplification
 2020-05-11 13:55 UTC 

[newlib-cygwin] Cygwin: fifo: fix type of fifo_reader_id_t operators
 2020-05-08 18:00 UTC 

[newlib-cygwin] Cygwin: add pseudo console patch to release text
 2020-05-08 17:43 UTC 

[newlib-cygwin] Document recent FIFO changes
 2020-05-08 11:43 UTC 

[newlib-cygwin] Cygwin: FIFO: update commentary
 2020-05-08 11:30 UTC 

[newlib-cygwin] Cygwin: FIFO: support opening multiple readers
 2020-05-08 11:30 UTC 

[newlib-cygwin] Cygwin: FIFO: allow any reader to take ownership
 2020-05-08 11:30 UTC 

[newlib-cygwin] Cygwin: FIFO: find a new owner when closing
 2020-05-08 11:30 UTC 

[newlib-cygwin] Cygwin: FIFO: take ownership on exec
 2020-05-08 11:30 UTC 

[newlib-cygwin] Cygwin: FIFO: add a shared fifo_client_handler list
 2020-05-08 11:30 UTC 

[newlib-cygwin] Cygwin: FIFO: allow fc_handler list to grow dynamically
 2020-05-08 11:30 UTC 

[newlib-cygwin] Cygwin: FIFO: designate one reader as owner
 2020-05-08 11:30 UTC 

[newlib-cygwin] Cygwin: FIFO: introduce a new type, fifo_reader_id_t
 2020-05-08 11:30 UTC 

[newlib-cygwin] Cygwin: FIFO: keep track of the number of readers
 2020-05-08 11:30 UTC 

[newlib-cygwin] Cygwin: FIFO: add shared memory
 2020-05-08 11:29 UTC 

[newlib-cygwin] Cygwin: FIFO: use a cygthread instead of a homemade thread
 2020-05-08 11:29 UTC 

[newlib-cygwin] Cygwin: FIFO: make opening a writer more robust
 2020-05-08 11:29 UTC 

[newlib-cygwin] Cygwin: FIFO: fix hit_eof
 2020-05-08 11:29 UTC 

[newlib-cygwin] Cygwin: FIFO: dup/fork/exec: make sure child starts unlocked
 2020-05-08 11:29 UTC 

[newlib-cygwin] Cygwin: FIFO: honor the flags argument in dup
 2020-05-08 11:29 UTC 

[newlib-cygwin] Cygwin: FIFO: remove the arm method
 2020-05-08 11:29 UTC 

[newlib-cygwin] Cygwin: FIFO: simplify the listen_client_thread code
 2020-05-08 11:29 UTC 

[newlib-cygwin] Cygwin: FIFO: change the fifo_client_connect_state enum
 2020-05-08 11:29 UTC 

[newlib-cygwin] Cygwin: FIFO: simplify the fifo_client_handler structure
 2020-05-08 11:29 UTC 

[newlib-cygwin] Cygwin: FIFO: minor change - use NtClose
 2020-05-08 11:29 UTC 

[newlib-cygwin] Revert "localtime define _DIAGASSERT" and followups affecting localtime.cc
 2020-05-04  9:26 UTC 

[newlib-cygwin] setup_pseudoconsole(): handle missing/incorrect helper gracefully
 2020-05-04  9:21 UTC 

[newlib-cygwin] localtime define _DIAGASSERT
 2020-05-04  9:21 UTC 

[newlib-cygwin] localtime 1.82
 2020-05-04  9:21 UTC 

[newlib-cygwin] localtime 1.81
 2020-05-04  9:21 UTC 

[newlib-cygwin] localtime 1.80
 2020-05-04  9:21 UTC 

[newlib-cygwin] localtime 1.79
 2020-05-04  9:20 UTC 

[newlib-cygwin] localtime 1.78
 2020-05-04  9:20 UTC 

[newlib-cygwin] localtime 1.77
 2020-05-04  9:20 UTC 

[newlib-cygwin] localtime 1.76
 2020-05-04  9:20 UTC 

[newlib-cygwin] localtime 1.75
 2020-05-04  9:20 UTC 

[newlib-cygwin] localtime 1.74
 2020-05-04  9:20 UTC 

[newlib-cygwin] localtime 1.73
 2020-05-04  9:20 UTC 

[newlib-cygwin] Cygwin: localtime.cc: reformat for easier patching
 2020-05-04  9:20 UTC 

[newlib-cygwin] Cygwin: add release message for fixed floppy bugs
 2020-04-24 14:40 UTC 

[newlib-cygwin] Cygwin: raw disk I/O: lock floppys as well
 2020-04-24 14:23 UTC 

[newlib-cygwin] Cygwin: raw disk I/O: Fix return value in error case
 2020-04-24 14:23 UTC 

[newlib-cygwin] Cygwin: file I/O: make sure to treat write return value as ssize_t
 2020-04-24 14:23 UTC 

[newlib-cygwin] Cygwin: accounts: Report unrecognized db_* nsswitch.conf keywords
 2020-04-22  7:35 UTC 

[newlib-cygwin] Cygwin: accounts: Don't keep old schemes when parsing nsswitch.conf
 2020-04-22  7:35 UTC 

[newlib-cygwin] Cygwin: accounts: Unify nsswitch.conf db_* defaults
 2020-04-22  7:35 UTC 

[newlib-cygwin] Cygwin: Add David Macek to CONTRIBUTORS
 2020-04-21  9:18 UTC 

[newlib-cygwin] Cygwin: symlinks: fix WSL symlink creation if cygdrive prefix is /
 2020-04-21  9:18 UTC 

[newlib-cygwin] cygheap_pwdgrp: Handle invalid db_* entries correctly
 2020-04-17  8:08 UTC 

[newlib-cygwin] Cygwin: faq: disable outdated "sshd in domain" faq
 2020-04-14 11:27 UTC 

[newlib-cygwin] proc_cpuinfo: Add PPIN support for AMD
 2020-04-14 10:37 UTC 

[newlib-cygwin] Cygwin: utils: override definition of PMEM_EXTENDED_PARAMETER
 2020-04-07 17:07 UTC 

[newlib-cygwin] Cygwin: mmap_alloc: fix comment to document using the extended memory API
 2020-04-07 16:24 UTC 

[newlib-cygwin] Cygwin: threads: use extended memory API if available
 2020-04-07 16:24 UTC 

[newlib-cygwin] Cygwin: mmap: use extended memory API if available
 2020-04-07 16:07 UTC 

[newlib-cygwin] Cygwin: memory: declare extended memory API
 2020-04-07 16:07 UTC 

[newlib-cygwin] Cygwin: threads: add missing include of mmap_alloc.h
 2020-04-07 15:44 UTC 

[newlib-cygwin] Cygwin: threads: lower thread size from pool to 256 Megs
 2020-04-07 12:18 UTC 

[newlib-cygwin] Cygwin: threads: use mmap area to fulfill requests for big stacks
 2020-04-07 12:18 UTC 

[newlib-cygwin] Cygwin: symlinks: Allow traversing WSL symlinks
 2020-04-05 15:02 UTC 

[newlib-cygwin] Cygwin: docs: revamp docs explaining symlinks
 2020-04-03 19:45 UTC 

[newlib-cygwin] Cygwin: symlinks: create WSL symlinks on supporting filesystems
 2020-04-03 19:45 UTC 

[newlib-cygwin] Cygwin: symlinks: fix WSL symlinks pointing to /mnt
 2020-04-02 20:30 UTC 

[newlib-cygwin] winsup/cygwin: remove defines added in mingw-w64 v7.0.0
 2020-04-01  9:32 UTC 

[newlib-cygwin] Cygwin: symlinks: support WSL symlinks
 2020-03-27 11:12 UTC 

[newlib-cygwin] Cygwin: serial: fix GCC warning
 2020-03-26 13:13 UTC 

[newlib-cygwin] Revert "Cygwin: serial: read: if VMIN > 0, wait for VMIN chars in inbound queue"
 2020-03-26 11:27 UTC 

[newlib-cygwin] fhandler_serial: fix comments
 2020-03-26 11:27 UTC 

[newlib-cygwin] Cygwin: serial: read: if VMIN > 0, wait for VMIN chars in inbound queue
 2020-03-26 11:26 UTC 

[newlib-cygwin] Cygwin: serial: use per call OVERLAPPED structs
 2020-03-26 11:26 UTC 

[newlib-cygwin] Cygwin: serial: select: call ClearCommError prior to calling WaitCommEvent
 2020-03-26 11:26 UTC 

[newlib-cygwin] Cygwin: serial: select: fix WaitCommEvent request
 2020-03-26 11:26 UTC 

[newlib-cygwin] Cygwin: serial: tcsetattr: set timeouts unconditionally
 2020-03-26 11:26 UTC 

[newlib-cygwin] Cygwin: serial: avoid overrun of vtime
 2020-03-26 11:26 UTC 

[newlib-cygwin] Cygwin: serial: select: fix previous revamp patch
 2020-03-26 11:26 UTC 

[newlib-cygwin] Cygwin: serial: revamp overlapped IO in read and select
 2020-03-26 11:26 UTC 

[newlib-cygwin] Cygwin: serial: read: revamp raw_read, change vmin_ and vtime_ to cc_t
 2020-03-26 11:26 UTC 

[newlib-cygwin] Cygwin: serial: select: simplify peek_serial
 2020-03-26 11:26 UTC 

[newlib-cygwin] Cygwin: Use a separate Start Menu folder for WoW64 installs
 2020-03-21 17:18 UTC 

[newlib-cygwin] Cygwin: serial: wait for CancelIo completion
 2020-03-16  9:20 UTC 

[newlib-cygwin] Cygwin: pty: Add FreeConsole to destructor of pty slave
 2020-03-13  9:56 UTC 

[newlib-cygwin] Cygwin: serial: try fix o_nonblock
 2020-03-13  9:56 UTC 

[newlib-cygwin] Cygwin: belatedly add Hans-Bernhard to CONTRIBUTORS file
 2020-03-11 16:40 UTC 

[newlib-cygwin] Cygwin: fix formatting: drop trailing whitespace
 2020-03-11 14:52 UTC 

[newlib-cygwin] Cygwin: fix formatting: collapse whitespace-only lines
 2020-03-11 14:52 UTC 

[newlib-cygwin] Cygwin: fix formatting: drop spaces leading tabs
 2020-03-11 14:35 UTC 

[newlib-cygwin] Cygwin: fix formatting: replace TAB char with \t in string constant
 2020-03-11 12:46 UTC 

[newlib-cygwin] Cygwin: console: Fix behaviour of "ESC 8" after reset
 2020-03-09  8:59 UTC 

[newlib-cygwin] Do not bother passing optional argument to WriteConsoleA
 2020-03-09  8:59 UTC 

[newlib-cygwin] Collect handling of wpixput and wpbuf into a helper class
 2020-03-09  8:59 UTC 

[newlib-cygwin] Cygwin: console: convert wpbuf_put to inline function
 2020-03-02 19:52 UTC 

[newlib-cygwin] Cygwin: console: Fix setting/unsetting xterm mode for input
 2020-03-02 19:26 UTC 

[newlib-cygwin] Cygwin: console: Revise the code to fix tab position
 2020-03-02 19:26 UTC 

[newlib-cygwin] Cygwin: console: Prevent buffer overrun
 2020-03-02 19:26 UTC 

[newlib-cygwin] Cygwin: console: Add a workaround for "ESC 7" and "ESC 8"
 2020-03-02 19:26 UTC 

[newlib-cygwin] Cygwin: ioctl: TIOCINQ: always return number of chars in the inbound queue
 2020-03-02 16:06 UTC 

[newlib-cygwin] Cygwin: console: Adjust the detailed behaviour of ESC sequences
 2020-02-28 14:47 UTC 

[newlib-cygwin] Cygwin: AF_UNIX: rework fixup_after_exec
 2020-02-28 14:27 UTC 

[newlib-cygwin] Cygwin: 32 bit: remove old code to 16 bit align stack
 2020-02-28 14:15 UTC 

[newlib-cygwin] Cygwin: AF_UNIX: use Nt functions within Nt functions
 2020-02-28 11:43 UTC 

[newlib-cygwin] Cygwin: AF_UNIX: fix creating shared mem region in dup
 2020-02-28 11:42 UTC 

[newlib-cygwin] Cygwin: Update dumper for bfd API changes
 2020-02-27 17:40 UTC 

[newlib-cygwin] Cygwin: console: Add support for REP escape sequence to xterm mode
 2020-02-26 20:22 UTC 

[newlib-cygwin] Cygwin: console: Add workaround for broken IL/DL in xterm mode
 2020-02-26 20:22 UTC 

[newlib-cygwin] Cygwin: console: Add emulation of CSI3J on Win10 1809
 2020-02-26 20:22 UTC 

[newlib-cygwin] Cygwin: console: Unify workaround code for CSI3J and CSI?1049h/l
 2020-02-26 20:22 UTC 

[newlib-cygwin] Cygwin: ps: fix compiler warning in ttynam
 2020-02-26 20:13 UTC 

[newlib-cygwin] Cygwin: cygserver: drop useless packed attribute
 2020-02-26 20:13 UTC 

[newlib-cygwin] Cygwin: Makefile.in: add -fno-builtin-execve CFLAG when building exec.o
 2020-02-26 16:06 UTC 

[newlib-cygwin] Cygwin: posix timers: fix uninitialized variable
 2020-02-26 16:06 UTC 

[newlib-cygwin] cpuinfo:power management: add proc_feedback, acc_power
 2020-02-26 11:16 UTC 

[newlib-cygwin] Cygwin: console: Fix segfault on shared_console_info access
 2020-02-24 18:41 UTC 

[newlib-cygwin] fhandler_proc/cpuinfo: support fast short REP MOVSB
 2020-02-24 10:11 UTC 

[newlib-cygwin] Cygwin: add release message for NUL character bugs
 2020-02-21  9:58 UTC 

[newlib-cygwin] Cygwin: don't move cursor on NUL char at all
 2020-02-21  9:31 UTC 

[newlib-cygwin] Cygwin: fhandler_console.cc: fix minor style issues
 2020-02-20 16:04 UTC 

[newlib-cygwin] Cygwin: console: ignore NUL byte on write in xterm emulation mode as well
 2020-02-20 16:04 UTC 

[newlib-cygwin] Bump DLL version to 3.1.5
 2020-02-19 12:38 UTC 

[newlib-cygwin] Created tag cygwin-3_1_4-release
 2020-02-19  8:41 UTC 

[newlib-cygwin] Cygwin: console: Add guard for set/unset xterm compatible mode
 2020-02-18 12:01 UTC 

[newlib-cygwin] Cygwin: console: Fix ioctl() FIONREAD
 2020-02-18 10:42 UTC 

[newlib-cygwin] Cygwin: add @cjksingle to release docs
 2020-02-18 10:38 UTC 

[newlib-cygwin] Cygwin: describe new locale modifier @cjksingle for user guide
 2020-02-18 10:38 UTC 

[newlib-cygwin] Cygwin: move 3.1.3 to 3.1.4 release document
 2020-02-18 10:35 UTC 

[newlib-cygwin] Cygwin: rename NSIG to _NSIG, change visibility of NSIG to MISC
 2020-02-18 10:35 UTC 

[newlib-cygwin] Cygwin: Bump DLL version to 3.1.4
 2020-02-17 12:57 UTC 

[newlib-cygwin] Cygwin: console: Fix code for restoring console mode
 2020-02-17 12:57 UTC 

[newlib-cygwin] Created tag cygwin-3_1_3-release
 2020-02-17 12:31 UTC 

[newlib-cygwin] Cygwin: console: Change timing of set/unset xterm compatible mode
 2020-02-17 12:21 UTC 

[newlib-cygwin] Cygwin: pty: Add error handling in setup_pseudoconsole()
 2020-02-11 11:50 UTC 

[newlib-cygwin] Cygwin: pty: Prevent potential errno overwriting
 2020-02-10 15:07 UTC 

[newlib-cygwin] Cygwin: pty: Remove debug codes and organize related codes
 2020-02-10 10:04 UTC 

[newlib-cygwin] Cygwin: pty: Add missing member initialization for struct pipe_reply
 2020-02-10 10:04 UTC 

[newlib-cygwin] Cygwin: pty: Fix state mismatch caused in mintty
 2020-02-10 10:04 UTC 

[newlib-cygwin] Cygwin: pty: Inherit typeahead data between two input pipes
 2020-02-10 10:04 UTC 

[newlib-cygwin] Cygwin: pty: Define mask_switch_to_pcon_in() in fhandler_tty.cc
 2020-02-10 10:04 UTC 

[newlib-cygwin] Cygwin: pty: Avoid screen distortion on slave read
 2020-02-10 10:04 UTC 

[newlib-cygwin] Cygwin: pty: Use pinfo() rather than kill() with signal 0
 2020-02-06 19:02 UTC 

[newlib-cygwin] Cygwin: pty: Remove meaningless pointer increment
 2020-02-04 16:33 UTC 

[newlib-cygwin] Cygwin: console: Revise color setting codes in legacy console mode
 2020-02-04 10:49 UTC 

[newlib-cygwin] Cygwin: fhandler_fifo.cc: add commentary
 2020-02-01 21:36 UTC 

[newlib-cygwin] Cygwin: fstat_helper: always use handle in call to get_file_attribute
 2020-01-31 12:45 UTC 

[newlib-cygwin] Cygwin: AF_LOCAL: allow opening with the O_PATH flag
 2020-01-30 14:44 UTC 

[newlib-cygwin] Cygwin: AF_LOCAL: fix fcntl and dup if O_PATH is set
 2020-01-30 14:44 UTC 

[newlib-cygwin] Cygwin: document recent changes
 2020-01-30 14:44 UTC 

[newlib-cygwin] Cygwin: AF_LOCAL: set appropriate errno on system calls
 2020-01-30 14:44 UTC 

[newlib-cygwin] Cygwin: AF_LOCAL::fstatvfs: use our handle if O_PATH is set
 2020-01-30 14:44 UTC 

[newlib-cygwin] Use remove-advertising-clause script to edit BSD licenses
 2020-01-29 18:03 UTC 

[newlib-cygwin] Cygwin: stat: fix st_mode of fifos
 2020-01-29 14:14 UTC 

[newlib-cygwin] Cygwin: remove CYGWIN=dos_file_warning option
 2020-01-29 10:41 UTC 

[newlib-cygwin] Cygwin: FIFO: fstatvfs: use our handle if O_PATH is set
 2020-01-28 19:06 UTC 

[newlib-cygwin] Cygwin: fhandler_base::fstat_fs: accomodate the O_PATH flag
 2020-01-28 19:06 UTC 

[newlib-cygwin] Cygwin: fhandler_disk_file::fstatvfs: refactor
 2020-01-28 19:06 UTC 

[newlib-cygwin] Cygwin: pty: Revise code waiting for forwarding again
 2020-01-28 17:02 UTC 

[newlib-cygwin] Cygwin: symlink/mknod: fix ACL handling
 2020-01-28 17:02 UTC 

[newlib-cygwin] Cygwin: add short comments to path_conv options
 2020-01-28 17:02 UTC 

[newlib-cygwin] Cygwin: move chmod_device declaration to winsup.h
 2020-01-28 17:02 UTC 

[newlib-cygwin] Cygwin: drop __stdcall from close_all_files
 2020-01-28 17:02 UTC 

[newlib-cygwin] Cygwin: path_conv: add PC_SYM_NOFOLLOW_DIR flag
 2020-01-28 17:02 UTC 

[newlib-cygwin] Cygwin: console: Share readahead buffer within the same process
 2020-01-28 17:01 UTC 

[newlib-cygwin] Cygwin: FIFO: tweak fcntl and dup when O_PATH is set
 2020-01-24 10:27 UTC 

[newlib-cygwin] Cygwin: re-implement fhandler_fifo::open with O_PATH
 2020-01-24 10:26 UTC 

[newlib-cygwin] Cygwin: Bump DLL version to 3.1.3
 2020-01-24 10:26 UTC 

[newlib-cygwin] Cygwin: device_access_denied: return false if O_PATH is set
 2020-01-24 10:26 UTC 

[newlib-cygwin] Cygwin: pty: Remove close() call just before reopening slave
 2020-01-23 12:42 UTC 

[newlib-cygwin] fhandler_proc.cc:format_proc_cpuinfo add rdpru flag
 2020-01-23 12:42 UTC 

[newlib-cygwin] Created tag newlib-3.3.0
 2020-01-22 19:42 UTC 

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).