Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libtcg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Anton
libtcg
Graph
652b0dd80815cdb03db9320572be1cc9f9f664a1
Select Git revision
Branches
1
feature/libtcg-rebase
default
protected
1 result
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
3
Oct
2
29
Sep
28
27
26
25
22
21
20
19
18
16
15
13
12
11
8
bsd-user: Implement struct target_shmid_ds
bsd-user: Implement struct target_ipc_perm
bsd-user: Implement pdfork(2) system call.
bsd-user: Implement rfork(2) system call.
bsd-user: Implement fork(2) and vfork(2) system calls.
bsd-user: Implement pdgetpid(2) and the undocumented setugid.
bsd-user: Implement setloginclass(2) and getloginclass(2) system calls.
bsd-user: Implement wait4(2) and wait6(2) system calls.
bsd-user: Implement execve(2) and fexecve(2) system calls.
bsd-user: Implement procctl(2) along with necessary conversion functions.
bsd-user: Implement freebsd_exec_common, used in implementing execve/fexecve.
bsd-user: Implement get_filename_from_fd.
bsd-user: Implement getpriority(2) and setpriority(2).
bsd-user: Add stubs for profil(2), ktrace(2), utrace(2) and ptrace(2).
bsd-user: Implement get/set[resuid/resgid/sid] and issetugid.
bsd-user: Implement several get/set system calls:
bsd-user: Implement getrlimit(2) and setrlimit(2)
bsd-user: Implement getrusage(2).
bsd-user: Implement umask(2), setlogin(2) and getlogin(2)
bsd-user: Implement getgroups(2) and setgroups(2) system calls.
bsd-user: Get number of cpus.
bsd-user: Implement host_to_target_waitstatus conversion.
bsd-user: Implement host_to_target_rusage and host_to_target_wrusage.
bsd-user: Implement target_to_host_rlim and host_to_target_rlim conversion.
bsd-user: Implement target_to_host_resource conversion function
bsd-user: add extern declarations for bsd-proc.c conversion functions
bsd-user: Add freebsd_exec_common and do_freebsd_procctl to qemu.h.
bsd-user: Implement host_to_target_siginfo.
bsd-user: Define procctl(2) related structs
bsd-user: define TARGET_RFSPAWN for rfork to use vfork(2) semantics, and fix RLIM_INFINITY
tcg: Rename cpu_env to tcg_env
accel/tcg: Remove cpu_neg()
accel/tcg: Move can_do_io to CPUNegativeOffsetState
accel/tcg: Remove CPUState.icount_decr_ptr
accel/tcg: Move CPUNegativeOffsetState into CPUState
accel/tcg: Validate placement of CPUNegativeOffsetState
target/*: Add instance_align to all cpu base classes
target/arm: Remove size and alignment for cpu subclasses
qom: Propagate alignment through type system
accel/tcg: Move CPUTLB definitions from cpu-defs.h
Loading