index
:
libguestfs.git
master
oldlinux
stable-1.10
stable-1.12
stable-1.14
stable-1.16
stable-1.18
stable-1.2
stable-1.4
stable-1.6
stable-1.8
[MIRROR] library for accessing and modifying guest disk images
Richard W.M. Jones
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
launch.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use O_CLOEXEC / SOCK_CLOEXEC for almost all file descriptors.
Richard W.M. Jones
2012-03-14
1
-4
/
+4
*
lib: Remove some unused variables.
Richard W.M. Jones
2012-03-12
1
-1
/
+0
*
Close all file descriptors and remove all signal handlers in the recovery pro...
Richard W.M. Jones
2012-03-09
1
-0
/
+25
*
Rebrand 'ordinary appliance' as 'old-style appliance'.
Richard W.M. Jones
2012-03-03
1
-1
/
+1
*
appliance: Make appliance building thread-safe (RHBZ#790721).
Richard W.M. Jones
2012-02-15
1
-1
/
+12
*
Enable running the daemon under valgrind.
Richard W.M. Jones
2012-01-24
1
-0
/
+10
*
Tempus fugit.
Richard W.M. Jones
2012-01-18
1
-1
/
+1
*
Allow /dev/null to be added multiple times.
Richard W.M. Jones
2012-01-10
1
-1
/
+8
*
launch: move the filename checking to a wrapper
Wanlong Gao
2012-01-09
1
-6
/
+12
*
launch: don't add a drive twice
Wanlong Gao
2012-01-09
1
-2
/
+12
*
launch: add a goto label when add_drive error
Wanlong Gao
2012-01-09
1
-18
/
+11
*
lib: Add guestfs___remove_tmpdir helper function.
Richard W.M. Jones
2011-12-23
1
-0
/
+30
*
Security: Mitigate possible privilege escalation via SG_IO ioctl (CVE-2011-41...
Richard W.M. Jones
2011-12-22
1
-0
/
+10
*
Add test for qemu broken -machine option (RHBZ#748266).
Richard W.M. Jones
2011-10-24
1
-0
/
+12
*
add-drive-opts: Correctly handle unreadable and unwritable files (RHBZ#747287).
Richard W.M. Jones
2011-10-21
1
-3
/
+14
*
lib: Common code for formatting the qemu -drive parameter.
Richard W.M. Jones
2011-10-21
1
-28
/
+32
*
inspect: Add drive naming hints
Matthew Booth
2011-10-19
1
-0
/
+8
*
launch: Store drive information in guestfs_h
Matthew Booth
2011-10-19
1
-31
/
+89
*
launch: Ensure g->cmdline is allocated before assigning g->cmdline[0].
Richard W.M. Jones
2011-10-19
1
-7
/
+14
*
Add systemtap/DTrace probes.
Richard W.M. Jones
2011-10-10
1
-0
/
+10
*
New API: set-smp, get-smp
Richard W.M. Jones
2011-09-28
1
-0
/
+6
*
Add no_timer_check to disable faulty test during boot (RHBZ#502058).
Richard W.M. Jones
2011-09-26
1
-0
/
+1
*
Enable APIC.
Richard W.M. Jones
2011-09-21
1
-1
/
+0
*
test_qemu: Improve the error message.
Richard W.M. Jones
2011-08-23
1
-1
/
+2
*
test_qemu: pclose may return any != 0 on error.
Richard W.M. Jones
2011-08-23
1
-1
/
+1
*
qemu detection: Free up previous qemu help/version strings if they exist.
Richard W.M. Jones
2011-08-23
1
-0
/
+5
*
Coverity: test_qemu: Ensure FILE * is not leaked along error paths.
Richard W.M. Jones
2011-08-23
1
-15
/
+21
*
Remove guestfs___print_timestamped_argv.
Richard W.M. Jones
2011-08-18
1
-44
/
+38
*
Change link, since PostgreSQL switched to using git.
Richard W.M. Jones
2011-08-01
1
-1
/
+1
*
launch: Add qemu_supports_re function.
Richard W.M. Jones
2011-07-26
1
-0
/
+43
*
appliance: Capture stderr from qemu to the event system.
Richard W.M. Jones
2011-07-20
1
-1
/
+9
*
appliance: Document pipe fds.
Richard W.M. Jones
2011-07-20
1
-0
/
+2
*
New APIs: set-pgroup, get-pgroup
Richard W.M. Jones
2011-07-15
1
-6
/
+11
*
appliance: Use qemu -machine option where available (RHBZ#700369).
Richard W.M. Jones
2011-05-17
1
-14
/
+23
*
Fix guestfs___rollback_cmdline when pos == 0.
Richard W.M. Jones
2011-05-08
1
-1
/
+1
*
internal: Use size_t instead of int for command line size.
Richard W.M. Jones
2011-04-30
1
-4
/
+4
*
Generate progress messages during launch.
Richard W.M. Jones
2011-04-01
1
-0
/
+35
*
Add prototype for timeval_diff.
Richard W.M. Jones
2011-04-01
1
-1
/
+2
*
Rename $tmpdir/sock to $tmpdir/guestfsd.sock.
Richard W.M. Jones
2011-03-25
1
-5
/
+5
*
New event API (RHBZ#664558).
Richard W.M. Jones
2011-03-15
1
-14
/
+24
*
check the pid is > 0 before calling waitpid()
Angus Salkeld
2011-03-14
1
-1
/
+1
*
lib: Implement attach-method unix:<path>
Richard W.M. Jones
2011-02-03
1
-1
/
+84
*
lib: Move appliance launching to separate function.
Richard W.M. Jones
2011-02-03
1
-14
/
+24
*
Use /var/tmp for the cached appliance (for FHS compliance).
Richard W.M. Jones
2011-01-19
1
-0
/
+18
*
Remove several unused local variables.
Richard W.M. Jones
2010-12-10
1
-1
/
+0
*
New API: debug-cmdline for printing QEMU command line (internal only).
Richard W.M. Jones
2010-11-10
1
-0
/
+24
*
Add internal facility to checkpoint and roll back the command line.
Richard Jones
2010-11-10
1
-0
/
+20
*
New internal function guestfs___print_timestamped_argv
Matthew Booth
2010-10-28
1
-24
/
+24
*
Fix networking in the appliance.
Matthew Booth
2010-10-27
1
-1
/
+1
*
generator: Optional arguments, add-drive-opts (RHBZ#642934,CVE-2010-3851).
Richard W.M. Jones
2010-10-22
1
-39
/
+119
[next]