]> git.ipfire.org Git - thirdparty/qemu.git/history - os-posix.c
configure: Define OS_OBJECT_USE_OBJC=0 for MacOSX builds
[thirdparty/qemu.git] / os-posix.c
2012-08-09  Blue SwirlMerge branch 'x86cpu_qom_tcg_v2' of git://github.com...
2012-08-06  Anthony LiguoriMerge remote-tracking branch 'kiszka/queues/slirp'...
2012-08-03  Anthony Liguorifips: fix build on !Linux
2012-05-01  Blue SwirlMerge branch 'maintainers-up' of git://repo.or.cz/qemu...
2012-05-01  Blue SwirlMerge branch 'qom-cpu-rest.v1' of git://github.com...
2012-04-26  Anthony LiguoriMerge remote-tracking branch 'bonzini/nbd-next' into...
2012-04-26  Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.49' into staging
2012-04-26  Anthony LiguoriMerge remote-tracking branch 'stefanha/tracing' into...
2012-04-26  Anthony LiguoriMerge remote-tracking branch 'mst/tags/for_anthony...
2012-04-26  Anthony LiguoriMerge remote-tracking branch 'afaerber/qom-cpu-x86...
2012-04-26  Anthony LiguoriMerge remote-tracking branch 'amit/master' into staging
2012-04-26  Nathan Whitehornos-posix: Fix build on FreeBSD
2012-02-23  Kevin WolfMerge qemu-iotests into for-anthony
2012-02-08  Anthony LiguoriMerge remote-tracking branch 'aneesh/for-upstream'...
2012-02-04  Blue SwirlMerge branch 'linux-user-for-upstream' of git://git...
2012-02-04  Blue SwirlMerge branch 'for-upstream' of git://repo.or.cz/qemu...
2012-02-01  Laszlo Ersekkeep the PID file locked for the lifetime of the process
2012-01-03  Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/memory/page_desc...
2011-12-27  Anthony LiguoriMerge remote-tracking branch 'aneesh/for-upstream'...
2011-12-27  Anthony LiguoriMerge remote-tracking branch 'bonzini/nbd-for-anthony...
2011-12-22  Paolo Bonzinilink the main loop and its dependencies into the tools
2011-11-19  Blue SwirlMerge branch 'ppc-1.0' of git://repo.or.cz/qemu/agraf
2011-11-11  Anthony LiguoriMerge remote-tracking branch 'kwolf/block-stable' into...
2011-11-11  Markus Armbrusteros-posix: Plug fd leak in qemu_create_pidfile()
2011-08-21  Anthony LiguoriMerge remote-tracking branch 'pmaydell/armhw-for-upstre...
2011-08-21  Blue SwirlMerge branch 'queues/slirp' of git://git.kiszka.org...
2011-08-21  Anthony LiguoriUse glib memory allocation and free functions
2011-07-22  malcMerge branch 'master' of git://git.qemu.org/qemu
2011-07-20  Blue SwirlMerge branch 'for-upstream' of git://git.linaro.org...
2011-07-19  Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.19' into staging
2011-07-19  Anthony LiguoriMerge remote-tracking branch 'spice/spice.v38' into...
2011-07-19  Anthony LiguoriMerge remote-tracking branch 'riku/linux-user-for-upstr...
2011-07-12  Stefan Hajnoczios-posix: set groups properly for -runas
2011-06-22  Anthony LiguoriMerge remote-tracking branch 'mst/for_anthony' into...
2011-06-15  Andreas FärberIntroduce format string for pid_t
2011-05-05  Michael S. TsirkinMerge remote branch 'origin/master' into pci
2011-03-29  Paolo Bonziniadd a service to reap zombies, use it in SLIRP
2011-03-26  Gleb Natapovreport that QEMU process was killed by a signal
2011-03-24  Anthony LiguoriMerge remote branch 'amit/for-anthony' into staging
2011-03-21  Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2011-03-16  Jan KiszkaExpose thread_id in info cpus
2010-11-01  Anthony LiguoriMerge remote branch 'spice/config.2' into staging
2010-11-01  Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-10-30  Jes SorensenSeparate qemu_pidfile() into OS specific versions
2010-10-30  Jes SorensenWe only support eventfd under POSIX, move qemu_eventfd...
2010-10-27  Michael S. TsirkinMerge branch 'pci' into for_anthony
2010-08-23  Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2010-08-20  Blue SwirlUse ARRAY_SIZE macro
2010-07-06  Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-07-06  Jes SorensenInclude sys/mman.h before qemu-options.h
2010-06-14  Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-06-14  Anthony LiguoriMerge remote branch 'qmp/for-anthony' into staging
2010-06-12  Jes SorensenMove set_proc_name() to OS specific files.
2010-06-12  Jes SorensenMove line-buffering setup to OS specific files.
2010-06-12  Jes SorensenMake os_change_process_uid and os_change_root os-posix...
2010-06-12  Jes SorensenMove daemonize handling to OS specific files
2010-06-12  Jes SorensenMove chroot handling to OS specific files.
2010-06-12  Jes SorensenMove runas handling from vl.c to OS specific files.
2010-06-12  Jes SorensenIntroduce OS specific cmdline argument handling and...
2010-06-12  Jes SorensenMove find_datadir to OS specific files.
2010-06-12  Jes SorensenMove main signal handler setup to os specificfiles.
2010-06-12  Jes SorensenRename os_setup_signal_handling() to os_setup_early_sig...
2010-06-12  Jes SorensenIntroduce os-posix.c and create os_setup_signal_handling()