Commit History

Author SHA1 Message Date
  Andreas Kling 2dd9ef6863 Kernel: Make File::absolute_path() const. 6 years ago
  Andreas Kling baaede1bf9 Kernel: Make the Process allocate_region* API's understand "int prot". 6 years ago
  Andreas Kling 66c1a9be3b Kernel: Pass 'prot' argument to File::mmap() and act on it. 6 years ago
  Andreas Kling a4e48dce77 Kernel: SharedMemory should implement mmap(). 6 years ago
  Andreas Kling 2470fdcd9b Kernel: Make Socket inherit from File. 6 years ago
  Andreas Kling 8cbb7f101f Kernel: Have File virtuals take a FileDescriptor& rather than a Process&. 6 years ago
  Andreas Kling a104d7cc93 Kernel: Make SharedMemory inherit from File. 6 years ago
  Andreas Kling 58240fdb33 Do a pass of compiler warning fixes. 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