Commit History

Author SHA1 Message Date
  Andreas Kling 6ad3efe067 Kernel+LibC: Add get_process_name() syscall 5 years ago
  Andreas Kling 77737be7b3 Kernel: Stop eagerly loading entire executables 5 years ago
  Andreas Kling e8eadd19a5 Kernel: Show region access bits (R/W/X) in crash dump region lists 6 years ago
  Andreas Kling 7d6689055f Kernel+LibC+crash: Add mprotect() syscall 6 years ago
  Sergey Bugaev 43ce6c5474 Kernel: Move socket role tracking to the Socket class itself 6 years ago
  Sergey Bugaev 1606261c58 Kernel: Fix cloning file descriptions on fork 6 years ago
  Andreas Kling 752de9cd27 FileDescription: Disallow construction with a null File 6 years ago
  Conrad Pankoff bd6d2c0819 Kernel: Use a more detailed state machine for socket setup 6 years ago
  Conrad Pankoff 5308e310a0 Kernel: Make accept() fill address with peer name rather than local name 6 years ago
  Andreas Kling a720061423 Kernel: Zero-length dbgputstr() should just return 0 6 years ago
  Andreas Kling 6d32b8fc36 Kernel: Use some more InlineLinkedList range-for iteration 6 years ago
  Andreas Kling f5ff796970 Kernel: Always give back VM to the RangeAllocator when unmapping Region 6 years ago
  Andreas Kling 37ba2a7b65 Kernel: Use KBufferBuilder to build ProcFS files and backtraces 6 years ago
  Andreas Kling 6bdb81ad87 Kernel: Split VMObject into two classes: Anonymous- and InodeVMObject 6 years ago
  Andreas Kling 3364da388f Kernel: Remove VMObject names 6 years ago
  Andreas Kling 2ad963d261 Kernel: Add mapping from page directory base (PDB) to PageDirectory 6 years ago
  Sergey Bugaev 9c3b1ca0c6 Kernel+LibC: Support passing O_CLOEXEC to pipe() 6 years ago
  Andreas Kling 7c7343de98 Kernel: mount() should fail if the provided device is not a disk device 6 years ago
  Andreas Kling a6fb055028 Kernel: Generalize VFS metadata lookup and use it in mount() and stat() 6 years ago
  Andreas Kling 31de5dee26 Kernel: Some improvements to the mount syscall 6 years ago
  Jesse 401c87a0cc Kernel: mount system call (#396) 6 years ago
  Andreas Kling 1a13145cb3 Kernel: Remove unnecessary null check in Process::fork() 6 years ago
  Andreas Kling 5ded77df39 Kernel+ProcessManager: Let processes have an icon and show it in the table. 6 years ago
  Andreas Kling 63619b9f7c Kernel: Disallow access to shared buffers we're not allowed to access. 6 years ago
  Andreas Kling a79d8d8ae5 Kernel: Add (expensive) but valuable userspace symbols to stacks. 6 years ago
  Andreas Kling 4316fa8123 Kernel: Dump backtrace to debugger for DefaultSignalAction::DumpCore. 6 years ago
  Andreas Kling c8e2bb5605 Kernel: Add a mechanism for listening for changes to an inode. 6 years ago
  Andreas Kling af81645a2a Kernel+LibC: Add a dbgputstr() syscall for sending strings to debug output. 6 years ago
  Andreas Kling 3fce2fb205 Kernel+LibC: Add a dbgputch() syscall and use it for userspace dbgprintf(). 6 years ago
  Robin Burchell a1eff3daba Process: Fix select/poll EINTR 6 years ago