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
AgeCommit message (Expand)Author
2022-05-30Cygwin: remove miscellaneous 32-bit codeKen Brown
2022-05-30Cygwin: remove regparm.hKen Brown
2022-05-03Cygwin: simplify create_new_main_thread_stackCorinna Vinschen
2021-09-13Cygwin: move get_obj_handle_count() to miscfuncs.ccCorinna Vinschen
2020-03-11Cygwin: fix formatting: collapse whitespace-only linesCorinna Vinschen
2019-06-24Cygwin: Implement sched_[gs]etaffinity()Mark Geisert
2018-08-07Cygwin: implement sched_getcpuCorinna Vinschen
2018-03-02Cygwin: add transform_chars_af_unix helperCorinna Vinschen
2017-08-01cygwin: generate Alt-Numpad characters independent of NumLock stateCorinna Vinschen
2017-01-19Simplify check for Alt-NumpadCorinna Vinschen
2017-01-19miscfuncs.h: Drop now unneeded getentropy declarationCorinna Vinschen
2016-08-23Send thread names to debuggerJon Turney
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen
2016-03-18Implement getentropy for CygwinCorinna Vinschen
2016-02-13POSIX barrier implementation, take 3Václav Haisman
2015-12-07Always allocate main thread stack from pthread stack area on x86_64.Corinna Vinschen
2015-12-03Always move 64 bit main thread stack to defined pthread stack areaCorinna Vinschen
2015-01-16 * gendef: Export _sigbe on 64 bit as well.Corinna Vinschen
2014-11-28 * cygheap.cc (init_cygheap::find_tls): Add comment.Corinna Vinschen
2014-02-16 * miscfuncs.h (NT_readline::close): New function to close handle.Corinna Vinschen
2014-02-09 * miscfuncs.h (class NT_readline): New class to implement line-wiseCorinna Vinschen
2013-01-21Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,Christopher Faylor
2013-01-21* malloc_wrapper.cc: Change 'use_internal_malloc' to 'use_internal' throughout.Christopher Faylor
2012-12-22Revert the reversion and go with implementation described in cgf-000017, withChristopher Faylor
2012-06-27 * miscfuncs.cc (WritePipeOverlapped): Define second parameter LPCVOID,Corinna Vinschen
2011-08-13 * miscfuncs.cc (CreatePipeOverlapped): New function.Corinna Vinschen
2011-08-12* miscfuncs.cc (create_pipe): Delete obsolete function.Christopher Faylor
2011-05-15 * cygwin.din (pthread_attr_getguardsize): Export.Corinna Vinschen
2010-03-13Throughout change all calls of low_priority_sleep (0) to yield ().Christopher Faylor
2009-11-02 * miscfuncs.h (transform_chars): Declare. Define inline variation here.Corinna Vinschen
2009-03-24 * ctype.cc (_CTYPE_DATA_0_127): Add _B class to TAB character.Corinna Vinschen
2008-04-07add missing fileChristopher Faylor