index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bsd-user
/
freebsd
/
os-syscall.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bsd-user: Implement rename and renameat
Warner Losh
2022-06-13
1
-0
/
+8
*
bsd-user: Implement chdir and fchdir
Warner Losh
2022-06-13
1
-0
/
+8
*
bsd-user: Implement revoke, access, eaccess and faccessat
Warner Losh
2022-06-13
1
-0
/
+16
*
bsd-user: Implement fdatasync, fsync and close_from
Warner Losh
2022-06-13
1
-0
/
+12
*
bsd-user: Implement open, openat and close
Warner Losh
2022-06-13
1
-0
/
+16
*
bsd-user/freebsd/os-syscall.c: Implement exit
Warner Losh
2022-06-10
1
-0
/
+7
*
bsd-user/bsd-file.h: Meat of the write system calls
Warner Losh
2022-06-10
1
-0
/
+22
*
bsd-user/bsd-file.h: Add implementations for read, pread, readv and preadv
Warner Losh
2022-06-10
1
-0
/
+28
*
bsd-user/freebsd/os-syscall.c: Tracing and error boilerplate
Warner Losh
2022-06-10
1
-4
/
+40
*
bsd-user/freebsd/os-syscall.c: unlock_iovec
Warner Losh
2022-06-10
1
-0
/
+14
*
bsd-user/freebsd/os-syscall.c: lock_iovec
Warner Losh
2022-06-10
1
-0
/
+102
*
Remove qemu-common.h include from most units
Marc-André Lureau
2022-04-06
1
-1
/
+0
*
bsd-user/bsd-file.h: Implementation details for the filesystem calls
Warner Losh
2022-02-26
1
-0
/
+2
*
bsd-user/freebsd/os-syscall.c: Add get_errno and host_to_target_errno
Warner Losh
2022-02-26
1
-1
/
+22
*
bsd-user/freebsd/os-syscall.c: Move syscall processing here
Warner Losh
2022-02-26
1
-0
/
+69