index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bsd-user
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
bsd-user: Implement target_to_host_fcntl_cmd
Stacey Son
2023-08-28
1
-0
/
+8
*
bsd-user: Implement h2t_freebds11_statfs
Stacey Son
2023-08-28
1
-0
/
+41
*
bsd-user: Implement h2t_freebsd_fhandle t2h_freebsd_fhandle
Stacey Son
2023-08-28
1
-0
/
+37
*
bsd-user: Implement h2t_freebsd11_stat h2t_freebsd_nstat
Stacey Son
2023-08-28
1
-0
/
+94
*
bsd-user: Rename target_freebsd_time_t to target_time_t
Warner Losh
2023-08-28
1
-4
/
+4
*
bsd-user: Define safe_fcntl macro in bsd-user/syscall_defs.h
Kyle Evans
2023-08-28
1
-0
/
+2
*
bsd-user: Add struct target_freebsd_fhandle and fcntl flags
Stacey Son
2023-08-28
1
-0
/
+51
*
bsd-user: Add struct target_statfs
Michal Meloun
2023-08-28
1
-0
/
+25
*
bsd-user: Add structs target_freebsd11_{nstat,statfs}
Stacey Son
2023-08-28
1
-0
/
+64
*
bsd-user: Add struct target_stat to bsd-user/syscall_defs.h
Michal Meloun
2023-08-28
1
-0
/
+38
*
bsd-user: Add struct target_freebsd11_stat to bsd-user/syscall_defs
Stacey Son
2023-08-28
1
-0
/
+33
*
bsd-user: Declarations of h2t and t2h conversion functions.
Stacey Son
2023-08-28
2
-0
/
+51
*
bsd-user; Update the definitions of __put_user and __get_user macros
Warner Losh
2023-08-28
2
-51
/
+35
*
bsd-user: Move _WANT_FREEBSD macros to include/qemu/osdep.h
Warner Losh
2023-08-28
1
-11
/
+0
*
bsd-user: Remove image_info.start_brk
Richard Henderson
2023-08-28
3
-4
/
+1
*
bsd-user: Remove image_info.mmap
Richard Henderson
2023-08-28
2
-2
/
+0
*
bsd-user: Remove ELF_START_MMAP and image_info.start_mmap
Richard Henderson
2023-08-28
5
-5
/
+0
*
linux-user: Use ARRAY_SIZE with bitmask_transtbl
Richard Henderson
2023-08-09
1
-0
/
+2
*
bsd-user: Remove last_brk
Richard Henderson
2023-08-06
2
-3
/
+0
*
bsd-user: Specify host page alignment if none specified
Warner Losh
2023-07-31
1
-1
/
+2
*
bsd-user: Allocate guest virtual address space
Richard Henderson
2023-07-31
1
-5
/
+43
*
include/exec: Add WITH_MMAP_LOCK_GUARD
Richard Henderson
2023-07-23
1
-0
/
+1
*
accel/tcg: Return bool from page_check_range
Richard Henderson
2023-07-15
1
-1
/
+1
*
bsd-user: Use page_find_range_empty for mmap_find_vma_reserved
Richard Henderson
2023-07-15
1
-41
/
+7
*
bsd-user: Use page_check_range_empty for MAP_EXCL
Richard Henderson
2023-07-15
1
-1
/
+1
*
target/i386: implement SYSCALL/SYSRET in 32-bit emulators
Paolo Bonzini
2023-06-26
1
-0
/
+4
*
linux-user, bsd-user: Preserve incoming order of environment variables in the...
Andreas Schwab
2023-06-13
1
-1
/
+9
*
*-user: remove the guest_user_syscall tracepoints
Alex Bennée
2023-06-01
1
-3
/
+0
*
disas: Remove target_ulong from the interface
Richard Henderson
2023-05-11
1
-2
/
+3
*
bsd-user: Add '-one-insn-per-tb' option equivalent to '-singlestep'
Peter Maydell
2023-05-02
1
-2
/
+3
*
accel/tcg: Use one_insn_per_tb global instead of old singlestep global
Peter Maydell
2023-05-02
1
-1
/
+0
*
make one-insn-per-tb an accel option
Peter Maydell
2023-05-02
1
-2
/
+6
*
include/exec: Change reserved_va semantics to last byte
Richard Henderson
2023-03-28
2
-9
/
+5
*
accel/tcg: Pass last not end to page_set_flags
Richard Henderson
2023-03-28
1
-3
/
+3
*
gdbstub: move syscall handling to new file
Alex Bennée
2023-03-07
1
-0
/
+2
*
gdbstub: move chunks of user code into own files
Alex Bennée
2023-03-07
2
-0
/
+2
*
bsd-user: implement sysctlbyname(2)
Kyle Evans
2023-03-01
3
-0
/
+74
*
bsd-user: do_freebsd_sysctl helper for sysctl(2)
Kyle Evans
2023-03-01
3
-1
/
+61
*
bsd-user: Start translation of arch-specific sysctls
Juergen Lock
2023-03-01
1
-2
/
+143
*
bsd-user: common routine do_freebsd_sysctl_oid for all sysctl variants
Juergen Lock
2023-03-01
1
-4
/
+86
*
bsd-user: sysctl helper funtions: sysctl_name2oid and sysctl_oidfmt
Juergen Lock
2023-03-01
1
-0
/
+18
*
bsd-user: Helper routines oidfmt
Stacey Son
2023-03-01
1
-4
/
+127
*
bsd-user: various helper routines for sysctl
Warner Losh
2023-03-01
1
-0
/
+86
*
bsd-user: Add sysarch syscall
Stacey Son
2023-03-01
1
-0
/
+7
*
bsd-user: Don't truncate the return value from freebsd_syscall
Doug Rabson
2023-03-01
1
-1
/
+1
*
bsd-user/mmap: use TSA_NO_TSA to suppress clang TSA warnings in FreeBSD
Emanuele Giuseppe Esposito
2023-02-17
1
-2
/
+3
*
bsd-user: Clean up includes
Markus Armbruster
2023-02-08
11
-13
/
+9
*
Drop more useless casts from void * to pointer
Markus Armbruster
2022-12-14
1
-1
/
+1
*
bsd-user: Catch up with sys/param.h requirement for machine/pmap.h
Muhammad Moinur Rahman
2022-10-26
2
-0
/
+2
*
accel/tcg: Call tb_invalidate_phys_page for PAGE_RESET
Richard Henderson
2022-10-26
1
-2
/
+0
[prev]
[next]