aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenstore
Commit message (Expand)AuthorAgeFilesLines
...
* xenstore: sprintf->snprintf, and fix for OpenBSD.Keir Fraser2007-10-056-15/+18
* Missed files in previous changeset.Keir Fraser2007-09-241-0/+73
* xenstat/xenstore: NetBSD fixes.Keir Fraser2007-09-241-0/+1
* xenstore: Remove incorrect comment.kfraser@localhost.localdomain2007-09-112-2/+0
* Fix xenstored's dup2() usage.kfraser@localhost.localdomain2007-09-071-4/+4
* xenstore: Redirect stdin/stdout/stderr to /dev/null.kfraser@localhost.localdomain2007-08-011-4/+8
* xenstore: Do not assign to stdout/stderr/stdin - they are notkfraser@localhost.localdomain2007-08-013-10/+5
* xenstored: Do not write to stderr if we are daemonised!kfraser@localhost.localdomain2007-08-014-15/+16
* xenstored: Remove unused util code.kfraser@localhost.localdomain2007-08-012-96/+0
* xenstored: Fix socket-based connection teardown. Reading zero byteskfraser@localhost.localdomain2007-07-251-0/+6
* xenstore: Small cleanups and fixes.kfraser@localhost.localdomain2007-07-243-13/+35
* xenstored: Fairly round-robin schedule work across all connections.kfraser@localhost.localdomain2007-07-242-44/+60
* xenstored: Guarantee to fire @releaseDomain watch when a domain is destructed.kfraser@localhost.localdomain2007-07-241-5/+4
* [xenstore] adds a -w (wide) flag to xenstore-ls to support seeing fullkfraser@localhost.localdomain2007-07-111-7/+30
* xenstore: Remove broken and unmaintained test code.kfraser@localhost.localdomain2007-07-0329-4418/+5
* tools: Fix xenstored build error by checking vasprintf() return code.Keir Fraser2007-06-101-7/+12
* Fix xenstore entry accountingkfraser@localhost.localdomain2007-05-304-11/+104
* Handle EOF on xenstored socket.Steven Hand2007-04-271-1/+1
* xenstored: Only dom0 can do XS_DEBUG in non-test environments.kfraser@localhost.localdomain2007-04-211-0/+7
* tools: Clean up use of 'install' command.kfraser@localhost.localdomain2007-03-071-6/+6
* [xenstored] Fix error path when xc_map_foreign_range fails.Christian Limpach2007-03-021-7/+10
* Fully reset the xenstore connection when a domain is (re)introduced to xensto...kfraser@localhost.localdomain2007-03-015-4/+55
* More PV save/restore fixes.kfraser@localhost.localdomain2007-02-281-4/+9
* Allow XS_INTRODUCE to be used for rebinding the xenstore evtchn.kfraser@localhost.localdomain2007-01-191-7/+8
* xenstore: add XS_RESUME command; export it to xend.kfraser@localhost.localdomain2007-01-195-0/+56
* 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