Historique des commits

Auteur SHA1 Message Date
  Andreas Kling 46a06c23e3 Kernel: Fix all compiler warnings. il y a 6 ans
  Andreas Kling c26e3ce86b Change "retain" to "ref" in various comments. il y a 6 ans
  Andreas Kling 90b1354688 AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. il y a 6 ans
  Andreas Kling 77b9fa89dd AK: Rename Retainable => RefCounted. il y a 6 ans
  Andreas Kling 15bea7153a Kernel: Symbolicate the crash address too, not just the call stack. il y a 6 ans
  Andreas Kling c1bbd40b9e Kernel: Rename "descriptor" to "description" where appropriate. il y a 6 ans
  Andreas Kling de65c960e9 Kernel: Tweak some String&& => const String&. il y a 6 ans
  Andreas Kling 736092a087 Kernel: Move i386.{cpp,h} => Arch/i386/CPU.{cpp,h} il y a 6 ans
  Andreas Kling 891d4c4834 Kernel: Qualify a bunch of #include statements. il y a 6 ans
  Andreas Kling 39d1a9ae66 Meta: Tweak .clang-format to not wrap braces after enums. il y a 6 ans
  Andreas Kling e42c3b4fd7 Kernel: Rename LinearAddress => VirtualAddress. il y a 6 ans
  Andreas Kling bc951ca565 Kernel: Run clang-format on everything. il y a 6 ans
  Andreas Kling d194ce828d Kernel: Implement the alarm() syscall. il y a 6 ans
  Andreas Kling 08cd75ac4b Kernel: Rename FileDescriptor to FileDescription. il y a 6 ans
  Andreas Kling 29a9430246 AK: Make timeval_add() and timeval_sub() take references. il y a 6 ans
  Andreas Kling bf905225e7 Kernel: Tidy up sys$select() to make it more readable. il y a 6 ans
  Robin Burchell b55b6cd7fc AK: Add implicit String -> StringView conversion il y a 6 ans
  Andreas Kling 4320c5fd58 Kernel: Make better use of the multiboot info. il y a 6 ans
  Andreas Kling 93d3d1ede1 Kernel: Add fchown() syscall. il y a 6 ans
  Andreas Kling 00f291b090 Kernel: Set the absolute path as name for executable regions. il y a 6 ans
  Andreas Kling 3fbddcecd2 Kernel: Discard a process's ELFLoader on finalization. il y a 6 ans
  Andreas Kling d58eb3bf21 Kernel: Process finalization should release cwd and executable custodies. il y a 6 ans
  Andreas Kling e33dadbdd6 Kernel: Do a bit more of do_exec() before disabling interrupts. il y a 6 ans
  Andreas Kling 0f3b5e1f02 Kernel: The stat() syscall should follow symlinks. il y a 6 ans
  Andreas Kling 55821c91f8 Kernel: Rename Process::cwd_custody() to Process::current_directory(). il y a 6 ans
  Andreas Kling 393851418b FileSystem: Port most of the code over to using custodies. il y a 6 ans
  Andreas Kling baaede1bf9 Kernel: Make the Process allocate_region* API's understand "int prot". il y a 6 ans
  Andreas Kling 8fe72d7b3c Kernel: Make fcntl(F_SETFL) actually update the append/blocking flags. il y a 6 ans
  Andreas Kling 08926e59b3 Kernel: Add InodeFile, a File subclass for regular files. il y a 6 ans
  Robin Burchell 9cd0f6ffac Kernel/LibC: Implement sched_* functionality to set/get process priority il y a 6 ans