Commit History

Author SHA1 Message Date
  Andreas Kling ead9c36c92 LibCore: Add syscall wrapper for rename() 3 years ago
  Andreas Kling fb4ffe22c8 LibCore: Add syscall wrapper for fchmod() 3 years ago
  Andreas Kling aa7e8b5797 LibCore: Add syscall wrapper for mkstemp() 3 years ago
  Andreas Kling 2637a64130 LibCore: Add syscall wrapper for fork() 3 years ago
  Andreas Kling 01c2756e9a LibCore: Add syscall wrapper for mkdir() 3 years ago
  Andreas Kling f69bd3bd46 LibCore: Add syscall wrapper for mount() 3 years ago
  Andreas Kling ad37ca4815 LibCore: Add syscall wrapper for setgroups() 3 years ago
  Andreas Kling 92e6532bf1 LibCore: Add syscall wrapper for isatty() 3 years ago
  Andreas Kling 2c3699e257 LibCore: Add syscall wrappers for setuid/seteuid/setgid/setegid 3 years ago
  Kenneth Myhra 11578c623c LibCore: Add waitpid() wrapper that return ErrorOr<pid_t> 3 years ago
  Kenneth Myhra 123e49994d LibCore: Add posix_spawnp() wrapper that return ErrorOr<pid_t> 3 years ago
  Kenneth Myhra 7b13f22f96 LibCore: Add syscall wrapper for clock_settime() 3 years ago
  Kenneth Myhra c4bd46023b LibCore: Add syscall wrapper for getgrnam() 3 years ago
  Kenneth Myhra cd5063555e LibCore: Add syscall wrapper for getpwnam() 3 years ago
  Kenneth Myhra 52a451dcff LibCore: Add syscall wrapper for chown() 3 years ago
  Ben Wiederhake 70e96fb917 LibCore: Implement new ptrace_peekbuf wrapper for PT_PEEKBUF syscall 3 years ago
  Kenneth Myhra 0d76d15f9d LibCore: Add syscall wrapper for chmod() 3 years ago
  Andreas Kling 1640445cb2 LibCore: Add lstat() syscall wrapper 3 years ago
  Andreas Kling 612eafea2c LibCore: Add syscall wrappers for tcgetattr() and tcsetattr() 3 years ago
  Andreas Kling 90aa1abfed LibCore: Add ioctl() syscall wrapper 3 years ago
  Andreas Kling 83056efc1a LibCore: Add syscall wrapper for dup() 3 years ago
  Andreas Kling 982ac34437 LibCore: Add syscall wrappers for sendfd() and recvfd() 3 years ago
  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