Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)Author
2017-01-20Add release message for commit ca3e3bcCorinna Vinschen
2017-01-19Cleanup fhandler_console::read for readabilityCorinna Vinschen
2017-01-19miscfuncs.cc: Revert exclusion of inclusion of exception.hCorinna Vinschen
2017-01-19Simplify check for Alt-NumpadCorinna Vinschen
2017-01-19miscfuncs.h: Drop now unneeded getentropy declarationCorinna Vinschen
2017-01-19miscfuncs.cc: Drop unneeded includes and unused global variableCorinna Vinschen
2017-01-19check_iovec: Change test to be more robust against invalid iovcnt valuesCorinna Vinschen
2017-01-19Don't assert on sum of iov_len overflowing an ssize_tCorinna Vinschen
2017-01-19Move string functions from miscfunc.cc to strfuncs.ccCorinna Vinschen
2017-01-19Move getentropy/getrandom into own fileCorinna Vinschen
2017-01-19Fix copy/paste buglet in commentCorinna Vinschen
2017-01-19Add release message for commit 4652cc4Corinna Vinschen
2017-01-19Handle Alt+Numpad key sequences in console input and selectCorinna Vinschen
2017-01-14Add release message for commit 688d943Corinna Vinschen
2017-01-14Always try to write complete incoming buffer on pipes and fifosCorinna Vinschen
2017-01-13Add release message for commit 6ed4753Corinna Vinschen
2017-01-13rename: Refactor "new file already exists and rename fails" caseCorinna Vinschen
2017-01-12FAST_CWD: adjust the initial search scopeJohannes Schindelin
2017-01-10Fix formatting in pinfo.ccCorinna Vinschen
2017-01-10Document latest Cygwin changesCorinna Vinschen
2017-01-10Add Erik Bray to Cygwin CONTRIBUTORSCorinna Vinschen
2017-01-10Add a /proc/<pid>/environ proc file handler, analogous to /proc/<pid>/cmdline.Erik M. Bray
2017-01-10Add a _pinfo.environ() method analogous to _pinfo.cmdline(), and others.Erik M. Bray
2017-01-10Move the core environment parsing of environ_init into a new win32env_to_cyge...Erik M. Bray
2017-01-09Return the correct value for getsockopt(SO_REUSEADDR) after setting setsockop...Erik M. Bray
2017-01-09Don't free statically allocated sys_privsCorinna Vinschen
2016-12-17Export getentropy and getrandom callsCorinna Vinschen
2016-12-15Fix some broken links in Cygwin FAQJon Turney
2016-12-14Define RtlGenRandom correctly in ntsecapi.h wrapperCorinna Vinschen
2016-12-14Rearrange RNG code slightlyCorinna Vinschen
2016-12-13Cygwin: Add release messages for last two checkinsCorinna Vinschen
2016-12-13Fix incorrect path conversion on non-existent files on network sharesCorinna Vinschen
2016-12-13Check for .exe file in cygwin_conv_pathCorinna Vinschen
2016-12-06Cygwin 2.6.1: Add missing release textCorinna Vinschen
2016-11-28path_conv: When encountering a ".(/)+" sequence, skip *all* slashesCorinna Vinschen
2016-11-24regex: Fix typo in CHaddrangeCorinna Vinschen
2016-11-24cygutils: Fix resource leak in get_short_pathsCorinna Vinschen
2016-11-24Fix typo in kill(1)Corinna Vinschen
2016-11-24_pinfo::set_ctty: Check potential NULL pointer in debug_printf statementCorinna Vinschen
2016-11-24Eliminate unused parameter from path_conv::eq_workerCorinna Vinschen
2016-11-24Remove redundant check for NULL pointer in cygwin_exception::dump_exceptionCorinna Vinschen
2016-11-24Fix copy/paste typo in fhandler_console::scroll_buffer_screenCorinna Vinschen
2016-11-24Don't allow sending invalid signals from user spaceCorinna Vinschen
2016-11-24raise: Add missing extern "C"Corinna Vinschen
2016-11-24login_tty: Rewrite following FreeBSD's tracesCorinna Vinschen
2016-11-24fcwd_access_t: Add missing breaks in f_cwd pointer computationCorinna Vinschen
2016-11-24Add comments to intentional switch fallthroughsCorinna Vinschen
2016-11-24Add length check creating domain\group stringsCorinna Vinschen
2016-11-22Provide <memory.h>Sebastian Huber
2016-11-17Move pthread types to <sys/_pthreadtypes.h>Sebastian Huber