aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenstore
Commit message (Expand)AuthorAgeFilesLines
* Fix libxenstore library dependencies.kaf24@localhost.localdomain2006-12-291-1/+1
* Improve consistency of type-attribute usage (volatile/const).kfraser@localhost.localdomain2006-12-211-1/+1
* Check return of new_domain inside dom0_init, avoiding segfault if there isEwan Mellor2006-12-131-0/+2
* Fix handling of the entries-per-domain quota. Entries which are created byEwan Mellor2006-11-133-14/+44
* [XENSTORED] Fix errno 'leak' in xenstored.kaf24@localhost.localdomain2006-11-111-1/+3
* [XENSTORE] Fix xenstore-ls program to connect via kernel xenbuskfraser@localhost.localdomain2006-11-091-9/+10
* Stop enforcing -g for some of the tools.kfraser@localhost.localdomain2006-10-311-1/+1
* Don't use $(LINK.o), as it doesn't pick up -m32/-m64 from $(CFLAGS).kfraser@localhost.localdomain2006-10-191-7/+7
* [SOLARIS] Create kernel-interface implementations for libxc and xenstored.kfraser@localhost.localdomain2006-10-176-3/+87
* [SOLARIS] A couple of simple compile fixes for tools/ on Solaris.kfraser@localhost.localdomain2006-10-172-2/+3
* [SOLARIS] On Solaris, GCC is configured to use Sun's LD. Fix the build to usekfraser@localhost.localdomain2006-10-171-5/+5
* [SOLARIS] A couple of small fixes to the Makefiles for the kernel tool headers.kfraser@localhost.localdomain2006-10-171-1/+1
* Clean up duplication of 'install' macros in the Makefiles.kfraser@localhost.localdomain2006-10-171-5/+0
* [xenstore] Don't create a transaction for singleton read/write operations.Christian Limpach2006-10-121-5/+16
* [xenstore] Don't limit the number of concurrent transactions for domain0 conn...Christian Limpach2006-10-121-1/+1
* This is a small patch that makes a cross compiler successfully compilekfraser@localhost.localdomain2006-08-161-1/+1
* Set the close-on-exec flag on the xenstore fd in libxenstore.kfraser@localhost.localdomain2006-08-151-7/+15
* [TOOLS] Enhance xenstore-ls to optionally display permissions.kfraser@localhost.localdomain2006-08-021-11/+92
* [TOOLS] Modify xenstore_client.c to include a new utility, xenstore-chmod.kfraser@localhost.localdomain2006-08-022-3/+105
* [TOOLS] Clean up libxenstore.a on 'make clean'.kfraser@localhost.localdomain2006-08-011-1/+1
* Add a transaction_started field in xenstored connection structure instead ofvhanquez@gwig.uk.xensource.com2006-07-313-7/+13
* Limit the number of opened transactions per connection to 5.vhanquez@gwig.uk.xensource.com2006-07-291-0/+10
* Add versioning info to xenstore library.kfraser@localhost.localdomain2006-07-251-5/+15
* The blktap commit reverted the change so that libxenstore getskfraser@localhost.localdomain2006-07-251-2/+2
* Added blktap support. Includes kernel driver (enabled as CONFIG_XEN_BLKDEV_TA...jchesterfield@dhcp92.uk.xensource.com2006-07-131-2/+5
* Shared libs have traditionally been installed as executables due tokfraser@localhost.localdomain2006-07-101-1/+2
* [TOOLS] Introduce xc_evtchn_*() interface for interacting with /dev/xen/evtchn.kaf24@firebug.cl.cam.ac.uk2006-06-153-71/+25
* [XENSTORE] Make use of /proc/xen/xsd_{port,kva} private to the Linux implemen...kaf24@firebug.cl.cam.ac.uk2006-05-245-56/+91
* Fix log message written when xenstored corrupts its store.emellor@leeni.uk.xensource.com2006-05-231-1/+6
* dom0 and anonymous connections can create unlimited sized entries in the store.vhanquez@kneesa.uk.xensource.com2006-05-113-3/+10
* Try to create runtime xenstored's directories at startup time.vhanquez@kneesa.uk.xensource.com2006-05-113-2/+19
* When building with FORTIFY_SOURCE to ensure that return codes of commonkaf24@firebug.cl.cam.ac.uk2006-04-281-7/+11
* add quota to xenstored.vhanquez@kneesa.uk.xensource.com2006-04-134-6/+109
* Remove some bogus .PHONY Makefile declarations.kaf24@firebug.cl.cam.ac.uk2006-04-111-2/+0
* build: Clean up use of .PHONYkaf24@firebug.cl.cam.ac.uk2006-04-101-0/+20
* Further attempts to recover from a corrupt store, this one triggered when aemellor@leeni.uk.xensource.com2006-03-311-0/+1
* Import the current version of talloc from the Samba 3 source base. This givesemellor@leeni.uk.xensource.com2006-03-234-133/+278
* fix buffer overflow in print XS_DEBUG commandvhanquez@kneesa.uk.xensource.com2006-03-151-1/+10
* move XS_DEBUG code into a proper functionvhanquez@kneesa.uk.xensource.com2006-03-151-15/+20
* More build config changes:kaf24@firebug.cl.cam.ac.uk2006-03-101-3/+3
* Move 'debug' build option into the outermost Config.mk file.kaf24@firebug.cl.cam.ac.uk2006-03-091-1/+1
* Merged.emellor@leeni.uk.xensource.com2006-03-042-19/+7
|\
| * /proc/xen/xsd_kva exports mmap interface that xenstored now uses to map thekaf24@firebug.cl.cam.ac.uk2006-03-031-16/+2
| * Avoid floating point in hash table implementation.kaf24@firebug.cl.cam.ac.uk2006-03-031-3/+5
* | Log the tdb_error when a read fails with EIO. This is happening after a longemellor@leeni.uk.xensource.com2006-03-041-3/+6
|/
* Added further integrity checking, this time checking for duplicate directoryemellor@leeni.uk.xensource.com2006-03-032-21/+153
* Cope if xenstore is down.emellor@leeni.uk.xensource.com2006-03-021-0/+5
* Added hashtable implementation, to support the reachability check against theemellor@leeni.uk.xensource.com2006-03-023-0/+558
* Fix violation of C90 mixed-code-and-declarations restriction.emellor@leeni.uk.xensource.com2006-03-021-1/+3
* Fix printf.emellor@leeni.uk.xensource.com2006-03-021-2/+2