aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/miscfuncs.cc
AgeCommit message (Expand)AuthorFilesLines
2012-02-15 * miscfuncs.cc: Revert change from 2012-02-13 which used theCorinna Vinschen1-128/+157
2012-02-13 * miscfuncs.cc (struct thread_wrapper_arg): Convert char * to PBYTE.Corinna Vinschen1-161/+132
2012-02-13 * Makefile.in (clean): Remove non-existant regexp dir.Corinna Vinschen1-23/+44
2012-02-11 * miscfuncs.cc (DEFAULT_STACKSIZE): Remove.Corinna Vinschen1-21/+14
2012-02-10 * miscfuncs.cc (DEFAULT_STACKSIZE): Set to 1 Megs. Drop comment aboutCorinna Vinschen1-2/+1
2012-01-09 * miscfuncs.cc (thread_wrapper): Make sure stack is 16 byte alignedCorinna Vinschen1-1/+5
2011-12-17Clean up whitespace.Christopher Faylor1-10/+10
2011-11-23* fhandler.h (fhandler_pipe::create): Rename from the misnamedChristopher Faylor1-2/+2
2011-10-30* fhandler.h (fhandler_pipe::create_selectable): Remove optional argument, takeChristopher Faylor1-1/+2
2011-08-13 * miscfuncs.cc (CreatePipeOverlapped): New function.Corinna Vinschen1-0/+51
2011-08-12* miscfuncs.cc (create_pipe): Delete obsolete function.Christopher Faylor1-14/+0
2011-07-07 * miscfuncs.cc (yield): Drop thread priority only once.Corinna Vinschen1-3/+3
2011-07-06* exceptions.cc (CALL_HANDLER_RETRY_INNER): Rename to reflect differentChristopher Faylor1-2/+12
2011-06-06whitespace eliminationChristopher Faylor1-4/+4
2011-05-20 * miscfuncs.cc (CygwinCreateThread): Fix condition for adding theCorinna Vinschen1-5/+3
2011-05-20 * miscfuncs.cc (CygwinCreateThread): Add accidentally missing comment.Corinna Vinschen1-0/+1
2011-05-20 * miscfuncs.cc (thread_wrapper): Remove statements added for debuggingCorinna Vinschen1-2/+0
2011-05-20 * child_info.h (CURR_CHILD_INFO_MAGIC): Update.Corinna Vinschen1-67/+150
2011-05-17 * miscfuncs.cc (thread_wrapper): Remove unused _cygtls record.Corinna Vinschen1-0/+1
2011-05-16 * dcrt0.cc (child_info_fork::alloc_stack_hard_way): Check if theCorinna Vinschen1-9/+10
2011-05-15 * miscfuncs.cc (thread_wrapper): Add comments to assembler code.Corinna Vinschen1-15/+17
2011-05-15 * cygwin.din (pthread_attr_getguardsize): Export.Corinna Vinschen1-1/+141
2011-04-04 Drop NT4 support.Corinna Vinschen1-5/+1
2010-03-12Throughout change all calls of low_priority_sleep (0) to yield ().Christopher Faylor1-36/+4
2009-12-21 Throughout, revert ill-conceived replacement of hMainThread withCorinna Vinschen1-1/+1
2009-12-18 Throughout, replace hMainProc with GetCurrentProcess/NtCurrentProcessCorinna Vinschen1-1/+1
2009-03-24 * ctype.cc (_CTYPE_DATA_0_127): Add _B class to TAB character.Corinna Vinschen1-132/+0
2008-07-14 * miscfuncs.cc (cygwin_strncasecmp): Fix bug which results inCorinna Vinschen1-6/+4
2008-04-07Add miscfuncs.h to files as needed throughout.Christopher Faylor1-3/+49
2008-03-22* dtable.cc: Define various device-related string constants as wide characterChristopher Faylor1-1/+1
2008-02-25 * dcrt0.cc (initial_env): Only use local buffer "buf" if DEBUGGING isCorinna Vinschen1-8/+8
2008-02-15Perform whitespace cleanup throughout.Christopher Faylor1-3/+3
2008-02-11 * dcrt0.cc (dll_crt0_1): Fix typo in call to sys_wcstombs.Corinna Vinschen1-1/+1
2008-02-06 * miscfuncs.cc (next_char): Fix typos in comment.Corinna Vinschen1-2/+2
2008-02-06 * fhandler.h (fhandler_console::trunc_buf): Add to use as cache forCorinna Vinschen1-1/+114
2008-02-01 * miscfuncs.cc (cygwin_wcsncasecmp): Never access more than nCorinna Vinschen1-18/+22
2007-12-12 * dcrt0.cc: Include string.h.Corinna Vinschen1-48/+93
2007-08-02* dcrt0.cc (codepage_type): Remove definition.Christopher Faylor1-31/+1
2007-02-23 * exceptions.cc (dummy_ctrl_c_handler): Remove.Corinna Vinschen1-2/+2
2006-10-19 * fhandler_proc.cc: Drop superfluous definition of _WIN32_WINNT.Corinna Vinschen1-2/+1
2006-05-28white spaceChristopher Faylor1-1/+1
2006-02-07 * dtable.cc (handle_to_fn): Accomodate new argument order in call toCorinna Vinschen1-2/+10
2005-12-20 * winsup.h (flush_file_buffers): Define as inline function.Corinna Vinschen1-11/+0
2005-12-20 * winsup.h (flush_file_buffers): Declare new function.Corinna Vinschen1-0/+11
2005-08-19* winsup.h (create_pipe): Declare new function.Christopher Faylor1-0/+14
2005-07-06Eliminate (void) cast on standalone function calls throughout.Christopher Faylor1-1/+1
2005-07-03Replace valid memory checks with new myfault class "exception handling", almostChristopher Faylor1-110/+16
2005-02-20copyrightChristopher Faylor1-1/+2
2005-02-13white spaceChristopher Faylor1-1/+1
2005-01-25 * cygwin.din: Export getpriority and setpriority.Corinna Vinschen1-0/+84