aboutsummaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)AuthorFilesLines
2019-07-25Cygwin: Fix the address of myselfCorinna Vinschen2-3/+2
2019-07-25Cygwin: Don't change pgid to ctty pgid under debuggerCorinna Vinschen1-1/+5
2019-07-24Cygwin: Export newlib ndbm functionsCorinna Vinschen4-1/+25
2019-07-24Cygwin: document the last bug fixKen Brown1-0/+3
2019-07-24Cygwin: fhandler_termios::tcsetpgrp: check that argument is non-negativeKen Brown1-0/+5
2019-07-22Cygwin: fix one more check for positive virtual_ftype_t valuesKen Brown2-6/+1
2019-07-22Cygwin: change virtual_ftype_t to not rely on negative valuesCorinna Vinschen9-36/+31
2019-07-22Cygwin: fix /proc/PID/fd return value in error caseCorinna Vinschen1-2/+2
2019-07-22Cygwin: add release notes for 3.0.8Ken Brown1-0/+16
2019-07-22Cygwin: socket files are not lnk special filesKen Brown2-3/+5
2019-07-22Cygwin: remove path_conv::is_fs_device()Ken Brown1-2/+2
2019-07-22Cygwin: remove path_conv::is_auto_device()Ken Brown2-2/+1
2019-07-22Cygwin: fhandler_*: remove isdevice() and is_auto_device()Ken Brown2-4/+1
2019-07-19Cygwin: unbreak the build with GCC 7Ken Brown2-4/+15
2019-07-17Cygwin: fix GCC 8.3 'local external declaration' errorsKen Brown1-3/+2
2019-07-17Cygwin: fix GCC 8.3 'asm volatile' errorsKen Brown1-2/+2
2019-07-16Cygwin: suppress GCC 8.3 errors with -Warray-boundsKen Brown1-0/+2
2019-07-16Cygwin: avoid GCC 8.3 errors with -Werror=stringop-truncationKen Brown3-5/+5
2019-07-16Cygwin: avoid GCC 8.3 errors with -Werror=class-memaccessKen Brown4-6/+6
2019-07-12Cygwin: sigpending: don't report pending signals for other threadsCorinna Vinschen2-2/+10
2019-07-12Cygwin: return full sigset_t from sig_sendCorinna Vinschen5-12/+12
2019-06-28Cygwin: Fix return value of sched_getaffinityMark Geisert4-11/+31
2019-06-27sched: Move Cygwin cpuset definitions into Cygwin-specific headerCorinna Vinschen2-2/+28
2019-06-27Cygwin: honor the O_PATH flag when opening a FIFOKen Brown1-1/+10
2019-06-27Cygwin: Build cygwin-console-helper with correct compilerMark Geisert1-1/+1
2019-06-27Cygwin: Use correct string conversionMark Geisert1-2/+2
2019-06-25Cygwin: FIFO: fix a thinko in raw_writeKen Brown1-1/+0
2019-06-25Tweak release messageKen Brown1-1/+1
2019-06-25Cygwin: timerfd: avoid a deadlockKen Brown3-1/+28
2019-06-24Cygwin: Implement sched_[gs]etaffinity()Mark Geisert10-5/+366
2019-06-23Cygwin: FIFO: minor cleanupKen Brown2-7/+7
2019-06-23Cygwin: FIFO: slightly change the use of write_readyKen Brown1-1/+2
2019-06-23Cygwin: FIFO: remove fifo_client_handler::connect_evtKen Brown2-16/+15
2019-06-23Cygwin: FIFO: simplify raw_readKen Brown1-19/+31
2019-06-23Cygwin: FIFO: improve termination of the listen_client threadKen Brown2-15/+55
2019-06-23Cygwin: FIFO: avoid deadlock when closingKen Brown1-0/+3
2019-06-23Cygwin: FIFO: clean up locksKen Brown1-8/+17
2019-06-23Cygwin: FIFO: add some error checkingKen Brown2-4/+11
2019-06-23Cygwin: FIFO: fix signal handling in raw_read and raw_writeKen Brown1-31/+54
2019-06-14Rename <xlocale.h> back to <sys/_locale.h>Corinna Vinschen3-1/+10
2019-06-11Revert "Cygwin: fork: Remember child not before success."Ken Brown1-16/+15
2019-06-05Cygwin: map beyond EOF on 64 bit and WOW64 as wellCorinna Vinschen1-11/+24
2019-06-05mkdir: always check-for-existenceBen Wijen1-1/+3
2019-06-04cygcheck: expand common_apps listYaakov Selkowitz1-1/+16
2019-06-04Cygwin: Allow accessing 48 bit address space in Windows 8.1 or laterCorinna Vinschen4-5/+20
2019-06-03Cygwin: fork: Remember child not before success.Michael Haubenwallner1-15/+16
2019-06-03Cygwin: fork: Always pause child after fixups.Michael Haubenwallner1-10/+9
2019-06-03Cygwin: dll_list: no recursive use of nt_max_path_bufMichael Haubenwallner1-4/+9
2019-06-03Cygwin: dll_list: stat_real_file_once with ntnameMichael Haubenwallner2-34/+8
2019-06-03Add support for Hygon Dhyana processorJinke Fan2-2/+4