Historique des commits

Auteur SHA1 Message Date
  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
  Andreas Kling 3da6d89d1f Kernel+LibC: Remove the isatty() syscall il y a 5 ans
  Andreas Kling 3093b019d0 Kernel: Let's have sys$uname() report "i686" instead of "i386" il y a 5 ans
  Andreas Kling e34ed04d1e Kernel+LibPthread+LibC: Create secondary thread stacks in userspace il y a 5 ans
  Andreas Kling 794758df3a Kernel: Implement some basic stack pointer validation il y a 5 ans
  Andreas Kling 73d6a69b3f Kernel: Release the big process lock while yielding in sys$yield() il y a 5 ans
  Andreas Kling cb5021419e Kernel: Move Thread::m_joinee_exit_value into the JoinBlocker il y a 5 ans
  Andreas Kling 69efa3f630 Kernel+LibPthread: Implement pthread_join() il y a 5 ans
  Sergey Bugaev d29a078ab3 Kernel: Implement the killpg() syscall il y a 5 ans
  Sergey Bugaev 1e1ddce9d8 Kernel: Unwind kernel stacks before dying il y a 5 ans
  Andreas Kling 69ca9cfd78 LibPthread: Start working on a POSIX threading library il y a 5 ans
  Andreas Kling 11fd7aed2a Kernel: open() with a zero-length path should fail with EINVAL il y a 5 ans
  Andreas Kling 72fae05c07 Kernel: Use C++ structured bindings to bind syscall parameters il y a 5 ans
  Andreas Kling 18348cebf1 Kernel+LibC: Implement the openat() syscall il y a 5 ans