aboutsummaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)AuthorFilesLines
2021-11-30Cygwin: get/setrlimit: move RLIMIT_AS handling into static functionsCorinna Vinschen1-73/+84
2021-11-30Cygwin: setrlimit: Add a permission checkCorinna Vinschen1-0/+6
2021-11-30Cygwin: get_rlimit_stack: add a commentCorinna Vinschen1-0/+2
2021-11-26Cygwin: add 3.4 release messagesCorinna Vinschen2-0/+18
2021-11-26Cygwin: get/setrlimit: implement RLIMIT_ASCorinna Vinschen3-2/+96
2021-11-23Cygwin: fhandler_fifo::raw_read: handle STATUS_PENDINGKen Brown1-23/+47
2021-11-23Cygwin: fhandler_pipe::raw_read: fix handle leakKen Brown1-7/+9
2021-11-23Cygwin: Fix release note 3.3.3.Takashi Yano1-4/+0
2021-11-22Cygwin: sigproc: Fix potential race issue regarding exit_state.Takashi Yano1-8/+6
2021-11-22ldtoa: don't restrict outbuf size to ndigitsCorinna Vinschen1-0/+3
2021-11-22Cygwin: add release message for raise fixCorinna Vinschen1-0/+3
2021-11-22Cygwin: raise: align return value and error checking to LinuxCorinna Vinschen1-1/+6
2021-11-22Cygwin: raise: fix check for multithreaded processCorinna Vinschen1-1/+1
2021-11-22Cygwin: pthread_kill: check for invalid signal numberCorinna Vinschen1-0/+4
2021-11-22Cygwin: fhandler_netdrive: improve debug outputCorinna Vinschen2-4/+38
2021-11-20Cygwin: sigproc: Do not send signal to myself if exiting.Takashi Yano1-0/+5
2021-11-18Cygwin: console: Fix interference issue regarding master thread.Takashi Yano2-0/+12
2021-11-18Cygwin: pipe: Suppress unnecessary set_pipe_non_blocking() call.Takashi Yano1-3/+6
2021-11-18Cygwin: Correct the release notes 3.3.3.Takashi Yano1-0/+4
2021-11-17Cygwin: pipe: Handle STATUS_PENDING even for nonblocking mode.Takashi Yano2-43/+43
2021-11-16Cygwin: fix up cached DOS file attributes after file creationCorinna Vinschen2-24/+36
2021-11-16Revert "Cygwin: set the FILE_ATTRIBUTE_ARCHIVE DOS attribute on file creation"Corinna Vinschen4-9/+4
2021-11-16Cygwin: console: Handle Unicode surrogate pairs.Johannes Schindelin2-1/+22
2021-11-15change _COMPILING_NEWLIB to _LIBCMike Frysinger17-19/+19
2021-11-15Cygwin: set the FILE_ATTRIBUTE_ARCHIVE DOS attribute on file creationCorinna Vinschen4-4/+9
2021-11-15Cygwin: dllfixdbg: create .gnu_debuglink section in the right spotCorinna Vinschen2-1/+4
2021-11-11Cygwin: add 3.3.3 release notesCorinna Vinschen1-0/+11
2021-11-11Cygwin: introduce isabspath_strict macroCorinna Vinschen2-1/+9
2021-11-11Cygwin: drop unused isabspath_u and iswabspath macrosCorinna Vinschen1-12/+0
2021-11-11Cygwin: pipe: Fix raw_write() for non-cygwin pipe with size zero.Takashi Yano1-1/+1
2021-11-10winsup: delete old _LIBC logicMike Frysinger1-15/+0
2021-11-10Cygwin: pipe: Handle WAIT_CANCELED when waiting read_mtx.Takashi Yano1-1/+9
2021-11-08Cygwin: pipe: Avoid false EOF while reading output of C# programs.Takashi Yano2-1/+6
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