Histórico de commits

Autor SHA1 Mensagem Data
  Andreas Kling b56646e293 Kernel: Switch process file descriptor table from spinlock to mutex 3 anos atrás
  Andreas Kling 8ebec2938c Kernel: Convert process file descriptor table to a SpinlockProtected 3 anos atrás
  Idan Horowitz 0142f33ddc Kernel: Make Processor::capture_stack_trace fallible using ErrorOr 3 anos atrás
  Idan Horowitz d3e7ec5a56 Kernel: Remove useless return value from procfs_get_thread_stack 3 anos atrás
  Idan Horowitz efc61370c0 Kernel: Convert ProcFS Process getters to try_serialize_absolute_path 3 anos atrás
  Idan Horowitz a4560313eb Kernel: Replace all usages of String::number with KString::number 3 anos atrás
  Hendiadyoin1 04d75f4ff9 Kernel: Add some implied auto qualifiers 3 anos atrás
  Daniel Bertalan 2175c689ef Kernel: Remove redundant (K)String::characters() calls 3 anos atrás
  Daniel Bertalan 1d2f78682b Kernel+AK: Eliminate a couple of temporary String allocations 3 anos atrás
  Daniel Bertalan 8dd11ae717 Kernel+SystemServer: Add /dev/tty 3 anos atrás
  Andreas Kling e08d213830 Kernel: Use DistinctNumeric for filesystem ID's 3 anos atrás
  Andreas Kling 5ce753b74d Kernel: Make Inode::traverse_as_directory() callback return ErrorOr 3 anos atrás
  Andreas Kling 79fa9765ca Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> 3 anos atrás
  Ben Wiederhake 3582184d8c Kernel: Expose inode information in /proc/pid/fds 3 anos atrás
  Ben Wiederhake c05c5a7ff4 Kernel: Clarify ambiguous {File,Description}::absolute_path 3 anos atrás
  Andreas Kling 905065f8c8 Kernel: Make PerformanceEventBuffer::to_json() return a KResult 3 anos atrás
  Andreas Kling 6f992d784f Kernel: Add const variant of Process::perf_events() 3 anos atrás
  Andreas Kling 213b8868af Kernel: Rename file_description(fd) => open_file_description(fd) 3 anos atrás
  Andreas Kling 4a9c18afb9 Kernel: Rename FileDescription => OpenFileDescription 3 anos atrás
  Andreas Kling 2065ced8f6 Kernel: Make KBufferBuilder::append() & friends return KResult 3 anos atrás
  Andreas Kling 398f8e7c96 Kernel: Use TRY() more in process-specific ProcFS code 3 anos atrás
  Andreas Kling a9204510a4 Kernel: Make file description lookup return KResultOr 3 anos atrás
  Andreas Kling c922a7da09 Kernel: Rename ScopedSpinlock => SpinlockLocker 3 anos atrás
  Andreas Kling 55adace359 Kernel: Rename SpinLock => Spinlock 3 anos atrás
  Idan Horowitz cf271183b4 Kernel: Make Process::current() return a Process& instead of Process* 3 anos atrás
  Sergey Bugaev ed5b3f8495 Kernel: Specify directory entry types properly 3 anos atrás
  Andreas Kling 1ea604adb1 Kernel/ProcFS: Avoid String allocation when traversing /proc/PID/fd/ 3 anos atrás
  Ali Mohammad Pur 64bc5f668d Kernel: Avoid enumerating all the fds to find a specific one in procfs 3 anos atrás
  Andreas Kling a412fd2ed8 Kernel/ProcFS: Avoid two unnecessary number-to-string conversions 3 anos atrás
  Andreas Kling 1b739a72c2 Kernel+Userland: Remove chroot functionality 3 anos atrás