aboutsummaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)AuthorFilesLines
2021-11-04Cygwin: fix permission problem when writing DAC info on Samba sharesCorinna Vinschen2-2/+6
2021-11-04Cygwin: Add a new 3.4.0 rel notes fileCorinna Vinschen1-0/+13
2021-11-04Cygwin: add release note for rounding issueCorinna Vinschen1-0/+3
2021-11-03Cygwin: console: Prevent the exec'ed bash from exiting by Ctrl-C.Takashi Yano1-0/+8
2021-11-02Cygwin: add release noteCorinna Vinschen1-0/+5
2021-11-02Cygwin: console: Fix yet another bug on input when signalled.Takashi Yano1-1/+2
2021-11-02Cygwin: console: Fix a bug on input when signalled.Takashi Yano1-0/+4
2021-10-29Cygwin: remove unused lsaauth authentication functionCorinna Vinschen2-261/+1
2021-10-29Cygwin: remove support for Vista entirelyCorinna Vinschen7-50/+14
2021-10-29Cygwin: drop support for systems not supporting the CONSOLE LOGON SIDCorinna Vinschen3-15/+1
2021-10-29Cygwin: drop support for systems not supporting RFC 4646 localesCorinna Vinschen6-87/+20
2021-10-29Cygwin: drop support for systems not supporting processor groupsCorinna Vinschen6-171/+60
2021-10-29Cygwin: drop support for simple invisible console codeCorinna Vinschen4-46/+2
2021-10-29Cygwin: drop support for systems not supporting QueryUnbiasedInterruptTimeCorinna Vinschen3-32/+6
2021-10-29Cygwin: drop Vista WOW64 specific child process handle bugCorinna Vinschen4-39/+5
2021-10-28Cygwin: bump DLL major versioncygwin-3.4.0-devCorinna Vinschen1-2/+2
2021-10-28Cygwin: bump DLL minor versionCorinna Vinschen1-1/+1
2021-10-26Cygwin: convert malloc lock to SRWLOCKCorinna Vinschen7-9/+12
2021-10-26Cygwin: Make native clipboard layout same for 32- and 64-bitMark Geisert3-17/+78
2021-10-22Cygwin: document sig2str and str2sig in version.hKen Brown1-1/+2
2021-10-22Cygwin: drop outdated -O3 optimization for malloc and syncCorinna Vinschen1-10/+0
2021-10-21Cygwin: update cygcheck OS informationCorinna Vinschen1-2/+13
2021-10-19Cygwin: pipe: Use NtQuerySystemInformation() instead of EnumProcesses().Takashi Yano1-16/+34
2021-10-10Cygwin: pty: Fix handle leak regarding attach_mutex.Takashi Yano2-4/+4
2021-10-08Cygwin: pty: Fix master closing error regarding attach_mutex.Takashi Yano2-2/+8
2021-09-23Cygwin: pipe: Use ProcessHandleInformation if available.Takashi Yano5-9/+160
2021-09-21Cygwin: pipe: Introduce temporary query_hdl.Takashi Yano4-6/+161
2021-09-18Cygwin: pipes: remove unnecessary NULL checks for hdl_cnt_mtxKen Brown1-26/+12
2021-09-18Cygwin: make callers of open_setup check for failureKen Brown2-2/+4
2021-09-18Cygwin: fhandler_pipe::open_setup: fail on error creating mutexesKen Brown1-3/+16
2021-09-18Cygwin: allow open_setup to failKen Brown5-14/+20
2021-09-17Cygwin: statically link the tools in winsup/utils/mingwKen Brown1-0/+2
2021-09-17Cygwin: fix typos in release notesKen Brown1-2/+2
2021-09-16Cygwin: pipe, fifo: Move query_hdl and hdl_cnt_mtx to fhandler_pipe.Takashi Yano2-15/+14
2021-09-16Cygwin: pipe: Fix race issue regarding handle count.Takashi Yano2-6/+60
2021-09-16Cygwin: pipe: Fix error handling in fhandler_pip::create().Takashi Yano2-54/+48
2021-09-16Cygwin: close_all_files: Do not duplicate stderr for write pipe.Takashi Yano1-1/+1
2021-09-16Cygwin: select: check for negative return from pipe_data_availableKen Brown1-7/+15
2021-09-15Cygwin: pipes: don't call NtQueryInformationFile on read side of pipesCorinna Vinschen1-0/+8
2021-09-15Cygwin: drop useless method fhandler_base::has_ongoing_ioCorinna Vinschen2-4/+0
2021-09-15Cygwin: pipe: Do not call PeekNamedPipe() if it is not necessary.Takashi Yano1-8/+6
2021-09-14Cygwin: document the recent pipe changesKen Brown2-0/+9
2021-09-14Cygwin: pipe: Fix handling of EPIPE and SIGPIPE in raw_write().Takashi Yano1-1/+9
2021-09-14Cygwin: pipe, fifo: Release select_sem semaphore as much as needed.Takashi Yano3-13/+47
2021-09-14Cygwin: pipe: Use read pipe handle for select() on write pipe.Takashi Yano4-36/+133
2021-09-14Cygwin: pipe, fifo: Call set_no_inheritance() for adjunct handles.Takashi Yano3-0/+13
2021-09-14Cygwin: fhandler_base::dup Reflect O_CLOEXEC to inheritance flag.Takashi Yano1-2/+2
2021-09-13Cygwin: pipes: do not duplicate sec_none{_nih} locally when creating objectsCorinna Vinschen1-7/+3
2021-09-13Cygwin: fix inheritence of select_sem on write side of pipeCorinna Vinschen1-1/+1
2021-09-13Cygwin: pipe: Fix deadlock if pipe is created by non-cygwin app.Takashi Yano2-0/+14