OSDN Git Service

* dcrt0.cc (dll_crt0_1): Move internal locale setting prior to potential
[pf3gnuchains/pf3gnuchains3x.git] / winsup / cygwin / flock.cc
2009-12-19 corinna Throughout, replace hMainProc with GetCurrentProcess...
2009-11-19 corinna * flock.cc (fhandler_disk_file::lock): Disable a short...
2009-07-22 corinna * fhandler.h (enum del_lock_called_from): New enumeration.
2009-07-14 corinna Throughout avoid having to initialize constant UNICODE...
2009-06-30 cgf* select.h: New file split from fhandler.h.
2009-04-20 corinna * flock.cc (lf_setlock): Handle border case which...
2009-04-17 corinna * flock.cc (class inode_t): Add i_wait member and...
2009-03-13 corinna * flock.cc: Fix lockf copyright to latest version.
2009-03-12 corinna * flock.cc (fhandler_disk_file::lock): Don't test...
2008-11-26 cgfRemove unneeded whitespace.
2008-09-29 corinna * flock.cc (inode_t::get_all_locks_list): Fix typo.
2008-09-11 cgf* cygheap.cc (creturn): Reorganize to avoid a new compi...
2008-04-21 corinna * Makefile.in (DLL_OFILES): Add kernel32.o.
2008-04-18 corinna * fhandler.h (-struct wsa_event): Move to wsa_event...
2008-04-07 cgfRemove unneeded header files from source files throughout.
2008-04-02 corinna * flock.cc (get_lock_parent_dir): Drop call to NtOpenD...
2008-04-01 corinna Throughout, call fcntl64 instead of fcntl or fcntl_worker.
2008-03-31 corinna * smallprint.cc (__small_vswprintf): Fix uninitialized...
2008-03-28 corinna * flock.cc (lockf_t::operator new): Add operator takin...
2008-03-27 corinna * flock.cc (FLOCK_PARENT_DIR_ACCESS): Define.
2008-03-24 corinna * flock.cc (inode_t::get_all_locks_list): Don't allow...
2008-03-24 corinna * flock.cc: Clarify a couple of comments.
2008-03-24 corinna * flock.cc: Fix typo in comment.
2008-03-24 corinna * fhandler.cc (fhandler_base::dup): Drop setting flags...
2003-12-03 corinna * fcntl.cc (fcntl_worker): Remove static storage class.
2003-11-30 corinna * flock.cc: Renamed from flock.c.