Commit History

Author SHA1 Message Date
  Zebediah Figura b8f4061df0 ntdll: Implement IOCTL_AFD_RECV. 3 years ago
  Paul Gofman ddd161f339 ntdll: Validate job handles at process creation. 3 years ago
  Alexandre Julliard d743c1e6c3 server: Send TEB and PEB in the process_init_done request. 3 years ago
  Paul Gofman 02e3327f06 ntdll: Implement NtGetNextThread(). 3 years ago
  Alexandre Julliard 339ed57643 server: Get rid of the CPU type and functions. 3 years ago
  Alexandre Julliard a51f26badf server: Return the process machine from the main exe instead of a CPU flag. 3 years ago
  Alexandre Julliard 96865eb7e7 server: Return a list of supported machines instead of a CPU bitmask. 3 years ago
  Alexandre Julliard 828077e3b3 server: Pass the NT process flags to the new_process request. 3 years ago
  Rémi Bernon 6444e4fade server: Remove tid from set_key_state request. 3 years ago
  Rémi Bernon 626870abe2 server: Remove tid from get_key_state request. 3 years ago
  Alexandre Julliard 34884bf5d0 ntdll: Remove the no longer needed exec_process() function. 3 years ago
  Zebediah Figura 5df0f5f6fb ntdll: Use a kernel APC to call NtDuplicateObject() if DUPLICATE_CLOSE_SOURCE is used on another process. 3 years ago
  Alexandre Julliard 6531f262e3 server: Return the file name for image mappings in the get_mapping_info request. 3 years ago
  Akihiro Sagawa d6d99e59e3 ntdll: ObjectName should also be used in NtUnloadKey. 3 years ago
  Alexandre Julliard 6f7b56a198 server: Merge the various token information queries. 3 years ago
  Zebediah Figura ec9244f056 ntdll: Implement NtQueryInformationToken(TokenLinkedToken). 3 years ago
  Zebediah Figura c96749790b ntdll: Implement NtQueryInformationToken(TokenElevationType). 3 years ago
  Alexandre Julliard d3df2b12ce server: Remove support for process-local handle tables. 3 years ago
  Erich E. Hoover 61d7629ba4 server: Allow volume information queries to be asynchronous. 4 years ago
  Alexandre Julliard e7fa4fd147 server: Remove the load/unload_dll requests and the dll list. 3 years ago
  Alexandre Julliard 3472387777 server: Implement NtQueryVirtualMemory(MemorySectionName). 3 years ago
  Alexandre Julliard 3bb5381587 server: Return the NT name for the ProcessImageFileName query. 3 years ago
  Alexandre Julliard 9e255ba4e0 ntdll: Pass the NT name in the set_fd_name_info request. 3 years ago
  Alexandre Julliard a3c92a02cc server: Get the process entry point from the exe image info. 3 years ago
  Alexandre Julliard 52d733b5c4 server: Implement retrieving the debug object of a process. 3 years ago
  Alexandre Julliard b6f774df69 server: Add a request to return all object types. 3 years ago
  Alexandre Julliard dc4e881834 server: Add support for object counts in the object type information. 3 years ago
  Alexandre Julliard 928a22cd02 server: Add a data type for generic access mappings. 3 years ago
  Alexandre Julliard d514c64a8c server: Move the ldt_copy pointer to the init_first_thread request. 3 years ago
  Alexandre Julliard 44699c324f server: Add a separate request to initialize the first thread of a process. 3 years ago