qemu-e2k/bsd-user
Stacey Son a478416dc8 bsd-user: Implement getgroups(2) and setgroups(2) system calls.
Signed-off-by: Stacey Son <sson@FreeBSD.org>
Signed-off-by: Karim Taha <kariem.taha2.7@gmail.com>
Reviewed-by: Warner Losh <imp@bsdimp.com>
Message-Id: <20230925182425.3163-12-kariem.taha2.7@gmail.com>
2023-10-03 17:14:06 -06:00
..
arm bsd-user: Remove ELF_START_MMAP and image_info.start_mmap 2023-08-28 12:16:18 -06:00
freebsd bsd-user: Implement getgroups(2) and setgroups(2) system calls. 2023-10-03 17:14:06 -06:00
host bsd-user: Catch up with sys/param.h requirement for machine/pmap.h 2022-10-26 14:09:17 -06:00
i386 bsd-user: Remove ELF_START_MMAP and image_info.start_mmap 2023-08-28 12:16:18 -06:00
include
netbsd
openbsd
x86_64 bsd-user: Remove ELF_START_MMAP and image_info.start_mmap 2023-08-28 12:16:18 -06:00
bsd-file.h bulk: Do not declare function prototypes using 'extern' keyword 2023-08-31 19:47:43 +02:00
bsd-proc.c bsd-user: Get number of cpus. 2023-10-03 17:14:06 -06:00
bsd-proc.h bsd-user: Implement getgroups(2) and setgroups(2) system calls. 2023-10-03 17:14:06 -06:00
bsdload.c
elfcore.c
elfload.c bsd-user: Remove image_info.start_brk 2023-08-28 12:16:18 -06:00
errno_defs.h bsd-user: spelling fixes 2023-09-20 07:54:34 +03:00
main.c bsd-user: Remove image_info.start_brk 2023-08-28 12:16:18 -06:00
meson.build bsd-user: Implement target_to_host_resource conversion function 2023-10-03 17:14:06 -06:00
mmap.c bsd-user: Remove last_brk 2023-08-06 16:46:13 -07:00
qemu-bsd.h bsd-user: add extern declarations for bsd-proc.c conversion functions 2023-10-03 17:14:06 -06:00
qemu.h bsd-user: Add freebsd_exec_common and do_freebsd_procctl to qemu.h. 2023-10-03 17:14:06 -06:00
signal-common.h bsd-user: Implement host_to_target_siginfo. 2023-10-03 17:14:06 -06:00
signal.c bsd-user: Implement host_to_target_siginfo. 2023-10-03 17:14:06 -06:00
strace.c bsd-user: Clean up includes 2023-02-08 07:16:23 +01:00
syscall_defs.h bsd-user: Define procctl(2) related structs 2023-10-03 17:14:06 -06:00
trace-events trace-events: Fix the name of the tracing.rst file 2023-09-08 13:08:51 +03:00
trace.h
uaccess.c