aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenstore
Commit message (Expand)AuthorAgeFilesLines
* xenstore: check socket path length before copying itMatthew Daley2013-09-251-0/+4
* xenstored: fix faulty check for bad handle in domain_initMatthew Daley2013-09-251-1/+1
* xenstored: handle unlikely failure better in ask_parentsMatthew Daley2013-09-251-1/+3
* xenstored: fix possible, but unlikely, stack overflowMatthew Daley2013-09-131-1/+1
* tools: Bump some library sonamesIan Jackson2013-05-071-1/+1
* xenstore: create pidfile in init-xenstore-domainDaniel De Graaf2013-05-012-2/+15
* Switch to poll() in cxenstored's IO loopWei Liu2013-04-112-60/+133
* libxenstore: filter watch events in libxenstore when we unwatchJulien Grall2012-12-172-8/+97
* xenstore-chmod: handle arbitrary number of perms rather than MAX_PERMS constantChunyan Liu2012-11-271-21/+17
* tools: Remove the vtpm process modelMatthew Fioravante2012-11-133-3/+0
* tools: bump SONAMEs for changes during 4.2 development cycle.Ian Campbell2012-09-251-1/+1
* Fix libxenstore memory leak when USE_PTHREAD is not definedAndres Lagar-Cavilla2012-09-171-4/+13
* xenstore: set read_thread stacksizeSimon Rowe2012-06-071-1/+16
* xenstore: block signals in watch wakeup threadSimon Rowe2012-06-071-0/+7
* xenstore: fix crash on platforms with no gntdev driver implementation.Christoph Egger2012-05-291-2/+2
* nstore: rename public xenstore headersIan Campbell2012-05-1416-21/+30
* 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