summaryrefslogtreecommitdiffstats
path: root/winsup
Commit message (Expand)AuthorAgeFilesLines
* Cygwin: remove path_conv::is_fs_device()Ken Brown2019-07-221-2/+2
* Cygwin: remove path_conv::is_auto_device()Ken Brown2019-07-222-2/+1
* Cygwin: fhandler_*: remove isdevice() and is_auto_device()Ken Brown2019-07-222-4/+1
* Cygwin: unbreak the build with GCC 7Ken Brown2019-07-192-4/+15
* Cygwin: fix GCC 8.3 'local external declaration' errorsKen Brown2019-07-171-3/+2
* Cygwin: fix GCC 8.3 'asm volatile' errorsKen Brown2019-07-171-2/+2
* Cygwin: suppress GCC 8.3 errors with -Warray-boundsKen Brown2019-07-161-0/+2
* Cygwin: avoid GCC 8.3 errors with -Werror=stringop-truncationKen Brown2019-07-163-5/+5
* Cygwin: avoid GCC 8.3 errors with -Werror=class-memaccessKen Brown2019-07-164-6/+6
* Cygwin: sigpending: don't report pending signals for other threadsCorinna Vinschen2019-07-122-2/+10
* Cygwin: return full sigset_t from sig_sendCorinna Vinschen2019-07-125-12/+12
* Cygwin: Fix return value of sched_getaffinityMark Geisert2019-06-284-11/+31
* sched: Move Cygwin cpuset definitions into Cygwin-specific headerCorinna Vinschen2019-06-272-2/+28
* Cygwin: honor the O_PATH flag when opening a FIFOKen Brown2019-06-271-1/+10
* Cygwin: Build cygwin-console-helper with correct compilerMark Geisert2019-06-271-1/+1
* Cygwin: Use correct string conversionMark Geisert2019-06-271-2/+2
* Cygwin: FIFO: fix a thinko in raw_writeKen Brown2019-06-251-1/+0
* Tweak release messageKen Brown2019-06-251-1/+1
* Cygwin: timerfd: avoid a deadlockKen Brown2019-06-253-1/+28
* Cygwin: Implement sched_[gs]etaffinity()Mark Geisert2019-06-2410-5/+366
* Cygwin: FIFO: minor cleanupKen Brown2019-06-232-7/+7
* Cygwin: FIFO: slightly change the use of write_readyKen Brown2019-06-231-1/+2
* Cygwin: FIFO: remove fifo_client_handler::connect_evtKen Brown2019-06-232-16/+15
* Cygwin: FIFO: simplify raw_readKen Brown2019-06-231-19/+31
* Cygwin: FIFO: improve termination of the listen_client threadKen Brown2019-06-232-15/+55
* Cygwin: FIFO: avoid deadlock when closingKen Brown2019-06-231-0/+3
* Cygwin: FIFO: clean up locksKen Brown2019-06-231-8/+17
* Cygwin: FIFO: add some error checkingKen Brown2019-06-232-4/+11
* Cygwin: FIFO: fix signal handling in raw_read and raw_writeKen Brown2019-06-231-31/+54
* Rename <xlocale.h> back to <sys/_locale.h>Corinna Vinschen2019-06-143-1/+10
* Revert "Cygwin: fork: Remember child not before success."Ken Brown2019-06-111-16/+15
* Cygwin: map beyond EOF on 64 bit and WOW64 as wellCorinna Vinschen2019-06-051-11/+24
* mkdir: always check-for-existenceBen Wijen2019-06-051-1/+3
* cygcheck: expand common_apps listYaakov Selkowitz2019-06-041-1/+16
* Cygwin: Allow accessing 48 bit address space in Windows 8.1 or laterCorinna Vinschen2019-06-044-5/+20
* Cygwin: fork: Remember child not before success.Michael Haubenwallner2019-06-031-15/+16
* Cygwin: fork: Always pause child after fixups.Michael Haubenwallner2019-06-031-10/+9
* Cygwin: dll_list: no recursive use of nt_max_path_bufMichael Haubenwallner2019-06-031-4/+9
* Cygwin: dll_list: stat_real_file_once with ntnameMichael Haubenwallner2019-06-032-34/+8
* Add support for Hygon Dhyana processorJinke Fan2019-06-032-2/+4
* Cygwin: FIFO: respect the O_CLOEXEC flagKen Brown2019-05-281-2/+3
* Cygwin: FIFO: Open only one handle to NPFSKen Brown2019-05-231-1/+1
* Cygwin: FIFO: code simplifications.Ken Brown2019-05-091-11/+2
* Cygwin: FIFO: make read_ready an auto-reset eventKen Brown2019-05-091-1/+1
* Cygwin: FIFO: improve the check for the listen_client threadKen Brown2019-05-092-2/+33
* Cygwin: FIFO: set client handler flags more accuratelyKen Brown2019-05-091-1/+3
* Cygwin: FIFO: don't leave a pending listen requestKen Brown2019-05-092-53/+59
* Cygwin: FIFO: add a HANDLE parameter to open_pipeKen Brown2019-05-092-9/+9
* Cygwin: FIFO: re-implement duplexersKen Brown2019-05-092-34/+11
* Cygwin: FIFO: add 'record_connection' methodKen Brown2019-05-092-9/+15