| Commit message (Expand) | Author | Age | Files | Lines |
* | oslib-posix: Fix build on FreeBSD | Andreas Färber | 2014-03-13 | 1 | -4/+0 |
* | util: Split out exec_dir from os_find_datadir | Fam Zheng | 2014-02-20 | 1 | -35/+7 |
* | Add option to mlock qemu and guest memory | Satoru Moriya | 2013-04-22 | 1 | -0/+12 |
* | softmmu: move include files to include/sysemu/ | Paolo Bonzini | 2012-12-19 | 1 | -1/+1 |
* | Merge branch 'trivial-patches' of git://github.com/stefanha/qemu | Aurelien Jarno | 2012-10-06 | 1 | -1/+0 |
|\ |
|
| * | cleanup useless return sentence | Amos Kong | 2012-10-05 | 1 | -1/+0 |
* | | os-posix: avoid buffer overrun | Jim Meyering | 2012-10-05 | 1 | -2/+1 |
|/ |
|
* | curses: don't initialize curses when qemu is daemonized | Hitoshi Mitake | 2012-09-23 | 1 | -0/+5 |
* | fips: fix build on !Linux | Anthony Liguori | 2012-08-04 | 1 | -0/+5 |
* | os-posix: Fix build on FreeBSD | Nathan Whitehorn | 2012-04-26 | 1 | -0/+4 |
* | keep the PID file locked for the lifetime of the process | Laszlo Ersek | 2012-02-01 | 1 | -1/+1 |
* | link the main loop and its dependencies into the tools | Paolo Bonzini | 2011-12-22 | 1 | -42/+0 |
* | os-posix: Plug fd leak in qemu_create_pidfile() | Markus Armbruster | 2011-11-11 | 1 | -0/+3 |
* | Use glib memory allocation and free functions | Anthony Liguori | 2011-08-21 | 1 | -2/+2 |
* | os-posix: set groups properly for -runas | Stefan Hajnoczi | 2011-07-12 | 1 | -0/+6 |
* | Introduce format string for pid_t | Andreas Färber | 2011-06-15 | 1 | -1/+1 |
* | add a service to reap zombies, use it in SLIRP | Paolo Bonzini | 2011-03-29 | 1 | -9/+0 |
* | report that QEMU process was killed by a signal | Gleb Natapov | 2011-03-26 | 1 | -3/+4 |
* | Expose thread_id in info cpus | Jan Kiszka | 2011-03-16 | 1 | -0/+10 |
* | Separate qemu_pidfile() into OS specific versions | Jes Sorensen | 2010-10-30 | 1 | -0/+21 |
* | We only support eventfd under POSIX, move qemu_eventfd() to os-posix.c | Jes Sorensen | 2010-10-30 | 1 | -0/+32 |
* | Use ARRAY_SIZE macro | Blue Swirl | 2010-08-20 | 1 | -1/+1 |
* | Include sys/mman.h before qemu-options.h | Jes Sorensen | 2010-07-06 | 1 | -0/+2 |
* | Move set_proc_name() to OS specific files. | Jes Sorensen | 2010-06-12 | 1 | -0/+24 |
* | Move line-buffering setup to OS specific files. | Jes Sorensen | 2010-06-12 | 1 | -0/+5 |
* | Make os_change_process_uid and os_change_root os-posix.c local | Jes Sorensen | 2010-06-12 | 1 | -4/+4 |
* | Move daemonize handling to OS specific files | Jes Sorensen | 2010-06-12 | 1 | -0/+102 |
* | Move chroot handling to OS specific files. | Jes Sorensen | 2010-06-12 | 1 | -0/+19 |
* | Move runas handling from vl.c to OS specific files. | Jes Sorensen | 2010-06-12 | 1 | -0/+28 |
* | Introduce OS specific cmdline argument handling and move SMB arg to os-posix.c | Jes Sorensen | 2010-06-12 | 1 | -0/+19 |
* | Move find_datadir to OS specific files. | Jes Sorensen | 2010-06-12 | 1 | -0/+64 |
* | Move main signal handler setup to os specificfiles. | Jes Sorensen | 2010-06-12 | 1 | -0/+27 |
* | Rename os_setup_signal_handling() to os_setup_early_signal_handling() | Jes Sorensen | 2010-06-12 | 1 | -1/+1 |
* | Introduce os-posix.c and create os_setup_signal_handling() | Jes Sorensen | 2010-06-12 | 1 | -0/+41 |