Age | Commit message (Expand) | Author | Files | Lines |
2023-03-28 | include/exec: Change reserved_va semantics to last byte | Richard Henderson | 2 | -9/+5 |
2023-03-28 | accel/tcg: Pass last not end to page_set_flags | Richard Henderson | 1 | -3/+3 |
2023-03-07 | gdbstub: move syscall handling to new file | Alex Bennée | 1 | -0/+2 |
2023-03-07 | gdbstub: move chunks of user code into own files | Alex Bennée | 2 | -0/+2 |
2023-03-01 | bsd-user: implement sysctlbyname(2) | Kyle Evans | 3 | -0/+74 |
2023-03-01 | bsd-user: do_freebsd_sysctl helper for sysctl(2) | Kyle Evans | 3 | -1/+61 |
2023-03-01 | bsd-user: Start translation of arch-specific sysctls | Juergen Lock | 1 | -2/+143 |
2023-03-01 | bsd-user: common routine do_freebsd_sysctl_oid for all sysctl variants | Juergen Lock | 1 | -4/+86 |
2023-03-01 | bsd-user: sysctl helper funtions: sysctl_name2oid and sysctl_oidfmt | Juergen Lock | 1 | -0/+18 |
2023-03-01 | bsd-user: Helper routines oidfmt | Stacey Son | 1 | -4/+127 |
2023-03-01 | bsd-user: various helper routines for sysctl | Warner Losh | 1 | -0/+86 |
2023-03-01 | bsd-user: Add sysarch syscall | Stacey Son | 1 | -0/+7 |
2023-03-01 | bsd-user: Don't truncate the return value from freebsd_syscall | Doug Rabson | 1 | -1/+1 |
2023-02-17 | bsd-user/mmap: use TSA_NO_TSA to suppress clang TSA warnings in FreeBSD | Emanuele Giuseppe Esposito | 1 | -2/+3 |
2023-02-08 | bsd-user: Clean up includes | Markus Armbruster | 11 | -13/+9 |
2022-12-14 | Drop more useless casts from void * to pointer | Markus Armbruster | 1 | -1/+1 |
2022-10-26 | bsd-user: Catch up with sys/param.h requirement for machine/pmap.h | Muhammad Moinur Rahman | 2 | -0/+2 |
2022-10-26 | accel/tcg: Call tb_invalidate_phys_page for PAGE_RESET | Richard Henderson | 1 | -2/+0 |
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 |