Commit History

Author SHA1 Message Date
  Andreas Kling 03da7046bd Kernel: Prepare Socket for becoming a File. 6 years ago
  Andreas Kling 8cbb7f101f Kernel: Have File virtuals take a FileDescriptor& rather than a Process&. 6 years ago
  Andreas Kling 0a0d739e98 Kernel: Make FIFO inherit from File. 6 years ago
  Andreas Kling a104d7cc93 Kernel: Make SharedMemory inherit from File. 6 years ago
  Andreas Kling c91b0d6b5f FileDescriptor: Let TTY handle its own absolute_path(). 6 years ago
  Andreas Kling e886337a67 Kernel: Make ProcessTracer inherit from File. 6 years ago
  Andreas Kling d5578826af Kernel: Make it possible to look up FIFO's by ID. 6 years ago
  Andreas Kling 5c68929aa1 Kernel: Add a systrace() syscall and implement /bin/strace using it. 6 years ago
  Andreas Kling 60a819c14a Kernel: Yet more work on bringing up POSIX SHM. 6 years ago
  Andreas Kling 26a06f3fcd Kernel: More work towards POSIX SHM, also add ftruncate(). 6 years ago
  Andreas Kling 644c887594 Kernel: Move FIFO into FileSystem/ and Socket+LocalSocket into Net/. 6 years ago