Histórico de commits

Autor SHA1 Mensagem Data
  asynts 7cf0c7cc0d Meta: Split debug defines into multiple headers. 4 anos atrás
  asynts 8465683dcf Everywhere: Debug macros instead of constexpr. 4 anos atrás
  asynts acdcf59a33 Everywhere: Remove unnecessary debug comments. 4 anos atrás
  asynts 27bc48e06c Everywhere: Replace a bundle of dbg with dbgln. 4 anos atrás
  Tom 2830ce5383 Kernel: Unsupported TTY ioctls should return EINVAL gracefully 4 anos atrás
  Andreas Kling 19d3f8cab7 Kernel+LibC: Turn errno codes into a strongly typed enum 4 anos atrás
  Andreas Kling a0506cb39e Kernel: Only send SIGTTOU if TTY termios has TOSTOP flag 4 anos atrás
  asynts 723effd051 Everywhere: Replace a bundle of dbg with dbgln. 4 anos atrás
  Linus Groh bbe787a0af Everywhere: Re-format with clang-format-11 4 anos atrás
  Lenny Maiorani 765936ebae Everywhere: Switch from (void) to [[maybe_unused]] (#4473) 4 anos atrás
  Tom 046d6855f5 Kernel: Move block condition evaluation out of the Scheduler 4 anos atrás
  Tom 75f61fe3d9 AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safe 4 anos atrás
  Linus Groh bcfc6f0c57 Everywhere: Fix more typos 4 anos atrás
  Tom c8d9f1b9c9 Kernel: Make copy_to/from_user safe and remove unnecessary checks 4 anos atrás
  Andreas Kling f8e59addf7 Kernel+LibC+UE: Introduce SIGINFO (generated with ^T) 4 anos atrás
  Andreas Kling c14de7da99 Kernel: Remove bogus FIXME in TTY::write() 4 anos atrás
  AnotherTest 688e54eac7 Kernel: Distinguish between new and old process groups with equal pgids 5 anos atrás
  Ben Wiederhake 7bdf54c837 Kernel: PID/PGID typing 5 anos atrás
  Andreas Kling ddab7ab693 Kernel: Store TTY's foreground process as a WeakPtr<Process> 5 anos atrás
  AnotherTest 05972668d1 Kernel: Send a SIGCHLD to the parent upon suspension of a process 5 anos atrás
  Brian Gianforcaro 946c96dd56 Kernel: Suppress remaining unobserved KResult return codes 5 anos atrás
  Brian Gianforcaro d67069d922 Kernel: Propagate a few KResults properly in FileSystem subsystems 5 anos atrás
  Andreas Kling 83e32788d5 Kernel: Send SIGTTIN and SIGTTOU signals on background TTY read/write 5 anos atrás
  Andreas Kling 7a3ab6c517 Kernel: Make File::write() and File::read() return KResultOr<size_t> 5 anos atrás
  Tom 538b985487 Kernel: Remove ProcessInspectionHandle and make Process RefCounted 5 anos atrás
  Andreas Kling 292cd53192 Kernel: Remove SmapDisabler in sys$ioctl() 5 anos atrás
  Peter Elliott 7a27fa3df8 LibC: Implement tcflush(3) 5 anos atrás
  Tom 16783bd14d Kernel: Turn Thread::current and Process::current into functions 5 anos atrás
  Andreas Kling b3736c1b1e Kernel: Use a FlatPtr for the "argument" to ioctl() 5 anos atrás
  Sergey Bugaev 450a2a0f9c Build: Switch to CMake :^) 5 anos atrás