summaryrefslogtreecommitdiff
path: root/bsd-user
Commit message (Expand)AuthorAgeFilesLines
* disas: Remove target_ulong from the interfaceRichard Henderson2023-05-111-2/+3
* bsd-user: Add '-one-insn-per-tb' option equivalent to '-singlestep'Peter Maydell2023-05-021-2/+3
* accel/tcg: Use one_insn_per_tb global instead of old singlestep globalPeter Maydell2023-05-021-1/+0
* make one-insn-per-tb an accel optionPeter Maydell2023-05-021-2/+6
* include/exec: Change reserved_va semantics to last byteRichard Henderson2023-03-282-9/+5
* accel/tcg: Pass last not end to page_set_flagsRichard Henderson2023-03-281-3/+3
* gdbstub: move syscall handling to new fileAlex Bennée2023-03-071-0/+2
* gdbstub: move chunks of user code into own filesAlex Bennée2023-03-072-0/+2
* bsd-user: implement sysctlbyname(2)Kyle Evans2023-03-013-0/+74
* bsd-user: do_freebsd_sysctl helper for sysctl(2)Kyle Evans2023-03-013-1/+61
* bsd-user: Start translation of arch-specific sysctlsJuergen Lock2023-03-011-2/+143
* bsd-user: common routine do_freebsd_sysctl_oid for all sysctl variantsJuergen Lock2023-03-011-4/+86
* bsd-user: sysctl helper funtions: sysctl_name2oid and sysctl_oidfmtJuergen Lock2023-03-011-0/+18
* bsd-user: Helper routines oidfmtStacey Son2023-03-011-4/+127
* bsd-user: various helper routines for sysctlWarner Losh2023-03-011-0/+86
* bsd-user: Add sysarch syscallStacey Son2023-03-011-0/+7
* bsd-user: Don't truncate the return value from freebsd_syscallDoug Rabson2023-03-011-1/+1
* bsd-user/mmap: use TSA_NO_TSA to suppress clang TSA warnings in FreeBSDEmanuele Giuseppe Esposito2023-02-171-2/+3
* bsd-user: Clean up includesMarkus Armbruster2023-02-0811-13/+9
* Drop more useless casts from void * to pointerMarkus Armbruster2022-12-141-1/+1
* bsd-user: Catch up with sys/param.h requirement for machine/pmap.hMuhammad Moinur Rahman2022-10-262-0/+2
* accel/tcg: Call tb_invalidate_phys_page for PAGE_RESETRichard Henderson2022-10-261-2/+0
* bsd-user: Remove stray 'inline' from do_bsd_closeWarner Losh2022-07-021-1/+1
* bsd-user: Implement undeleteWarner Losh2022-07-022-0/+17
* bsd-user: Implement pathconf, lpathconf and fpathconfWarner Losh2022-07-022-0/+44
* bsd-user: Implement mkfifo and mkfifoatWarner Losh2022-07-022-0/+35
* bsd-user: Implement chroot and flockWarner Losh2022-07-022-0/+27
* bsd-user: Implement chflags, lchflags and fchflagsWarner Losh2022-07-022-0/+44
* bsd-user: Implement chown, fchown, lchown and fchownatWarner Losh2022-07-022-0/+64
* bsd-user: Implement freebsd11_mknod, freebsd11_mknodat and mknodatWarner Losh2022-07-022-0/+60
* bsd-user: implement chmod, fchmod, lchmod and fchmodatWarner Losh2022-07-022-0/+62
* bsd-user: Implement symlink, symlinkat, readlink and readlinkatWarner Losh2022-07-022-0/+90
* bsd-user: Implement mount, umount and nmountWarner Losh2022-07-022-0/+65
* bsd-user: Implement acct and syncWarner Losh2022-06-142-0/+31
* bsd-user: Implement trunctate and ftruncateWarner Losh2022-06-142-0/+37
* bsd-user: Implement dup and dup2Warner Losh2022-06-142-0/+20
* bsd-user: Implement rmdir and undocumented __getcwdWarner Losh2022-06-142-0/+37
* bsd-user: Implement mkdir and mkdiratWarner Losh2022-06-142-0/+35
* bsd-user: Implement link, linkat, unlink and unlinkatWarner Losh2022-06-132-0/+70
* bsd-user: Implement rename and renameatWarner Losh2022-06-132-0/+53
* bsd-user: Implement chdir and fchdirWarner Losh2022-06-132-0/+27
* bsd-user: Implement revoke, access, eaccess and faccessatWarner Losh2022-06-132-0/+69
* bsd-user: Implement fdatasync, fsync and close_fromWarner Losh2022-06-132-0/+31
* bsd-user: Implement open, openat and closeWarner Losh2022-06-133-0/+69
* bsd-user/freebsd/os-syscall.c: Implement exitWarner Losh2022-06-102-0/+49
* bsd-user/bsd-file.h: Meat of the write system callsWarner Losh2022-06-102-0/+106
* bsd-user/bsd-file.h: Add implementations for read, pread, readv and preadvWarner Losh2022-06-102-0/+107
* bsd-user/freebsd/os-syscall.c: Tracing and error boilerplateWarner Losh2022-06-101-4/+40
* bsd-user/freebsd/os-syscall.c: unlock_iovecWarner Losh2022-06-101-0/+14
* bsd-user/freebsd/os-syscall.c: lock_iovecWarner Losh2022-06-101-0/+102