Historial de Commits

Autor SHA1 Mensaje Fecha
  Liav A 0f45a1b5e7 Kernel: Allow to reboot in ACPI via PCI or MMIO access hace 5 años
  Ben Wiederhake b066586355 Kernel: Fix race in waitid hace 5 años
  Ben Wiederhake d8cd4e4902 Kernel: Fix race in select hace 5 años
  Andreas Kling b1058b33fb AK: Add global FlatPtr typedef. It's u32 or u64, based on sizeof(void*) hace 5 años
  Andreas Kling c6693f9b3a Kernel: Simplify a bunch of dbg() and klog() calls hace 5 años
  Liav A 85eb1d26d5 Kernel: Run clang-format on Process.cpp & ACPIDynamicParser.h hace 5 años
  Liav A 1b8cd6db7b Kernel: Call ACPI reboot method first if possible hace 5 años
  Ben Wiederhake 4dd4dd2f3c Kernel: Fix race in clock_nanosleep hace 5 años
  Liav A 0fc60e41dd Kernel: Use klog() instead of kprintf() hace 5 años
  Andreas Kling 47beab926d Kernel: Remove ability to create kernel-only regions at user addresses hace 5 años
  Andreas Kling e56f8706ce Kernel: Map executables at a kernel address during ELF load hace 5 años
  Andreas Kling 678c87087d Kernel: Load executables on demand when symbolicating hace 5 años
  Andreas Kling 0acac186fb Kernel: Make the "entire executable" region shared hace 5 años
  Andreas Kling 5c2a296a49 Kernel: Mark read-only PT_LOAD mappings as shared regions hace 5 años
  Andreas Kling ecfde5997b Kernel: Use SharedInodeVMObject for executables after all hace 5 años
  Andreas Kling bb7dd63f74 Kernel: Run clang-format on Process.cpp hace 5 años
  Andreas Kling 687b52ceb5 Kernel: Name perfcore files "perfcore.PID" hace 5 años
  Andreas Kling fee20bd8de Kernel: Remove some more harmless InodeVMObject miscasts hace 5 años
  Andreas Kling 95e3aec719 Kernel: Fix harmless type miscast in Process::amount_clean_inode() hace 5 años
  Andreas Kling e2697c2ddd Kernel: Use PrivateInodeVMObject for loading program executables hace 5 años
  Andreas Kling 88b334135b Kernel: Remove some Region construction helpers hace 5 años
  Andreas Kling 4badef8137 Kernel: Return bytes written if sys$write() fails after writing some hace 5 años
  Andreas Kling 7cd1bdfd81 Kernel: Simplify some dbg() logging hace 5 años
  Andreas Kling 8fbdda5a2d Kernel: Implement basic support for sys$mmap() with MAP_PRIVATE hace 5 años
  Andreas Kling aa1e209845 Kernel: Remove some unnecessary indirection in InodeFile::mmap() hace 5 años
  Andreas Kling 651417a085 Kernel: Split InodeVMObject into two subclasses hace 5 años
  Andreas Kling 07a26aece3 Kernel: Rename InodeVMObject => SharedInodeVMObject hace 5 años
  Andreas Kling 5af95139fa Kernel: Make Process::m_master_tls_region a WeakPtr hace 5 años
  Andreas Kling b0623a0c58 Kernel: Remove SmapDisabler in sys$connect() hace 5 años
  Andreas Kling dcd619bd46 Kernel: Merge the shbuf_get_size() syscall into shbuf_get() hace 5 años