aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/libxl_internal.c
Commit message (Expand)AuthorAgeFilesLines
* libxl: fix file open failure check in libxl__file_reference_mapMatthew Daley2013-09-251-1/+1
* libxl: Move gc_is_real to libxl_internal.h.Anthony PERARD2012-10-051-8/+3
* libxl: add option to choose who executes hotplug scriptsRoger Pau Monne2012-07-261-0/+19
* libxl: libxl__device_model_version_running should return an intIan Campbell2012-07-251-2/+1
* libxl: Do not pass NULL as gc_opt; introduce NOGCIan Jackson2012-06-281-2/+9
* libxl: do not overwrite user supplied config when running bootloaderIan Campbell2012-05-291-2/+2
* libxl: Make libxl__zalloc et al tolerate a NULL gcIan Jackson2012-04-111-1/+4
* libxl: Crash (more sensibly) on malloc failureIan Jackson2012-04-111-44/+41
* libxl: fix mutex initializationRoger Pau Monne2012-01-271-0/+27
* libxl: move a lot more includes into libxl_internal.hIan Jackson2012-01-131-9/+1
* libxl: make libxl__free_all idempotentIan Jackson2011-12-121-0/+2
* libxl: make libxl__[v]log const-correctIan Jackson2011-12-121-2/+2
* libxl: Rationalise #includesIan Jackson2011-12-121-4/+0
* xl: Apply CLOEXEC to the restore_fd.Anthony Perard2011-12-011-13/+0
* libxl: libxl: Introduce dm-version xenstore key.Anthony PERARD2011-11-041-0/+23
* libxl: fixup incorrect indentationIan Campbell2011-10-121-0/+8
* libxl: fixup incorrect indentationIan Campbell2011-10-111-32/+32
* libxl: expand hard tab stopsIan Campbell2011-10-111-32/+32
* libxl: fix libxl_mac_to_device_nicIan Campbell2011-10-061-0/+12
* libxl: add and use parse_mac helper functionIan Campbell2011-10-061-0/+17
* libxl: Intruduce libxl__strndup.Anthony PERARD2011-09-291-0/+10
* libxl: Introduce libxl__realloc.Anthony PERARD2011-09-291-0/+24
* libxl: Introduce libxl__fd_set_cloexecAnthony PERARD2011-09-291-0/+13
* libxl: add missing ":" in log messagesIan Jackson2011-05-261-1/+1
* tools: libxl: constify parameter to libxl__abs_pathIan Campbell2011-05-241-2/+2
* libxl: Make all hidden/static functions take a gc not a ctxIan Campbell2011-03-151-3/+3
* libxl: Clear file object on successful munmap()Signed-off-by: Jim Fehlig2011-02-171-1/+7
* libxl: Use libxl__ namespace for internal typesIan Campbell2010-09-081-10/+10
* libxl: Ensure all _hidden functions use libxl__ prefix (manual part)Ian Campbell2010-09-081-3/+3
* libxl: Ensure all _hidden functions use libxl__ prefix (autogenerated patch)Ian Campbell2010-09-081-17/+17
* libxl: implement destroy for libxl_file_reference builtin typeIan Campbell2010-08-191-0/+51
* tools/libxl: remove libxl_free() since there are no more callersGianni Tedesco2010-08-161-19/+0
* xl: Implement per-API-call garbage-collection lifetimeGianni Tedesco2010-08-121-32/+33
* xl: Return void from libxl_free() and libxl_free_all()"Gianni Tedesco (3P)"2010-08-111-6/+5
* libxl: consistently use typedef struct {} libxl_$typeIan Campbell2010-07-281-12/+12
* libxl: add libxl_strdup convenience functionIan Jackson2010-07-141-1/+11
* libxl: Use the caller's logger (xentoollog)Keir Fraser2010-05-281-27/+19
* libxl: make use of libxl path functionsKeir Fraser2010-05-061-0/+8
* libxl: Make logging functions preserve errnoKeir Fraser2010-04-121-1/+4
* libxenlight: remove all cloning logic.Keir Fraser2010-01-081-22/+3
* libxenlight: fix GC when cloning contextsKeir Fraser2009-12-041-0/+22
* libxenlight: correct broken osdeps.[ch] and make #includes consistentKeir Fraser2009-11-231-3/+7
* libxenlight: Clean up logging arrangementsKeir Fraser2009-11-231-6/+33
* libxenlight: initial libxenlight implementation under tools/libxlKeir Fraser2009-11-091-0/+159