Historial de Commits

Autor SHA1 Mensaje Fecha
  asynts 7cf0c7cc0d Meta: Split debug defines into multiple headers. hace 4 años
  asynts 8465683dcf Everywhere: Debug macros instead of constexpr. hace 4 años
  Jean-Baptiste Boric f64e287b82 Kernel: Make device generate their own names hace 4 años
  asynts 7b0a1a98d9 Everywhere: Replace a bundle of dbg with dbgln. hace 4 años
  Tom 046d6855f5 Kernel: Move block condition evaluation out of the Scheduler hace 4 años
  Tom c8d9f1b9c9 Kernel: Make copy_to/from_user safe and remove unnecessary checks hace 4 años
  Andreas Kling 4527d9852a Kernel: Track time-of-last-write in SlavePTY and report it as mtime hace 4 años
  Ben Wiederhake b6afe1f0ce Kernel: Prefer snprintf over sprintf hace 5 años
  Andreas Kling 7a3ab6c517 Kernel: Make File::write() and File::read() return KResultOr<size_t> hace 5 años
  Andreas Kling 58feebeed2 Kernel+LibC: Tidy up sys$ttyname() and sys$ptsname() hace 5 años
  Tom 16783bd14d Kernel: Turn Thread::current and Process::current into functions hace 5 años
  Sergey Bugaev 1b4e88fb59 Kernel: Allow File::close() to fail hace 5 años
  Conrad Pankoff a3edeb5868 Kernel: Add explicit offset parameter to File::read etc hace 5 años
  Liav A 1f13f51ebd SlavePTY: Use dbg() instead of dbgprintf() hace 5 años
  Andreas Kling 48f7c28a5c Kernel: Replace "current" with Thread::current and Process::current hace 5 años
  Andreas Kling a356e48150 Kernel: Move all code into the Kernel namespace hace 5 años
  Andreas Kling 94ca55cefd Meta: Add license header to source files hace 5 años
  Andreas Kling e9dda8d592 Kernel: Give PTY's *actually* unique major ID's hace 5 años
  Andreas Kling be459acaea TTY: Change the MasterPTY device major to not conflict with /dev/psaux hace 5 años
  Andreas Kling 0adbacf59e Kernel: Demangle userspace ELF symbols in backtraces hace 5 años
  Andreas Kling 1b2ef8582c Kernel: Make File's can_read/can_write take a const FileDescription& hace 5 años
  Drew Stratford 4c35c8d7fd TTY: Implement Canonical mode and basic echoing. hace 5 años
  Andreas Kling 2f37fa487d Kernel: Keep TTY names in character buffers instead of Strings hace 5 años
  Sergey Bugaev 66a0a12435 DevPtsFS: Do not assume there is one of it hace 6 años
  Andreas Kling 27f699ef0c AK: Rename the common integer typedefs to make it obvious what they are. hace 6 años
  Andreas Kling c1bbd40b9e Kernel: Rename "descriptor" to "description" where appropriate. hace 6 años
  Andreas Kling 08cd75ac4b Kernel: Rename FileDescriptor to FileDescription. hace 6 años
  Andreas Kling fdf3608c8a Update Badge<T> instantiations to simply be {}. hace 6 años
  Andreas Kling 8cbb7f101f Kernel: Have File virtuals take a FileDescriptor& rather than a Process&. hace 6 años
  Andreas Kling 88f03f86ff Kernel: Have TTY subclasses cache their tty_name/pts_name. hace 6 años