1. 15fdaee os-posix: Fix build on FreeBSD by Nathan Whitehorn · 13 years ago
  2. 93dd748 keep the PID file locked for the lifetime of the process by Laszlo Ersek · 13 years ago
  3. cbcfa04 link the main loop and its dependencies into the tools by Paolo Bonzini · 14 years ago
  4. 1bbd159 os-posix: Plug fd leak in qemu_create_pidfile() by Markus Armbruster · 13 years ago
  5. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  6. cc4662f os-posix: set groups properly for -runas by Stefan Hajnoczi · 14 years ago
  7. 953ffe0 Introduce format string for pid_t by Andreas Färber · 14 years ago
  8. 4d54ec7 add a service to reap zombies, use it in SLIRP by Paolo Bonzini · 14 years ago
  9. f64622c report that QEMU process was killed by a signal by Gleb Natapov · 14 years ago
  10. dc7a09c Expose thread_id in info cpus by Jan Kiszka · 14 years ago
  11. bc4a957 Separate qemu_pidfile() into OS specific versions by Jes Sorensen · 14 years ago
  12. 949d31e We only support eventfd under POSIX, move qemu_eventfd() to os-posix.c by Jes Sorensen · 14 years ago
  13. 66fe09e Use ARRAY_SIZE macro by Blue Swirl · 15 years ago
  14. 69e8b16 Include sys/mman.h before qemu-options.h by Jes Sorensen · 15 years ago
  15. ce798cf Move set_proc_name() to OS specific files. by Jes Sorensen · 15 years ago
  16. 9156d76 Move line-buffering setup to OS specific files. by Jes Sorensen · 15 years ago
  17. e06eb60 Make os_change_process_uid and os_change_root os-posix.c local by Jes Sorensen · 15 years ago
  18. eb505be Move daemonize handling to OS specific files by Jes Sorensen · 15 years ago
  19. 0766379 Move chroot handling to OS specific files. by Jes Sorensen · 15 years ago
  20. 8847cfe Move runas handling from vl.c to OS specific files. by Jes Sorensen · 15 years ago
  21. 59a5264 Introduce OS specific cmdline argument handling and move SMB arg to os-posix.c by Jes Sorensen · 15 years ago
  22. 6170540 Move find_datadir to OS specific files. by Jes Sorensen · 15 years ago
  23. 8d963e6 Move main signal handler setup to os specificfiles. by Jes Sorensen · 15 years ago
  24. fe98ac1 Rename os_setup_signal_handling() to os_setup_early_signal_handling() by Jes Sorensen · 15 years ago
  25. 86b645e Introduce os-posix.c and create os_setup_signal_handling() by Jes Sorensen · 15 years ago