Historique des commits

Auteur SHA1 Message Date
  Andreas Kling b6ee8a2c8d Kernel: Rename vmo => vmobject everywhere il y a 5 ans
  Andreas Kling 8ea4217c01 Kernel: Merge Process::fork() into sys$fork() il y a 5 ans
  Andreas Kling 3012b224f0 Kernel: Fix intermittent assertion failure in sys$exec() il y a 5 ans
  Andreas Kling 72ec2fae6e Kernel: Ignore MADV_SET_NONVOLATILE if already non-volatile il y a 5 ans
  Andreas Kling 487f9b373b Kernel: Add MADV_GET_VOLATILE for checking the volatile flag il y a 5 ans
  Andreas Kling 0a75a46501 Kernel: Make sure the kernel info page is read-only for userspace il y a 5 ans
  Andreas Kling 77cf607cda Kernel+LibC: Publish a "kernel info page" and use it for gettimeofday() il y a 5 ans
  Andreas Kling 931e4b7f5e Kernel+SystemMonitor: Prevent userspace access to process ELF image il y a 5 ans
  Andreas Kling 5292f6e78f Kernel+FileManager: Disallow watch_file() in unsupported file systems il y a 5 ans
  Andreas Kling d723d9844f Kernel: Remove spammy log message in sys$sendto() il y a 5 ans
  Andreas Kling b32e961a84 Kernel: Implement a simple process time profiler il y a 5 ans
  Andreas Kling 0317ca5ccc Kernel+LibC: Make all SharedBuffers purgeable (default: non-volatile) il y a 5 ans
  Andreas Kling dbb644f20c Kernel: Start implementing purgeable memory support il y a 5 ans
  Andreas Kling 7248c34e35 AK: SinglyLinkedList::size_slow() should return size_t il y a 5 ans
  Andreas Kling 6f4c380d95 AK: Use size_t for the length of strings il y a 5 ans
  Andrew Kaster 9058962712 Kernel: Allow setting thread names il y a 5 ans
  Andreas Kling 95b086f47f Kernel+LibPthread: Implement pthread_detach() il y a 5 ans
  Andreas Kling 23e802518d Kernel: Add getsockopt(SO_PEERCRED) for local sockets il y a 5 ans
  Andreas Kling f41ae755ec Kernel: Crash on memory access in non-readable regions il y a 5 ans
  Andreas Kling 272d65e3e2 WindowServer: Port to the new IPC system il y a 5 ans
  Andreas Kling ef32c71683 Kernel: Have modules export their name in a "module_name" string il y a 5 ans
  Andreas Kling 4ef6be8212 Kernel: Allow modules to link against anything in kernel.map :^) il y a 5 ans
  Andreas Kling a43b115a6c Kernel: Implement basic module unloading :^) il y a 5 ans
  Andreas Kling 6b150c794a Kernel: Implement very simple kernel module loading il y a 5 ans
  Andreas Kling 23a2e84873 Kernel: listen() should fail with EINVAL for already-connected sockets il y a 5 ans
  Andreas Kling bd86ebbcc0 Kernel: Remove outdated FIXME about EINTR in select() il y a 5 ans
  Hüseyin ASLITÜRK 794ca16cca Kernel: Implement the setkeymap() syscall. il y a 5 ans
  Andreas Kling 3dc87be891 Kernel: Mark mmap()-created regions with a special bit il y a 5 ans
  Sergey Bugaev 16b9b3f228 Kernel: Don't interrupt short writes il y a 5 ans
  Andrew Kaster 618aebdd8a Kernel+LibPthread: pthread_create handles pthread_attr_t il y a 5 ans