Age | Commit message (Expand) | Author | Files | Lines |
2023-11-15 | bsd-user: spelling fixes: necesary, agrument, undocummented | Michael Tokarev | 2 | -4/+4 |
2023-10-03 | bsd-user: Add stubs for vadvise(), sbrk() and sstk() | Warner Losh | 1 | -0/+12 |
2023-10-03 | bsd-user: Implement shmat(2) and shmdt(2) | Stacey Son | 1 | -0/+8 |
2023-10-03 | bsd-user: Implement shmctl(2) | Stacey Son | 1 | -0/+4 |
2023-10-03 | bsd-user: Implement shm_unlink(2) and shmget(2) | Stacey Son | 1 | -0/+8 |
2023-10-03 | bsd-user: Implement shm_open(2) | Stacey Son | 1 | -0/+4 |
2023-10-03 | bsd-user: Implement do_obreak function | Stacey Son | 1 | -0/+7 |
2023-10-03 | bsd-user: Implement mincore(2) | Stacey Son | 1 | -0/+4 |
2023-10-03 | bsd-user: Implment madvise(2) to match the linux-user implementation. | Karim Taha | 1 | -0/+4 |
2023-10-03 | bsd-user: Implement mlock(2), munlock(2), mlockall(2), munlockall(2), minheri... | Stacey Son | 1 | -0/+20 |
2023-10-03 | bsd-user: Implement msync(2) | Stacey Son | 1 | -0/+4 |
2023-10-03 | bsd-user: Implement mprotect(2) | Stacey Son | 1 | -0/+4 |
2023-10-03 | bsd-user: Implement mmap(2) and munmap(2) | Stacey Son | 1 | -0/+9 |
2023-10-03 | bsd-user: Introduce bsd-mem.h to the source tree | Stacey Son | 1 | -0/+1 |
2023-10-03 | bsd-user: Implement target_set_brk function in bsd-mem.c instead of os-syscall.c | Stacey Son | 1 | -4/+0 |
2023-10-03 | bsd-user: Implement shm_rename(2) system call | Kyle Evans | 2 | -0/+30 |
2023-10-03 | bsd-user: Implement shm_open2(2) system call | Karim Taha | 2 | -6/+62 |
2023-10-03 | bsd-user: Introduce freebsd/os-misc.h to the source tree | Stacey Son | 1 | -0/+28 |
2023-10-03 | bsd-user: Implement pdfork(2) system call. | Stacey Son | 2 | -0/+36 |
2023-10-03 | bsd-user: Implement rfork(2) system call. | Stacey Son | 2 | -0/+43 |
2023-10-03 | bsd-user: Implement fork(2) and vfork(2) system calls. | Stacey Son | 2 | -0/+42 |
2023-10-03 | bsd-user: Implement pdgetpid(2) and the undocumented setugid. | Stacey Son | 2 | -0/+31 |
2023-10-03 | bsd-user: Implement setloginclass(2) and getloginclass(2) system calls. | Stacey Son | 2 | -0/+40 |
2023-10-03 | bsd-user: Implement wait4(2) and wait6(2) system calls. | Stacey Son | 2 | -0/+99 |
2023-10-03 | bsd-user: Implement execve(2) and fexecve(2) system calls. | Karim Taha | 2 | -1/+59 |
2023-10-03 | bsd-user: Implement procctl(2) along with necessary conversion functions. | Stacey Son | 2 | -0/+226 |
2023-10-03 | bsd-user: Implement freebsd_exec_common, used in implementing execve/fexecve. | Stacey Son | 1 | -3/+178 |
2023-10-03 | bsd-user: Implement get_filename_from_fd. | Karim Taha | 2 | -0/+83 |
2023-10-03 | bsd-user: Implement getpriority(2) and setpriority(2). | Stacey Son | 1 | -0/+8 |
2023-10-03 | bsd-user: Add stubs for profil(2), ktrace(2), utrace(2) and ptrace(2). | Stacey Son | 1 | -0/+16 |
2023-10-03 | bsd-user: Implement get/set[resuid/resgid/sid] and issetugid. | Stacey Son | 1 | -0/+28 |
2023-10-03 | bsd-user: Implement several get/set system calls: | Stacey Son | 1 | -0/+60 |
2023-10-03 | bsd-user: Implement getrlimit(2) and setrlimit(2) | Stacey Son | 1 | -0/+8 |
2023-10-03 | bsd-user: Implement getrusage(2). | Stacey Son | 1 | -0/+4 |
2023-10-03 | bsd-user: Implement umask(2), setlogin(2) and getlogin(2) | Stacey Son | 1 | -0/+12 |
2023-10-03 | bsd-user: Implement getgroups(2) and setgroups(2) system calls. | Stacey Son | 1 | -0/+9 |
2023-09-20 | bsd-user: spelling fixes | Michael Tokarev | 3 | -4/+4 |
2023-08-28 | bsd-user: Add missing break after do_bsd_preadv | Warner Losh | 1 | -0/+1 |
2023-08-28 | bsd-user: Add getdents and fcntl related system calls | Warner Losh | 1 | -0/+16 |
2023-08-28 | bsd-user: Add glue for statfs related system calls | Warner Losh | 1 | -0/+24 |
2023-08-28 | bsd-user: Add glue for getfh and related syscalls | Warner Losh | 1 | -0/+28 |
2023-08-28 | bsd-user: Add glue for the freebsd11_stat syscalls | Warner Losh | 1 | -0/+42 |
2023-08-28 | bsd-user: Add os-stat.c to the build | Karim Taha | 1 | -0/+1 |
2023-08-28 | bsd-user: Implement do_freebsd_realpathat syscall | Mikaƫl Urankar | 1 | -0/+26 |
2023-08-28 | bsd-user: Implement freebsd11 netbsd stat related syscalls | Michal Meloun | 1 | -0/+7 |
2023-08-28 | bsd-user: Implement freebsd11 getdirents related syscalls | Michal Meloun | 1 | -0/+44 |
2023-08-28 | bsd-user: Implement freebsd11 statfs related syscalls | Michal Meloun | 1 | -0/+75 |
2023-08-28 | bsd-user: Implement freebsd11 fstat and fhstat related syscalls | Michal Meloun | 1 | -0/+78 |
2023-08-28 | bsd-user: Implement freebsd11 stat related syscalls | Michal Meloun | 1 | -0/+5 |
2023-08-28 | bsd-user: Implement stat related syscalls | Stacey Son | 1 | -0/+74 |