wine/dlls/ntdll
Joel Holdsworth 1ccd037e00 ntdll: Implement FILE_DISPOSITION_POSIX_SEMANTICS.
Both the Msys2 and Cygwin runtimes make use of
FILE_DISPOSITON_POSIX_SEMANTICS in their implementations of the unlink()
system call. This enables these routines to behave similarly to POSIX where are
unlisted from the directory, if handles are still open.

https://github.com/msys2/msys2-runtime/blob/msys2-3.4.3/winsup/cygwin/syscalls.cc#L722
https://www.cygwin.com/git/?p=newlib-cygwin.git;a=blob;f=winsup/cygwin/syscalls.cc#l724

Signed-off-by: Joel Holdsworth <joel@airwebreathe.org.uk>
2023-06-27 22:14:15 +02:00
..
tests ntdll: Implement FILE_DISPOSITION_POSIX_SEMANTICS. 2023-06-27 22:14:15 +02:00
unix ntdll: Implement FILE_DISPOSITION_POSIX_SEMANTICS. 2023-06-27 22:14:15 +02:00
actctx.c ntdll: Use nameless unions/structs for loader data. 2023-05-30 12:12:09 +02:00
atom.c
crypt.c
debugbuffer.c
env.c
error.c
error.h
exception.c ntdll: Don't define stdcall functions on non-i386. 2023-06-14 18:53:36 +02:00
handletable.c
heap.c ntdll: Allow RtlAllocateHeap to crash with invalid handle. 2023-06-12 21:21:35 +02:00
large_int.c
loader.c ntdll: Implement _errno(). 2023-06-21 18:15:43 +02:00
locale.c ntdll: Use nameless unions/structs for loader data. 2023-05-30 12:12:09 +02:00
locale_private.h
make_errors
Makefile.in ntdll: Use the sin() implementation from the bundled musl library. 2023-04-11 22:22:18 +02:00
math.c ntdll: Use the fabs() implementation from the bundled musl library. 2023-04-11 22:22:18 +02:00
misc.c
ntdll.spec ntdll: Implement _errno(). 2023-06-21 18:15:43 +02:00
ntdll_misc.h ntdll: Implement _errno(). 2023-06-21 18:15:43 +02:00
path.c
printf.c
printf.h
process.c
reg.c
relay.c
resource.c ntdll: Use nameless unions/structs for loader data. 2023-05-30 12:12:09 +02:00
rtl.c ntdll: Use nameless unions/structs for CPU-related data. 2023-05-30 12:12:09 +02:00
rtlbitmap.c ntdll: Reimplement RtlNumberOfSetBits() to check 32 bits at a time. 2023-04-22 17:34:32 +02:00
rtlstr.c
sec.c ntdll: Fix the prototype of NtDuplicateToken(). 2023-05-08 20:02:26 +02:00
signal_arm.c ntdll: Don't define stdcall functions on non-i386. 2023-06-14 18:53:36 +02:00
signal_arm64.c ntdll: Don't define stdcall functions on non-i386. 2023-06-14 18:53:36 +02:00
signal_i386.c ntdll: Print correct thread rename trace when using current thread ID with exception method. 2023-03-23 14:31:23 +01:00
signal_x86_64.c ntdll: Don't define stdcall functions on non-i386. 2023-06-14 18:53:36 +02:00
string.c
sync.c ntdll: Simplify critical section timeout logic. 2023-06-05 14:01:07 +02:00
thread.c ntdll: Implement _errno(). 2023-06-21 18:15:43 +02:00
threadpool.c ntdll: Use nameless unions/structs for IO_STATUS_BLOCK. 2023-05-30 12:12:09 +02:00
time.c ntdll: Use nameless unions/structs for CPU-related data. 2023-05-30 12:12:09 +02:00
unixlib.h
version.c
version.rc
wcstring.c