summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/miscfuncs.cc
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * exceptions.cc (sigthread::get_winapi_lock): Just do standard 'give upChristopher Faylor2002-11-221-2/+17
* * exceptions.cc (setup_handler): Add debugging output. Set thread priority toChristopher Faylor2002-11-151-4/+5
* * miscfuncs.cc (low_priority_sleep): New function. Use throughout where codeChristopher Faylor2002-11-131-0/+9
* * external.cc (cygwin_internal): Implement CW_CMDLINE.Christopher Faylor2002-10-301-0/+22
* * miscfuncs.cc (check_iovec_for_read): Don't check buffer when zero lengthChristopher Faylor2002-08-301-0/+73
* * winsup.h (__check_null_invalid_struct): Make ptr argument non-const.Conrad Scott2002-08-081-4/+4
* * autoload (noload): Avoid clobbering bx register.Christopher Faylor2002-06-261-0/+20
* * debug.cc (makethread): Eliminate unneeded function call.Christopher Faylor2001-11-301-1/+1
* * cygwin.din (ualarm): New export.Christopher Faylor2001-11-281-1/+1
* * dtable.cc (dtable::vfork_parent_restore): Add debugging statement.Christopher Faylor2001-11-241-0/+18
* Ensure that all fhandler_*::read definitions are __stdcall throughout.Christopher Faylor2001-10-241-17/+13
* * miscfuncs.cc (__check_invalid_read_ptr_errno): Return error, if any.Corinna Vinschen2001-10-221-1/+1
* * miscfuncs.cc (+__check_invalid_read_ptr_errno): New function.Christopher Faylor2001-10-201-0/+9