Историја ревизија

Аутор SHA1 Порука Датум
  Liav A 0fc60e41dd Kernel: Use klog() instead of kprintf() пре 5 година
  Andreas Kling 47beab926d Kernel: Remove ability to create kernel-only regions at user addresses пре 5 година
  Andreas Kling e56f8706ce Kernel: Map executables at a kernel address during ELF load пре 5 година
  Andreas Kling 678c87087d Kernel: Load executables on demand when symbolicating пре 5 година
  Andreas Kling 0acac186fb Kernel: Make the "entire executable" region shared пре 5 година
  Andreas Kling 5c2a296a49 Kernel: Mark read-only PT_LOAD mappings as shared regions пре 5 година
  Andreas Kling ecfde5997b Kernel: Use SharedInodeVMObject for executables after all пре 5 година
  Andreas Kling bb7dd63f74 Kernel: Run clang-format on Process.cpp пре 5 година
  Andreas Kling 687b52ceb5 Kernel: Name perfcore files "perfcore.PID" пре 5 година
  Andreas Kling fee20bd8de Kernel: Remove some more harmless InodeVMObject miscasts пре 5 година
  Andreas Kling 95e3aec719 Kernel: Fix harmless type miscast in Process::amount_clean_inode() пре 5 година
  Andreas Kling e2697c2ddd Kernel: Use PrivateInodeVMObject for loading program executables пре 5 година
  Andreas Kling 88b334135b Kernel: Remove some Region construction helpers пре 5 година
  Andreas Kling 4badef8137 Kernel: Return bytes written if sys$write() fails after writing some пре 5 година
  Andreas Kling 7cd1bdfd81 Kernel: Simplify some dbg() logging пре 5 година
  Andreas Kling 8fbdda5a2d Kernel: Implement basic support for sys$mmap() with MAP_PRIVATE пре 5 година
  Andreas Kling aa1e209845 Kernel: Remove some unnecessary indirection in InodeFile::mmap() пре 5 година
  Andreas Kling 651417a085 Kernel: Split InodeVMObject into two subclasses пре 5 година
  Andreas Kling 07a26aece3 Kernel: Rename InodeVMObject => SharedInodeVMObject пре 5 година
  Andreas Kling 5af95139fa Kernel: Make Process::m_master_tls_region a WeakPtr пре 5 година
  Andreas Kling b0623a0c58 Kernel: Remove SmapDisabler in sys$connect() пре 5 година
  Andreas Kling dcd619bd46 Kernel: Merge the shbuf_get_size() syscall into shbuf_get() пре 5 година
  Andreas Kling f72e5bbb17 Kernel+LibC: Rename shared buffer syscalls to use a prefix пре 5 година
  Liav A db23703570 Process: Use dbg() instead of dbgprintf() пре 5 година
  Andreas Kling 4997dcde06 Kernel: Always disable interrupts in do_killpg() пре 5 година
  Andreas Kling 4a293e8a21 Kernel: Ignore signals sent to threadless (zombie) processes пре 5 година
  Andreas Kling 0c1497846e Kernel: Don't allow profiling a dead process пре 5 година
  Cristian-Bogdan SIRB 05ce8586ea Kernel: Fix ASSERTION failed in join_thread syscall пре 5 година
  Andreas Kling d28fa89346 Kernel: Don't assert on sys$kill() with pid=INT32_MIN пре 5 година
  Cristian-Bogdan SIRB 717cd5015e Kernel: Allow process with multiple threads to call exec and exit пре 5 година