index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
os-posix.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-09-26
os-posix: report error message when lock file failed
Gonglei
1
-0
/
+2
2014-09-26
os-posix: remove confused errno
Gonglei
1
-1
/
+1
2014-09-26
os-posix: change tab to space avoid violating coding style
Gonglei
1
-37
/
+42
2014-03-13
oslib-posix: Fix build on FreeBSD
Andreas Färber
1
-4
/
+0
2014-02-20
util: Split out exec_dir from os_find_datadir
Fam Zheng
1
-35
/
+7
2013-04-22
Add option to mlock qemu and guest memory
Satoru Moriya
1
-0
/
+12
2012-12-19
softmmu: move include files to include/sysemu/
Paolo Bonzini
1
-1
/
+1
2012-10-06
Merge branch 'trivial-patches' of git://github.com/stefanha/qemu
Aurelien Jarno
1
-1
/
+0
2012-10-05
cleanup useless return sentence
Amos Kong
1
-1
/
+0
2012-10-05
os-posix: avoid buffer overrun
Jim Meyering
1
-2
/
+1
2012-09-23
curses: don't initialize curses when qemu is daemonized
Hitoshi Mitake
1
-0
/
+5
2012-08-03
fips: fix build on !Linux
Anthony Liguori
1
-0
/
+5
2012-04-26
os-posix: Fix build on FreeBSD
Nathan Whitehorn
1
-0
/
+4
2012-02-01
keep the PID file locked for the lifetime of the process
Laszlo Ersek
1
-1
/
+1
2011-12-22
link the main loop and its dependencies into the tools
Paolo Bonzini
1
-42
/
+0
2011-11-11
os-posix: Plug fd leak in qemu_create_pidfile()
Markus Armbruster
1
-0
/
+3
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
1
-2
/
+2
2011-07-12
os-posix: set groups properly for -runas
Stefan Hajnoczi
1
-0
/
+6
2011-06-15
Introduce format string for pid_t
Andreas Färber
1
-1
/
+1
2011-03-29
add a service to reap zombies, use it in SLIRP
Paolo Bonzini
1
-9
/
+0
2011-03-26
report that QEMU process was killed by a signal
Gleb Natapov
1
-3
/
+4
2011-03-16
Expose thread_id in info cpus
Jan Kiszka
1
-0
/
+10
2010-10-30
Separate qemu_pidfile() into OS specific versions
Jes Sorensen
1
-0
/
+21
2010-10-30
We only support eventfd under POSIX, move qemu_eventfd() to os-posix.c
Jes Sorensen
1
-0
/
+32
2010-08-20
Use ARRAY_SIZE macro
Blue Swirl
1
-1
/
+1
2010-07-06
Include sys/mman.h before qemu-options.h
Jes Sorensen
1
-0
/
+2
2010-06-12
Move set_proc_name() to OS specific files.
Jes Sorensen
1
-0
/
+24
2010-06-12
Move line-buffering setup to OS specific files.
Jes Sorensen
1
-0
/
+5
2010-06-12
Make os_change_process_uid and os_change_root os-posix.c local
Jes Sorensen
1
-4
/
+4
2010-06-12
Move daemonize handling to OS specific files
Jes Sorensen
1
-0
/
+102
2010-06-12
Move chroot handling to OS specific files.
Jes Sorensen
1
-0
/
+19
2010-06-12
Move runas handling from vl.c to OS specific files.
Jes Sorensen
1
-0
/
+28
2010-06-12
Introduce OS specific cmdline argument handling and move SMB arg to os-posix.c
Jes Sorensen
1
-0
/
+19
2010-06-12
Move find_datadir to OS specific files.
Jes Sorensen
1
-0
/
+64
2010-06-12
Move main signal handler setup to os specificfiles.
Jes Sorensen
1
-0
/
+27
2010-06-12
Rename os_setup_signal_handling() to os_setup_early_signal_handling()
Jes Sorensen
1
-1
/
+1
2010-06-12
Introduce os-posix.c and create os_setup_signal_handling()
Jes Sorensen
1
-0
/
+41