summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* os-posix: Fix build on FreeBSDNathan Whitehorn2012-04-261-0/+4
* keep the PID file locked for the lifetime of the processLaszlo Ersek2012-02-011-1/+1
* link the main loop and its dependencies into the toolsPaolo Bonzini2011-12-221-42/+0
* os-posix: Plug fd leak in qemu_create_pidfile()Markus Armbruster2011-11-111-0/+3
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-2/+2
* os-posix: set groups properly for -runasStefan Hajnoczi2011-07-121-0/+6
* Introduce format string for pid_tAndreas Färber2011-06-151-1/+1
* add a service to reap zombies, use it in SLIRPPaolo Bonzini2011-03-291-9/+0
* report that QEMU process was killed by a signalGleb Natapov2011-03-261-3/+4
* Expose thread_id in info cpusJan Kiszka2011-03-161-0/+10
* Separate qemu_pidfile() into OS specific versionsJes Sorensen2010-10-301-0/+21
* We only support eventfd under POSIX, move qemu_eventfd() to os-posix.cJes Sorensen2010-10-301-0/+32
* Use ARRAY_SIZE macroBlue Swirl2010-08-201-1/+1
* Include sys/mman.h before qemu-options.hJes Sorensen2010-07-061-0/+2
* Move set_proc_name() to OS specific files.Jes Sorensen2010-06-121-0/+24
* Move line-buffering setup to OS specific files.Jes Sorensen2010-06-121-0/+5
* Make os_change_process_uid and os_change_root os-posix.c localJes Sorensen2010-06-121-4/+4
* Move daemonize handling to OS specific filesJes Sorensen2010-06-121-0/+102
* Move chroot handling to OS specific files.Jes Sorensen2010-06-121-0/+19
* Move runas handling from vl.c to OS specific files.Jes Sorensen2010-06-121-0/+28
* Introduce OS specific cmdline argument handling and move SMB arg to os-posix.cJes Sorensen2010-06-121-0/+19
* Move find_datadir to OS specific files.Jes Sorensen2010-06-121-0/+64
* Move main signal handler setup to os specificfiles.Jes Sorensen2010-06-121-0/+27
* Rename os_setup_signal_handling() to os_setup_early_signal_handling()Jes Sorensen2010-06-121-1/+1
* Introduce os-posix.c and create os_setup_signal_handling()Jes Sorensen2010-06-121-0/+41