aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/libxl_exec.c
Commit message (Expand)AuthorAgeFilesLines
* libxl: actually print an error when execve (in libxl__exec) failsIan Jackson2011-02-041-0/+2
* libxl: Introduce libxl_domain_create_new() and libxl_domain_create_restore()Gianni Tedesco2011-01-111-1/+1
* libxl: fix compiler warning with fork_exec_bootloaderAndre Przywara2010-09-161-1/+2
* libxl: Use libxl__ namespace for internal typesIan Campbell2010-09-081-4/+4
* libxl: Ensure all _hidden functions use libxl__ prefix (manual part)Ian Campbell2010-09-081-7/+7
* libxl: Ensure all _hidden functions use libxl__ prefix (autogenerated patch)Ian Campbell2010-09-081-4/+4
* xl: Implement per-API-call garbage-collection lifetimeGianni Tedesco2010-08-121-4/+6
* libxl: consistently use typedef struct {} libxl_$typeIan Campbell2010-07-281-9/+9
* execute command by execvp() so can search command in PATH.Stefano Stabellini2010-07-191-1/+1
* libxl: add libxl_strdup convenience functionIan Jackson2010-07-141-1/+1
* libxl: Use the caller's logger (xentoollog)Keir Fraser2010-05-281-1/+2
* libxl: Expose libxl_report_exitstatusKeir Fraser2010-04-121-9/+7
* libxl: Expose functions for helping with subprocesses.Keir Fraser2010-04-121-13/+5
* libxenlight: remove ctx dangerously passed to childrenKeir Fraser2010-01-121-7/+7
* libxenlight: remove ctx argument to execKeir Fraser2010-01-121-3/+1
* libxenlight: typo in old patch, lead to waitpid forever instead ofKeir Fraser2010-01-121-2/+2
* libxl: remove waitpid wrapper that's doesn't do anythingKeir Fraser2009-12-301-8/+8
* libxl: coding styles cleanupKeir Fraser2009-12-301-22/+25
* libxl: include signal.h, required for SIGKILL definitionKeir Fraser2009-12-021-0/+1
* libxenlight: wait for pv qemu initializationKeir Fraser2009-12-011-3/+4
* libxenlight: check for early failures of qemu-dmKeir Fraser2009-11-231-16/+173
* libxenlight: correct broken osdeps.[ch] and make #includes consistentKeir Fraser2009-11-231-0/+3
* libxenlight: Clean up logging arrangementsKeir Fraser2009-11-231-1/+1
* libxenlight: initial libxenlight implementation under tools/libxlKeir Fraser2009-11-091-0/+48