projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Added more secur32.dll tests and fixed missing constants in
[wine]
/
dlls
/
ntdll
/
2005-08-11
Francois Gouget
Define WIN32_NO_STATUS so we don't get 'duplicate macro...
tree
|
commitdiff
2005-08-11
Alexandre Julliard
Added a wine_unix_to_nt_file_name function to do proper...
tree
|
commitdiff
2005-08-11
Francois Gouget
Remove unneeded wine/library.h include.
tree
|
commitdiff
2005-08-10
Francois Gouget
Define RTL_HANDLE and RTL_HANDLE_TABLE if not using...
tree
|
commitdiff
2005-08-10
Alexandre Julliard
Implemented RtlGetNtProductType.
tree
|
commitdiff
2005-08-10
Alexandre Julliard
Moved the version initialization to ntdll.
tree
|
commitdiff
2005-08-09
Alexandre Julliard
Don't call process attach notification during process...
tree
|
commitdiff
2005-08-09
Alexandre Julliard
Specify a base address for kernel and ntdll.
tree
|
commitdiff
2005-08-09
Alexandre Julliard
Added a VIRTUAL_alloc_teb function to allocate TEBs...
tree
|
commitdiff
2005-08-08
Tobias Gruetzmacher
Reverse the direction of raw SCSI commands.
tree
|
commitdiff
2005-08-03
Alexandre Julliard
Removed the broken mmap64 configure check, and moved the
tree
|
commitdiff
2005-08-03
Alexandre Julliard
Hack to make the main heap critical section have a...
tree
|
commitdiff
2005-08-03
Vitaliy Margolen
Implement IOCTL_SCSI_GET_INQUIRY_DATA.
tree
|
commitdiff
2005-08-02
Alexandre Julliard
Removed a noisy trace.
tree
|
commitdiff
2005-08-02
Alexandre Julliard
Implemented a few trivial ntdll functions that have...
tree
|
commitdiff
2005-08-02
Alexandre Julliard
Use the new RtlExitUserThread function instead of exporting
tree
|
commitdiff
2005-08-01
Alexandre Julliard
Added commented out stubs for a bunch of new functions.
tree
|
commitdiff
2005-08-01
Vitaliy Margolen
Fixed IOCTL_SCSI_GET_ADDRESS.
tree
|
commitdiff
2005-07-28
Alexandre Julliard
Added names for a bunch of status values.
tree
|
commitdiff
2005-07-24
Vincent Béron
Use proper macro for using IOKit includes.
tree
|
commitdiff
2005-07-22
Alexandre Julliard
Added small assembly wrapper to call entry points witho...
tree
|
commitdiff
2005-07-22
Paul Vriens
Use current process if assigned process cannot be opened.
tree
|
commitdiff
2005-07-20
Vitaliy Margolen
Fix IOCTL_CDROM_RAW_READ ioctl.
tree
|
commitdiff
2005-07-19
Kevin Koltzau
Define 64bit PE structures.
tree
|
commitdiff
2005-07-18
Robert Shearman
- Change the default user SID to match what was previou...
tree
|
commitdiff
2005-07-15
Dmitry Timoshkov
Avoid unnecessary casts.
tree
|
commitdiff
2005-07-15
Dmitry Timoshkov
Make VIRTUAL_HandleFault return an NTSTATUS.
tree
|
commitdiff
2005-07-15
Dmitry Timoshkov
Use SIZE_T type for size variables in NTDLL when approp...
tree
|
commitdiff
2005-07-14
Alexandre Julliard
Moved initialization of the default user process parame...
tree
|
commitdiff
2005-07-14
Alexandre Julliard
Moved the server start time to the init_thread request...
tree
|
commitdiff
2005-07-13
Alexandre Julliard
Return the startup info size in the init_thread request...
tree
|
commitdiff
2005-07-13
Alexandre Julliard
Initialize relay debugging earlier on now that the...
tree
|
commitdiff
2005-07-13
Alexandre Julliard
Already initialize the process in the first init_thread...
tree
|
commitdiff
2005-07-13
Alexandre Julliard
Ignore high bit of spin count.
tree
|
commitdiff
2005-07-12
Aric Stewart
Both wcschr and wcsrchr should be able to find the...
tree
|
commitdiff
2005-07-12
Alexandre Julliard
Use the unicode.h functions where possible.
tree
|
commitdiff
2005-07-11
Alexandre Julliard
Use an SID instead of the user name for the path of the
tree
|
commitdiff
2005-07-11
Uwe Bonnes
Wait for the object multiple times until TIMEOUT is...
tree
|
commitdiff
2005-07-11
Alexandre Julliard
Also look for the plain module specification in WINEDLL...
tree
|
commitdiff
2005-07-11
Robert Shearman
- Make the value returned from HeapSize always match...
tree
|
commitdiff
2005-07-10
Detlef Riekenberg
Fixed traces.
tree
|
commitdiff
2005-07-10
Gerald Pfeifer
Add a configure check for struct request_sense. Use...
tree
|
commitdiff
2005-07-07
Alexandre Julliard
Use the same defaults for modules with and without...
tree
|
commitdiff
2005-07-06
Francois Gouget
Add trailing '\n's to ok() calls.
tree
|
commitdiff
2005-07-05
Felix Nawothnig
Replace stubs for information classes in NtQueryVirtual...
tree
|
commitdiff
2005-07-05
Paul Vriens
Added some tests for other information classes.
tree
|
commitdiff
2005-07-05
Paul Vriens
Improved stubs to show the correct behavior.
tree
|
commitdiff
2005-07-03
Alexandre Julliard
Some fixes for the Darwin build.
tree
|
commitdiff
2005-07-03
Mike McCormack
Avoid warnings in generated tests by casting sizeof...
tree
|
commitdiff
2005-07-02
Vitaliy Margolen
Load all dll sections no matter what attributes say.
tree
|
commitdiff
2005-07-01
Phil Krylov
Fixed dlls/ntdll/cdrom.c compilation in Darwin by addin...
tree
|
commitdiff
2005-07-01
Alexandre Julliard
Improve a bit the assembly generated for import thunks.
tree
|
commitdiff
2005-06-30
Gerald Pfeifer
Avoid unused variable warnings in CDROM_ScsiPassThrough...
tree
|
commitdiff
2005-06-29
James Hawkins
- Fix calculation of generic pointers.
tree
|
commitdiff
2005-06-29
Mike Hearn
Fix GCC4 warning.
tree
|
commitdiff
2005-06-29
Dmitry Timoshkov
A workaround for missing struct request_sense on FreeBSD.
tree
|
commitdiff
2005-06-28
James Hawkins
Forward RtlAddAccess* to add_access_ace.
tree
|
commitdiff
2005-06-27
Dmitry Timoshkov
Add a check for sg_io_hdr_t and (not tested) check...
tree
|
commitdiff
2005-06-27
Eric Pouech
Implemented OpenProcess on top of NtOpenProcess.
tree
|
commitdiff
2005-06-27
Stefan Huehner
Fix some -Wstrict-prototypes warnings.
tree
|
commitdiff
2005-06-25
Mike McCormack
- use STATUS_TIMEOUT instead of WAIT_TIMEOUT
tree
|
commitdiff
2005-06-25
Mike McCormack
- NtWaitForSingleObject doesn't return WAIT_FAILED.
tree
|
commitdiff
2005-06-25
Mike McCormack
Use NT status codes for exceptions.
tree
|
commitdiff
2005-06-25
Mike McCormack
Use RTL_CRITICAL_SECTION instead of CRITICAL_SECTION.
tree
|
commitdiff
2005-06-24
James Hawkins
Implement RtlAddAuditAccessAce.
tree
|
commitdiff
2005-06-24
Alexandre Julliard
RtlGetFullPathName_U should remove the trailing dot...
tree
|
commitdiff
2005-06-24
Paul Vriens
Correct the entries for [Nt|Zw]OpenSymbolicLinkObject.
tree
|
commitdiff
2005-06-24
Mike McCormack
Add prototype and fix RtlpNtCreateKey.
tree
|
commitdiff
2005-06-23
James Hawkins
Add stub implementation of RtlAddAuditAccessAce.
tree
|
commitdiff
2005-06-23
Paul Vriens
NT4 doesn't support ProcessIoCounters.
tree
|
commitdiff
2005-06-23
Paul Vriens
Return STATUS_OBJECT_NAME_NOT_FOUND in NtOpenSymbolicLi...
tree
|
commitdiff
2005-06-22
Alexandre Julliard
Sort entry points alphabetically.
tree
|
commitdiff
2005-06-22
Mike McCormack
Declare RtlGUIDFromString and RtlStringFromGUID.
tree
|
commitdiff
2005-06-21
Alexandre Julliard
Don't require execute permission on the process heap.
tree
|
commitdiff
2005-06-21
Alexandre Julliard
Add PAGE_GUARD flag to the returned protection of guard...
tree
|
commitdiff
2005-06-21
Paul Vriens
Change ProcessBasicInformation to the same behavior...
tree
|
commitdiff
2005-06-21
Alexandre Julliard
Don't require execute permission for thread stacks.
tree
|
commitdiff
2005-06-21
Mike McCormack
Don't include winbase.h or winerror.h when not necessary.
tree
|
commitdiff
2005-06-20
Mike McCormack
- avoid winternl.h depending on winbase.h
tree
|
commitdiff
2005-06-20
Stefan Huehner
Fix more -Wstrict-prototypes warnings.
tree
|
commitdiff
2005-06-20
Robert Shearman
Add support for impersonating a token.
tree
|
commitdiff
2005-06-20
Robert Shearman
Implement RtlImpersonateSelf, RevertToSelf and MapGener...
tree
|
commitdiff
2005-06-20
Paul Vriens
Stub implementations for ProcessVmCounters, ProcessTime...
tree
|
commitdiff
2005-06-20
James Hawkins
Implement RtlCopySecurityDescriptor.
tree
|
commitdiff
2005-06-20
Pierre d'Herbemont
Move the (Mac OS X) IOKit headers to the top of the...
tree
|
commitdiff
2005-06-17
Alexandre Julliard
Moved directory options to HKCU\Software\Wine.
tree
|
commitdiff
2005-06-17
Alexandre Julliard
Moved version key to HKCU\Software\Wine.
tree
|
commitdiff
2005-06-17
Francois Gouget
Remove an unneeded variable in test_query_timeofday().
tree
|
commitdiff
2005-06-17
Mike McCormack
Use HANDLE instead of HKEY in the NT API.
tree
|
commitdiff
2005-06-17
Alexandre Julliard
The TEB doesn't need execute permissions.
tree
|
commitdiff
2005-06-17
Mike McCormack
Declare Nt directory functions.
tree
|
commitdiff
2005-06-16
Alexandre Julliard
Make import thunks position-independent to avoid text...
tree
|
commitdiff
2005-06-16
Alexandre Julliard
Moved configuration keys to HKCU\Software\Wine\DllOverr...
tree
|
commitdiff
2005-06-16
Stefan Huehner
Fix some -Wstrict-prototypes warnings.
tree
|
commitdiff
2005-06-16
Alexandre Julliard
Store a relative pointer for registry entry points...
tree
|
commitdiff
2005-06-16
Mike McCormack
Add/fix more NT native API declarations.
tree
|
commitdiff
2005-06-16
Mike McCormack
Fix some declaration and write string warnings.
tree
|
commitdiff
2005-06-16
Alexandre Julliard
Use the DEFINE_REGS_ENTRYPOINT macro to define register...
tree
|
commitdiff
2005-06-16
Paul Vriens
ProcessName should be without the path.
tree
|
commitdiff
2005-06-16
Paul Vriens
W2K3 returns STATUS_INVALID_HANDLE instead of STATUS_AC...
tree
|
commitdiff
next