summaryrefslogtreecommitdiff
path: root/os-posix.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-13oslib-posix: Fix build on FreeBSDAndreas Färber1-4/+0
2014-02-20util: Split out exec_dir from os_find_datadirFam Zheng1-35/+7
2013-04-22Add option to mlock qemu and guest memorySatoru Moriya1-0/+12
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini1-1/+1
2012-10-06Merge branch 'trivial-patches' of git://github.com/stefanha/qemuAurelien Jarno1-1/+0
2012-10-05cleanup useless return sentenceAmos Kong1-1/+0
2012-10-05os-posix: avoid buffer overrunJim Meyering1-2/+1
2012-09-23curses: don't initialize curses when qemu is daemonizedHitoshi Mitake1-0/+5
2012-08-03fips: fix build on !LinuxAnthony Liguori1-0/+5
2012-04-26os-posix: Fix build on FreeBSDNathan Whitehorn1-0/+4
2012-02-01keep the PID file locked for the lifetime of the processLaszlo Ersek1-1/+1
2011-12-22link the main loop and its dependencies into the toolsPaolo Bonzini1-42/+0
2011-11-11os-posix: Plug fd leak in qemu_create_pidfile()Markus Armbruster1-0/+3
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-2/+2
2011-07-12os-posix: set groups properly for -runasStefan Hajnoczi1-0/+6
2011-06-15Introduce format string for pid_tAndreas Färber1-1/+1
2011-03-29add a service to reap zombies, use it in SLIRPPaolo Bonzini1-9/+0
2011-03-26report that QEMU process was killed by a signalGleb Natapov1-3/+4
2011-03-16Expose thread_id in info cpusJan Kiszka1-0/+10
2010-10-30Separate qemu_pidfile() into OS specific versionsJes Sorensen1-0/+21
2010-10-30We only support eventfd under POSIX, move qemu_eventfd() to os-posix.cJes Sorensen1-0/+32
2010-08-20Use ARRAY_SIZE macroBlue Swirl1-1/+1
2010-07-06Include sys/mman.h before qemu-options.hJes Sorensen1-0/+2
2010-06-12Move set_proc_name() to OS specific files.Jes Sorensen1-0/+24
2010-06-12Move line-buffering setup to OS specific files.Jes Sorensen1-0/+5
2010-06-12Make os_change_process_uid and os_change_root os-posix.c localJes Sorensen1-4/+4
2010-06-12Move daemonize handling to OS specific filesJes Sorensen1-0/+102
2010-06-12Move chroot handling to OS specific files.Jes Sorensen1-0/+19
2010-06-12Move runas handling from vl.c to OS specific files.Jes Sorensen1-0/+28
2010-06-12Introduce OS specific cmdline argument handling and move SMB arg to os-posix.cJes Sorensen1-0/+19
2010-06-12Move find_datadir to OS specific files.Jes Sorensen1-0/+64
2010-06-12Move main signal handler setup to os specificfiles.Jes Sorensen1-0/+27
2010-06-12Rename os_setup_signal_handling() to os_setup_early_signal_handling()Jes Sorensen1-1/+1
2010-06-12Introduce os-posix.c and create os_setup_signal_handling()Jes Sorensen1-0/+41