summaryrefslogtreecommitdiffstats
path: root/winsup
Commit message (Expand)AuthorAgeFilesLines
* Move getentropy/getrandom into own fileCorinna Vinschen2017-01-193-57/+71
* Fix copy/paste buglet in commentCorinna Vinschen2017-01-191-1/+1
* Add release message for commit 4652cc4Corinna Vinschen2017-01-191-0/+3
* Handle Alt+Numpad key sequences in console input and selectCorinna Vinschen2017-01-192-3/+35
* Add release message for commit 688d943Corinna Vinschen2017-01-141-0/+4
* Always try to write complete incoming buffer on pipes and fifosCorinna Vinschen2017-01-141-1/+1
* Add release message for commit 6ed4753Corinna Vinschen2017-01-121-1/+2
* rename: Refactor "new file already exists and rename fails" caseCorinna Vinschen2017-01-121-20/+27
* FAST_CWD: adjust the initial search scopeJohannes Schindelin2017-01-121-2/+2
* Fix formatting in pinfo.ccCorinna Vinschen2017-01-101-7/+8
* Document latest Cygwin changesCorinna Vinschen2017-01-102-0/+18
* Add Erik Bray to Cygwin CONTRIBUTORSCorinna Vinschen2017-01-101-0/+1
* Add a /proc/<pid>/environ proc file handler, analogous to /proc/<pid>/cmdline.Erik M. Bray2017-01-101-0/+22
* Add a _pinfo.environ() method analogous to _pinfo.cmdline(), and others.Erik M. Bray2017-01-102-3/+84
* Move the core environment parsing of environ_init into a new win32env_to_cyge...Erik M. Bray2017-01-102-35/+51
* Return the correct value for getsockopt(SO_REUSEADDR) after setting setsockop...Erik M. Bray2017-01-091-0/+8
* Don't free statically allocated sys_privsCorinna Vinschen2017-01-091-2/+2
* Export getentropy and getrandom callsCorinna Vinschen2016-12-165-6/+96
* Fix some broken links in Cygwin FAQJon Turney2016-12-154-11/+7
* Define RtlGenRandom correctly in ntsecapi.h wrapperCorinna Vinschen2016-12-145-6/+29
* Rearrange RNG code slightlyCorinna Vinschen2016-12-134-34/+52
* Cygwin: Add release messages for last two checkinsCorinna Vinschen2016-12-131-0/+7
* Fix incorrect path conversion on non-existent files on network sharesCorinna Vinschen2016-12-131-0/+7
* Check for .exe file in cygwin_conv_pathCorinna Vinschen2016-12-131-2/+2
* Cygwin 2.6.1: Add missing release textCorinna Vinschen2016-12-061-4/+16
* path_conv: When encountering a ".(/)+" sequence, skip *all* slashesCorinna Vinschen2016-11-281-1/+6
* regex: Fix typo in CHaddrangeCorinna Vinschen2016-11-241-1/+1
* cygutils: Fix resource leak in get_short_pathsCorinna Vinschen2016-11-241-0/+1
* Fix typo in kill(1)Corinna Vinschen2016-11-241-1/+1
* _pinfo::set_ctty: Check potential NULL pointer in debug_printf statementCorinna Vinschen2016-11-241-1/+1
* Eliminate unused parameter from path_conv::eq_workerCorinna Vinschen2016-11-241-12/+4
* Remove redundant check for NULL pointer in cygwin_exception::dump_exceptionCorinna Vinschen2016-11-241-7/+4
* Fix copy/paste typo in fhandler_console::scroll_buffer_screenCorinna Vinschen2016-11-241-1/+1
* Don't allow sending invalid signals from user spaceCorinna Vinschen2016-11-241-12/+22
* raise: Add missing extern "C"Corinna Vinschen2016-11-241-1/+1
* login_tty: Rewrite following FreeBSD's tracesCorinna Vinschen2016-11-241-15/+8
* fcwd_access_t: Add missing breaks in f_cwd pointer computationCorinna Vinschen2016-11-241-0/+3
* Add comments to intentional switch fallthroughsCorinna Vinschen2016-11-243-0/+7
* Add length check creating domain\group stringsCorinna Vinschen2016-11-241-6/+6
* Provide <memory.h>Sebastian Huber2016-11-221-15/+0
* Move pthread types to <sys/_pthreadtypes.h>Sebastian Huber2016-11-172-46/+59
* Add release note for commit 8a32c24Corinna Vinschen2016-11-171-0/+3
* Use allocation granularity as the 'page_size' in /proc/<pid>/status as well, ...Erik M. Bray2016-11-161-1/+1
* statm should report memory as multiples of allocation_granularity instead of ...Erik M. Bray2016-11-161-1/+5
* Fix ShellExecuteW commentCorinna Vinschen2016-10-241-4/+3
* pldd: Fix resource leak and missing check if fopen failedCorinna Vinschen2016-10-231-0/+4
* passwd: Fix potential buffer overflowCorinna Vinschen2016-10-231-1/+2
* mkgroup/mkpasswd: Fix potential buffer overwrite in corner caseCorinna Vinschen2016-10-232-9/+15
* getfacl: Don't trust length of incoming user/groupnameCorinna Vinschen2016-10-231-2/+2
* tzset: Fix array length given to GetGeoInfoWCorinna Vinschen2016-10-231-1/+1