summary refs log tree commit diff stats
path: root/bsd-user/freebsd/os-proc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bsd-user: spelling fixes: necesary, agrument, undocummentedMichael Tokarev2023-11-151-1/+1
* bsd-user: Implement procctl(2) along with necessary conversion functions.Stacey Son2023-10-031-0/+223
* bsd-user: Implement freebsd_exec_common, used in implementing execve/fexecve.Stacey Son2023-10-031-3/+178
* bsd-user: Implement get_filename_from_fd.Karim Taha2023-10-031-0/+82