aboutsummaryrefslogtreecommitdiff
path: root/bsd-user
AgeCommit message (Expand)Author
2023-08-09linux-user: Use ARRAY_SIZE with bitmask_transtblRichard Henderson
2023-08-06bsd-user: Remove last_brkRichard Henderson
2023-07-31bsd-user: Specify host page alignment if none specifiedWarner Losh
2023-07-31bsd-user: Allocate guest virtual address spaceRichard Henderson
2023-07-23include/exec: Add WITH_MMAP_LOCK_GUARDRichard Henderson
2023-07-15accel/tcg: Return bool from page_check_rangeRichard Henderson
2023-07-15bsd-user: Use page_find_range_empty for mmap_find_vma_reservedRichard Henderson
2023-07-15bsd-user: Use page_check_range_empty for MAP_EXCLRichard Henderson
2023-06-26target/i386: implement SYSCALL/SYSRET in 32-bit emulatorsPaolo Bonzini
2023-06-13linux-user, bsd-user: Preserve incoming order of environment variables in the...Andreas Schwab
2023-06-01*-user: remove the guest_user_syscall tracepointsAlex Bennée
2023-05-11disas: Remove target_ulong from the interfaceRichard Henderson
2023-05-02bsd-user: Add '-one-insn-per-tb' option equivalent to '-singlestep'Peter Maydell
2023-05-02accel/tcg: Use one_insn_per_tb global instead of old singlestep globalPeter Maydell
2023-05-02make one-insn-per-tb an accel optionPeter Maydell
2023-03-28include/exec: Change reserved_va semantics to last byteRichard Henderson
2023-03-28accel/tcg: Pass last not end to page_set_flagsRichard Henderson
2023-03-07gdbstub: move syscall handling to new fileAlex Bennée
2023-03-07gdbstub: move chunks of user code into own filesAlex Bennée
2023-03-01bsd-user: implement sysctlbyname(2)Kyle Evans
2023-03-01bsd-user: do_freebsd_sysctl helper for sysctl(2)Kyle Evans
2023-03-01bsd-user: Start translation of arch-specific sysctlsJuergen Lock
2023-03-01bsd-user: common routine do_freebsd_sysctl_oid for all sysctl variantsJuergen Lock
2023-03-01bsd-user: sysctl helper funtions: sysctl_name2oid and sysctl_oidfmtJuergen Lock
2023-03-01bsd-user: Helper routines oidfmtStacey Son
2023-03-01bsd-user: various helper routines for sysctlWarner Losh
2023-03-01bsd-user: Add sysarch syscallStacey Son
2023-03-01bsd-user: Don't truncate the return value from freebsd_syscallDoug Rabson
2023-02-17bsd-user/mmap: use TSA_NO_TSA to suppress clang TSA warnings in FreeBSDEmanuele Giuseppe Esposito
2023-02-08bsd-user: Clean up includesMarkus Armbruster
2022-12-14Drop more useless casts from void * to pointerMarkus Armbruster
2022-10-26bsd-user: Catch up with sys/param.h requirement for machine/pmap.hMuhammad Moinur Rahman
2022-10-26accel/tcg: Call tb_invalidate_phys_page for PAGE_RESETRichard Henderson
2022-07-02bsd-user: Remove stray 'inline' from do_bsd_closeWarner Losh
2022-07-02bsd-user: Implement undeleteWarner Losh
2022-07-02bsd-user: Implement pathconf, lpathconf and fpathconfWarner Losh
2022-07-02bsd-user: Implement mkfifo and mkfifoatWarner Losh
2022-07-02bsd-user: Implement chroot and flockWarner Losh
2022-07-02bsd-user: Implement chflags, lchflags and fchflagsWarner Losh
2022-07-02bsd-user: Implement chown, fchown, lchown and fchownatWarner Losh
2022-07-02bsd-user: Implement freebsd11_mknod, freebsd11_mknodat and mknodatWarner Losh
2022-07-02bsd-user: implement chmod, fchmod, lchmod and fchmodatWarner Losh
2022-07-02bsd-user: Implement symlink, symlinkat, readlink and readlinkatWarner Losh
2022-07-02bsd-user: Implement mount, umount and nmountWarner Losh
2022-06-14bsd-user: Implement acct and syncWarner Losh
2022-06-14bsd-user: Implement trunctate and ftruncateWarner Losh
2022-06-14bsd-user: Implement dup and dup2Warner Losh
2022-06-14bsd-user: Implement rmdir and undocumented __getcwdWarner Losh
2022-06-14bsd-user: Implement mkdir and mkdiratWarner Losh
2022-06-13bsd-user: Implement link, linkat, unlink and unlinkatWarner Losh