Historie revizí

Autor SHA1 Zpráva Datum
  Andreas Kling ceec1a7d38 AK: Make Vector use size_t for its size and capacity před 5 roky
  Andreas Kling d0f5b43c2e Kernel: Use Vector::unstable_remove() when deallocating a region před 5 roky
  Andreas Kling 30a8991dbf Kernel: Make Region weakable and use WeakPtr<Region> instead of Region* před 5 roky
  Andreas Kling 79576f9280 Kernel: Clear the region lookup cache on exec() před 5 roky
  Liav A 895e874eb4 Kernel: Include the new PIT class in system components před 5 roky
  Andreas Kling fc5ebe2a50 Kernel: Disown shared buffers on sys$execve() před 5 roky
  Andreas Kling ece2971112 Kernel: Disable profiling during the critical section of sys$execve() před 5 roky
  Andreas Kling d7a13dbaa7 Kernel: Reset profiling state on exec() (but keep it going) před 5 roky
  Andreas Kling 2a679f228e Kernel: Fix bitrotted DEBUG_IO logging před 5 roky
  Andreas Kling bead20c40f Kernel: Remove SmapDisabler in sys$create_shared_buffer() před 5 roky
  Andreas Kling 9aa234cc47 Kernel: Reset FPU state on exec() před 5 roky
  Andreas Kling a7dbb3cf96 Kernel: Use a FixedArray for a process's extra GIDs před 5 roky
  Andreas Kling 48f7c28a5c Kernel: Replace "current" with Thread::current and Process::current před 5 roky
  Andreas Kling 4f4af24b9d Kernel: Tear down process address space during finalization před 5 roky
  Andreas Kling 31e1af732f Kernel+LibC: Allow sys$mmap() callers to specify address alignment před 5 roky
  Andreas Kling 7a8be7f777 Kernel: Remove SmapDisabler in sys$accept() před 5 roky
  Andreas Kling 7717084ac7 Kernel: Remove SmapDisabler in sys$clock_gettime() před 5 roky
  Andreas Kling 16818322c5 Kernel: Reduce header dependencies of Process and Thread před 5 roky
  Andreas Kling e28809a996 Kernel: Add forward declaration header před 5 roky
  Andreas Kling 1d611e4a11 Kernel: Reduce header dependencies of MemoryManager and Region před 5 roky
  Andreas Kling a356e48150 Kernel: Move all code into the Kernel namespace před 5 roky
  Andreas Kling 1f55079488 Kernel: Remove SmapDisabler in sys$getgroups() před 5 roky
  Andreas Kling eb7b0c76a8 Kernel: Remove SmapDisabler in sys$setgroups() před 5 roky
  Andreas Kling 0341ddc5eb Kernel: Rename RegisterDump => RegisterState před 5 roky
  Andreas Kling 580a94bc44 Kernel+LibC: Merge sys$stat() and sys$lstat() před 5 roky
  Liav A e559af2008 Kernel: Apply changes to use LibBareMetal definitions před 5 roky
  Andreas Kling 7291370478 Kernel: Make File::truncate() take a u64 před 5 roky
  Andreas Kling 88ea152b24 Kernel: Merge unnecessary DiskDevice class into BlockDevice před 5 roky
  Andreas Kling 2b0b7cc5a4 Net: Add a basic sys$shutdown() implementation před 5 roky
  Andreas Kling f3a5985bb2 Kernel: Remove two bad FIXME's před 5 roky