Commit History

Author SHA1 Message Date
  Andreas Kling 79fa9765ca Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> 3 years ago
  Liav A 3d5ddbab74 Kernel: Rename DevFS => DevTmpFS 4 years ago
  Andreas Kling 4a9c18afb9 Kernel: Rename FileDescription => OpenFileDescription 3 years ago
  Brian Gianforcaro bb58a4d943 Kernel: Make all Spinlocks use u8 for storage, remove template 3 years ago
  Andreas Kling ae197deb6b Kernel: Strongly typed user & group ID's 4 years ago
  Andreas Kling bcd2025311 Everywhere: Core dump => Coredump 4 years ago
  Andreas Kling c922a7da09 Kernel: Rename ScopedSpinlock => SpinlockLocker 4 years ago
  Andreas Kling 55adace359 Kernel: Rename SpinLock => Spinlock 4 years ago
  Andreas Kling 97c497f9fe Kernel: Move {Process,Thread,Session,ProcessGroup}ID to Kernel/Forward.h 4 years ago
  Andreas Kling a1c82041a6 Kernel: Simplify the per-CPU SchedulerData struct 4 years ago
  Andreas Kling b7476d7a1b Kernel: Rename Memory::Space => Memory::AddressSpace 4 years ago
  Andreas Kling cd5faf4e42 Kernel: Rename Range => VirtualRange 4 years ago
  Andreas Kling 93d98d4976 Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace 4 years ago
  Andreas Kling ec49213f7b Kernel: Add MemoryManager to Forward.h 4 years ago
  Andreas Kling 1e43292c3b Kernel: Introduce ProcessorSpecific<T> for per-CPU data structures 4 years ago
  Andreas Kling b975a74a1d Kernel/USB: Move USB bus information from /proc to /sys 4 years ago
  Andreas Kling cee9528168 Kernel: Rename Lock to Mutex 4 years ago
  Andreas Kling 0afccb560b Kernel: Remove some duplicate forward declarations 4 years ago
  Andreas Kling 98080497d2 Kernel: Use Forward.h headers more 4 years ago
  Andreas Kling 0d39bd04d3 Kernel: Rename VFS => VirtualFileSystem 4 years ago
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
  Tom 20cccda731 Kernel: Add simplistic work queues 4 years ago
  Andreas Kling f1b5def8fd Kernel: Factor address space management out of the Process class 4 years ago
  Tom 1d621ab172 Kernel: Some futex improvements 4 years ago
  Andreas Kling bf0719092f Kernel+Userland: Remove shared buffers (shbufs) 4 years ago
  Itamar b4842d33bb Kernel: Generate a coredump file when a process crashes 4 years ago
  Tom 78f1b5e359 Kernel: Fix some problems with Thread::wait_on and Lock 4 years ago
  Tom 046d6855f5 Kernel: Move block condition evaluation out of the Scheduler 4 years ago
  Tom c8d9f1b9c9 Kernel: Make copy_to/from_user safe and remove unnecessary checks 4 years ago
  Ben Wiederhake e8dc99dcad Kernel: Remove spurious ProcessInspectionHandle 4 years ago