public inbox for cygwin-cvs@sourceware.org
help / color / mirror / Atom feed
[newlib-cygwin] Cygwin: document last bug fix
 2020-09-08 19:17 UTC 

[newlib-cygwin] Cygwin: path_conv::check: handle error from fhandler_process::exists
 2020-09-08 19:17 UTC 

[newlib-cygwin] Cygwin: format_process_fd: add directory check
 2020-09-08 19:17 UTC 

[newlib-cygwin(refs/meta/config)] disable commit msg restriction to ISO-8859-15
 2020-09-08 18:28 UTC 

[newlib-cygwin] Cygwin: pty: move codepage evaluation to nlsfuncs.cc
 2020-09-08  8:36 UTC 

[newlib-cygwin] Cygwin: drop internal O_NOSYMLINK and O_DIROPEN flags
 2020-09-07 20:46 UTC 

[newlib-cygwin] Cygwin: create install dir for libs
 2020-09-04 12:54 UTC 

[newlib-cygwin] Cygwin: libpthread: Export C11 thread symbols from libpthread.a as well
 2020-09-01 10:53 UTC 

[newlib-cygwin] Cygwin: mtx_init: drop glibc workaround
 2020-09-01 10:53 UTC 

[newlib-cygwin] Cygwin: pty: Fix a bug in the code removing set window title sequence
 2020-08-31 14:48 UTC 

[newlib-cygwin] Cygwin: pty: Disable pseudo console if TERM does not have CSI6n
 2020-08-31 10:09 UTC 

[newlib-cygwin] Cygwin: Remove waitloop argument from try_to_debug()
 2020-08-30 15:27 UTC 

[newlib-cygwin] Cygwin: sigproc.cc: add comment
 2020-08-30 13:33 UTC 

[newlib-cygwin] Cygwin: Add modfl fix to release notes
 2020-08-30 12:30 UTC 

[newlib-cygwin] Cygwin: crt: Add "volatile" to all inline assembly snippets under math
 2020-08-30 12:30 UTC 

[newlib-cygwin] Cygwin: math/modfl.c: Fix segment faults in modfl()
 2020-08-30 12:30 UTC 

[newlib-cygwin] Cygwin: Add Cygwin 3.2 release info
 2020-08-30 12:30 UTC 

[newlib-cygwin] Cygwin: Add C11 threads API
 2020-08-30 12:30 UTC 

[newlib-cygwin] Cygwin: make pthread_yield available for internal usage
 2020-08-30 12:30 UTC 

[newlib-cygwin] Cygwin: pthread_yield: Add BSD visibility
 2020-08-30 12:29 UTC 

[newlib-cygwin] Cygwin: pthreads: iterate over key destructors per POSIX
 2020-08-30 12:29 UTC 

[newlib-cygwin] Cygwin: Remove .drone.yml
 2020-08-29 14:42 UTC 

[newlib-cygwin] Cygwin: Add github action to cross-build on Fedora
 2020-08-29 14:42 UTC 

[newlib-cygwin] Cygwin: Add .appveyor.yml
 2020-08-29 14:42 UTC 

[newlib-cygwin] Cygwin: sigproc: Fix a thinko in array size
 2020-08-28 17:38 UTC 

[newlib-cygwin] Cygwin: sigproc: Eliminate redundant copying of chld_procs
 2020-08-28 17:38 UTC 

[newlib-cygwin] Cygwin: sigproc: fix minor formatting issue
 2020-08-28 13:40 UTC 

[newlib-cygwin] Cygwin: select: Fix a bug on closing pi->bye event
 2020-08-28 13:25 UTC 

[newlib-cygwin] Cygwin: sigproc: Allow more child processes per process
 2020-08-28 13:24 UTC 

[newlib-cygwin] Cygwin: drop PROC_DETACHED_CHILD flag
 2020-08-28 13:23 UTC 

[newlib-cygwin] Cygwin: sigproc: drop __stdcall
 2020-08-28 13:23 UTC 

[newlib-cygwin] Cygwin: sigproc: return int from remove_proc
 2020-08-28 13:23 UTC 

[newlib-cygwin] Cygwin: fix up proc_subproc flags and matching pinfo methods
 2020-08-28 13:23 UTC 

[newlib-cygwin] Cygwin: fhandler_fifo::delete_client_handler: improve efficiency
 2020-08-27 11:14 UTC 

[newlib-cygwin] winsup/doc/faq-api.xml(faq.api.timezone): explain time zone updates
 2020-08-27  8:54 UTC 

[newlib-cygwin] Cygwin: console: Replace WriteConsoleA() with WriteConsoleW()
 2020-08-27  8:53 UTC 

[newlib-cygwin] winsup/doc/faq-api.xml, -programming.xml: change Win32 to Windows/API
 2020-08-26  8:08 UTC 

[newlib-cygwin] winsup/doc/faq-setup.xml, faq-using.xml: update setup FAQ
 2020-08-26  8:08 UTC 

[newlib-cygwin] Cygwin: cwdstuff::get: clean up debug_printf output
 2020-08-24 12:31 UTC 

[newlib-cygwin] Cygwin: pty: Implement new pseudo console support
 2020-08-22 11:44 UTC 

[newlib-cygwin] Cygwin: bump version to 3.2.0
 2020-08-22 11:44 UTC 

[newlib-cygwin] Created tag 'cygwin-3_1_7-release'
 2020-08-22 11:44 UTC 

[newlib-cygwin] Cygwin: strace: ignore GCC exceptions
 2020-08-20 17:48 UTC 

[newlib-cygwin] Cygwin: add header defining GCC exception codes
 2020-08-20 17:47 UTC 

[newlib-cygwin] Cygwin: main exception handler (64-bit): continue GCC exceptions
 2020-08-18 11:05 UTC 

[newlib-cygwin] Cygwin: pty: Change the timing of set_locale() call again
 2020-08-17  9:16 UTC 

[newlib-cygwin] Cygwin: pty: Change the timing of setup_locale() call
 2020-08-13  8:21 UTC 

[newlib-cygwin] Cygwin: pty: Add a workaround for issue of starting a lot of mintty
 2020-08-11 10:20 UTC 

[newlib-cygwin] Cygwin: cygserver: build with -Wimplicit-fallthrough=5
 2020-08-07 17:40 UTC 

[newlib-cygwin] Cygwin: Use documented QueryWorkingSetEx() in dumper
 2020-08-07 14:09 UTC 

[newlib-cygwin] Cygwin: cygserver: build with -Wimplicit-fallthrough=4 -Werror
 2020-08-07 13:16 UTC 

[newlib-cygwin] Cygwin: utils: build with -Wimplicit-fallthrough=4 -Werror
 2020-08-07 13:16 UTC 

[newlib-cygwin] Cygwin: utils: convert usage() to proper noreturn function throughout
 2020-08-07 13:16 UTC 

[newlib-cygwin] Cygwin: utils: cygcheck: avoid GCC warning concatenating strings
 2020-08-07 13:16 UTC 

[newlib-cygwin] Cygwin: utils: refresh tzmap
 2020-08-07 13:16 UTC 

[newlib-cygwin] Cygwin: Add 'fallthrough' pseudo keyword for switch/case use
 2020-08-05 20:43 UTC 

[newlib-cygwin] Cygwin: Fix missing breaks in switch statement
 2020-08-05 20:42 UTC 

[newlib-cygwin] Cygwin: FIFO: add a third pass to raw_read
 2020-08-04 15:29 UTC 

[newlib-cygwin] Cygwin: FIFO: fix indentation
 2020-08-04 15:29 UTC 

[newlib-cygwin] Cygwin: FIFO: synchronize the fifo_reader and fifosel threads
 2020-08-04 15:29 UTC 

[newlib-cygwin] Cygwin: FIFO: don't read from pipes that are closing
 2020-08-04 15:29 UTC 

[newlib-cygwin] Cygwin: FIFO: reorganize some fifo_client_handler methods
 2020-08-04 15:29 UTC 

[newlib-cygwin] Cygwin: FIFO: add a timeout to take_ownership
 2020-08-04 15:29 UTC 

[newlib-cygwin] Cygwin: FIFO: fix timing issue with owner change
 2020-08-04 15:29 UTC 

[newlib-cygwin] Cygwin: FIFO: lock fixes
 2020-08-04 15:29 UTC 

[newlib-cygwin] fhandler_proc.cc(format_proc_cpuinfo): use _small_sprintf %X for microcode
 2020-08-04  8:12 UTC 

[newlib-cygwin] fhandler_proc.cc(format_proc_cpuinfo): add SERIALIZE instruction flag
 2020-08-04  8:12 UTC 

[newlib-cygwin] Cygwin: posix_spawn: add Cygwin-specific code fixing process synchronisation
 2020-08-03 10:41 UTC 

[newlib-cygwin] Cygwin: Speed up dumper
 2020-07-31 13:01 UTC 

[newlib-cygwin] Cygwin: Remove synchronization event from dumper
 2020-07-31 13:01 UTC 

[newlib-cygwin] Cygwin: Add --nokill dumper option
 2020-07-31 13:01 UTC 

[newlib-cygwin] Cygwin: Decorate NtQueryVirtualMemory() to fix 32-bit build
 2020-07-28 12:28 UTC 

[newlib-cygwin] fhandler_proc.cc(format_proc_cpuinfo): add flags and TLB size
 2020-07-24  8:41 UTC 

[newlib-cygwin] Cygwin: mmap: Remove AT_ROUND_TO_PAGE workaround
 2020-07-22  8:51 UTC 

[newlib-cygwin] Cygwin: mmap: document recent bugfix
 2020-07-21 21:57 UTC 

[newlib-cygwin] Cygwin: Use MEMORY_WORKING_SET_EX_INFORMATION in dumper
 2020-07-21 14:20 UTC 

[newlib-cygwin] Cygwin: Don't dump non-writable image regions
 2020-07-21 14:20 UTC 

[newlib-cygwin] Cygwin: Drop excluded regions list from dumper
 2020-07-21 14:20 UTC 

[newlib-cygwin] Cygwin: Remove reading of PE for section flags from dumper
 2020-07-21 14:20 UTC 

[newlib-cygwin] Cygwin: Show details of all memory regions in dumper debug output
 2020-07-21 14:20 UTC 

[newlib-cygwin] Cygwin: mmap: constify pagesize throughout
 2020-07-20 18:46 UTC 

[newlib-cygwin] Cygwin: mmap: fix mapping beyond EOF on 64 bit
 2020-07-20 16:08 UTC 

[newlib-cygwin] Cygwin: pty: Fix a bug on redirecting something to /dev/pty*
 2020-07-20  8:07 UTC 

[newlib-cygwin] Cygwin: sockets: Rearrange check for connect failure
 2020-07-20  7:51 UTC 

[newlib-cygwin] Cygwin: FIFO: document recent fixes
 2020-07-16 20:21 UTC 

[newlib-cygwin] Cygwin: FIFO: update commentary
 2020-07-16 20:01 UTC 

[newlib-cygwin] Cygwin: FIFO: clean up
 2020-07-16 20:01 UTC 

[newlib-cygwin] Cygwin: FIFO: allow take_ownership to be interrupted
 2020-07-16 20:00 UTC 

[newlib-cygwin] Cygwin: fhandler_fifo::take_ownership: don't set event unnecessarily
 2020-07-16 20:00 UTC 

[newlib-cygwin] Cygwin: FIFO: add missing lock
 2020-07-16 20:00 UTC 

[newlib-cygwin] Cygwin: FIFO: make certain errors non-fatal
 2020-07-16 20:00 UTC 

[newlib-cygwin] Cygwin: FIFO: fix indentation
 2020-07-16 20:00 UTC 

[newlib-cygwin] Cygwin: FIFO: improve taking ownership in fifo_reader_thread
 2020-07-16 20:00 UTC 

[newlib-cygwin] Cygwin: FIFO: reduce I/O interleaving
 2020-07-16 20:00 UTC 

[newlib-cygwin] Cygwin: fhandler_fifo::hit_eof: improve reliability
 2020-07-16 20:00 UTC 

[newlib-cygwin] Cygwin: FIFO: keep a writer count in shared memory
 2020-07-16 20:00 UTC 

[newlib-cygwin] Cygwin: FIFO: fix problems finding new owner
 2020-07-16 20:00 UTC 

[newlib-cygwin] Cygwin: document previous poll/select patch
 2020-07-16  8:58 UTC 

[newlib-cygwin] Cygwin: make sure failed sockets always signal writability
 2020-07-16  8:58 UTC 

[newlib-cygwin] Cygwin: FAQ 1.6: Update "Who's behind the project?"
 2020-07-13 15:20 UTC 

[newlib-cygwin] Cygwin: FAQ 1.5: Clarify "What version is this"
 2020-07-13 15:20 UTC 

[newlib-cygwin] Cygwin: Make dumper scan more than first 4GB of VM on x86_64
 2020-07-12 14:10 UTC 

[newlib-cygwin] Cygwin: Add a new win32_pstatus data type for modules on x86_64
 2020-07-12 14:10 UTC 

[newlib-cygwin] Cygwin: Update ELF target used by dumper on x86_64
 2020-07-12 14:10 UTC 

[newlib-cygwin] Cygwin: Slightly improve error_start documentation
 2020-07-12 14:10 UTC 

[newlib-cygwin] Fix invalid acl_entry_t on 32-bit Cygwin
 2020-07-10  8:30 UTC 

[newlib-cygwin] Cygwin: convert sys_wcstombs/sys_mbstowcs wrapper to inline functions
 2020-07-10  8:30 UTC 

[newlib-cygwin] Cygwin: Bump DLL version to 3.1.7
 2020-07-09  8:42 UTC 

[newlib-cygwin] Created tag cygwin-3_1_6-release
 2020-07-09  8:13 UTC 

[newlib-cygwin] Cygwin: add microcode patch to release messages
 2020-07-09  7:55 UTC 

[newlib-cygwin] format_proc_cpuinfo: fix microcode revision shift direction
 2020-07-09  7:55 UTC 

[newlib-cygwin] fhandler_proc.cc(format_proc_cpuinfo): add microcode registry lookup values
 2020-07-09  7:55 UTC 

[newlib-cygwin] Cygwin: fix buffer overrun in cygwin_strcasecmp
 2020-07-06 11:18 UTC 

[newlib-cygwin] Cygwin: add new IPPROTO_TCP options to release notes
 2020-07-01 19:33 UTC 

[newlib-cygwin] Cygwin: tcp: Support TCP_QUICKACK
 2020-07-01 19:28 UTC 

[newlib-cygwin] Cygwin: tcp: Support TCP_USER_TIMEOUT
 2020-07-01 18:32 UTC 

[newlib-cygwin] Cygwin: tcp: Support TCP_KEEPIDLE, TCP_KEEPCNT, TCP_KEEPINTVL
 2020-07-01 18:32 UTC 

[newlib-cygwin] Cygwin: tcp: Support TCP_FASTOPEN
 2020-07-01 18:32 UTC 

[newlib-cygwin] Cygwin: tcp: fix IPPROTO_TCP option handling
 2020-07-01 18:32 UTC 

[newlib-cygwin] Cygwin: pty, termios: Unify thoughts of read ahead beffer handling
 2020-07-01  7:27 UTC 

[newlib-cygwin] Cygwin: pty: Discard CSI > Pm m sequence from native windows apps
 2020-07-01  7:27 UTC 

[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 

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).