4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-29 18:40:25 +08:00
Corinna Vinschen 4c153b24d9 * autoload.cc (LoadDLLfuncNt): Re-invent.
(NtCreateTransaction): Define.
	(NtCommitTransaction): Define.
	(NtRollbackTransaction): Define.
	(RtlGetCurrentTransaction): Define.
	(RtlSetCurrentTransaction): Define.
	* ntdll.h (TRANSACTION_ALL_ACCESS): Define.
	(NtCreateTransaction): Declare.
	(NtCommitTransaction): Declare.
	(NtRollbackTransaction): Declare.
	(RtlGetCurrentTransaction): Declare.
	(RtlSetCurrentTransaction): Declare.
	* syscalls.cc (start_transaction): New static function to start TxF
	transaction.
	(stop_transaction): New static function to end TxF transaction.
	(rename): Call start_transaction and stop_transaction where appropriate
	on systems supporting transactions.
	* wincap.h (wincaps::has_transactions): New element.
	* wincap.cc: Implement above element throughout.
2008-05-15 16:34:01 +00:00
..
2006-05-24 16:59:03 +00:00
2006-03-01 20:20:22 +00:00
2006-01-16 19:52:21 +00:00
2007-01-03 11:14:53 +00:00
2008-04-01 13:22:47 +00:00
2005-09-29 14:28:22 +00:00
2005-03-23 17:11:24 +00:00
2008-04-01 13:22:47 +00:00
2008-04-24 09:59:54 +00:00
2008-04-01 13:22:47 +00:00
2006-03-01 20:20:22 +00:00
2004-12-05 02:30:20 +00:00
2008-04-07 16:33:44 +00:00
2008-04-01 13:22:47 +00:00
2008-04-24 09:59:54 +00:00
2008-04-01 13:22:47 +00:00
2004-12-27 19:03:56 +00:00
2008-04-01 13:22:47 +00:00
2008-04-01 13:22:47 +00:00
2008-04-24 09:59:54 +00:00
2007-12-12 12:12:24 +00:00
2006-07-17 19:30:30 +00:00
2008-04-24 09:59:54 +00:00