提交历史

作者 SHA1 备注 提交日期
  joshua stein 0a10462896 VirtualConsole: use memmove for an overlapping copy 5 年之前
  Andreas Kling 0adbacf59e Kernel: Demangle userspace ELF symbols in backtraces 5 年之前
  Andreas Kling 9a157b5e81 Revert "Kernel: Move Kernel mapping to 0xc0000000" 5 年之前
  Jesse Buhagiar bd33c66273 Kernel: Move Kernel mapping to 0xc0000000 5 年之前
  Andreas Kling e33bbdb6ba AK: Remove unused AK::not_implemented() 5 年之前
  Drew Stratford 378480e8e4 TTY: Properly implement echo in VirtualConsole. 5 年之前
  Andreas Kling 4027a64fc5 Kernel: VirtualConsole can use kmalloc_eternal() for permanent stuff 5 年之前
  Andreas Kling 2f37fa487d Kernel: Keep TTY names in character buffers instead of Strings 5 年之前
  Andreas Kling 1c692e87a6 Kernel: Move kmalloc() into a Kernel/Heap/ directory 5 年之前
  Andreas Kling 73fdbba59c AK: Rename <AK/AKString.h> to <AK/String.h> 5 年之前
  Conrad Pankoff 879bc28e14 Kernel: Disable VGA console in graphical mode 6 年之前
  Conrad Pankoff ce8387d1ed VirtualConsole: Only consume data from key-down events 6 年之前
  Conrad Pankoff dffdd5545a Kernel: Restore alt+n hijacking for virtual console switching 6 年之前
  Andreas Kling 27f699ef0c AK: Rename the common integer typedefs to make it obvious what they are. 6 年之前
  Andreas Kling 736092a087 Kernel: Move i386.{cpp,h} => Arch/i386/CPU.{cpp,h} 6 年之前
  Andreas Kling 39d1a9ae66 Meta: Tweak .clang-format to not wrap braces after enums. 6 年之前
  Andreas Kling bc951ca565 Kernel: Run clang-format on everything. 6 年之前
  Andreas Kling b5b44a29bb Replace various copies of parse_uint(String) with String::to_uint(). 6 年之前
  Andreas Kling 58240fdb33 Do a pass of compiler warning fixes. 6 年之前
  Andreas Kling ab94a6be00 AK: Add String::copy(BufferType) helper. 6 年之前
  Andreas Kling 88f03f86ff Kernel: Have TTY subclasses cache their tty_name/pts_name. 6 年之前
  Andreas Kling ab43658c55 Kernel: Move devices into Kernel/Devices/. 6 年之前
  Andreas Kling 9fca94269e Kernel: Move TTY-related files into Kernel/TTY/. 6 年之前