]> git.proxmox.com Git - qemu.git/history - os-posix.c
vnc: rename vnc-encoding-* vnc-enc-*
[qemu.git] / os-posix.c
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()