Historique des commits

Auteur SHA1 Message Date
  Evan Green 47ca391be3 Create kernel stack before forked process. il y a 7 ans
  Evan Green e12e9360ef x64: Got to user mode, up to the first system call. il y a 7 ans
  Chris Stevens f2d964a610 Store the absolute path in the process environment. il y a 7 ans
  Todd Lucas 300fe9af30 Convert usage of PSTR to PCSTR in the public kernel API where applicable il y a 8 ans
  Evan Green 0373dd7765 Add GPLv3 banner to all .c, .h, .S, and .ck files. il y a 8 ans
  Evan Green da594e857b Constify some of the code. il y a 8 ans
  Evan Green dc47f14111 Bug fixes found by static analysis. il y a 8 ans
  Chris Stevens 6597fdb498 Return stack base and size from thread create. il y a 8 ans
  Chris Stevens d581697baa Remove system calls' KSTATUS parameter members. il y a 8 ans
  Evan Green 6218496228 Add the main thread stack to PROCESS_START_DATA. il y a 8 ans
  Chris Stevens f22840746c Remove ThreadSignalPendingStateUnknown. il y a 8 ans
  Chris Stevens a18488dd67 Only wake one thread when queuing a signal. il y a 8 ans
  Evan Green 0860d2a88e Reshaped SIGNAL_CONTEXT in preparation for ucontext. il y a 8 ans
  Chris Stevens 8c5e66f878 Modify system call handler function signature. il y a 8 ans
  Evan Green 911329818f Reworked signal dispatching. il y a 8 ans
  Evan Green 27eaaf33cd Dispatch signals on user mode stack. il y a 8 ans
  Evan Green 7d45b9206a Cap stack size. il y a 8 ans
  Evan Green 5d5ce38ae8 Refactored common VA allocation parameters to a structure. il y a 8 ans
  Evan Green 166e76c331 Changed mmap to return high addresses. il y a 8 ans
  Evan Green 7da5e2a6d7 Moved PROCESS_ENVIRONMENT block to the user stack. il y a 8 ans
  Evan Green 57e9bb52c9 Add resource limit scaffolding. il y a 8 ans
  Evan Green 69da27156a Fix for Ps handle table locking. il y a 8 ans
  Evan Green 191e3398c3 Move kernel headers to include/minoca/kernel/. il y a 8 ans
  Evan Green 519628c3f8 Fixed FPU race in KTHREAD.Flags il y a 8 ans
  Evan Green 68fa37d205 Normalized line endings to LF in the repository. il y a 8 ans
  Evan Green 210e664bde More sculpting towards better separation between Mm and Ps. il y a 9 ans
  Evan Green 4b5b32e4b7 Moved MM-related portions of the process into their own structure. il y a 9 ans
  Chris Stevens f837a50244 Share dead thread reaping responsibilities; fixed arm page table creation self map bug; delay paging thread creation. il y a 9 ans
  Chris Stevens 445b8625c0 Removed Thread Procedure Calls. il y a 9 ans
  Chris Stevens b93d94b655 Added Thread Procedure Calls (TPCs); converted I/O IRPs to use TPCs. il y a 9 ans