Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-11-15This commit was manufactured by cvs2svn to create branch 'gdb_6_6-branch'.insight_6_6-20070208-releasegdb_6_6-2006-12-18-releasegdb_6_6-2006-11-15-branchpointgdb_6_6-branchcvs2svn
2006-10-19 * fhandler_proc.cc: Drop superfluous definition of _WIN32_WINNT.Corinna Vinschen
2006-05-28white spaceChristopher Faylor
2006-02-07 * dtable.cc (handle_to_fn): Accomodate new argument order in call toCorinna Vinschen
2005-12-20 * winsup.h (flush_file_buffers): Define as inline function.Corinna Vinschen
2005-12-20 * winsup.h (flush_file_buffers): Declare new function.Corinna Vinschen
2005-08-19* winsup.h (create_pipe): Declare new function.Christopher Faylor
2005-07-07Eliminate (void) cast on standalone function calls throughout.Christopher Faylor
2005-07-03Replace valid memory checks with new myfault class "exception handling", almostChristopher Faylor
2005-02-20copyrightChristopher Faylor
2005-02-13white spaceChristopher Faylor
2005-01-26 * cygwin.din: Export getpriority and setpriority.Corinna Vinschen
2004-06-172004-06-17 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet
2004-02-26 * miscfuncs.cc (check_invalid_virtual_addr): Assure the last pageCorinna Vinschen
2004-02-25 * miscfuncs.cc (check_invalid_virtual_addr): New function.Corinna Vinschen
2004-02-12Rename _threadinfo to _cygtls, throughout.Christopher Faylor
2003-12-12* miscfuncs.cc (low_priority_sleep): Correct thinko which caused SetPriority toChristopher Faylor
2003-11-28Eliminate use of sigframe and sigthread throughout.Christopher Faylor
2003-11-152003-11-11 Robert Collins <rbtcollins@hotmail.com>Robert Collins
2003-11-11* miscfuncs.cc (low_priority_sleep): Make a "C" function.Christopher Faylor
2003-10-27 * miscfunc.cc (__check_invalid_read_ptr): New function.Corinna Vinschen
2003-08-28* syscalls.cc (mount): Don't check win32_path when doing cygdrive mount.Christopher Faylor
2003-08-21* miscfuncs.cc (low_priority_sleep): Sleep at same priority as main thread.Christopher Faylor
2003-01-10 Split ChangeLog, create ChangeLog-2002.Corinna Vinschen
2003-01-10* cygthread.cc (cygthread::cygthread): Be more noisy about odd condition.Christopher Faylor
2002-11-22* exceptions.cc (sigthread::get_winapi_lock): Just do standard 'give upChristopher Faylor
2002-11-15* exceptions.cc (setup_handler): Add debugging output. Set thread priority toChristopher Faylor
2002-11-13* miscfuncs.cc (low_priority_sleep): New function. Use throughout where codeChristopher Faylor
2002-10-31* external.cc (cygwin_internal): Implement CW_CMDLINE.Christopher Faylor
2002-08-30* miscfuncs.cc (check_iovec_for_read): Don't check buffer when zero lengthChristopher Faylor
2002-08-08 * winsup.h (__check_null_invalid_struct): Make ptr argument non-const.Conrad Scott
2002-06-26* autoload (noload): Avoid clobbering bx register.Christopher Faylor
2001-11-30* debug.cc (makethread): Eliminate unneeded function call.Christopher Faylor
2001-11-28* cygwin.din (ualarm): New export.Christopher Faylor
2001-11-24* dtable.cc (dtable::vfork_parent_restore): Add debugging statement.Christopher Faylor
2001-10-24Ensure that all fhandler_*::read definitions are __stdcall throughout.Christopher Faylor
2001-10-22 * miscfuncs.cc (__check_invalid_read_ptr_errno): Return error, if any.Corinna Vinschen
2001-10-20* miscfuncs.cc (+__check_invalid_read_ptr_errno): New function.Christopher Faylor
2001-09-08* cygheap.h (init_cygheap): Move heap pointers here.Christopher Faylor
2001-09-06Move appropriate variables to NO_COPY segment, throughout.Christopher Faylor
2001-06-28Change check_null_empty_path* to check_null_empty_str* throughout.Christopher Faylor
2000-10-19* Makefile.in: add miscfuncs.ccDJ Delorie