libvirt/src/util
Martin Kletzander e9f6937454 util: don't shadow global umask declaration
Commit 0e1a1a8c introduced umask for virCommand, but the variables
used emit a warning on older compilers about shadowed global
declaration.

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
2014-09-03 15:39:15 +02:00
..
iohelper.c Indent top-level labels by one space in src/util/ 2014-03-25 14:58:40 +01:00
keymaps.csv
viralloc.c Add virLogSource variables to all source files 2014-03-18 14:29:22 +00:00
viralloc.h util: forbid freeing const pointers 2014-07-16 06:48:53 -06:00
virarch.c Add virLogSource variables to all source files 2014-03-18 14:29:22 +00:00
virarch.h nodeinfo: Introduce @arch to linuxNodeInfoCPUPopulate 2014-06-20 15:46:52 +02:00
viratomic.c Change file names in comments to match the files they are in 2014-03-10 14:26:04 +01:00
viratomic.h
viraudit.c util: use typedefs for enums in "src/util/" directory 2014-05-05 14:30:01 -06:00
viraudit.h util: use typedefs for enums in "src/util/" directory 2014-05-05 14:30:01 -06:00
virauth.c Indent top-level labels by one space in src/util/ 2014-03-25 14:58:40 +01:00
virauth.h virAuth: Don't require virConnectPtr to retrieve authentication creds 2013-07-12 09:22:38 +02:00
virauthconfig.c Indent top-level labels by one space in src/util/ 2014-03-25 14:58:40 +01:00
virauthconfig.h
virbitmap.c numatune: Fix parsing of empty nodeset (0,^0) 2014-08-12 17:04:31 +02:00
virbitmap.h virbitmap: Introduce virBitmapOverlaps 2014-07-29 12:00:42 +01:00
virbuffer.c Introduce virBufferCheckError 2014-07-03 10:41:15 +02:00
virbuffer.h maint: fix comment typo 2014-08-23 14:29:24 -06:00
vircgroup.c lxc: allow to keep or drop capabilities 2014-07-23 15:12:37 +08:00
vircgroup.h lxc: allow to keep or drop capabilities 2014-07-23 15:12:37 +08:00
vircgrouppriv.h Track symlinks for co-mounted cgroup controllers 2013-04-15 17:35:32 +01:00
virclosecallbacks.c hash: add common utility functions 2014-04-07 06:14:45 -06:00
virclosecallbacks.h lxc: switch to virCloseCallbacks API 2013-07-18 14:16:54 +02:00
vircommand.c util: don't shadow global umask declaration 2014-09-03 15:39:15 +02:00
vircommand.h qemu: ensure sane umask for qemu process 2014-09-03 05:58:15 -06:00
vircommandpriv.h Add ability to register callback for virCommand dry run 2014-03-19 10:47:58 +00:00
virconf.c Use virBufferCheckError everywhere we report OOM error 2014-07-03 10:48:14 +02:00
virconf.h Improve virConf parse to handle LXC config format 2014-02-12 17:52:46 +00:00
vircrypto.c vircrypto: fix Invalid write in virCryptoHashString() 2014-03-12 16:01:30 -06:00
vircrypto.h Add helper APIs for generating cryptographic hashes 2014-03-10 16:39:18 +00:00
virdbus.c virdbus: Show method name in error message 2014-05-21 09:33:25 -04:00
virdbus.h virdbus: Make virDBusCall static 2014-05-06 11:22:13 -04:00
virdbuspriv.h Refactor dbus helper methods for method calls 2014-03-21 11:26:34 +00:00
virdnsmasq.c cleanup spaces between parentheses and braces 2014-08-20 14:50:21 +02:00
virdnsmasq.h use client id for IPv6 DHCP host definition 2013-02-25 02:49:06 -05:00
virebtables.c Convert ebtables code over to use firewall APIs 2014-04-25 15:44:09 +01:00
virebtables.h Remove unused ebtablesRemoveForwardPolicyReject method 2014-03-11 11:01:52 +00:00
virendian.h util: add virendian.h macros 2013-02-12 09:00:15 -07:00
virerror.c cpuCompare*: Add support for reporting failure on incompatible CPUs 2014-06-26 00:43:54 +02:00
virerror.h virdbus: Remove redundant error macro 2014-05-21 09:33:24 -04:00
virevent.c Add virLogSource variables to all source files 2014-03-18 14:29:22 +00:00
virevent.h
vireventpoll.c virEventPollDispatchHandles: Honour array boundaries 2014-07-09 10:22:51 +02:00
vireventpoll.h Change file names in comments to match the files they are in 2014-03-10 14:26:04 +01:00
virfile.c Don't fail qemu driver intialization if we can't determine hugepage size 2014-08-11 22:23:48 +02:00
virfile.h Introduce virFileFindHugeTLBFS 2014-07-29 11:25:16 +01:00
virfirewall.c virfirewall: fix build on freebsd 2014-04-30 08:51:29 +02:00
virfirewall.h Remove bogus ATTRIBUTE_NONNULL from virFirewallAddRuleFull 2014-04-28 14:27:40 +01:00
virfirewallpriv.h Introduce an object for managing firewall rulesets 2014-04-25 15:44:09 +01:00
virhash.c hash: add common utility functions 2014-04-07 06:14:45 -06:00
virhash.h hash: add common utility functions 2014-04-07 06:14:45 -06:00
virhashcode.c
virhashcode.h
virhook.c Use K&R style for curly braces in src/util/ 2014-03-20 17:16:18 +01:00
virhook.h util: use typedefs for enums in "src/util/" directory 2014-05-05 14:30:01 -06:00
virhostdev.c hostdev: Introduce virDomainHostdevSubsysSCSIiSCSI 2014-07-24 07:04:44 -04:00
virhostdev.h virhostdev.h: remove ATTRIBUTE_NONNULL from oldStateDir 2014-03-19 10:05:31 +01:00
viridentity.c Indent top-level labels by one space in src/util/ 2014-03-25 14:58:40 +01:00
viridentity.h Also store user & group ID values in virIdentity 2013-09-18 15:04:27 +01:00
virinitctl.c Indent top-level labels by one space in src/util/ 2014-03-25 14:58:40 +01:00
virinitctl.h util: use typedefs for enums in "src/util/" directory 2014-05-05 14:30:01 -06:00
viriptables.c Convert bridge driver over to use new firewall APIs 2014-04-25 15:44:09 +01:00
viriptables.h Convert bridge driver over to use new firewall APIs 2014-04-25 15:44:09 +01:00
viriscsi.c Indent top-level labels by one space in src/util/ 2014-03-25 14:58:40 +01:00
viriscsi.h util: Sanitize ATTRIBUTE_NONNULL use in viriscsi.h 2014-03-25 08:26:39 +01:00
virjson.c util: json: Add helpers for manipulating json arrays 2014-06-17 08:51:41 +02:00
virjson.h util: json: Add helpers for manipulating json arrays 2014-06-17 08:51:41 +02:00
virkeycode-mapgen.py virkeycode: Allow ANSI_A 2013-12-24 17:36:47 +01:00
virkeycode.c virkeycode: Allow ANSI_A 2013-12-24 17:36:47 +01:00
virkeycode.h cleanup: Don't include libvirt/libvirt.h 2013-04-17 15:50:53 +08:00
virkeyfile.c hash: add common utility functions 2014-04-07 06:14:45 -06:00
virkeyfile.h
virkmod.c Indent top-level labels by one space in src/util/ 2014-03-25 14:58:40 +01:00
virkmod.h utils: Introduce functions for kernel module manipulation 2014-02-04 08:52:27 -05:00
virlockspace.c Indent top-level labels by one space in src/util/ 2014-03-25 14:58:40 +01:00
virlockspace.h
virlog.c Coverity: Resolve a CHECKED_RETURN message 2014-03-25 17:13:27 -04:00
virlog.h Remove global log buffer feature entirely 2014-03-18 14:29:22 +00:00
virmacaddr.c maint: avoid 'const fooPtr' in several util files 2013-10-14 13:02:18 -06:00
virmacaddr.h maint: avoid 'const fooPtr' in several util files 2013-10-14 13:02:18 -06:00
virnetdev.c Report one error less when getting net dev speed 2014-07-01 16:33:14 +02:00
virnetdev.h virnetdev: Introduce virNetDevGetLinkInfo 2014-06-11 09:57:39 +02:00
virnetdevbandwidth.c util: compare floor attribute in virNetDevBandwidthEqual 2014-08-22 12:35:39 +02:00
virnetdevbandwidth.h Revert "networkAllocateActualDevice: Set QoS for bridgeless networks too" 2014-01-29 19:01:19 +01:00
virnetdevbridge.c Indent top-level labels by one space in src/util/ 2014-03-25 14:58:40 +01:00
virnetdevbridge.h
virnetdevmacvlan.c util: Introduce flags field for macvtap creation 2014-09-02 13:34:32 +02:00
virnetdevmacvlan.h util: Introduce flags field for macvtap creation 2014-09-02 13:34:32 +02:00
virnetdevopenvswitch.c openvswitch: Delete port if it exists while adding a new one 2014-07-14 12:49:30 +02:00
virnetdevopenvswitch.h maint: avoid 'const fooPtr' in virnet files 2013-10-14 13:05:34 -06:00
virnetdevtap.c Report correct error in virNetDevTapCreate 2014-06-23 14:16:23 +02:00
virnetdevtap.h Move virBhyveTapGetRealDeviceName to virnetdevtap 2014-03-27 08:23:58 +04:00
virnetdevveth.c Use a static initializer for static mutexes 2014-04-08 13:46:29 +01:00
virnetdevveth.h
virnetdevvlan.c maint: avoid 'const fooPtr' in virnet files 2013-10-14 13:05:34 -06:00
virnetdevvlan.h maint: avoid 'const fooPtr' in virnet files 2013-10-14 13:05:34 -06:00
virnetdevvportprofile.c Fix build wihout macvtap or virtualport 2014-05-06 09:14:05 +02:00
virnetdevvportprofile.h util: use typedefs for enums in "src/util/" directory 2014-05-05 14:30:01 -06:00
virnetlink.c util: refactor virNetlinkCommand to fix several bugs / style problems 2014-05-20 11:21:00 +03:00
virnetlink.h maint: avoid 'const fooPtr' in virnet files 2013-10-14 13:05:34 -06:00
virnodesuspend.c build: Don't use code with dbus_message_unref when built without dbus 2014-04-14 18:19:36 +02:00
virnodesuspend.h Separate internal node suspend APIs from public API 2013-05-08 10:47:47 +01:00
virnuma.c nodeCapsInitNUMA: Avoid @cpumap leak 2014-08-20 16:15:00 +02:00
virnuma.h numatune: Encapsulate numatune configuration in order to unify results 2014-07-16 20:15:45 +02:00
virobject.c hash: add common utility functions 2014-04-07 06:14:45 -06:00
virobject.h hash: add common utility functions 2014-04-07 06:14:45 -06:00
virpci.c util: Resolve Coverity RESOURCE_LEAK 2014-08-28 12:52:42 +02:00
virpci.h nodedev: fix pci express memory leak 2014-07-28 14:10:29 -06:00
virpidfile.c Indent top-level labels by one space in src/util/ 2014-03-25 14:58:40 +01:00
virpidfile.h Add parameter to wait for lock in file locking APIs 2014-03-17 10:04:47 -06:00
virportallocator.c virtportallocator: new function "virPortAllocatorSetUsed" 2014-06-24 14:17:55 +02:00
virportallocator.h virtportallocator: new function "virPortAllocatorSetUsed" 2014-06-24 14:17:55 +02:00
virprobe.h Turn virLogSource into a struct instead of an enum 2014-03-18 14:29:22 +00:00
virprocess.c Include param.h in case of HAVE_BSD_CPU_AFFINITY 2014-08-11 22:23:48 +02:00
virprocess.h util: make it easier to grab only regular process exit 2014-03-03 12:40:31 -07:00
virrandom.c Use a static initializer for static mutexes 2014-04-08 13:46:29 +01:00
virrandom.h
virscsi.c Do not call closedir with NULL argument 2014-06-23 14:16:23 +02:00
virscsi.h add 'driver' info to used_by 2014-03-04 12:24:13 +00:00
virseclabel.c virseclabel: Resolve Coverity FORWARD_NULL issue 2014-07-14 05:44:20 -04:00
virseclabel.h virSecurityDeviceLabelDef: substitute 'norelabel' with 'relabel' 2014-07-11 10:36:02 +02:00
virsexpr.c util: Check return value from virStrToLong* functions 2014-07-21 15:20:59 +02:00
virsexpr.h
virsocketaddr.c Indent top-level labels by one space in src/util/ 2014-03-25 14:58:40 +01:00
virsocketaddr.h maint: avoid 'const fooPtr' in several util files 2013-10-14 13:02:18 -06:00
virstats.c build: fix build on cygwin 2014-08-02 20:52:34 -06:00
virstats.h util: virstatslinux: make more generic 2014-07-15 22:00:59 +04:00
virstorageencryption.c cleanup spaces between parentheses and braces 2014-08-20 14:50:21 +02:00
virstorageencryption.h storage: encryption: Add deep copy function for storage encryption 2014-06-20 09:14:46 +02:00
virstoragefile.c blockjob: avoid memory leak during block pivot 2014-08-07 12:17:02 -06:00
virstoragefile.h storage: Disallow vol_wipe for sparse logical volumes 2014-07-17 16:28:59 -04:00
virstring.c Use virBufferCheckError everywhere we report OOM error 2014-07-03 10:48:14 +02:00
virstring.h util: Check return value from virStrToLong* functions 2014-07-21 15:20:59 +02:00
virsysinfo.c Use virBufferCheckError everywhere we report OOM error 2014-07-03 10:48:14 +02:00
virsysinfo.h util: use typedefs for enums in "src/util/" directory 2014-05-05 14:30:01 -06:00
virsystemd.c Use virBufferCheckError everywhere we report OOM error 2014-07-03 10:48:14 +02:00
virsystemd.h Introduce --without-pm-utils to get rid of pm-is-supported dependency 2014-04-11 15:51:10 -06:00
virthread.c Indent top-level labels by one space in src/util/ 2014-03-25 14:58:40 +01:00
virthread.h Use a static initializer for static mutexes 2014-04-08 13:46:29 +01:00
virthreadpool.c Indent top-level labels by one space in src/util/ 2014-03-25 14:58:40 +01:00
virthreadpool.h Rename threadpool.{c,h} to virthreadpool.{c,h} 2012-12-21 11:19:48 +00:00
virtime.c util: virTimeFieldsThenRaw never returns negative 2014-07-25 12:06:07 +02:00
virtime.h util: virTimeFieldsThenRaw never returns negative 2014-07-25 12:06:07 +02:00
virtpm.c Indent top-level labels by one space in src/util/ 2014-03-25 14:58:40 +01:00
virtpm.h Helper functions for host TPM support 2013-04-12 16:55:45 -04:00
virtypedparam.c Indent top-level labels by one space in src/util/ 2014-03-25 14:58:40 +01:00
virtypedparam.h Introduce virTypedParamsCopy internal API 2013-06-25 00:38:25 +02:00
viruri.c Remove double OOM error reporting 2014-07-03 10:48:14 +02:00
viruri.h
virusb.c usb: Remove redundant comment 2014-07-03 10:41:15 +02:00
virusb.h add 'driver' info to used_by 2014-03-04 12:24:13 +00:00
virutil.c build: fix mingw build with virCommandReorderFDs 2014-08-22 11:15:59 +02:00
virutil.h util: abstract parsing of passed FDs into virGetListenFDs() 2014-08-22 09:12:13 +02:00
viruuid.c Use K&R style for curly braces in src/util/ 2014-03-20 17:16:18 +01:00
viruuid.h maint: improve debug of libvirt-{qemu,lxc} apis 2014-01-02 22:17:11 -07:00
virxml.c util: XML: Avoid forward function declaration 2014-07-09 10:09:00 +02:00
virxml.h Change file names in comments to match the files they are in 2014-03-10 14:26:04 +01:00