newlib-cygwin/winsup/cygwin/release
Corinna Vinschen a24ad2c346 * autoload.cc (CancelSynchronousIo): Define.
* fcntl.cc (fcntl64): Drop handling of locking commands.
	* fhandler.h (class fhandler_disk_file): Add mandatory_locking.
	(fhandler_disk_file::fcntl): Declare.
	(fhandler_disk_file::mand_lock): Declare.
	* fhandler_disk_file.cc (fhandler_disk_file::fhandler_disk_file):
	Initialize mandatory_locking.
	(fhandler_disk_file::fcntl): New method.  Handle F_LCK_MANDATORY and
	locking commands.
	(fhandler_disk_file::dup): Duplicate mandatory_locking.  Fix a bug
	when duplicating prw_handle failed.
	(fhandler_disk_file::fixup_after_fork): Reset mandatory_locking.
	* flock.cc (fhandler_disk_file::lock): Add comment.
	(struct lock_parms): New struct to pass parameters to blocking_lock_thr
	thread function.
	(blocking_lock_thr): New thread function.
	(fhandler_disk_file::mand_lock): New methof implementing mandatory
	locking with Windows semantics.
	* ntdll.h (NtLockFile): Declare.
	(NtUnlockFile): Declare.
	* include/fcntl.h: Fix a comment.
	(F_LCK_MANDATORY): Define.  Add lengthy comment to explain.
2013-06-02 10:22:14 +00:00
..
1.7.10 *** empty log message *** 2012-02-05 14:27:25 +00:00
1.7.11 *** empty log message *** 2012-02-25 10:48:35 +00:00
1.7.12 *** empty log message *** 2012-03-30 13:27:38 +00:00
1.7.13 Add typeahead description. 2012-04-05 14:23:06 +00:00
1.7.14 *** empty log message *** 2012-04-25 07:33:03 +00:00
1.7.15 * DevNotes: Add entry cgf-000003. 2012-05-07 15:05:56 +00:00
1.7.16 *** empty log message *** 2012-07-19 09:43:56 +00:00
1.7.17 *** empty log message *** 2012-10-16 12:02:42 +00:00
1.7.18 . 2013-04-01 11:04:41 +00:00
1.7.19 * autoload.cc (CancelSynchronousIo): Define. 2013-06-02 10:22:14 +00:00