aboutsummaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)AuthorFilesLines
2020-01-29Use remove-advertising-clause script to edit BSD licensesKeith Packard18-90/+18
2020-01-29Cygwin: stat: fix st_mode of fifosCorinna Vinschen1-2/+2
2020-01-28Cygwin: remove CYGWIN=dos_file_warning optionCorinna Vinschen9-49/+14
2020-01-28Cygwin: FIFO: fstatvfs: use our handle if O_PATH is setKen Brown1-0/+8
2020-01-28Cygwin: fhandler_disk_file::fstatvfs: refactorKen Brown2-6/+17
2020-01-28Cygwin: fhandler_base::fstat_fs: accomodate the O_PATH flagKen Brown1-1/+1
2020-01-28Cygwin: symlink/mknod: fix ACL handlingCorinna Vinschen3-55/+57
2020-01-28Cygwin: path_conv: add PC_SYM_NOFOLLOW_DIR flagCorinna Vinschen2-7/+21
2020-01-28Cygwin: add short comments to path_conv optionsCorinna Vinschen1-12/+13
2020-01-28Cygwin: drop __stdcall from close_all_filesCorinna Vinschen2-2/+2
2020-01-28Cygwin: move chmod_device declaration to winsup.hCorinna Vinschen3-2/+1
2020-01-28Cygwin: pty: Revise code waiting for forwarding again.Takashi Yano4-6/+34
2020-01-28Cygwin: console: Share readahead buffer within the same process.Takashi Yano5-55/+110
2020-01-24Cygwin: FIFO: tweak fcntl and dup when O_PATH is setKen Brown1-1/+4
2020-01-24Cygwin: re-implement fhandler_fifo::open with O_PATHKen Brown1-8/+2
2020-01-24Cygwin: device_access_denied: return false if O_PATH is setKen Brown1-0/+3
2020-01-24Cygwin: Bump DLL version to 3.1.3Corinna Vinschen1-1/+1
2020-01-23fhandler_proc.cc:format_proc_cpuinfo add rdpru flagBrian Inglis1-0/+1
2020-01-23Cygwin: pty: Remove close() call just before reopening slave.Takashi Yano1-1/+0
2020-01-22add pseudo console fixes to release textnewlib-3.3.0Corinna Vinschen1-3/+9
2020-01-22Cygwin: pty: Introduce disable_pcon in environment CYGWIN.Takashi Yano4-0/+10
2020-01-22Cygwin: pty: Fix reopening slave in push_to_pcon_screenbuffer().Takashi Yano1-12/+19
2020-01-21Cygwin: pty: Revise code waiting for forwarding by master_fwd_thread.Takashi Yano3-4/+13
2020-01-20Cygwin: document recent changesKen Brown2-3/+31
2020-01-20Cygwin: fstatat, fchownat: support the AT_EMPTY_PATH flagKen Brown1-6/+41
2020-01-17Cygwin: readlinkat: allow pathname to be emptyKen Brown1-2/+17
2020-01-17Cygwin: allow opening a symlink with O_PATH | O_NOFOLLOWKen Brown1-1/+1
2020-01-17Cygwin: normalize_win32_path: allow drive without trailing backslashKen Brown2-1/+5
2020-01-17Cygwin: pty: Fix state mismatch caused in octave gui.Takashi Yano1-0/+9
2020-01-14Cygwin: pty: Set console code page only if pseudo console is enabled.Takashi Yano1-9/+12
2020-01-14Cygwin: pty: Disable FreeConsole() on close for non cygwin process.Takashi Yano3-4/+16
2020-01-14Cygwin: console: Add code to restore console mode on close.Takashi Yano1-0/+21
2020-01-14Cygwin: console: Add workaround for broken CSI3J in Win10 1809.Takashi Yano3-1/+54
2020-01-14Cygwin: console: Disable xterm mode for non cygwin process only.Takashi Yano4-30/+32
2020-01-14Cygwin: pty: Add missing CloseHandle() calls.Takashi Yano2-2/+27
2020-01-14Cygwin: pty: Fix the issue regarding open and close multiple PTYs.Takashi Yano1-4/+11
2020-01-13Cygwin: select: Speed up select() call for pty, pipe and fifo.Takashi Yano2-3/+13
2020-01-13Cygwin: console: Make suspending process work properly.Takashi Yano1-0/+2
2020-01-13Cygwin: pty: Revise the code for setting code page of pseudo console.Takashi Yano2-27/+28
2020-01-13Cygwin: pty: Remove destructor for fhandler_pty_master class.Takashi Yano2-10/+0
2020-01-13Fixed crash on wine by adding NULL check after memchrArseniy Lartsev1-0/+2
2020-01-13Cygwin: Add missing Linux #define of CPU_SETSIZEMark Geisert2-0/+6
2019-12-21Cygwin: FIFO: use FILE_PIPE_REJECT_REMOTE_CLIENTS flagKen Brown2-2/+4
2019-12-21Cygwin: add 3.1.2 release textcygwin-3_1_2-releaseCorinna Vinschen1-0/+7
2019-12-19Cygwin: pty: Fix ESC[?3h and ESC[?3l handling again.Takashi Yano1-1/+1
2019-12-18Cygwin: pty: Fix a bug regarding ESC[?3h and ESC[?3l handling.Takashi Yano1-2/+5
2019-12-18Cygwin: Bump DLL version to 3.1.2Corinna Vinschen1-1/+1
2019-12-18Cygwin: add 3.1.1 release text belatedlyCorinna Vinschen1-0/+5
2019-12-17Cygwin: autoload: Add missing GetProcessGroupAffinity/GetThreadGroupAffinitycygwin-3_1_1-releaseCorinna Vinschen1-0/+2
2019-12-16Cygwin: Bump DLL version to 3.1.1Corinna Vinschen1-1/+1