wine/dlls/ntdll/

Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [wine] / wine / dlls / ntdll


File Rev. Age Last log entry
[BACK] Parent Directory      
[DIR] Attic/  [Don't hide]      
[DIR] tests/      
[TXT] .cvsignore  1.23   11 months   Maarten Lankhorst <m.b.lankhorst@gmail.com> ntdll: Use module for path to activa...
[TXT] Makefile.in  1.120   3 months   Alexandre Julliard <julliard@winehq.org> ntdll: Get rid of the no longer used pt...
[TXT] actctx.c  1.59   3 months   Paul Chitescu <paulc@voip.null.ro> ntdll: Print desired version of missing depen...
[TXT] atom.c  1.11   3 months   Michael Stefaniuc <mstefani@redhat.de> ntdll: Remove superfluous pointer casts.
[TXT] cdrom.c  1.97   3 months   Alexandre Julliard <julliard@winehq.org> ntdll: Define dvd_struct ourselves sinc...
[TXT] critsection.c  1.46   12 months   Jon Griffiths <jon_p_griffiths@yahoo.com> ntdll: Implement [Rtl]InitializeCritic...
[TXT] debugbuffer.c  1.9   8 months   Michael Stefaniuc <mstefani@redhat.de> ntdll: Don't cast void pointers to other ...
[TXT] debugtools.c  1.50   2 years   Andrew Talbot <Andrew.Talbot@talbotville.com> ntdll: Exclude unused headers.
[TXT] directory.c  1.99   3 months   Michael Stefaniuc <mstefani@redhat.de> ntdll: Remove superfluous pointer casts.
[TXT] env.c  1.27   7 months   Ricardo Filipe <ricardo_barbano@hotmail.com> ntdll: Fixed dead store (llvm/clang...
[TXT] error.c  1.21   2 years   Hans Leidekker <hans@it.vu.nl> ntdll: Win64 printf format warning fixes.
[TXT] exception.c  1.118   2 months   Alexandre Julliard <julliard@winehq.org> ntdll: Move NtRaiseException and RtlUnw...
[TXT] file.c  1.225   4 weeks   Nikolay Sivov <bunglehead@gmail.com> ntdll: Make NtQueryFullAttributesFile and N...
[TXT] handletable.c  1.11   3 months   Michael Stefaniuc <mstefani@redhat.de> ntdll: Remove superfluous pointer casts.
[TXT] heap.c  1.97   3 days   Alexandre Julliard <julliard@winehq.org> ntdll: Go back to growing the heap in s...
[TXT] large_int.c  1.16   3 years   Jonathan Ernst <jonathan@ernstfamily.ch> Update the address of the Free Software...
[TXT] loader.c  1.202   8 days   Alexandre Julliard <julliard@winehq.org> ntdll: Release some address space after...
[TXT] loadorder.c  1.24   14 months   Andrew Talbot <andrew.talbot@talbotville.com> ntdll: Remove unused variables.
[TXT] misc.c  1.28   4 months   Alexandre Julliard <julliard@winehq.org> ntdll: Improve debugging helper for obj...
[TXT] nt.c  1.140   14 hours   Alexandre Julliard <julliard@winehq.org> ntdll: Fix the formatting of the get_to...
[TXT] ntdll.spec  1.272   4 weeks   Louis Lenders <xerox_xerox2000@yahoo.co.uk> ntdll: Add stub for RtlEnumerateGene...
[TXT] ntdll_misc.h  1.146   2 days   Alexandre Julliard <julliard@winehq.org> ntdll: Avoid the close-on-exec race wit...
[TXT] om.c  1.59   3 months   Michael Stefaniuc <mstefani@redhat.de> ntdll: Remove superfluous pointer casts.
[TXT] path.c  1.51   6 months   Maarten Lankhorst <m.b.lankhorst@gmail.com> ntdll: Make all exported wine functi...
[TXT] printf.c  1.1   5 months   Alexandre Julliard <julliard@winehq.org> ntdll: Copy the msvcrt printf implement...
[TXT] process.c  1.35   3 months   Alexandre Julliard <julliard@winehq.org> ntdll: Set the WOW64 flag according to ...
[TXT] reg.c  1.92   3 months   Michael Stefaniuc <mstefani@redhat.de> ntdll: Remove superfluous pointer casts.
[TXT] relay.c  1.52   8 days   Alexandre Julliard <julliard@winehq.org> ntdll: Add call frame annotations in x8...
[TXT] resource.c  1.30   2 weeks   Alexandre Julliard <julliard@winehq.org> ntdll: Add appropriate stdcall decorati...
[TXT] rtl.c  1.103   2 weeks   Alexandre Julliard <julliard@winehq.org> ntdll: Add appropriate stdcall decorati...
[TXT] rtlbitmap.c  1.21   5 months   Aleksey Bragin <aleksey@reactos.org> ntdll: Fix buffer overread in RtlNumberOfSe...
[TXT] rtlstr.c  1.72   6 months   Maarten Lankhorst <m.b.lankhorst@gmail.com> ntdll: Make all exported wine functi...
[TXT] sec.c  1.102   2 weeks   Alexandre Julliard <julliard@winehq.org> ntdll: Fix handling of self-relative se...
[TXT] serial.c  1.46   3 months   Michael Stefaniuc <mstefani@redhat.de> ntdll: Remove superfluous pointer casts.
[TXT] server.c  1.98   2 days   Alexandre Julliard <julliard@winehq.org> ntdll: Avoid the close-on-exec race wit...
[TXT] signal_i386.c  1.189   8 days   Alexandre Julliard <julliard@winehq.org> ntdll: Add call frame annotations in x8...
[TXT] signal_powerpc.c  1.53   2 weeks   Alexandre Julliard <julliard@winehq.org> ntdll: Move all thread exit processing ...
[TXT] signal_sparc.c  1.60   2 weeks   Alexandre Julliard <julliard@winehq.org> ntdll: Move all thread exit processing ...
[TXT] signal_x86_64.c  1.41   2 weeks   Alexandre Julliard <julliard@winehq.org> ntdll: Move all thread exit processing ...
[TXT] string.c  1.27   5 months   Alexandre Julliard <julliard@winehq.org> ntdll: Copy the msvcrt printf implement...
[TXT] sync.c  1.109   10 days   Hans Leidekker <hans@codeweavers.com> ntdll: Don't return success from the NtQue...
[TXT] tape.c  1.19   3 months   Andrew Talbot <andrew.talbot@talbotville.com> ntdll: Remove superfluous semicolo...
[TXT] thread.c  1.124   2 days   Alexandre Julliard <julliard@winehq.org> ntdll: Avoid the close-on-exec race wit...
[TXT] threadpool.c  1.21   6 months   Alexandre Julliard <julliard@winehq.org> ntdll: Use INT_MAX for the semaphore co...
[TXT] time.c  1.107   15 months   Andrew Talbot <andrew.talbot@talbotville.com> ntdll: Assign to structs instead o...
[TXT] version.c  1.43   4 weeks   Vitaliy Margolen <wine-patches@kievinfo.com> winecfg: Update WinXP version to SP...
[TXT] version.rc  1.1   2 years   Alexandre Julliard <julliard@winehq.org> Added version information for a number ...
[TXT] virtual.c  1.186   4 days   Alexandre Julliard <julliard@winehq.org> ntdll: Disable releasing the address sp...
[TXT] wcstring.c  1.33   5 months   Alexandre Julliard <julliard@winehq.org> ntdll: Copy the msvcrt printf implement...


Report problems to: web-admin@winehq.com