Commit History

Author SHA1 Message Date
  Brian Gianforcaro fcc00c9a27 LibCore+cat: Switch Core::System::read/write to take a Span of bytes 3 years ago
  Kenneth Myhra 951d8a06d8 LibCore: Add syscall wrapper for gethostname() 3 years ago
  Andreas Kling 748c8b4879 LibCore: Add syscall wrapper for ptsname() 3 years ago
  Andreas Kling a152b1f215 LibCore: Add syscall wrapper for dup2() 3 years ago
  Andreas Kling 71bc9bee0a LibCore: Add syscall wrapper for pipe2() 3 years ago
  Andreas Kling 8b7b726680 LibCore: Add kill() syscall wrapper 3 years ago
  Andreas Kling 16356ca478 LibCore: Add syscall wrappers for read() and write() 3 years ago
  Andreas Kling 3db9979e40 LibCore: Add syscall wrapper for stat() 3 years ago
  Andreas Kling 4a213869f2 LibCore: Add syscall wrapper for ftruncate() 3 years ago
  Andreas Kling 4bf08e4d52 LibCore: Add syscall wrapper for close() 3 years ago
  Andreas Kling 0ed5f84bd9 LibCore: Use open() wrapper in Core::MappedFile :^) 3 years ago
  Andreas Kling 50416c286d LibCore: Add syscall wrapper for open() 3 years ago
  Andreas Kling 45842a5208 LibCore: Add syscall wrapper for munmap() 3 years ago
  Andreas Kling 53e9b9758e LibCore: Add syscall wrapper for mmap() 3 years ago
  Andreas Kling c37a02341b LibCore: Add Core::System wrappers for fstat() and fcntl() 3 years ago
  Andreas Kling 21a5fb0fa2 LibCore+LibSystem: Move syscall wrappers from LibSystem to LibCore 3 years ago