summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/miscfuncs.cc
Commit message (Expand)AuthorAgeFilesLines
* whitespace eliminationChristopher Faylor2011-06-061-4/+4
* * miscfuncs.cc (CygwinCreateThread): Fix condition for adding theCorinna Vinschen2011-05-201-5/+3
* * miscfuncs.cc (CygwinCreateThread): Add accidentally missing comment.Corinna Vinschen2011-05-201-0/+1
* * miscfuncs.cc (thread_wrapper): Remove statements added for debuggingCorinna Vinschen2011-05-201-2/+0
* * child_info.h (CURR_CHILD_INFO_MAGIC): Update.Corinna Vinschen2011-05-201-67/+150
* * miscfuncs.cc (thread_wrapper): Remove unused _cygtls record.Corinna Vinschen2011-05-171-0/+1
* * dcrt0.cc (child_info_fork::alloc_stack_hard_way): Check if theCorinna Vinschen2011-05-161-9/+10
* * miscfuncs.cc (thread_wrapper): Add comments to assembler code.Corinna Vinschen2011-05-151-15/+17
* * cygwin.din (pthread_attr_getguardsize): Export.Corinna Vinschen2011-05-151-1/+141
* Drop NT4 support.Corinna Vinschen2011-04-041-5/+1
* Throughout change all calls of low_priority_sleep (0) to yield ().Christopher Faylor2010-03-121-36/+4
* Throughout, revert ill-conceived replacement of hMainThread withCorinna Vinschen2009-12-211-1/+1
* Throughout, replace hMainProc with GetCurrentProcess/NtCurrentProcessCorinna Vinschen2009-12-181-1/+1
* * ctype.cc (_CTYPE_DATA_0_127): Add _B class to TAB character.Corinna Vinschen2009-03-241-132/+0
* * miscfuncs.cc (cygwin_strncasecmp): Fix bug which results inCorinna Vinschen2008-07-141-6/+4
* Add miscfuncs.h to files as needed throughout.Christopher Faylor2008-04-071-3/+49
* * dtable.cc: Define various device-related string constants as wide characterChristopher Faylor2008-03-221-1/+1
* * dcrt0.cc (initial_env): Only use local buffer "buf" if DEBUGGING isCorinna Vinschen2008-02-251-8/+8
* Perform whitespace cleanup throughout.Christopher Faylor2008-02-151-3/+3
* * dcrt0.cc (dll_crt0_1): Fix typo in call to sys_wcstombs.Corinna Vinschen2008-02-111-1/+1
* * miscfuncs.cc (next_char): Fix typos in comment.Corinna Vinschen2008-02-061-2/+2
* * fhandler.h (fhandler_console::trunc_buf): Add to use as cache forCorinna Vinschen2008-02-061-1/+114
* * miscfuncs.cc (cygwin_wcsncasecmp): Never access more than nCorinna Vinschen2008-02-011-18/+22
* * dcrt0.cc: Include string.h.Corinna Vinschen2007-12-121-48/+93
* * dcrt0.cc (codepage_type): Remove definition.Christopher Faylor2007-08-021-31/+1
* * exceptions.cc (dummy_ctrl_c_handler): Remove.Corinna Vinschen2007-02-231-2/+2
* * fhandler_proc.cc: Drop superfluous definition of _WIN32_WINNT.Corinna Vinschen2006-10-191-2/+1
* white spaceChristopher Faylor2006-05-281-1/+1
* * dtable.cc (handle_to_fn): Accomodate new argument order in call toCorinna Vinschen2006-02-071-2/+10
* * winsup.h (flush_file_buffers): Define as inline function.Corinna Vinschen2005-12-201-11/+0
* * winsup.h (flush_file_buffers): Declare new function.Corinna Vinschen2005-12-201-0/+11
* * winsup.h (create_pipe): Declare new function.Christopher Faylor2005-08-191-0/+14
* Eliminate (void) cast on standalone function calls throughout.Christopher Faylor2005-07-061-1/+1
* Replace valid memory checks with new myfault class "exception handling", almostChristopher Faylor2005-07-031-110/+16
* copyrightChristopher Faylor2005-02-201-1/+2
* white spaceChristopher Faylor2005-02-131-1/+1
* * cygwin.din: Export getpriority and setpriority.Corinna Vinschen2005-01-251-0/+84
* 2004-06-17 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2004-06-171-1/+4
* * miscfuncs.cc (check_invalid_virtual_addr): Assure the last pageCorinna Vinschen2004-02-261-2/+3
* * miscfuncs.cc (check_invalid_virtual_addr): New function.Corinna Vinschen2004-02-251-0/+12
* Rename _threadinfo to _cygtls, throughout.Christopher Faylor2004-02-121-1/+1
* * miscfuncs.cc (low_priority_sleep): Correct thinko which caused SetPriority toChristopher Faylor2003-12-121-1/+1
* Eliminate use of sigframe and sigthread throughout.Christopher Faylor2003-11-281-1/+1
* 2003-11-11 Robert Collins <rbtcollins@hotmail.com>Robert Collins2003-11-141-2/+2
* * miscfuncs.cc (low_priority_sleep): Make a "C" function.Christopher Faylor2003-11-101-1/+1
* * miscfunc.cc (__check_invalid_read_ptr): New function.Corinna Vinschen2003-10-271-0/+8
* * syscalls.cc (mount): Don't check win32_path when doing cygdrive mount.Christopher Faylor2003-08-281-7/+23
* * miscfuncs.cc (low_priority_sleep): Sleep at same priority as main thread.Christopher Faylor2003-08-211-3/+4
* Split ChangeLog, create ChangeLog-2002.Corinna Vinschen2003-01-101-1/+1
* * cygthread.cc (cygthread::cygthread): Be more noisy about odd condition.Christopher Faylor2003-01-101-6/+5