- 26 4月, 2008 1 次提交
-
-
由 Daniel P. Berrange 提交于
-
- 25 4月, 2008 4 次提交
-
-
由 Daniel Veillard 提交于
Daniel
-
由 Daniel Veillard 提交于
* qemud/qemud.c: applied patch from Anton Protopopov to change group ownership of /var/run/libvirt/ to unix_sock_gid. Daniel
-
由 Jim Meyering 提交于
* src/util.h (to_uchar): Define function. * src/nodeinfo.c (linuxNodeInfoCPUPopulate): Apply to_uchar to is* operand. * src/qemu_driver.c (qemudExtractMonitorPath): Likewise. * src/sexpr.c (_string2sexpr): Likewise. * src/stats_linux.c (xenLinuxDomainDeviceID): Likewise. * src/util.c (TOLOWER, __virMacAddrCompare, virParseMacAddr): Likewise. * src/virsh.c (cmdVcpupin, vshCommandGetToken): Likewise.
-
由 Daniel Veillard 提交于
-
- 24 4月, 2008 9 次提交
-
-
由 Daniel Veillard 提交于
-
由 Daniel Veillard 提交于
* docs/page.xsl docs/redhat.gif docs/*.html: using the shadowman logo to indicate Red Hat sponsoring, regenerated. Daniel
-
由 Daniel Veillard 提交于
Daniel
-
由 Daniel Veillard 提交于
* libvirt.css search.php: fix the search box and PHP output Daniel
-
由 Atsushi SAKAI 提交于
Atsushi
-
由 Daniel Veillard 提交于
* AUTHORS: indicate that the Logo is by Diana Fong * docs/index.py: modify to also index subprojects pages Daniel
-
由 Daniel P. Berrange 提交于
-
由 Daniel P. Berrange 提交于
-
由 Daniel P. Berrange 提交于
-
- 21 4月, 2008 1 次提交
-
-
由 Jim Meyering 提交于
* Makefile.maint (sc_changelog): Adapt to work with legacy ChangeLog entry header lines. * Makefile.cfg (local-checks-to-skip): Remove sc_changelog.
-
- 19 4月, 2008 2 次提交
-
-
由 Daniel P. Berrange 提交于
-
由 Jim Meyering 提交于
* python/libvir.c (HAVE_PTHREAD_H): #undef. Without this, we'd get a redefinition warning.
-
- 18 4月, 2008 5 次提交
-
-
由 Daniel P. Berrange 提交于
-
由 Daniel P. Berrange 提交于
-
由 Jim Meyering 提交于
* src/internal.h (HAVE_PTHREAD_H): Test with "#ifdef", not "#if".
-
由 Richard W.M. Jones 提交于
* configure.in: Fix pkg-config detection of libxml2, add -lgcrypt to gnutls lib. * src/Makefile.am: If compiling --without-libvirtd then don't compile any part of the storage driver. * configure.in, src/hash.c, src/internal.h: Detect availability of pthread library and compile out mutex code if not available. * src/storage_driver.c, src/util.c: Ignore some missing headers on MinGW.
-
由 Daniel P. Berrange 提交于
-
- 17 4月, 2008 1 次提交
-
-
由 Jim Meyering 提交于
-
- 15 4月, 2008 2 次提交
-
-
由 Daniel Veillard 提交于
* virsh.1 docs/virsh.pod: fix missing entries and small cleanups in the man page, should fix #442429 Daniel
-
由 Daniel P. Berrange 提交于
-
- 11 4月, 2008 5 次提交
-
-
由 Richard W.M. Jones 提交于
* src/virsh.c: Remove unused uid field in virsh control structure.
-
由 Jim Meyering 提交于
-
由 Jim Meyering 提交于
* Makefile.maint (sc_TAB_in_indentation): New rule.
-
由 Jim Meyering 提交于
Done using this command (also includes .c.in and .h.in files): for i in $(g ls-files|grep -E '\.[ch](\.in)?$'|grep -v gnulib); do expand -i $i > j && mv j $i;done
-
由 Jim Meyering 提交于
Done with these commands: git grep -l Local.variab|xargs \ perl -0x3b -pi -e 's,\n+/\*\n \* vim:(.|\n)*,\n,' git grep -l Local.variab|xargs \ perl -0x3b -pi -e 's,\n+/\*\n \* Local variables:\n(.|\n)*,\n,'
-
- 10 4月, 2008 3 次提交
-
-
由 Daniel Veillard 提交于
* AUTHORS: adding Dave Leskovec and Ryan Scott to the authors list * po/*: rebuilt daniel
-
由 Daniel Veillard 提交于
* src/xend_internal.c: applied a patch from Ryan Scott to ask xend to save the device removal change in the config file Daniel
-
由 Daniel Veillard 提交于
src/lxc_container.h src/lxc_driver.c: Applied second set of linux container patches from Dave Leskovec adding start/stop of domains Daniel
-
- 09 4月, 2008 6 次提交
-
-
由 Richard W.M. Jones 提交于
* docs/Makefile.am: Add virsh.pod to EXTRA_DIST.
-
由 Richard W.M. Jones 提交于
* src/libvirt.c: Remove a Xen-ism from the core code, the assumption that dom0's UUID is all zeroes.
-
由 Richard W.M. Jones 提交于
* include/libvirt/virterror.h: Warn about the use of conn, dom and net fields in virterror.
-
由 Richard W.M. Jones 提交于
* src/openvz_conf.c: Remove extraneous underscore which stopped file from compiling (Anton Protopopov).
-
由 Daniel Veillard 提交于
-
由 Daniel Veillard 提交于
* configure.in NEWS doc/* po/*: making libvirt-0.4.2 release daniel
-
- 08 4月, 2008 1 次提交
-
-
由 Jim Meyering 提交于
-