aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenstore
Commit message (Expand)AuthorAgeFilesLines
* xenstore: Portability: do not build init-xenstore-domain if stubdom disabledChristoph Egger2012-03-011-1/+2
* xenstored: Add stub domain builderDaniel De Graaf2012-02-092-3/+102
* xenstored: add --priv-domid parameterDaniel De Graaf2012-02-093-1/+7
* xenstored: use domain_is_unprivileged instead of checking conn->idDaniel De Graaf2012-02-092-7/+7
* xenstored: add --event parameter for bootstrappingDaniel De Graaf2012-02-094-3/+13
* xenstored: support running in minios stubdomDaniel De Graaf2012-02-097-82/+195
* xenstored: add --internal-db flagDaniel De Graaf2012-02-091-6/+14
* xenstored: support for tdb_copy with TDB_INTERNALAlex Zeffertt2012-02-091-0/+35
* xenstored: add NO_SOCKETS compilation optionAlex Zeffertt2012-02-091-5/+23
* xenstored: refactor socket setup codeDaniel De Graaf2012-02-091-39/+46
* xenstored: use grant references instead of map_foreign_rangeAlex Zeffertt2012-02-091-6/+48
* xenstore: New function xs_path_is_subpathIan Jackson2012-01-132-0/+24
* libxenstore: Provide xs_check_watchIan Jackson2011-12-123-13/+94
* xenstore: xenbus cannot be opened read-onlyDaniel De Graaf2011-11-221-10/+8
* tools/build: Introduce {PREPEND,APPEND}_{LIB,INCLUDES}Roger Pau Monne2011-11-141-5/+5
* xenstored: Fix processing of zero-length messagesDaniel De Graaf2011-11-011-1/+0
* xenstored: allow guest to shutdown all its watches/transactionsOlaf Hering2011-09-153-0/+17
* Revert 23757:f5176c177b99 "xenstored: allow guests to reintroduce themselves"Ian Jackson2011-08-091-14/+7
* xenstored: allow guests to reintroduce themselvesOlaf Hering2011-08-091-7/+14
* tools: Remove $(CFLAGS) from links lines.Ian Campbell2011-03-311-5/+5
* tools: xenstored: make usage info of xenstored accurateJuergen Gross2011-03-311-1/+1
* tools: blktap2: copy xenstore/hashtable.h into blktap2Ian Campbell2011-03-313-0/+18
* tools: consistently use $({CFLAGS,LDLIBS}_libxenstore) instead of open coding.Ian Campbell2011-03-211-2/+2
* build: Make XEN_ROOT an absolute path.Keir Fraser2011-03-171-1/+1
* libxc: convert evtchn interfaces to use an opaque handle typeIan Campbell2010-12-233-12/+8
* xenstore: set implicit path for socket connectionsIan Campbell2010-12-161-1/+1
* xenstore: new XS_OPEN_SOCKETONLY flag; honour "-s" on tools' cmdlineIan Jackson2010-12-143-5/+5
* Adds an open xenstore connection function which tries to use the xenbusStefano Stabellini2010-12-132-8/+50
* xenstore: add xenstore-watch command line clientIan Campbell2010-10-212-4/+47
* xenstored: return EINVAL for attempt to watch invalid pathIan Campbell2010-10-211-1/+1
* tools/xenstore: libxenstore: fix threading bug which cause xend startup hangIan Jackson2010-09-101-10/+34
* tools/xenstore: correctly handle errors from read_messageDaniel De Graaf2010-09-011-17/+31
* split LDLIBS from LDFLAGS to fix link errors in recent toolchainsStefano Stabellini2010-08-111-2/+2
* tools/xenstore: add XS_RESTRICT operation to C xenstore client libs.Ian Jackson2010-07-062-0/+17
* libxc: eliminate static variables, use xentoollog; API changeKeir Fraser2010-05-281-5/+6
* xenstore: Make sure that libxs reports an error if xenstored dropsKeir Fraser2010-05-271-3/+33
* xenstore: Fix cleanup_pop() definition for some (buggy) pthread.h headers.Keir Fraser2010-05-131-2/+8
* xs: avoid pthread_join deadlock in xs_daemon_closeKeir Fraser2010-05-121-4/+4
* xs: make sure mutexes are cleaned up and memory freed if the read thread is c...Keir Fraser2010-05-121-16/+30
* xenstored: Always build and install.Keir Fraser2010-05-071-4/+4
* ocaml: remove hook to external repository.Keir Fraser2010-05-061-5/+0
* xenstore,libxl: cleanup of xenstore connections across fork()Keir Fraser2010-04-122-19/+36
* xenstore: Resolve gcc4.5 type errorKeir Fraser2010-03-061-1/+1
* xenstore: Fix memory leak in command 'xenstore rm'Keir Fraser2009-12-211-2/+4
* xenstore: Fix the method of get options and the usageKeir Fraser2009-12-181-6/+7
* Remove redundant semicolonsKeir Fraser2009-07-011-1/+1
* ocaml-xenstored: Allow to build ocaml xenstored instead of C versionKeir Fraser2009-05-191-2/+9
* xenstore: Add brief notice regarding xenstore protocol limits to xs.h.Keir Fraser2009-04-301-0/+5
* xenstore: Don't hardcode install pathKeir Fraser2009-03-201-2/+2
* Move the suspend event channel function to libxc, it will use theKeir Fraser2009-03-182-0/+26