summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Cleanup fhandler_console::read for readabilityCorinna Vinschen2017-01-191-22/+20
* miscfuncs.cc: Revert exclusion of inclusion of exception.hCorinna Vinschen2017-01-191-0/+1
* Simplify check for Alt-NumpadCorinna Vinschen2017-01-193-39/+35
* miscfuncs.h: Drop now unneeded getentropy declarationCorinna Vinschen2017-01-191-1/+0
* miscfuncs.cc: Drop unneeded includes and unused global variableCorinna Vinschen2017-01-191-12/+0
* check_iovec: Change test to be more robust against invalid iovcnt valuesCorinna Vinschen2017-01-191-1/+1
* Don't assert on sum of iov_len overflowing an ssize_tCorinna Vinschen2017-01-191-3/+3
* Move string functions from miscfunc.cc to strfuncs.ccCorinna Vinschen2017-01-192-192/+193
* 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
* devctl.h: Use __restrict not restrictJoel Sherrill2017-01-171-5/+5
* Add missing headers to fix implicit function defnsPat Pannuto2017-01-164-0/+5
* 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 _POSIX_SHARED_MEMORY_OBJECTSGedare Bloom2017-01-131-1/+1
* Expand comments on padding used by nano_mallocJoe Seymour2017-01-131-14/+37
* 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 sys/reent.h to remove use of DEBUG flag.Jeff Johnston2017-01-101-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
* Fix versions in documentation (manually for now)Corinna Vinschen2017-01-092-4/+4
* Add pthread_setname_np() and pthread_getname_np()Sebastian Huber2017-01-091-0/+6
* Fix incorrect cast in nano mallocJoe Seymour2017-01-091-2/+2
* RTEMS: Add user-defined name to thread queuesSebastian Huber2017-01-091-1/+65
* Don't free statically allocated sys_privsCorinna Vinschen2017-01-091-2/+2
* Bump release to 2.5.0 for yearly snapshot.newlib-2_5_0Jeff Johnston2016-12-22111-1154/+1123
* This is an attempt to fix the problem described here:Jeff Johnston2016-12-224-23/+122
* RTEMS: Increase SEM_VALUE_MAXSebastian Huber2016-12-201-1/+1
* Export getentropy and getrandom callsCorinna Vinschen2016-12-165-6/+96
* Remove extraneous float casts in wcstod.c.Corinna Vinschen2016-12-161-2/+2
* Remove extraneous float casts in strtod.c.Jeff Johnston2016-12-161-2/+2
* 2016-12-15 Kyrylo Tkachov <kyrylo.tkachov@arm.com>cygwin-2_6_1-releaseJeff Johnston2016-12-152-8/+29
* 2016-12-15 Giuseppe Musumeci <giuseppe.musumeci@broadcom.com>Jeff Johnston2016-12-151-2/+2
* 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
* Big-endian fix for memcpy-armv7m.SJulian Brown2016-12-121-0/+8
* Fix 'make man' for parallel makeJon Turney2016-12-065-0/+16