Sign in
qemu
/
qemu
/
24f4d3d3aeabf83445839099d6d66cbb3089c37a
/
os-posix.c
429cc0d
os-posix: Drop misleading comment
by Markus Armbruster
· 7 years ago
2a96a55
Revert "rcu: do not create thread in pthread_atfork callback"
by Paolo Bonzini
· 9 years ago
55ad781
use g_path_get_dirname instead of dirname
by Wei Jiangang
· 9 years ago
02d0e09
os-posix: include sys/mman.h
by Paolo Bonzini
· 9 years ago
f348b6d
util: move declarations out of qemu-common.h
by Veronia Bahaa
· 9 years ago
96c33a4
log: Redirect stderr to logfile if deamonized
by Dimitris Aragiorgis
· 9 years ago
d38ea87
all: Clean up includes
by Peter Maydell
· 9 years ago
f853ac6
net/slirp: Tell the users when they are using deprecated options
by Thomas Huth
· 9 years ago
a59629f
rcu: do not create thread in pthread_atfork callback
by Paolo Bonzini
· 10 years ago
25cec2b
os-posix: reorder parent notification for -daemonize
by Michael Tokarev
· 10 years ago
fee78fd
pidfile: stop making pidfile error a special case
by Michael Tokarev
· 10 years ago
ccea25f
os-posix: replace goto again with a proper loop
by Michael Tokarev
· 10 years ago
0be5e43
os-posix: use global daemon_pipe instead of cryptic fds[1]
by Michael Tokarev
· 10 years ago
2fd7ae3
Revert "os-posix: report error message when lock file failed"
by Michael Tokarev
· 10 years ago
e5048d1
os-posix: report error message when lock file failed
by Gonglei
· 10 years ago
97699ef
os-posix: remove confused errno
by Gonglei
· 10 years ago
63ce8e1
os-posix: change tab to space avoid violating coding style
by Gonglei
· 10 years ago
41975b2
oslib-posix: Fix build on FreeBSD
by Andreas Färber
· 11 years ago
10f5bff
util: Split out exec_dir from os_find_datadir
by Fam Zheng
· 11 years ago
888a6bc
Add option to mlock qemu and guest memory
by Satoru Moriya
· 12 years ago
9c17d61
softmmu: move include files to include/sysemu/
by Paolo Bonzini
· 12 years ago
048d361
Merge branch 'trivial-patches' of git://github.com/stefanha/qemu
by Aurelien Jarno
· 12 years ago
4d5b97d
cleanup useless return sentence
by Amos Kong
· 12 years ago
3eadc68
os-posix: avoid buffer overrun
by Jim Meyering
· 12 years ago
995ee2b
curses: don't initialize curses when qemu is daemonized
by Hitoshi Mitake
· 12 years ago
70678b8
fips: fix build on !Linux
by Anthony Liguori
· 12 years ago
15fdaee
os-posix: Fix build on FreeBSD
by Nathan Whitehorn
· 13 years ago
93dd748
keep the PID file locked for the lifetime of the process
by Laszlo Ersek
· 13 years ago
cbcfa04
link the main loop and its dependencies into the tools
by Paolo Bonzini
· 13 years ago
1bbd159
os-posix: Plug fd leak in qemu_create_pidfile()
by Markus Armbruster
· 13 years ago
7267c09
Use glib memory allocation and free functions
by Anthony Liguori
· 13 years ago
cc4662f
os-posix: set groups properly for -runas
by Stefan Hajnoczi
· 14 years ago
953ffe0
Introduce format string for pid_t
by Andreas Färber
· 14 years ago
4d54ec7
add a service to reap zombies, use it in SLIRP
by Paolo Bonzini
· 14 years ago
f64622c
report that QEMU process was killed by a signal
by Gleb Natapov
· 14 years ago
dc7a09c
Expose thread_id in info cpus
by Jan Kiszka
· 14 years ago
bc4a957
Separate qemu_pidfile() into OS specific versions
by Jes Sorensen
· 14 years ago
949d31e
We only support eventfd under POSIX, move qemu_eventfd() to os-posix.c
by Jes Sorensen
· 14 years ago
66fe09e
Use ARRAY_SIZE macro
by Blue Swirl
· 14 years ago
69e8b16
Include sys/mman.h before qemu-options.h
by Jes Sorensen
· 15 years ago
ce798cf
Move set_proc_name() to OS specific files.
by Jes Sorensen
· 15 years ago
9156d76
Move line-buffering setup to OS specific files.
by Jes Sorensen
· 15 years ago
e06eb60
Make os_change_process_uid and os_change_root os-posix.c local
by Jes Sorensen
· 15 years ago
eb505be
Move daemonize handling to OS specific files
by Jes Sorensen
· 15 years ago
0766379
Move chroot handling to OS specific files.
by Jes Sorensen
· 15 years ago
8847cfe
Move runas handling from vl.c to OS specific files.
by Jes Sorensen
· 15 years ago
59a5264
Introduce OS specific cmdline argument handling and move SMB arg to os-posix.c
by Jes Sorensen
· 15 years ago
6170540
Move find_datadir to OS specific files.
by Jes Sorensen
· 15 years ago
8d963e6
Move main signal handler setup to os specificfiles.
by Jes Sorensen
· 15 years ago
fe98ac1
Rename os_setup_signal_handling() to os_setup_early_signal_handling()
by Jes Sorensen
· 15 years ago
86b645e
Introduce os-posix.c and create os_setup_signal_handling()
by Jes Sorensen
· 15 years ago