ntdll: Add initial support for OpenBSD to fill_cpu_info.
[wine] / dlls / ntdll / nt.c
2010-03-01  Austin Englishntdll: Add initial support for OpenBSD to fill_cpu_info.
2010-01-25  Freddie Tilleyntdll: Detect more cpu features in get_cpuinfo.
2010-01-20  Freddie Tilleyntdll: Set cpu frequency for FreeBSD 7.2 and higher.
2009-11-17  Rob Shearmanserver: Extend get_token_user server call to also retri...
2009-09-24  Alexandre Julliardntdll: Move creation of the CPU-specific registry keys...
2009-09-23  Huw Daviesntdll: Fix build on MacOSX.
2009-09-22  Alexandre Julliardntdll: Only create the CPU registry keys on first run.
2009-09-22  Eric Pouechntdll: Moved CPU related registry key creation from...
2009-09-22  Eric Pouechntdll: Implement basic support for processor power...
2009-09-22  Eric Pouechntdll: Reuse kernel32's cpu info to implement NtQuerySy...
2009-08-29  Benjamin Kramerntdll: Fix build on MacOSX.
2009-08-27  Alexandre Julliardntdll: Fix a couple of system information structures...
2009-08-10  Austin Englishntdll: Quiet a noisy fixme.
2009-07-22  Luke Bensteadntdll: Add semi-stub implementation for SystemExecution...
2009-07-03  Alexandre Julliardntdll: Fix the formatting of the get_token_groups reque...
2009-06-02  Louis Lendersntdll: Add stub for NtSecureConnectPort.
2009-05-22  Austin Englishntdll: Change a noisy FIXME to a WARN.
2009-05-07  Alexandre Julliardntdll: Fix the LPC_MESSAGE structure definition for...
2009-04-21  Hans Leidekkerntdll: Implement NtQuery/SetInformationToken(TokenDefau...
2009-03-23  Michael Stefaniucntdll: Remove superfluous pointer casts.
2009-02-16  Alexandre Julliardntdll: Improve debugging helper for object attributes...
2009-02-12  Paul Bryan Robertsntdll: Avoid potential infinite loop.
2009-01-03  Alexandre Julliardntdll: Fix the various structures returned by NtQuerySy...
2008-12-09  Stefan Dösingerntdll: Print the SYSTEM_PERFORMANCE_INFORMATION only...
2008-12-09  Alexandre Julliardserver: Get rid of the support for module snapshots...
2008-12-08  Alexandre Julliardserver: Add functions for conversions between server...
2008-11-03  Alexandre Julliardntdll: Return more correct information for SystemBasicI...
2008-11-03  Aric Stewartntdll: Fix parsing of proc file. Also correct memory...
2008-10-20  Aric Stewartntdll: Implement SystemProcessorPerformanceInformation...
2008-09-04  Alexandre Julliardntdll: Implemented NtOpenProcessTokenEx and NtOpenThrea...
2008-07-11  Andrew Talbotntdll: Remove unneeded address-of operators from array...
2007-10-30  Klaus Layerntdll: Add missing FIXMEs for incomplete info classes...
2007-09-18  Francois Gougetntdll: Fix compilation on systems that don't support...
2007-09-14  Rob Shearmanserver: Add get_token_statistics server call and use...
2007-07-13  Rob Shearmanntdll: The impersonation level in NtDuplicateToken...
2007-07-04  Alexandre Julliardntdll: Add check for null pointer in NtQuerySystemInfor...
2007-06-19  Alexandre Julliardntdll: Improved the stub behavior of NtQuerySystemInfor...
2007-04-17  Alexandre Julliardserver: Change the timeout handling to use NT-style...
2007-03-07  Juan Langntdll: Implement NtAllocateLocallyUniqueId with server...
2007-02-21  Rob Shearmanserver: Add get_token_impersonation_level server call...
2006-10-18  Hans Leidekkerntdll: Win64 printf format warning fixes.
2006-07-26  Alexandre Julliardserver: Convert the server start time to the abs_time_t...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-15  Robert Shearmanserver: Retrieve the groups for a token from the server.
2006-05-10  James Hawkinsntdll: Return STATUS_NOT_IMPLEMENTED for the unimplemen...
2006-05-05  Robert Shearmanntdll: Fix size check for NtQueryInformationToken(Token...
2006-01-20  H. Verbeetntdll: Add a stubbed NtSetSystemInformation.
2006-01-12  Vitaliy Margolenntdll: NtQueryInformationToken change parameters accord...
2005-12-09  Alexandre Julliardserver: Use attributes instead of inherit flag in token...
2005-12-09  Alexandre Julliardserver: Use attributes instead of inherit flag in snaps...
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-10-27  Ivan Leo PuotiAdd stub implementation for NtAccessCheckAndAuditAlarm.
2005-10-03  Ivan Leo PuotiMake a stub actually say "stub".
2005-09-02  Mike McCormackFix gcc 4.0 warnings.
2005-08-18  Alexandre JulliardAdded a stub for NtAlertResumeThread.
2005-07-18  Robert Shearman- Change the default user SID to match what was previou...
2005-07-14  Alexandre JulliardMoved the server start time to the init_thread request...
2005-07-05  Paul VriensImproved stubs to show the correct behavior.
2005-06-21  Mike McCormackDon't include winbase.h or winerror.h when not necessary.
2005-06-17  Mike McCormackUse HANDLE instead of HKEY in the NT API.
2005-06-16  Mike McCormackAdd/fix more NT native API declarations.
2005-06-16  Paul VriensProcessName should be without the path.
2005-06-15  Paul VriensOnly exact buffer size gives STATUS_SUCCESS.
2005-06-14  Mike McCormackDeclare port functions and fix prototypes.
2005-06-13  Paul VriensFixed size of our SYSTEM_TIMEOFDAY_INFORMATION struct.
2005-06-13  Mike McCormackAdd and fix function prototypes.
2005-06-10  Paul VriensFixed ReturnLength of SystemCpuInformation.
2005-06-09  Paul VriensReduce our buffer by 1 SYSTEM_THREAD_INFORMATION per...
2005-06-07  Paul VriensFixed typo.
2005-06-06  Felix NawothnigMake SYSTEM_THREAD_INFORMATION.pszProcessName a UNICODE...
2005-06-03  Paul VriensChange SYSTEM_PROCESS_INFORMATION to reflect W2K/WinXP...
2005-05-20  Ivan Leo PuotiRename SystemDriverInformation to SystemModuleInformation.
2005-05-13  Paul VriensAdded (stubbed) SystemDriverInformation and
2005-05-10  Paul VriensAdded (stubbed) SystemHandleInformation.
2005-04-22  Robert Shearman- Clean up well-known privileges.
2005-04-21  Paul VriensRemove THREAD_INFO struct.
2005-04-18  Benjamin CutlerAdd semi-stub for NtPowerInformation(SystemPowerCapabil...
2005-04-16  Benjamin Cutler- Correct args for NtPowerInformation.
2005-04-15  Paul VriensStart of unit tests for *Info* functions.
2005-03-28  Mike McCormackImplement CreateMailslot using NtCreateMailslotFile.
2005-02-23  Rein KlazesNtQueryPerformanceCounter should return a frequency...
2005-02-21  Juan LangFix NtQueryPerformanceCounter parameter checking. Spott...
2005-02-11  Robert Shearman- Implement AdjustTokenPrivileges, DuplicateTokenEx and
2005-01-28  Rein KlazesIn NtQuerySystemInformation, handle request for informa...
2005-01-26  Rein KlazesGet rid of the rdtsc cpu instruction method for calcula...
2004-11-04  Juan Lang- implement LookupPrivilegeName
2004-09-14  Steven EdwardsAdded stub for NtShutdownSystem.
2004-08-30  Mike McCormackStub implementations for NtAdjustGroupsToken and NtAler...
2004-08-26  Jason EdmeadesDon't clear the information structure for non supported...
2004-08-17  Aric StewartAdded handling of TokenPrimaryGroup.
2004-08-17  Mike McCormackStub implementation for NtSetInformationToken.
2004-07-06  Aric StewartReport NOT_IMPLEMENTED for not implemented token classes.
2004-04-19  Michael StefaniucNtQueryInformationToken isn't a stub so change the...
2003-12-30  Mike McCormackReturn an SID when GetTokenInformation is called with...
2003-10-06  Alex PasadynFix buffer length error code for NtQueryInformationToken.
2003-09-30  Alexandre JulliardStore module names in Unicode in the server.
2003-09-19  Eric PouechImplemented kernel32.GetIoProcessCounters and stubbed
2003-09-16  Eric Pouech- Implemented a few information classes in NtQuerySyste...
2003-09-08  Alexandre JulliardOn TlsFree, clear the released TLS index in all threads.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
next