summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/miscfuncs.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* * cygheap.h (init_cygheap): Move heap pointers here.Christopher Faylor2001-09-071-10/+10
* Move appropriate variables to NO_COPY segment, throughout.Christopher Faylor2001-09-061-2/+2
* Change check_null_empty_path* to check_null_empty_str* throughout.Christopher Faylor2001-06-281-0/+41
* * Makefile.in: add miscfuncs.ccDJ Delorie2000-10-191-0/+114