Age | Commit message (Expand) | Author |
2023-08-09 | linux-user: Use ARRAY_SIZE with bitmask_transtbl | Richard Henderson |
2023-08-06 | bsd-user: Remove last_brk | Richard Henderson |
2023-07-31 | bsd-user: Specify host page alignment if none specified | Warner Losh |
2023-07-31 | bsd-user: Allocate guest virtual address space | Richard Henderson |
2023-07-23 | include/exec: Add WITH_MMAP_LOCK_GUARD | Richard Henderson |
2023-07-15 | accel/tcg: Return bool from page_check_range | Richard Henderson |
2023-07-15 | bsd-user: Use page_find_range_empty for mmap_find_vma_reserved | Richard Henderson |
2023-07-15 | bsd-user: Use page_check_range_empty for MAP_EXCL | Richard Henderson |
2023-06-26 | target/i386: implement SYSCALL/SYSRET in 32-bit emulators | Paolo Bonzini |
2023-06-13 | linux-user, bsd-user: Preserve incoming order of environment variables in the... | Andreas Schwab |
2023-06-01 | *-user: remove the guest_user_syscall tracepoints | Alex Bennée |
2023-05-11 | disas: Remove target_ulong from the interface | Richard Henderson |
2023-05-02 | bsd-user: Add '-one-insn-per-tb' option equivalent to '-singlestep' | Peter Maydell |
2023-05-02 | accel/tcg: Use one_insn_per_tb global instead of old singlestep global | Peter Maydell |
2023-05-02 | make one-insn-per-tb an accel option | Peter Maydell |
2023-03-28 | include/exec: Change reserved_va semantics to last byte | Richard Henderson |
2023-03-28 | accel/tcg: Pass last not end to page_set_flags | Richard Henderson |
2023-03-07 | gdbstub: move syscall handling to new file | Alex Bennée |
2023-03-07 | gdbstub: move chunks of user code into own files | Alex Bennée |
2023-03-01 | bsd-user: implement sysctlbyname(2) | Kyle Evans |
2023-03-01 | bsd-user: do_freebsd_sysctl helper for sysctl(2) | Kyle Evans |
2023-03-01 | bsd-user: Start translation of arch-specific sysctls | Juergen Lock |
2023-03-01 | bsd-user: common routine do_freebsd_sysctl_oid for all sysctl variants | Juergen Lock |
2023-03-01 | bsd-user: sysctl helper funtions: sysctl_name2oid and sysctl_oidfmt | Juergen Lock |
2023-03-01 | bsd-user: Helper routines oidfmt | Stacey Son |
2023-03-01 | bsd-user: various helper routines for sysctl | Warner Losh |
2023-03-01 | bsd-user: Add sysarch syscall | Stacey Son |
2023-03-01 | bsd-user: Don't truncate the return value from freebsd_syscall | Doug Rabson |
2023-02-17 | bsd-user/mmap: use TSA_NO_TSA to suppress clang TSA warnings in FreeBSD | Emanuele Giuseppe Esposito |
2023-02-08 | bsd-user: Clean up includes | Markus Armbruster |
2022-12-14 | Drop more useless casts from void * to pointer | Markus Armbruster |
2022-10-26 | bsd-user: Catch up with sys/param.h requirement for machine/pmap.h | Muhammad Moinur Rahman |
2022-10-26 | accel/tcg: Call tb_invalidate_phys_page for PAGE_RESET | Richard Henderson |
2022-07-02 | bsd-user: Remove stray 'inline' from do_bsd_close | Warner Losh |
2022-07-02 | bsd-user: Implement undelete | Warner Losh |
2022-07-02 | bsd-user: Implement pathconf, lpathconf and fpathconf | Warner Losh |
2022-07-02 | bsd-user: Implement mkfifo and mkfifoat | Warner Losh |
2022-07-02 | bsd-user: Implement chroot and flock | Warner Losh |
2022-07-02 | bsd-user: Implement chflags, lchflags and fchflags | Warner Losh |
2022-07-02 | bsd-user: Implement chown, fchown, lchown and fchownat | Warner Losh |
2022-07-02 | bsd-user: Implement freebsd11_mknod, freebsd11_mknodat and mknodat | Warner Losh |
2022-07-02 | bsd-user: implement chmod, fchmod, lchmod and fchmodat | Warner Losh |
2022-07-02 | bsd-user: Implement symlink, symlinkat, readlink and readlinkat | Warner Losh |
2022-07-02 | bsd-user: Implement mount, umount and nmount | Warner Losh |
2022-06-14 | bsd-user: Implement acct and sync | Warner Losh |
2022-06-14 | bsd-user: Implement trunctate and ftruncate | Warner Losh |
2022-06-14 | bsd-user: Implement dup and dup2 | Warner Losh |
2022-06-14 | bsd-user: Implement rmdir and undocumented __getcwd | Warner Losh |
2022-06-14 | bsd-user: Implement mkdir and mkdirat | Warner Losh |
2022-06-13 | bsd-user: Implement link, linkat, unlink and unlinkat | Warner Losh |