Histórico de commits

Autor SHA1 Mensagem Data
  Andreas Kling 38b13f1508 Kernel: Remove bitrotted "spawn stress" code. 6 anos atrás
  Robin Burchell 98929ba715 Finalizer: Don't double-yield 6 anos atrás
  Robin Burchell 833d444cd8 Thread: Return a result from block() indicating why the block terminated 6 anos atrás
  Robin Burchell cd76b691fb Kernel: Remove memory allocations from the new Blocker API 6 anos atrás
  Robin Burchell d2ca91c024 Kernel: Convert BlockedSignal and BlockedLurking to the new Blocker mechanism 6 anos atrás
  Jesse 10ffaf019f Kernel: Initial FDC Device Driver (#315) 6 anos atrás
  Robin Burchell 6c4024c04a Kernel: First cut of a sb16 driver 6 anos atrás
  Andreas Kling 5254a320d8 Kernel: Remove use of copy_ref() in favor of regular RefPtr copies. 6 anos atrás
  Andreas Kling 6c87d3afa9 Kernel: Move i8253.cpp => Arch/i386/PIT.cpp 6 anos atrás
  Andreas Kling 9fdcede491 Kernel: Move PIC.cpp into Arch/i386/ 6 anos atrás
  Jesse ab90d2e251 Kernel: Extended IDE interface to allow slave device usage (#283) 6 anos atrás
  Andreas Kling 27f699ef0c AK: Rename the common integer typedefs to make it obvious what they are. 6 anos atrás
  Andreas Kling 90b1354688 AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. 6 anos atrás
  Conrad Pankoff 8b1154f5f2 Kernel: Implement serial port driver 6 anos atrás
  Andreas Kling 736092a087 Kernel: Move i386.{cpp,h} => Arch/i386/CPU.{cpp,h} 6 anos atrás
  Andreas Kling bc951ca565 Kernel: Run clang-format on everything. 6 anos atrás
  Conrad Pankoff 0aa1f1c2d6 Kernel: Parse cmdline for root filesystem e.g. root=/dev/hda1 6 anos atrás
  Conrad Pankoff 738f9de9a9 Kernel: Add KParams class for accessing kernel cmdline parameters (#188) 6 anos atrás
  Conrad Pankoff c02b8b715d Kernel: Implement MBR partition loader (#168) 6 anos atrás
  Conrad Pankoff 32d78a8526 Kernel: Rename OffsetDiskDevice to DiskPartition 6 anos atrás
  Conrad Pankoff 6f43f81fb4 Kernel: Implement OffsetDiskDevice to prepare for partition support 6 anos atrás
  Andreas Kling 4320c5fd58 Kernel: Make better use of the multiboot info. 6 anos atrás
  Robin Burchell d31ce9eccd Misc: Add a simple init process 6 anos atrás
  Christopher Dumas dd84dcf31f Launcher loads applications from Launcher.ini, is started by default, and is resized automatically 6 anos atrás
  Andreas Kling e24e486714 Snake: Flesh out a basic snake game :^) 6 anos atrás
  Andreas Kling 0e6b273620 LibGUI: Start working on GTableView inline editing. 6 anos atrás
  Andreas Kling 3817f5f619 Kernel+LibC: Add a DebugLogDevice that forwards everything to I/O port 0xe9. 6 anos atrás
  Andreas Kling 33920df299 AK: Try to use StringViews more for substrings and splitting. 6 anos atrás
  Andreas Kling 29d0412a06 Kernel: Remove system.h and make the uptime global a qword. 6 anos atrás
  Andreas Kling 6f90f41516 VisualBuilder: Add some more GWidget default properties. 6 anos atrás