summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/miscfuncs.h
Commit message (Expand)AuthorAgeFilesLines
* cygwin: generate Alt-Numpad characters independent of NumLock stateCorinna Vinschen2017-08-011-1/+7
* Simplify check for Alt-NumpadCorinna Vinschen2017-01-191-0/+25
* miscfuncs.h: Drop now unneeded getentropy declarationCorinna Vinschen2017-01-191-1/+0
* Send thread names to debuggerJon Turney2016-08-231-0/+2
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-231-3/+0
* Implement getentropy for CygwinCorinna Vinschen2016-03-181-0/+2
* POSIX barrier implementation, take 3Václav Haisman2016-02-131-0/+4
* Always allocate main thread stack from pthread stack area on x86_64.Corinna Vinschen2015-12-071-1/+2
* Always move 64 bit main thread stack to defined pthread stack areaCorinna Vinschen2015-12-031-0/+4
* * gendef: Export _sigbe on 64 bit as well.Corinna Vinschen2015-01-161-1/+5
* * cygheap.cc (init_cygheap::find_tls): Add comment.Corinna Vinschen2014-11-281-0/+1
* * miscfuncs.h (NT_readline::close): New function to close handle.Corinna Vinschen2014-02-161-1/+2
* * miscfuncs.h (class NT_readline): New class to implement line-wiseCorinna Vinschen2014-02-081-1/+19
* Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,Christopher Faylor2013-01-211-7/+6
* * malloc_wrapper.cc: Change 'use_internal_malloc' to 'use_internal' throughout.Christopher Faylor2013-01-201-2/+5
* Revert the reversion and go with implementation described in cgf-000017, withChristopher Faylor2012-12-211-1/+1
* * miscfuncs.cc (WritePipeOverlapped): Define second parameter LPCVOID,Corinna Vinschen2012-06-271-2/+2
* * miscfuncs.cc (CreatePipeOverlapped): New function.Corinna Vinschen2011-08-131-0/+7
* * miscfuncs.cc (create_pipe): Delete obsolete function.Christopher Faylor2011-08-121-1/+0
* * cygwin.din (pthread_attr_getguardsize): Export.Corinna Vinschen2011-05-151-1/+8
* Throughout change all calls of low_priority_sleep (0) to yield ().Christopher Faylor2010-03-121-2/+1
* * miscfuncs.h (transform_chars): Declare. Define inline variation here.Corinna Vinschen2009-11-021-0/+8
* * ctype.cc (_CTYPE_DATA_0_127): Add _B class to TAB character.Corinna Vinschen2009-03-241-5/+0
* add missing fileChristopher Faylor2008-04-071-0/+39