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
2010-02-18This commit was manufactured by cvs2svn to create branch 'gdb_7_1-branch'.gdb_7_1-2010-03-18-releasegdb_7_1-2010-02-18-branchpointgdb_7_1-branchcvs2svn
2009-12-18 Throughout, replace hMainProc with GetCurrentProcess/NtCurrentProcessCorinna Vinschen
2009-11-18 * flock.cc (fhandler_disk_file::lock): Disable a shortcut from theCorinna Vinschen
2009-07-22 * fhandler.h (enum del_lock_called_from): New enumeration.Corinna Vinschen
2009-07-14 Throughout avoid having to initialize constant UNICODE_STRINGs.Corinna Vinschen
2009-07-01* select.h: New file split from fhandler.h.Christopher Faylor
2009-04-20 * flock.cc (lf_setlock): Handle border case which results in WFMO loopCorinna Vinschen
2009-04-17 * flock.cc (class inode_t): Add i_wait member and matching methodsCorinna Vinschen
2009-03-13 * flock.cc: Fix lockf copyright to latest version.Corinna Vinschen
2009-03-12 * flock.cc (fhandler_disk_file::lock): Don't test file open mode inCorinna Vinschen
2008-11-26Remove unneeded whitespace.Christopher Faylor
2008-09-29 * flock.cc (inode_t::get_all_locks_list): Fix typo.Corinna Vinschen
2008-09-11* cygheap.cc (creturn): Reorganize to avoid a new compiler warning/error.Christopher Faylor
2008-04-21 * Makefile.in (DLL_OFILES): Add kernel32.o.Corinna Vinschen
2008-04-19 * fhandler.h (-struct wsa_event): Move to wsa_event.h. IncludeCorinna Vinschen
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor
2008-04-02 * flock.cc (get_lock_parent_dir): Drop call to NtOpenDirectoryObjectCorinna Vinschen
2008-04-01 Throughout, call fcntl64 instead of fcntl or fcntl_worker.Corinna Vinschen
2008-03-31 * smallprint.cc (__small_vswprintf): Fix uninitialized usage of `w'.Corinna Vinschen
2008-03-28 * flock.cc (lockf_t::operator new): Add operator taking a pointer. CallCorinna Vinschen
2008-03-27 * flock.cc (FLOCK_PARENT_DIR_ACCESS): Define.Corinna Vinschen
2008-03-24 * flock.cc (inode_t::get_all_locks_list): Don't allow F_WAIT flagCorinna Vinschen
2008-03-24 * flock.cc: Clarify a couple of comments.Corinna Vinschen
2008-03-24 * flock.cc: Fix typo in comment.Corinna Vinschen
2008-03-24 * fhandler.cc (fhandler_base::dup): Drop setting flags in the parent.Corinna Vinschen
2003-12-03 * fcntl.cc (fcntl_worker): Remove static storage class.Corinna Vinschen
2003-11-30 * flock.cc: Renamed from flock.c.Corinna Vinschen