summaryrefslogtreecommitdiffstats
path: root/os-posix.c
Commit message (Expand)AuthorAgeFilesLines
* rcu: do not create thread in pthread_atfork callbackPaolo Bonzini2015-04-011-0/+2
* os-posix: reorder parent notification for -daemonizeMichael Tokarev2014-11-021-9/+10
* pidfile: stop making pidfile error a special caseMichael Tokarev2014-11-021-23/+8
* os-posix: replace goto again with a proper loopMichael Tokarev2014-11-021-10/+6
* os-posix: use global daemon_pipe instead of cryptic fds[1]Michael Tokarev2014-11-021-4/+6
* Revert "os-posix: report error message when lock file failed"Michael Tokarev2014-11-021-2/+0
* os-posix: report error message when lock file failedGonglei2014-09-261-0/+2
* os-posix: remove confused errnoGonglei2014-09-261-1/+1
* os-posix: change tab to space avoid violating coding styleGonglei2014-09-261-37/+42
* oslib-posix: Fix build on FreeBSDAndreas Färber2014-03-131-4/+0
* util: Split out exec_dir from os_find_datadirFam Zheng2014-02-201-35/+7
* Add option to mlock qemu and guest memorySatoru Moriya2013-04-221-0/+12
* softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-191-1/+1
* Merge branch 'trivial-patches' of git://github.com/stefanha/qemuAurelien Jarno2012-10-061-1/+0
|\
| * cleanup useless return sentenceAmos Kong2012-10-051-1/+0
* | os-posix: avoid buffer overrunJim Meyering2012-10-051-2/+1
|/
* curses: don't initialize curses when qemu is daemonizedHitoshi Mitake2012-09-231-0/+5
* fips: fix build on !LinuxAnthony Liguori2012-08-031-0/+5
* 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
OpenPOWER on IntegriCloud