2000-01-16 |
Emanuele Aliberti | Added two missing names. |
commit | commitdiff | tree |
2000-01-14 |
Eric Kohl | Added missing features and functions |
commit | commitdiff | tree |
2000-01-12 |
Eric Kohl | Added missing printf() functions |
commit | commitdiff | tree |
2000-01-11 |
Eric Kohl | Disabled debugging messages |
commit | commitdiff | tree |
2000-01-11 |
Eric Kohl | Fixed process parameters |
commit | commitdiff | tree |
2000-01-11 |
Eric Kohl | Fixed ctype and Rtl functions |
commit | commitdiff | tree |
2000-01-10 |
Emanuele Aliberti | Some more NTOSKRNL.FsRtl stubs. |
commit | commitdiff | tree |
2000-01-10 |
Eric Kohl | Added DbgPrint() |
commit | commitdiff | tree |
2000-01-09 |
Eric Kohl | Removed fixed screen size code |
commit | commitdiff | tree |
2000-01-09 |
Eric Kohl | Fixed hal display bug |
commit | commitdiff | tree |
2000-01-08 |
Emanuele Aliberti | New year in c/r string. |
commit | commitdiff | tree |
2000-01-07 |
Eric Kohl | Added reading screen sizes from crt controller |
commit | commitdiff | tree |
2000-01-06 |
Emanuele Aliberti | A few more return structures for NtQuerySystemInformation |
commit | commitdiff | tree |
2000-01-06 |
David Welch | Removed debug messages from queuing code (sorry) |
commit | commitdiff | tree |
2000-01-05 |
David Welch | Implemented more security functions |
commit | commitdiff | tree |
2000-01-05 |
Eric Kohl | Fixed ctype table and functions. |
commit | commitdiff | tree |
2000-01-05 |
Eric Kohl | Fixed ctype table. |
commit | commitdiff | tree |
2000-01-02 |
David Welch | Disabled pragma statement that was causing problems |
commit | commitdiff | tree |
1999-12-30 |
Eric Kohl | Added mbtowc(), mbstowcs(), wctomb() and wcstombs() |
commit | commitdiff | tree |
1999-12-30 |
David Welch | Added some additional csrss work |
commit | commitdiff | tree |
1999-12-30 |
Eric Kohl | Added even more missing functions |
commit | commitdiff | tree |
1999-12-29 |
Eric Kohl | Added some missing debug, math and ctype functions |
commit | commitdiff | tree |
1999-12-29 |
Eric Kohl | Fixed implementation of register io functions |
commit | commitdiff | tree |
1999-12-28 |
Eric Kohl | Last update for millenium release |
commit | commitdiff | tree |
1999-12-28 |
Eric Kohl | Minor update |
commit | commitdiff | tree |
1999-12-27 |
Emanuele Aliberti | Some more NDIS stubs. |
commit | commitdiff | tree |
1999-12-27 |
Eric Kohl | Removed cmd target |
commit | commitdiff | tree |
1999-12-27 |
Eric Kohl | Fixed some more STDCALL issues |
commit | commitdiff | tree |
1999-12-26 |
Emanuele Aliberti | Added (io/create.c) IoCreateFile stub. |
commit | commitdiff | tree |
1999-12-26 |
Emanuele Aliberti | Some missing __stdcall declarations added in headers... |
commit | commitdiff | tree |
1999-12-26 |
Emanuele Aliberti | Some old Fs/Po code added to the makefile |
commit | commitdiff | tree |
1999-12-26 |
David Welch | Added some security functions |
commit | commitdiff | tree |
1999-12-24 |
Eric Kohl | Fixed compiler warnings |
commit | commitdiff | tree |
1999-12-24 |
Eric Kohl | Added missing test |
commit | commitdiff | tree |
1999-12-22 |
David Welch | Corrected additional object manager issues pointed... |
commit | commitdiff | tree |
1999-12-20 |
Phillip Susi | fixed typeo |
commit | commitdiff | tree |
1999-12-20 |
Eric Kohl | Fixed a compiler warning |
commit | commitdiff | tree |
1999-12-20 |
Phillip Susi | fixed missing dereference and cleaned up code in NtCrea... |
commit | commitdiff | tree |
1999-12-20 |
David Welch | Fixed problem with handles not being released |
commit | commitdiff | tree |
1999-12-18 |
Phillip Susi | merged better assert code back into main trunk |
commit | commitdiff | tree |
1999-12-18 |
David Welch | Worked around compiler bug in NtDelayExecution |
commit | commitdiff | tree |
1999-12-18 |
Emanuele Aliberti | Versio info actually linked in *.sys modules |
commit | commitdiff | tree |
1999-12-18 |
Emanuele Aliberti | RtlNtStatusToDosError and RtlNtStatusToPsxErrno declare... |
commit | commitdiff | tree |
1999-12-18 |
Emanuele Aliberti | Minor changes |
commit | commitdiff | tree |
1999-12-18 |
Phillip Susi | Added tracking of running threads in a process, and... |
commit | commitdiff | tree |
1999-12-18 |
Phillip Susi | Added list of threads in process |
commit | commitdiff | tree |
1999-12-17 |
Phillip Susi | changed to use proper type for dispatcher header, inste... |
commit | commitdiff | tree |
1999-12-17 |
Phillip Susi | fixed WaitForMultipleObjects()'s handling of the WaitAl... |
commit | commitdiff | tree |
1999-12-17 |
Phillip Susi | Working and tested KeWaitForXXX |
commit | commitdiff | tree |
1999-12-16 |
Eric Kohl | Added missing .cvsignore file |
commit | commitdiff | tree |
1999-12-16 |
Eric Kohl | Added a time conversion function and fixed a little bug |
commit | commitdiff | tree |
1999-12-16 |
Phillip Susi | found that list corruption bug. it was also resulting... |
commit | commitdiff | tree |
1999-12-16 |
Phillip Susi | fixed CreateEvent() with NULL name |
commit | commitdiff | tree |
1999-12-16 |
Phillip Susi | fixed a few bugs in wait code |
commit | commitdiff | tree |
1999-12-16 |
Phillip Susi | new event test app |
commit | commitdiff | tree |
1999-12-16 |
Eric Kohl | Added missing .cvsignore file |
commit | commitdiff | tree |
1999-12-15 |
Phillip Susi | fixed timeout on wait functions |
commit | commitdiff | tree |
1999-12-15 |
Eric Kohl | Fixed current directory handling |
commit | commitdiff | tree |
1999-12-14 |
Phillip Susi | used proper type pointer instead of PVOID |
commit | commitdiff | tree |
1999-12-14 |
Phillip Susi | missing initialization of Thread->Tcb.WaitBlockList |
commit | commitdiff | tree |
1999-12-14 |
Phillip Susi | bug fix with file object's name being freed but the... |
commit | commitdiff | tree |
1999-12-14 |
Phillip Susi | fixed runnable thread counters |
commit | commitdiff | tree |
1999-12-13 |
David Welch | Forgot to remove obsolete file |
commit | commitdiff | tree |
1999-12-13 |
David Welch | Reworked APC and waiting code, seems more stable now |
commit | commitdiff | tree |
1999-12-12 |
Phillip Susi | missing GetEnvironmentStrings export, was supposed... |
commit | commitdiff | tree |
1999-12-12 |
Phillip Susi | David forgot to take out a debugging line? Prevented... |
commit | commitdiff | tree |
1999-12-12 |
Phillip Susi | new APC code ready for prime time |
commit | commitdiff | tree |
1999-12-12 |
Phillip Susi | new APC code ready for prime time |
commit | commitdiff | tree |
1999-12-12 |
David Welch | Removed typo. |
commit | commitdiff | tree |
1999-12-12 |
David Welch | Backed out Philip Susi's changes for further testing |
commit | commitdiff | tree |
1999-12-12 |
Phillip Susi | fixed thread dispatcher bug with spin lock |
commit | commitdiff | tree |
1999-12-12 |
Phillip Susi | fixed bug caused by my APC code |
commit | commitdiff | tree |
1999-12-12 |
Eric Kohl | Added abs() and labs() |
commit | commitdiff | tree |
1999-12-12 |
Eric Kohl | fixed a compiler warning |
commit | commitdiff | tree |
1999-12-11 |
David Welch | Put in updated version of bitops header |
commit | commitdiff | tree |
1999-12-11 |
Phillip Susi | fixed DPC and APC calling code |
commit | commitdiff | tree |
1999-12-11 |
Phillip Susi | thread priorities, and some APC work |
commit | commitdiff | tree |
1999-12-11 |
Phillip Susi | reworked the APC code, they shold now be delivered... |
commit | commitdiff | tree |
1999-12-11 |
Phillip Susi | added DPC for timers to KTHREAD, and fixed ApcState |
commit | commitdiff | tree |
1999-12-11 |
Phillip Susi | added initialization for APCs |
commit | commitdiff | tree |
1999-12-11 |
Phillip Susi | at least it compiles now... |
commit | commitdiff | tree |
1999-12-11 |
Eric Kohl | cleanup |
commit | commitdiff | tree |
1999-12-11 |
Eric Kohl | Added waiting for port requests |
commit | commitdiff | tree |
1999-12-10 |
Phillip Susi | ooops... fix that.. |
commit | commitdiff | tree |
1999-12-10 |
Phillip Susi | added initial priorities to threads and processes |
commit | commitdiff | tree |
1999-12-10 |
Eric Kohl | Fixed command line code. |
commit | commitdiff | tree |
1999-12-10 |
David Welch | Modified LPC implementation to be closer to nt. |
commit | commitdiff | tree |
1999-12-09 |
Phillip Susi | fixed IoCompleteRequest() to give priority boost even... |
commit | commitdiff | tree |
1999-12-09 |
Paolo Pantaleo | 4nt's CTRL-D and CRTL-K support |
commit | commitdiff | tree |
1999-12-09 |
Eric Kohl | dll name comparison in LdrFindDll() must be case-insens... |
commit | commitdiff | tree |
1999-12-09 |
Eric Kohl | Fixed HalQueryRealTimeClock and HalSetRealTimeClock. |
commit | commitdiff | tree |
1999-12-09 |
Rex Jolliff | some more video code |
commit | commitdiff | tree |
1999-12-08 |
Paolo Pantaleo | fixed a stupid bug in history |
commit | commitdiff | tree |
1999-12-08 |
Eric Kohl | pointer to PEB becomes first parameter in call to NtPro... |
commit | commitdiff | tree |
1999-12-08 |
Phillip Susi | disable interrupts first, then do work. Use HLT also... |
commit | commitdiff | tree |
1999-12-07 |
Paolo Pantaleo | history cleanup added |
commit | commitdiff | tree |
1999-12-07 |
Paolo Pantaleo | TAS searches in internal commands too |
commit | commitdiff | tree |
1999-12-07 |
Eric Kohl | fixed typo |
commit | commitdiff | tree |
1999-12-06 |
Paolo Pantaleo | new history implementation, not complete yet... |
commit | commitdiff | tree |
1999-12-06 |
Phillip Susi | fixed handling of enter with blank line, also by my... |
commit | commitdiff | tree |
next |