aboutsummaryrefslogtreecommitdiff
path: root/os-posix.c
AgeCommit message (Expand)Author
2016-07-17use g_path_get_dirname instead of dirnameWei Jiangang
2016-06-16os-posix: include sys/mman.hPaolo Bonzini
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa
2016-02-22log: Redirect stderr to logfile if deamonizedDimitris Aragiorgis
2016-02-04all: Clean up includesPeter Maydell
2016-02-04net/slirp: Tell the users when they are using deprecated optionsThomas Huth
2015-04-01rcu: do not create thread in pthread_atfork callbackPaolo Bonzini
2014-11-02os-posix: reorder parent notification for -daemonizeMichael Tokarev
2014-11-02pidfile: stop making pidfile error a special caseMichael Tokarev
2014-11-02os-posix: replace goto again with a proper loopMichael Tokarev
2014-11-02os-posix: use global daemon_pipe instead of cryptic fds[1]Michael Tokarev
2014-11-02Revert "os-posix: report error message when lock file failed"Michael Tokarev
2014-09-26os-posix: report error message when lock file failedGonglei
2014-09-26os-posix: remove confused errnoGonglei
2014-09-26os-posix: change tab to space avoid violating coding styleGonglei
2014-03-13oslib-posix: Fix build on FreeBSDAndreas Färber
2014-02-20util: Split out exec_dir from os_find_datadirFam Zheng
2013-04-22Add option to mlock qemu and guest memorySatoru Moriya
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini
2012-10-06Merge branch 'trivial-patches' of git://github.com/stefanha/qemuAurelien Jarno
2012-10-05cleanup useless return sentenceAmos Kong
2012-10-05os-posix: avoid buffer overrunJim Meyering
2012-09-23curses: don't initialize curses when qemu is daemonizedHitoshi Mitake
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