summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/flock.cc
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'gdb_7_4-branch'.gdb_7_4-2011-12-13-branchpointcvs2svn2011-12-081-1581/+0
* Throughout, remove extra space after function name from debugging output.Christopher Faylor2011-12-031-2/+2
* * flock.cc (inode_t::unlock_and_remove_if_unused): Rename fromCorinna Vinschen2011-08-311-6/+6
* * flock.cc (LOCK_OBJ_NAME_LEN): Change to accommodate extra lf_verCorinna Vinschen2011-08-291-136/+114
* * fhandler.cc (fhandler_base::open): Fix typo in comment.Corinna Vinschen2011-08-271-89/+122
* whitespace eliminationChristopher Faylor2011-06-061-14/+14
* * fhandler_windows.cc (fhandler_windows::read): UseCorinna Vinschen2011-05-011-4/+1
* * fcntl.cc (fcntl64): Call pthread_testcancel.Corinna Vinschen2011-04-301-17/+52
* * advapi32.cc: Add comment.Corinna Vinschen2011-04-291-3/+4
* * cygerrno.h (geterrno_from_nt_status): Declare.Corinna Vinschen2011-04-281-1/+1
* * advapi32.cc (InitializeAcl): Remove.Corinna Vinschen2011-04-281-2/+3
* * flock.cc (allow_others_to_sync): Define MAX_PROCESS_SD_SIZE. UseCorinna Vinschen2010-09-101-2/+3
* * flock.cc (allow_others_to_sync): Use small stack buffer ratherCorinna Vinschen2010-06-221-12/+12
* * tmpbuf.h: New file.Christopher Faylor2010-06-211-9/+10
* 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