aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/miscfuncs.cc
AgeCommit message (Expand)AuthorFilesLines
2002-09-25This commit was manufactured by cvs2svn to create branch 'cygwin-1-3-13-1'.github/cygwin-1-3-18-1github/cygwin-1-3-17-1github/cygwin-1-3-16-1github/cygwin-1-3-15-1github/cygwin-1-3-14-1github/cygwin-1-3-13-2github/cygwin-1-3-13-1cygwin-1-3-18-1cygwin-1-3-17-1cygwin-1-3-16-1cygwin-1-3-15-1cygwin-1-3-14-1cygwin-1-3-13-2cygwin-1-3-13-1cvs2svn1-271/+0
2002-08-30* miscfuncs.cc (check_iovec_for_read): Don't check buffer when zero lengthChristopher Faylor1-0/+73
2002-08-08 * winsup.h (__check_null_invalid_struct): Make ptr argument non-const.Conrad Scott1-4/+4
2002-06-26* autoload (noload): Avoid clobbering bx register.Christopher Faylor1-0/+20
2001-11-30* debug.cc (makethread): Eliminate unneeded function call.Christopher Faylor1-1/+1
2001-11-28* cygwin.din (ualarm): New export.Christopher Faylor1-1/+1
2001-11-24* dtable.cc (dtable::vfork_parent_restore): Add debugging statement.Christopher Faylor1-0/+18
2001-10-24Ensure that all fhandler_*::read definitions are __stdcall throughout.Christopher Faylor1-17/+13
2001-10-22 * miscfuncs.cc (__check_invalid_read_ptr_errno): Return error, if any.Corinna Vinschen1-1/+1
2001-10-20* miscfuncs.cc (+__check_invalid_read_ptr_errno): New function.Christopher Faylor1-0/+9
2001-09-07* cygheap.h (init_cygheap): Move heap pointers here.Christopher Faylor1-10/+10
2001-09-06Move appropriate variables to NO_COPY segment, throughout.Christopher Faylor1-2/+2
2001-06-28Change check_null_empty_path* to check_null_empty_str* throughout.Christopher Faylor1-0/+41
2000-10-19* Makefile.in: add miscfuncs.ccDJ Delorie1-0/+114