aboutsummaryrefslogtreecommitdiff
path: root/os-posix.c
AgeCommit message (Expand)Author
2012-08-03fips: fix build on !LinuxAnthony Liguori
2012-04-26os-posix: Fix build on FreeBSDNathan Whitehorn
2012-02-01keep the PID file locked for the lifetime of the processLaszlo Ersek
2011-12-22link the main loop and its dependencies into the toolsPaolo Bonzini
2011-11-11os-posix: Plug fd leak in qemu_create_pidfile()Markus Armbruster
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-07-12os-posix: set groups properly for -runasStefan Hajnoczi
2011-06-15Introduce format string for pid_tAndreas Färber
2011-03-29add a service to reap zombies, use it in SLIRPPaolo Bonzini
2011-03-26report that QEMU process was killed by a signalGleb Natapov
2011-03-16Expose thread_id in info cpusJan Kiszka
2010-10-30Separate qemu_pidfile() into OS specific versionsJes Sorensen
2010-10-30We only support eventfd under POSIX, move qemu_eventfd() to os-posix.cJes Sorensen
2010-08-20Use ARRAY_SIZE macroBlue Swirl
2010-07-06Include sys/mman.h before qemu-options.hJes Sorensen
2010-06-12Move set_proc_name() to OS specific files.Jes Sorensen
2010-06-12Move line-buffering setup to OS specific files.Jes Sorensen
2010-06-12Make os_change_process_uid and os_change_root os-posix.c localJes Sorensen
2010-06-12Move daemonize handling to OS specific filesJes Sorensen
2010-06-12Move chroot handling to OS specific files.Jes Sorensen
2010-06-12Move runas handling from vl.c to OS specific files.Jes Sorensen
2010-06-12Introduce OS specific cmdline argument handling and move SMB arg to os-posix.cJes Sorensen
2010-06-12Move find_datadir to OS specific files.Jes Sorensen
2010-06-12Move main signal handler setup to os specificfiles.Jes Sorensen
2010-06-12Rename os_setup_signal_handling() to os_setup_early_signal_handling()Jes Sorensen
2010-06-12Introduce os-posix.c and create os_setup_signal_handling()Jes Sorensen