- Jun 18, 2024
-
-
- Jun 14, 2024
-
-
Tested with a serial pair with a null modem. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55947
-
- Jun 11, 2024
-
-
-
find_object_index() sets the status code to STATUS_NO_MORE_ENTRIES to indicate that the given index does not exist in the list of the directory entries, in addition to returning NULL. STATUS_NO_MORE_ENTRIES only makes sense in the context of the function's only caller, req_get_directory_entry(), which is used to implement the NtQueryDirectoryObject() system call, specifically the single object case. Otherwise, the choice of status code is unintuitive. Remove the set_error() call in find_object_index(), and move the responsibility of setting the status code to the caller.
-
Signed-off-by:
Adam Rehn <adam@tensorworks.com.au>
-
- Jun 07, 2024
-
-
- Jun 06, 2024
-
-
And assign it in token_create_admin(). Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56640
-
-
Signed-off-by:
Dmitry Timoshkov <dmitry@baikal.ru>
-
- Jun 05, 2024
-
-
Only return STATUS_OBJECT_NAME_INVALID if we're not looking for a FILE_DIRECTORY_FILE.
-
-
- May 31, 2024
-
-
- May 30, 2024
-
-
- May 28, 2024
-
-
- May 22, 2024
-
-
- May 21, 2024
-
-
If the hardware keyboard event has KBD virtual key information, use it to detect numpad key events and translate them to the appropriate virtual keys depending on NumLock (and Shift) state.
-
- May 12, 2024
-
-
- May 01, 2024
-
-
- Apr 26, 2024
-
-
- Mar 28, 2024
-
-
server: Clarify that registry files are always in the current directory, and simplify save_branch().
-
-
-
- Mar 27, 2024
-
-
- Mar 22, 2024
-
-
Alexandre Julliard authored
-
- Mar 21, 2024
-
-
- Mar 20, 2024
-
-
- Mar 15, 2024
-
-