Age | Commit message (Expand) | Author | Files | Lines |
2022-07-02 | bsd-user: Remove stray 'inline' from do_bsd_close | Warner Losh | 1 | -1/+1 |
2022-07-02 | bsd-user: Implement undelete | Warner Losh | 2 | -0/+17 |
2022-07-02 | bsd-user: Implement pathconf, lpathconf and fpathconf | Warner Losh | 2 | -0/+44 |
2022-07-02 | bsd-user: Implement mkfifo and mkfifoat | Warner Losh | 2 | -0/+35 |
2022-07-02 | bsd-user: Implement chroot and flock | Warner Losh | 2 | -0/+27 |
2022-07-02 | bsd-user: Implement chflags, lchflags and fchflags | Warner Losh | 2 | -0/+44 |
2022-07-02 | bsd-user: Implement chown, fchown, lchown and fchownat | Warner Losh | 2 | -0/+64 |
2022-07-02 | bsd-user: Implement freebsd11_mknod, freebsd11_mknodat and mknodat | Warner Losh | 2 | -0/+60 |
2022-07-02 | bsd-user: implement chmod, fchmod, lchmod and fchmodat | Warner Losh | 2 | -0/+62 |
2022-07-02 | bsd-user: Implement symlink, symlinkat, readlink and readlinkat | Warner Losh | 2 | -0/+90 |
2022-07-02 | bsd-user: Implement mount, umount and nmount | Warner Losh | 2 | -0/+65 |
2022-06-14 | bsd-user: Implement acct and sync | Warner Losh | 2 | -0/+31 |
2022-06-14 | bsd-user: Implement trunctate and ftruncate | Warner Losh | 2 | -0/+37 |
2022-06-14 | bsd-user: Implement dup and dup2 | Warner Losh | 2 | -0/+20 |
2022-06-14 | bsd-user: Implement rmdir and undocumented __getcwd | Warner Losh | 2 | -0/+37 |
2022-06-14 | bsd-user: Implement mkdir and mkdirat | Warner Losh | 2 | -0/+35 |
2022-06-13 | bsd-user: Implement link, linkat, unlink and unlinkat | Warner Losh | 2 | -0/+70 |
2022-06-13 | bsd-user: Implement rename and renameat | Warner Losh | 2 | -0/+53 |
2022-06-13 | bsd-user: Implement chdir and fchdir | Warner Losh | 2 | -0/+27 |
2022-06-13 | bsd-user: Implement revoke, access, eaccess and faccessat | Warner Losh | 2 | -0/+69 |
2022-06-13 | bsd-user: Implement fdatasync, fsync and close_from | Warner Losh | 2 | -0/+31 |
2022-06-13 | bsd-user: Implement open, openat and close | Warner Losh | 3 | -0/+69 |
2022-06-10 | bsd-user/freebsd/os-syscall.c: Implement exit | Warner Losh | 2 | -0/+49 |
2022-06-10 | bsd-user/bsd-file.h: Meat of the write system calls | Warner Losh | 2 | -0/+106 |
2022-06-10 | bsd-user/bsd-file.h: Add implementations for read, pread, readv and preadv | Warner Losh | 2 | -0/+107 |
2022-06-10 | bsd-user/freebsd/os-syscall.c: Tracing and error boilerplate | Warner Losh | 1 | -4/+40 |
2022-06-10 | bsd-user/freebsd/os-syscall.c: unlock_iovec | Warner Losh | 1 | -0/+14 |
2022-06-10 | bsd-user/freebsd/os-syscall.c: lock_iovec | Warner Losh | 1 | -0/+102 |
2022-05-11 | Clean up decorations and whitespace around header guards | Markus Armbruster | 2 | -2/+2 |
2022-05-11 | Clean up ill-advised or unusual header guards | Markus Armbruster | 47 | -141/+157 |
2022-05-11 | Clean up header guards that don't match their file name | Markus Armbruster | 4 | -13/+12 |
2022-04-21 | compiler.h: replace QEMU_NORETURN with G_NORETURN | Marc-André Lureau | 1 | -1/+2 |
2022-04-21 | include: rename qemu-common.h qemu/help-texts.h | Marc-André Lureau | 1 | -1/+1 |
2022-04-20 | Merge tag 'pull-tcg-20220420' of https://gitlab.com/rth7680/qemu into staging | Richard Henderson | 1 | -1/+0 |
2022-04-20 | Don't include sysemu/tcg.h if it is not necessary | Thomas Huth | 1 | -1/+0 |
2022-04-20 | bsd-user: Use qemu_set_log_filename_flags | Richard Henderson | 1 | -9/+9 |
2022-04-20 | bsd-user: Expand log_page_dump inline | Richard Henderson | 1 | -14/+23 |
2022-04-20 | util/log: Pass Error pointer to qemu_set_log | Richard Henderson | 1 | -1/+1 |
2022-04-20 | util/log: Drop manual log buffering | Richard Henderson | 1 | -1/+0 |
2022-04-06 | Remove qemu-common.h include from most units | Marc-André Lureau | 2 | -2/+0 |
2022-04-06 | Replace qemu_real_host_page variables with inlined functions | Marc-André Lureau | 2 | -2/+2 |
2022-04-06 | Replace TARGET_WORDS_BIGENDIAN | Marc-André Lureau | 1 | -1/+1 |
2022-03-22 | Replace GCC_FMT_ATTR with G_GNUC_PRINTF | Marc-André Lureau | 1 | -1/+1 |
2022-02-26 | bsd-user: Add safe system call macros | Warner Losh | 1 | -0/+47 |
2022-02-26 | bsd-user: Define target_arg64 | Warner Losh | 1 | -0/+13 |
2022-02-26 | bsd-user: introduce target.h | Warner Losh | 4 | -0/+64 |
2022-02-26 | bsd-user/bsd-file.h: Implementation details for the filesystem calls | Warner Losh | 2 | -0/+32 |
2022-02-26 | bsd-user/freebsd/os-syscall.c: Add get_errno and host_to_target_errno | Warner Losh | 2 | -2/+24 |
2022-02-26 | bsd-user/sycall.c: Now obsolete, remove | Warner Losh | 1 | -516/+0 |
2022-02-26 | bsd-user: Move system call building to os-syscall.c | Warner Losh | 2 | -1/+1 |