public inbox for cygwin-cvs@sourceware.org
help / color / mirror / Atom feed
[newlib-cygwin] Cygwin: pipe: Fix error handling in fhandler_pip::create()
2021-09-16 15:41 UTC
[newlib-cygwin] Cygwin: close_all_files: Do not duplicate stderr for write pipe
2021-09-16 15:41 UTC
[newlib-cygwin] Cygwin: select: check for negative return from pipe_data_available
2021-09-16 12:56 UTC
[newlib-cygwin] Cygwin: pipes: don't call NtQueryInformationFile on read side of pipes
2021-09-15 13:42 UTC
[newlib-cygwin] Cygwin: drop useless method fhandler_base::has_ongoing_io
2021-09-15 12:18 UTC
[newlib-cygwin] Cygwin: pipe: Do not call PeekNamedPipe() if it is not necessary
2021-09-15 9:56 UTC
[newlib-cygwin] Cygwin: document the recent pipe changes
2021-09-14 18:59 UTC
[newlib-cygwin] Cygwin: pipe: Fix handling of EPIPE and SIGPIPE in raw_write()
2021-09-14 15:08 UTC
[newlib-cygwin] Cygwin: pipe, fifo: Release select_sem semaphore as much as needed
2021-09-14 15:08 UTC
[newlib-cygwin] Cygwin: pipe: Use read pipe handle for select() on write pipe
2021-09-14 15:08 UTC
[newlib-cygwin] Cygwin: pipe, fifo: Call set_no_inheritance() for adjunct handles
2021-09-14 15:08 UTC
[newlib-cygwin] Cygwin: fhandler_base::dup Reflect O_CLOEXEC to inheritance flag
2021-09-14 15:08 UTC
[newlib-cygwin] Cygwin: pipes: do not duplicate sec_none{_nih} locally when creating objects
2021-09-14 15:07 UTC
[newlib-cygwin] Cygwin: fix inheritence of select_sem on write side of pipe
2021-09-14 15:07 UTC
[newlib-cygwin] Cygwin: pipe: Fix deadlock if pipe is created by non-cygwin app
2021-09-14 15:07 UTC
[newlib-cygwin] Cygwin: fifo: Utilize select_sem for fifo as well as pipe
2021-09-14 15:07 UTC
[newlib-cygwin] Cygwin: pipes: always signal select_sem if any bytes are read or written
2021-09-14 15:07 UTC
[newlib-cygwin] Cygwin: pipe: Fix notification timing of select_sem
2021-09-14 15:07 UTC
[newlib-cygwin] Cygwin: select: Introduce select_sem semaphore for pipe
2021-09-14 15:07 UTC
[newlib-cygwin] Revert "Cygwin: select: Improve select/poll response."
2021-09-14 15:07 UTC
[newlib-cygwin] Cygwin: set buffer size for pipes created by non-Cygwin processes
2021-09-14 15:07 UTC
[newlib-cygwin] Cygwin: pipes: drop "tiny pipe" handling
2021-09-14 15:07 UTC
[newlib-cygwin] Cygwin: pipes: handle signals and thread cancellation in blocking mode only
2021-09-14 15:07 UTC
[newlib-cygwin] Cygwin: pipes: always terminate async IO in blocking mode
2021-09-14 15:06 UTC
[newlib-cygwin] Cygwin: pipes: cancel async IO if thread cancellation is in progress
2021-09-14 15:06 UTC
[newlib-cygwin] Cygwin: pipe: Stop counting reader and read all available data
2021-09-14 15:06 UTC
[newlib-cygwin] Cygwin: new class fhandler_pipe_fifo
2021-09-14 15:06 UTC
[newlib-cygwin] Cygwin: FIFO: open pipes with FILE_READ_ATTRIBUTES access
2021-09-14 15:06 UTC
[newlib-cygwin] Cygwin: pipes: minor code cleanup
2021-09-14 15:06 UTC
[newlib-cygwin] Cygwin: pipes: nt_create: set read handle to NULL in error case
2021-09-14 15:06 UTC
[newlib-cygwin] Cygwin: pipes: call nt_create with handle references
2021-09-14 15:06 UTC
[newlib-cygwin] Cygwin: pipes: workaround unrelibale system info
2021-09-14 15:06 UTC
[newlib-cygwin] Cygwin: pipes: fix POSIX requirement for non-blocking pipe writes
2021-09-14 15:06 UTC
[newlib-cygwin] Cygwin: pipes: create pipes with synchronization enabled
2021-09-14 15:06 UTC
[newlib-cygwin] Cygwin: pipes: use NtClose when file has been opened with an NtXxx function
2021-09-14 15:06 UTC
[newlib-cygwin] Cygwin: pipes: always close read side pipe handle in error case
2021-09-14 15:05 UTC
[newlib-cygwin] Cygwin: pipes: fix a bug in raw_write
2021-09-14 15:05 UTC
[newlib-cygwin] Cygwin: move get_obj_handle_count() to miscfuncs.cc
2021-09-14 15:05 UTC
[newlib-cygwin] Cygwin: _pipe: add a comment
2021-09-14 15:05 UTC
[newlib-cygwin] Revert "Cygwin: fhandler_pipe.cc:nt_select: fix flags"
2021-09-14 15:05 UTC
[newlib-cygwin] Revert "Cygwin: fhandler_pipe.cc:nt_select: fix flags again"
2021-09-14 15:05 UTC
[newlib-cygwin] Cygwin: fhandler_pipe.cc:nt_select: fix flags again
2021-09-14 15:05 UTC
[newlib-cygwin] Cygwin: fhandler_pipe.cc:nt_select: fix flags
2021-09-14 15:05 UTC
[newlib-cygwin] Revert "Cygwin: pipe: Revert to create() rather than nt_create()."
2021-09-14 15:05 UTC
[newlib-cygwin] Cygwin: pipe: Revert to create() rather than nt_create()
2021-09-14 15:05 UTC
[newlib-cygwin] Cygwin: select: Improve select/poll response
2021-09-14 15:05 UTC
[newlib-cygwin] Cygwin: add fhandler_base::npfs_handle
2021-09-14 15:05 UTC
[newlib-cygwin] Cygwin: remove the fhandler_base_overlapped class
2021-09-14 15:04 UTC
[newlib-cygwin] Cygwin: fhandler_pipe: fix permission problem
2021-09-14 15:04 UTC
[newlib-cygwin] Cygwin: fhandler_pipe: control blocking mode of the Windows pipe
2021-09-14 15:04 UTC
[newlib-cygwin] Cygwin: fhandler_pipe: add raw_read and raw_write
2021-09-14 15:04 UTC
[newlib-cygwin] Cygwin: fhandler_pipe: derive from fhandler_base
2021-09-14 15:04 UTC
[newlib-cygwin] Cygwin: fix initializing MEM_EXTENDED_PARAMETER, take 2
2021-09-08 8:17 UTC
[newlib-cygwin] Cygwin: pty: Fix error handling of master write()
2021-09-07 18:22 UTC
[newlib-cygwin] Cygwin: fix initializing MEM_EXTENDED_PARAMETER
2021-09-06 18:29 UTC
[newlib-cygwin] Cygwin: fix declaration of RtlInitEmptyUnicodeString
2021-09-03 11:21 UTC
[newlib-cygwin] Cygwin: testsuite: avoid "conflicting types" gcc warning
2021-09-03 10:16 UTC
[newlib-cygwin] Cygwin: dup: fix handle inheritence for disk file pread/pwrite handle
2021-08-30 19:57 UTC
[newlib-cygwin] Cygwin: loader script: add DWARF 5 sections
2021-08-27 12:34 UTC
[newlib-cygwin] Cygwin: Allow using CFLAGS also for C++ files
2021-08-26 20:22 UTC
[newlib-cygwin] Cygwin: workaround a g++ 11.2 initialization bug
2021-08-26 20:22 UTC
[newlib-cygwin] Cygwin: dumper: fix up GCC pragma for g++ 11.2
2021-08-26 20:22 UTC
[newlib-cygwin] Cygwin: C++17: register keyword is deprecated
2021-08-26 20:22 UTC
[newlib-cygwin] fix race condition in List_insert
2021-08-24 7:56 UTC
[newlib-cygwin] Cygwin: fhandler_procsys::readdir: fix NtQueryDirectoryObject usage
2021-08-19 19:17 UTC
[newlib-cygwin] Cygwin: fix all usages of NtQueryDirectoryObject
2021-08-19 14:44 UTC
[newlib-cygwin] Cygwin: return better inode numbers for block device entries in /proc/sys
2021-08-19 14:12 UTC
[newlib-cygwin] Cygwin: More profiler format + small issue fixes
2021-08-03 8:07 UTC
[newlib-cygwin] Cygwin: Make gmondump conform to its doc + adjust doc
2021-08-03 8:03 UTC
[newlib-cygwin] Cygwin: export new sig2str/str2sig
2021-08-02 11:57 UTC
[newlib-cygwin] Cygwin: clarify importance of new GNU-specifc API
2021-08-02 11:57 UTC
[newlib-cygwin] Cygwin: Add winsymlinks:sys
2021-07-30 14:49 UTC
[newlib-cygwin] Cygwin: Rename WSYM_sysfile to WSYM_default
2021-07-30 14:49 UTC
[newlib-cygwin] Cygwin: add release msg for previous getaddrinfo patch
2021-07-30 10:43 UTC
[newlib-cygwin] Cygwin: getaddrinfo: return valid ai_socktype and ai_protocol values
2021-07-30 10:40 UTC
[newlib-cygwin] Cygwin: bump API minor and set DLL version to 3.3.0
2021-07-29 15:46 UTC
[newlib-cygwin] Cygwin: implement pthread_rwlock_clockrdlock/pthread_rwlock_clockwrlock
2021-07-29 15:46 UTC
[newlib-cygwin] Cygwin: pthread.h: clean namespace
2021-07-29 15:46 UTC
[newlib-cygwin] Cygwin: implement pthread_mutex_clocklock
2021-07-29 15:45 UTC
[newlib-cygwin] Cygwin: implement pthread_cond_clockwait
2021-07-29 15:45 UTC
[newlib-cygwin] Cygwin: implement sem_clockwait
2021-07-29 15:45 UTC
[newlib-cygwin] Cygwin: semaphore.h: clean namespace
2021-07-29 15:45 UTC
[newlib-cygwin] Cygwin: utils: refresh tzmap.h
2021-07-29 8:21 UTC
[newlib-cygwin] Cygwin: utils: tzmap-from-unicode.org: enforce sorting order for LANG=C
2021-07-29 8:21 UTC
[newlib-cygwin] Cygwin: Convert gmondump and profiler synopses to <cmdsynopsis>
2021-07-28 14:21 UTC
[newlib-cygwin] Cygwin: document getifaddrs fixes
2021-07-28 11:45 UTC
[newlib-cygwin] Cygwin: getifaddrs: don't return a zero IPv4 address
2021-07-28 11:45 UTC
[newlib-cygwin] Cygwin: getifaddrs: fix address family for IPv6 netmasks
2021-07-28 11:45 UTC
[newlib-cygwin] Ensure nanosleep(2) never returns negative rem
2021-07-22 7:58 UTC
[newlib-cygwin] Cygwin: profiler: Fix formatting warnings
2021-07-21 8:07 UTC
[newlib-cygwin] Cygwin: updates to wire in profiler, gmondump
2021-07-19 14:23 UTC
[newlib-cygwin] Cygwin: New tool: gmondump
2021-07-19 14:23 UTC
[newlib-cygwin] Cygwin: New tool: profiler
2021-07-19 14:23 UTC
[newlib-cygwin] Cygwin: cfsetspeed: allow speed to be a numerical baud rate
2021-07-12 20:26 UTC
[newlib-cygwin] Cygwin: Define PSAPI_VERSION as 1 before including psapi.h
2021-07-09 12:25 UTC
[newlib-cygwin] Cygwin: Use cmdsynopsis element in utils documentation
2021-07-09 12:25 UTC
[newlib-cygwin] Cygwin: Various minor fixes to utils documentation
2021-07-09 12:25 UTC
[newlib-cygwin] tty/pty: support TIOCSWINSZ pixel-size-only change notification
2021-07-07 11:39 UTC
[newlib-cygwin] Cygwin: respect PC_SYM_FOLLOW and PC_SYM_NOFOLLOW_REP with inner links
2021-07-07 8:47 UTC
[newlib-cygwin] Revert "Cygwin: Handle virtual drives as non-symlinks"
2021-07-06 14:57 UTC
[newlib-cygwin] format_proc_cpuinfo: add Linux 5.13 AMD/Hygon rapl
2021-07-06 14:06 UTC
[newlib-cygwin] Cygwin: console: Fix garbled input for non-ASCII chars
2021-07-06 14:05 UTC
[newlib-cygwin] Revert "Cygwin: console: Fix garbled input for non-ASCII chars."
2021-07-06 14:05 UTC
[newlib-cygwin] Cygwin: console: Fix garbled input for non-ASCII chars
2021-07-06 14:00 UTC
[newlib-cygwin] Cygwin: Zero out gmon header before use
2021-06-26 14:25 UTC
[newlib-cygwin] Cygwin: Fix a stray tab in strace documentation
2021-06-13 14:55 UTC
[newlib-cygwin] Cygwin: fhandler_mqueue::mq_open: fix typo
2021-05-26 19:22 UTC
[newlib-cygwin] Cygwin: utils: enable -idirafter to fetch Cygwin headers from mingw sources
2021-05-26 9:04 UTC
[newlib-cygwin] Cygwin: utils: set _WIN32_WINNT and NTDDI_VERSION via Makefile
2021-05-26 9:04 UTC
[newlib-cygwin] Cygwin: set NTDDI_VERSION to enable more recent windows definitions
2021-05-26 9:04 UTC
[newlib-cygwin] Cygwin: fhandler_mqueue: add missing __reg2 for 32 bit build
2021-05-26 9:04 UTC
[newlib-cygwin] Cygwin: fhandler_mqueue: disable more methods, add fcntl
2021-05-25 21:01 UTC
[newlib-cygwin] Cygwin: fhandler_mqueue::mq_open: set all required fhandler flags
2021-05-25 21:01 UTC
[newlib-cygwin] Cygwin: disable creating directories below /dev/mqueue
2021-05-25 20:06 UTC
[newlib-cygwin] Cygwin: fhandler_mqueue: fix method declarations
2021-05-25 20:06 UTC
[newlib-cygwin] Cygwin: path_conv: fix mqueue path check
2021-05-25 20:05 UTC
[newlib-cygwin] Cygwin: cwdstuff: check if /dev exists
2021-05-25 20:05 UTC
[newlib-cygwin] Cygwin: POSIX msg queues: implement read(2)/lseek(2)
2021-05-25 18:20 UTC
[newlib-cygwin] Cygwin: POSIX msg queues: implement ioctl(2)
2021-05-25 18:20 UTC
[newlib-cygwin] Cygwin: POSIX msg queues: move all mq_* functionality into fhandler_mqueue
2021-05-25 18:20 UTC
[newlib-cygwin] Cygwin: POSIX msg queues: allocate section views top down
2021-05-25 14:56 UTC
[newlib-cygwin] Cygwin: POSIX msg queues: Implement dup
2021-05-25 14:56 UTC
[newlib-cygwin] Cygwin: POSIX msg queues: implement open/mq_open entirely in fhandler
2021-05-25 14:56 UTC
[newlib-cygwin] Cygwin: POSIX msg queues: slightly rephrase get_mqinfo
2021-05-25 14:56 UTC
[newlib-cygwin] Cygwin: POSIX msg queues: simplify mq_close
2021-05-25 14:56 UTC
[newlib-cygwin] Cygwin: get_nt_native_path: allow to append suffix
2021-05-25 14:56 UTC
[newlib-cygwin] Cygwin: POSIX msg queues: move definition of struct msg_hdr
2021-05-25 14:56 UTC
[newlib-cygwin] Cygwin: POSIX msg queues: improve error output in fixup_after_fork
2021-05-22 16:03 UTC
[newlib-cygwin] Cygwin: Ensure PSAPI_VERSION is 1 when building ldd
2021-05-22 15:07 UTC
[newlib-cygwin] Cygwin: POSIX msg queues: destroy msg queue fhandler in case of error
2021-05-21 13:34 UTC
[newlib-cygwin] Cygwin: POSIX msg queues: move handling of memory map into fhandler
2021-05-21 13:34 UTC
[newlib-cygwin] Cygwin: POSIX ipc: fix evaluation of naming rules
2021-05-21 13:34 UTC
[newlib-cygwin] Cygwin: posix_ipc.cc: fix typo
2021-05-21 13:34 UTC
[newlib-cygwin] Cygwin: POSIX msg queues: create fhandler with object name
2021-05-21 13:34 UTC
[newlib-cygwin] Cygwin: POSIX msg queues: move IPC object creation into fhandler
2021-05-21 13:34 UTC
[newlib-cygwin] Cygwin: fix formatting in mqueue_types.h
2021-05-21 13:34 UTC
[newlib-cygwin] Cygwin: POSIX msg queues: use queue name as key
2021-05-21 13:34 UTC
[newlib-cygwin] Cygwin: POSIX msg queues: Convert mqd_t to a descriptor
2021-05-21 13:33 UTC
[newlib-cygwin] Cygwin: utils: chattr: Allow to clear all attributes with '='
2021-05-21 10:57 UTC
[newlib-cygwin] Cygwin: utils: ldd: use GetFinalPathNameByHandleW
2021-05-20 21:08 UTC
[newlib-cygwin] Cygwin: utils: avoid warning when building path_testsuite-path.o
2021-05-20 20:48 UTC
[newlib-cygwin] Cygwin: utils: chattr: do not default to CWD
2021-05-20 20:40 UTC
[newlib-cygwin] Cygwin: utils: chattr: fix recursive behaviour
2021-05-20 20:40 UTC
[newlib-cygwin] Cygwin: utils: chattr: Improve option parsing, fix some messages
2021-05-20 20:39 UTC
[newlib-cygwin] Cygwin: autoload: fix case in DLL name for sanity
2021-05-20 8:26 UTC
[newlib-cygwin] Cygwin: Add missing IsWow64Process2 declaration
2021-05-20 8:26 UTC
[newlib-cygwin] Cygwin: suppress FAST_CWD warnings on ARM64
2021-05-20 7:16 UTC
[newlib-cygwin] Cygwin: Handle virtual drives as non-symlinks
2021-05-19 12:41 UTC
[newlib-cygwin] Cygwin: POSIX message queues: simplify sync object creation
2021-05-12 9:40 UTC
[newlib-cygwin] Cygwin: Use parallel make on AppVeyor
2021-05-10 15:59 UTC
[newlib-cygwin] Get rid of relative include paths in strace.cc
2021-05-10 15:59 UTC
[newlib-cygwin] Move source files used in utils/mingw/ into that subdirectory
2021-05-10 15:59 UTC
[newlib-cygwin] Unpick cygpath TESTSUITE
2021-05-10 15:59 UTC
[newlib-cygwin] Cygwin: fetch Windows directory on all platforms and use throughout
2021-05-07 21:05 UTC
[newlib-cygwin] Cygwin: path_conv: Rework handling native symlinks as inner path components
2021-05-07 21:05 UTC
[newlib-cygwin] Cygwin: revert handwritten tags/ctags target, take 2
2021-05-06 11:35 UTC
[newlib-cygwin] Cygwin: revert handwritten tags/ctags target
2021-05-06 9:20 UTC
[newlib-cygwin] Cygwin: autogen.sh: Allow running from any directory
2021-05-06 9:20 UTC
[newlib-cygwin] Cygwin: Ensure toollibdir exists before installing a link there
2021-04-30 19:07 UTC
[newlib-cygwin] format_proc_swaps: ensure space between fields for clarity
2021-04-30 19:05 UTC
[newlib-cygwin] Cygwin: mq_open: set filesize using ftruncate
2021-04-30 18:32 UTC
[newlib-cygwin] Cygwin: CI configuration update
2021-04-30 13:23 UTC
[newlib-cygwin] Cygwin: POSIX mq: avoid double calls to ipc_mutex_unlock
2021-04-30 8:36 UTC
[newlib-cygwin] Cygwin: POSIX mq: only allo priority up to MQ_PRIO_MAX - 1
2021-04-29 18:14 UTC
[newlib-cygwin] Cygwin: FAQ: building-cygwin: accomodate autoconf changes
2021-04-29 10:14 UTC
[newlib-cygwin] Cygwin: automake: change @INCLUDES@ to @AM_CPPFLAGS@ to avoid warnings
2021-04-29 9:37 UTC
[newlib-cygwin] Cygwin: automake: fix warning in terms of the `ps' target
2021-04-29 9:37 UTC
[newlib-cygwin] Cygwin: specify toollibdir toolincludedir in terms of tooldir
2021-04-29 9:37 UTC
[newlib-cygwin] Cygwin: drop all generated autotools files
2021-04-29 9:37 UTC
[newlib-cygwin] format_proc_cpuinfo: add v_spec_ctrl, bus_lock_detect
2021-04-28 10:39 UTC
[newlib-cygwin] Cygwin: tty.h: devices.h is a local header, not a system header
2021-04-28 8:22 UTC
[newlib-cygwin] Cygwin: Use automake (v5)
2021-04-27 15:51 UTC
[newlib-cygwin] Cygwin: connect: implement resetting a connected DGRAM socket
2021-04-27 14:16 UTC
[newlib-cygwin] Cygwin: connect: set connect state for DGRAM sockets
2021-04-26 13:20 UTC
[newlib-cygwin] Cygwin: pty: Add missing guard for close_pseudoconsole()
2021-04-21 15:43 UTC
[newlib-cygwin] Cygwin: pty: Fix fallback processing in setup_pseudoconsole()
2021-04-21 15:43 UTC
[newlib-cygwin] Cygwin: pty: Additional race issue fix regarding pseudo console
2021-04-21 15:43 UTC
[newlib-cygwin] Cygwin: skip native symlink check in Windows dir under WOW64
2021-04-21 15:41 UTC
[newlib-cygwin] Cygwin: add 3.2.1 release file and add fixes up to this point
2021-04-20 8:47 UTC
[newlib-cygwin] Cygwin: pty: Make rlwrap work with cmd.exe
2021-04-20 8:47 UTC
[newlib-cygwin] Cygwin: pty: Fix race issue in inheritance of pseudo console
2021-04-20 8:47 UTC
[newlib-cygwin] Cygwin: console: Fix race issue regarding cons_master_thread()
2021-04-20 8:46 UTC
[newlib-cygwin] Cygwin: console: Fix a bug in the code to fix tab position
2021-04-19 14:19 UTC
[newlib-cygwin] Cygwin: path_conv: Try to handle native symlinks more sanely
2021-04-19 12:55 UTC
[newlib-cygwin] Cygwin: take hypotl function from Mingw-w64
2021-04-19 10:47 UTC
[newlib-cygwin] Cygwin: fix fenv.h includes
2021-04-13 10:56 UTC
[newlib-cygwin] Cygwin: don't export _feinitialise from newlib
2021-04-13 10:56 UTC
[newlib-cygwin] fenv: drop Cygwin-specific implementation in favor of newlib code
2021-04-13 10:56 UTC
[newlib-cygwin] Cygwin: select: set_bits: fix return value
2021-04-07 15:47 UTC
[newlib-cygwin] Cygwin: select: Fix FD_CLOSE handling
2021-04-06 19:36 UTC
[newlib-cygwin] Cygwin: select: don't set ready for exception on socket shutdown
2021-04-06 19:35 UTC
[newlib-cygwin] Cygwin: pty: Use atexit() instead of hooking exit() for GDB
2021-04-06 10:21 UTC
[newlib-cygwin] Cygwin: pty: Use find_exec() rather than path_conv::check()
2021-04-06 10:17 UTC
[newlib-cygwin] Cygwin: fhandler: Rename handles from XXX_cyg/XXX to XXX/XXX_nat
2021-04-06 10:17 UTC
[newlib-cygwin] Cygwin: bump DLL version to 3.2.1
2021-03-29 19:00 UTC
[newlib-cygwin] Created tag 'cygwin-3_2_0-release'
2021-03-29 18:56 UTC
[newlib-cygwin] Cygwin: add "app execution aliases" treatment to release notes
2021-03-23 15:58 UTC
[newlib-cygwin] Cygwin: Treat Windows Store's "app execution aliases" as symbolic links
2021-03-23 15:58 UTC
[newlib-cygwin] Cygwin: Allow executing Windows Store's "app execution aliases"
2021-03-23 15:58 UTC
[newlib-cygwin] Cygwin: pty: Rename input/output named pipes
2021-03-23 12:19 UTC
page: next (older) | prev (newer) | 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).