Commit történet

Szerző SHA1 Üzenet Dátum
  Andreas Kling fc5ebe2a50 Kernel: Disown shared buffers on sys$execve() 5 éve
  Andreas Kling ece2971112 Kernel: Disable profiling during the critical section of sys$execve() 5 éve
  Andreas Kling d7a13dbaa7 Kernel: Reset profiling state on exec() (but keep it going) 5 éve
  Andreas Kling 2a679f228e Kernel: Fix bitrotted DEBUG_IO logging 5 éve
  Andreas Kling bead20c40f Kernel: Remove SmapDisabler in sys$create_shared_buffer() 5 éve
  Andreas Kling 9aa234cc47 Kernel: Reset FPU state on exec() 5 éve
  Andreas Kling a7dbb3cf96 Kernel: Use a FixedArray for a process's extra GIDs 5 éve
  Andreas Kling 48f7c28a5c Kernel: Replace "current" with Thread::current and Process::current 5 éve
  Andreas Kling 4f4af24b9d Kernel: Tear down process address space during finalization 5 éve
  Andreas Kling 31e1af732f Kernel+LibC: Allow sys$mmap() callers to specify address alignment 5 éve
  Andreas Kling 7a8be7f777 Kernel: Remove SmapDisabler in sys$accept() 5 éve
  Andreas Kling 7717084ac7 Kernel: Remove SmapDisabler in sys$clock_gettime() 5 éve
  Andreas Kling 16818322c5 Kernel: Reduce header dependencies of Process and Thread 5 éve
  Andreas Kling e28809a996 Kernel: Add forward declaration header 5 éve
  Andreas Kling 1d611e4a11 Kernel: Reduce header dependencies of MemoryManager and Region 5 éve
  Andreas Kling a356e48150 Kernel: Move all code into the Kernel namespace 5 éve
  Andreas Kling 1f55079488 Kernel: Remove SmapDisabler in sys$getgroups() 5 éve
  Andreas Kling eb7b0c76a8 Kernel: Remove SmapDisabler in sys$setgroups() 5 éve
  Andreas Kling 0341ddc5eb Kernel: Rename RegisterDump => RegisterState 5 éve
  Andreas Kling 580a94bc44 Kernel+LibC: Merge sys$stat() and sys$lstat() 5 éve
  Liav A e559af2008 Kernel: Apply changes to use LibBareMetal definitions 5 éve
  Andreas Kling 7291370478 Kernel: Make File::truncate() take a u64 5 éve
  Andreas Kling 88ea152b24 Kernel: Merge unnecessary DiskDevice class into BlockDevice 5 éve
  Andreas Kling 2b0b7cc5a4 Net: Add a basic sys$shutdown() implementation 5 éve
  Andreas Kling f3a5985bb2 Kernel: Remove two bad FIXME's 5 éve
  Andreas Kling d04fcccc90 Kernel: Truncate addresses stored by getsockname() and getpeername() 5 éve
  Andreas Kling dc18859695 Kernel: memset() all siginfo_t structs after creating them 5 éve
  Sergey Bugaev 1b866bbf42 Kernel: Fix sys$waitid(P_ALL, WNOHANG) return value 5 éve
  Andreas Kling 75cb125e56 Kernel: Put sys$waitid() debug logging behind PROCESS_DEBUG 5 éve
  Sergey Bugaev b3a24d732d Kernel+LibC: Add sys$waitid(), and make sys$waitpid() wrap it 5 éve