Historial de Commits

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