Commit történet

Szerző SHA1 Üzenet Dátum
  Andreas Kling c1bbd40b9e Kernel: Rename "descriptor" to "description" where appropriate. 6 éve
  Andreas Kling de65c960e9 Kernel: Tweak some String&& => const String&. 6 éve
  Andreas Kling 736092a087 Kernel: Move i386.{cpp,h} => Arch/i386/CPU.{cpp,h} 6 éve
  Andreas Kling 891d4c4834 Kernel: Qualify a bunch of #include statements. 6 éve
  Andreas Kling 39d1a9ae66 Meta: Tweak .clang-format to not wrap braces after enums. 6 éve
  Andreas Kling e42c3b4fd7 Kernel: Rename LinearAddress => VirtualAddress. 6 éve
  Andreas Kling bc951ca565 Kernel: Run clang-format on everything. 6 éve
  Andreas Kling d194ce828d Kernel: Implement the alarm() syscall. 6 éve
  Andreas Kling 08cd75ac4b Kernel: Rename FileDescriptor to FileDescription. 6 éve
  Andreas Kling 29a9430246 AK: Make timeval_add() and timeval_sub() take references. 6 éve
  Andreas Kling bf905225e7 Kernel: Tidy up sys$select() to make it more readable. 6 éve
  Robin Burchell b55b6cd7fc AK: Add implicit String -> StringView conversion 6 éve
  Andreas Kling 4320c5fd58 Kernel: Make better use of the multiboot info. 6 éve
  Andreas Kling 93d3d1ede1 Kernel: Add fchown() syscall. 6 éve
  Andreas Kling 00f291b090 Kernel: Set the absolute path as name for executable regions. 6 éve
  Andreas Kling 3fbddcecd2 Kernel: Discard a process's ELFLoader on finalization. 6 éve
  Andreas Kling d58eb3bf21 Kernel: Process finalization should release cwd and executable custodies. 6 éve
  Andreas Kling e33dadbdd6 Kernel: Do a bit more of do_exec() before disabling interrupts. 6 éve
  Andreas Kling 0f3b5e1f02 Kernel: The stat() syscall should follow symlinks. 6 éve
  Andreas Kling 55821c91f8 Kernel: Rename Process::cwd_custody() to Process::current_directory(). 6 éve
  Andreas Kling 393851418b FileSystem: Port most of the code over to using custodies. 6 éve
  Andreas Kling baaede1bf9 Kernel: Make the Process allocate_region* API's understand "int prot". 6 éve
  Andreas Kling 8fe72d7b3c Kernel: Make fcntl(F_SETFL) actually update the append/blocking flags. 6 éve
  Andreas Kling 08926e59b3 Kernel: Add InodeFile, a File subclass for regular files. 6 éve
  Robin Burchell 9cd0f6ffac Kernel/LibC: Implement sched_* functionality to set/get process priority 6 éve
  Andreas Kling 0cac84d6bd Kernel: Sending a signal to yourself should block until dispatch. 6 éve
  Andreas Kling 6ffcee9176 Kernel: Send more specific signals when crashing due to CPU exceptions. 6 éve
  Robin Burchell c6e79bd53a Kernel: Support O_APPEND 6 éve
  Robin Burchell 6917c42140 Kernel/AK: Move ELF loader to AK 6 éve
  Andreas Kling 14a202f011 Kernel: getpeername() should fail with ENOTCONN for non-connected sockets. 6 éve