aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/flock.cc
AgeCommit message (Expand)AuthorFilesLines
2011-09-21This commit was manufactured by cvs2svn to create branch 'binutils-binutils-2_22-branchpointcvs2svn1-1581/+0
2011-08-31 * flock.cc (inode_t::unlock_and_remove_if_unused): Rename fromCorinna Vinschen1-6/+6
2011-08-29 * flock.cc (LOCK_OBJ_NAME_LEN): Change to accommodate extra lf_verCorinna Vinschen1-136/+114
2011-08-27 * fhandler.cc (fhandler_base::open): Fix typo in comment.Corinna Vinschen1-89/+122
2011-06-06whitespace eliminationChristopher Faylor1-14/+14
2011-05-01 * fhandler_windows.cc (fhandler_windows::read): UseCorinna Vinschen1-4/+1
2011-04-30 * fcntl.cc (fcntl64): Call pthread_testcancel.Corinna Vinschen1-17/+52
2011-04-29 * advapi32.cc: Add comment.Corinna Vinschen1-3/+4
2011-04-28 * cygerrno.h (geterrno_from_nt_status): Declare.Corinna Vinschen1-1/+1
2011-04-28 * advapi32.cc (InitializeAcl): Remove.Corinna Vinschen1-2/+3
2010-09-10 * flock.cc (allow_others_to_sync): Define MAX_PROCESS_SD_SIZE. UseCorinna Vinschen1-2/+3
2010-06-22 * flock.cc (allow_others_to_sync): Use small stack buffer ratherCorinna Vinschen1-12/+12
2010-06-21* tmpbuf.h: New file.Christopher Faylor1-9/+10
2009-12-18 Throughout, replace hMainProc with GetCurrentProcess/NtCurrentProcessCorinna Vinschen1-2/+3
2009-11-18 * flock.cc (fhandler_disk_file::lock): Disable a shortcut from theCorinna Vinschen1-0/+6
2009-07-22 * fhandler.h (enum del_lock_called_from): New enumeration.Corinna Vinschen1-2/+12
2009-07-14 Throughout avoid having to initialize constant UNICODE_STRINGs.Corinna Vinschen1-2/+1
2009-06-30* select.h: New file split from fhandler.h.Christopher Faylor1-1/+1
2009-04-20 * flock.cc (lf_setlock): Handle border case which results in WFMO loopCorinna Vinschen1-0/+8
2009-04-17 * flock.cc (class inode_t): Add i_wait member and matching methodsCorinna Vinschen1-4/+14
2009-03-13 * flock.cc: Fix lockf copyright to latest version.Corinna Vinschen1-12/+3
2009-03-12 * flock.cc (fhandler_disk_file::lock): Don't test file open mode inCorinna Vinschen1-2/+7
2008-11-26Remove unneeded whitespace.Christopher Faylor1-47/+47
2008-09-29 * flock.cc (inode_t::get_all_locks_list): Fix typo.Corinna Vinschen1-1/+1
2008-09-11* cygheap.cc (creturn): Reorganize to avoid a new compiler warning/error.Christopher Faylor1-3/+3
2008-04-21 * Makefile.in (DLL_OFILES): Add kernel32.o.Corinna Vinschen1-7/+3
2008-04-18 * fhandler.h (-struct wsa_event): Move to wsa_event.h. IncludeCorinna Vinschen1-81/+17
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor1-4/+0
2008-04-02 * flock.cc (get_lock_parent_dir): Drop call to NtOpenDirectoryObjectCorinna Vinschen1-24/+11
2008-04-01 Throughout, call fcntl64 instead of fcntl or fcntl_worker.Corinna Vinschen1-54/+48
2008-03-31 * smallprint.cc (__small_vswprintf): Fix uninitialized usage of `w'.Corinna Vinschen1-187/+285
2008-03-28 * flock.cc (lockf_t::operator new): Add operator taking a pointer. CallCorinna Vinschen1-23/+58
2008-03-27 * flock.cc (FLOCK_PARENT_DIR_ACCESS): Define.Corinna Vinschen1-29/+62
2008-03-24 * flock.cc (inode_t::get_all_locks_list): Don't allow F_WAIT flagCorinna Vinschen1-5/+10
2008-03-24 * flock.cc: Clarify a couple of comments.Corinna Vinschen1-7/+14
2008-03-24 * flock.cc: Fix typo in comment.Corinna Vinschen1-1/+1
2008-03-24 * fhandler.cc (fhandler_base::dup): Drop setting flags in the parent.Corinna Vinschen1-20/+1348
2003-12-03 * fcntl.cc (fcntl_worker): Remove static storage class.Corinna Vinschen1-13/+13
2003-11-30 * flock.cc: Renamed from flock.c.Corinna Vinschen1-0/+89