summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/flock.cc
Commit message (Expand)AuthorAgeFilesLines
* Throughout, replace hMainProc with GetCurrentProcess/NtCurrentProcessCorinna Vinschen2009-12-181-2/+3
* * flock.cc (fhandler_disk_file::lock): Disable a shortcut from theCorinna Vinschen2009-11-181-0/+6
* * fhandler.h (enum del_lock_called_from): New enumeration.Corinna Vinschen2009-07-221-2/+12
* Throughout avoid having to initialize constant UNICODE_STRINGs.Corinna Vinschen2009-07-141-2/+1
* * select.h: New file split from fhandler.h.Christopher Faylor2009-06-301-1/+1
* * flock.cc (lf_setlock): Handle border case which results in WFMO loopCorinna Vinschen2009-04-201-0/+8
* * flock.cc (class inode_t): Add i_wait member and matching methodsCorinna Vinschen2009-04-171-4/+14
* * flock.cc: Fix lockf copyright to latest version.Corinna Vinschen2009-03-131-12/+3
* * flock.cc (fhandler_disk_file::lock): Don't test file open mode inCorinna Vinschen2009-03-121-2/+7
* Remove unneeded whitespace.Christopher Faylor2008-11-261-47/+47
* * flock.cc (inode_t::get_all_locks_list): Fix typo.Corinna Vinschen2008-09-291-1/+1
* * cygheap.cc (creturn): Reorganize to avoid a new compiler warning/error.Christopher Faylor2008-09-111-3/+3
* * Makefile.in (DLL_OFILES): Add kernel32.o.Corinna Vinschen2008-04-211-7/+3
* * fhandler.h (-struct wsa_event): Move to wsa_event.h. IncludeCorinna Vinschen2008-04-181-81/+17
* Remove unneeded header files from source files throughout.Christopher Faylor2008-04-071-4/+0
* * flock.cc (get_lock_parent_dir): Drop call to NtOpenDirectoryObjectCorinna Vinschen2008-04-021-24/+11
* Throughout, call fcntl64 instead of fcntl or fcntl_worker.Corinna Vinschen2008-04-011-54/+48
* * smallprint.cc (__small_vswprintf): Fix uninitialized usage of `w'.Corinna Vinschen2008-03-311-187/+285
* * flock.cc (lockf_t::operator new): Add operator taking a pointer. CallCorinna Vinschen2008-03-281-23/+58
* * flock.cc (FLOCK_PARENT_DIR_ACCESS): Define.Corinna Vinschen2008-03-271-29/+62
* * flock.cc (inode_t::get_all_locks_list): Don't allow F_WAIT flagCorinna Vinschen2008-03-241-5/+10
* * flock.cc: Clarify a couple of comments.Corinna Vinschen2008-03-241-7/+14
* * flock.cc: Fix typo in comment.Corinna Vinschen2008-03-241-1/+1
* * fhandler.cc (fhandler_base::dup): Drop setting flags in the parent.Corinna Vinschen2008-03-241-20/+1348
* * fcntl.cc (fcntl_worker): Remove static storage class.Corinna Vinschen2003-12-031-13/+13
* * flock.cc: Renamed from flock.c.Corinna Vinschen2003-11-301-0/+89