This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
libguestfs
Watch
1
Star
0
Fork
0
You've already forked libguestfs
mirror of
https://github.com/libguestfs/libguestfs.git
synced
2026-03-22 07:03:38 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c0e4b5dc693cefdc81a4ec7cc1073a2cae371803
libguestfs
/
daemon
History
Richard Jones
5c6147ecc7
daemon: Work around udevsettle issue (RHBZ#548121).
2009-12-18 19:20:37 +00:00
..
m4
daemon/Win32: use gnulib modules connect, socket and symlinkat (for readlinkat).
2009-11-26 14:11:43 +00:00
.gitignore
build: update gnulib submodule to latest
2009-11-26 14:11:46 +00:00
augeas.c
daemon: Fix return value from aug_defnode.
2009-11-24 16:01:11 +00:00
available.c
availability: Add optional groups and implement guestfs_available call.
2009-11-20 18:03:36 +00:00
blkid.c
New API: vfs_type - get the Linux VFS driver for a mounted device.
2009-10-26 15:52:40 +00:00
blockdev.c
Fix prototype of commandv to match prototype of commandrv.
2009-11-09 11:05:19 +00:00
checksum.c
convert uses of strcasecmp to STRCASEEQ
2009-11-09 22:34:16 +01:00
cmp.c
do_equal does not need to explicitly check for NEED_ROOT/ABS_PATH.
2009-08-13 14:37:43 +01:00
command.c
Fix prototype of commandv to match prototype of commandrv.
2009-11-09 11:05:19 +00:00
configure.ac
Make realpath call optional, disable it for Windows.
2009-11-26 14:13:55 +00:00
COPYING
Build environment set up for libguestfs.
2009-03-03 08:58:37 +00:00
cpmv.c
cp/cp-a/mv parameters marked as Pathname.
2009-08-13 14:39:31 +01:00
daemon.h
daemon error handling: Define a new function reply_with_perror_errno.
2009-12-07 11:13:12 +00:00
dd.c
dd: Missing include of <string.h>
2009-11-25 16:28:25 +00:00
debug.c
use STREQ, not strcmp: part 1
2009-11-09 22:34:16 +01:00
devsparts.c
change strncmp() == 0 to STREQLEN()
2009-11-09 22:34:16 +01:00
df.c
avoid warning about old-style no-param function definition
2009-08-17 11:40:24 +02:00
dir.c
daemon error handling: recursive_mkdir shouldn't need to set errno.
2009-12-07 11:13:11 +00:00
dmesg.c
remove trailing blanks
2009-07-03 17:04:21 +02:00
dropcaches.c
sync: Windows implementation of sync() call.
2009-11-25 16:28:26 +00:00
du.c
generator.ml: use new "Pathname" designation
2009-08-13 14:45:34 +02:00
echo_daemon.c
Add echo_daemon command
2009-09-14 10:13:03 +01:00
ext2.c
daemon: Missing #includes revealed by cross-compiling.
2009-11-20 10:36:21 +00:00
fallocate.c
daemon: Alternate implementation of posix_fallocate.
2009-11-25 16:28:25 +00:00
file.c
daemon: Use gnulib futimens module.
2009-11-25 16:28:26 +00:00
fill.c
daemon: Missing #includes revealed by cross-compiling.
2009-11-20 10:36:21 +00:00
find.c
daemon: Missing #includes revealed by cross-compiling.
2009-11-20 10:36:21 +00:00
fsck.c
generator.ml: use new "Pathname" designation
2009-08-13 14:45:34 +02:00
glob.c
generator.ml: use new "Pathname" designation
2009-08-13 14:45:34 +02:00
grep.c
generator.ml: use new "Pathname" designation
2009-08-13 14:45:34 +02:00
grub.c
generator.ml: use new "Pathname" designation
2009-08-13 14:45:34 +02:00
guestfsd.c
daemon: Work around udevsettle issue (RHBZ#548121).
2009-12-18 19:20:37 +00:00
headtail.c
generator.ml: use new "Pathname" designation
2009-08-13 14:45:34 +02:00
hexdump.c
generator.ml: use new "Pathname" designation
2009-08-13 14:45:34 +02:00
htonl.c
daemon/Win32: provide htonl, htons, ntohl, ntohs functions.
2009-11-26 11:52:44 +00:00
initrd.c
daemon: Missing #includes revealed by cross-compiling.
2009-11-20 10:36:21 +00:00
inotify.c
availability: Add optional groups and implement guestfs_available call.
2009-11-20 18:03:36 +00:00
link.c
New API calls: lstatlist, lxattrlist, readlinklist.
2009-11-02 17:48:35 +00:00
ls.c
use STREQ, not strcmp: part 1
2009-11-09 22:34:16 +01:00
lvm.c
availability: Add optional groups and implement guestfs_available call.
2009-11-20 18:03:36 +00:00
Makefile.am
daemon/Win32: use gnulib modules connect, socket and symlinkat (for readlinkat).
2009-11-26 14:11:43 +00:00
mkfs.c
use STREQ, not strcmp: part 1
2009-11-09 22:34:16 +01:00
mknod.c
availability: Add optional groups and implement guestfs_available call.
2009-11-20 18:03:36 +00:00
modprobe.c
availability: Add optional groups and implement guestfs_available call.
2009-11-20 18:03:36 +00:00
mount.c
use STREQ, not strcmp: part 1
2009-11-09 22:34:16 +01:00
ntfs.c
availability: Add optional groups and implement guestfs_available call.
2009-11-20 18:03:36 +00:00
parted.c
Fix problems found by 'make syntax check'
2009-11-10 16:46:31 +00:00
pingdaemon.c
remove trailing blanks
2009-07-03 17:04:21 +02:00
proto.c
daemon error handling: Define a new function reply_with_perror_errno.
2009-12-07 11:13:12 +00:00
readdir.c
daemon/Win32: make some functions and fields optional.
2009-11-20 10:38:07 +00:00
README
Build environment set up for libguestfs.
2009-03-03 08:58:37 +00:00
realpath.c
Make realpath call optional, disable it for Windows.
2009-11-26 14:13:55 +00:00
scrub.c
availability: Add optional groups and implement guestfs_available call.
2009-11-20 18:03:36 +00:00
selinux.c
availability: Add optional groups and implement guestfs_available call.
2009-11-20 18:03:36 +00:00
sfdisk.c
sfdisk.c, fallocate.c: use a string literal as format
2009-08-17 11:40:24 +02:00
sleep.c
remove trailing blanks
2009-07-03 17:04:21 +02:00
stat.c
daemon: Move statvfs code into separate file.
2009-11-25 16:28:26 +00:00
statvfs.c
daemon/Win32: Implement statvfs using GetDiskFreeSpaceEx.
2009-11-25 16:28:26 +00:00
strings.c
generator.ml: use new "Pathname" designation
2009-08-13 14:45:34 +02:00
swap.c
availability: Add optional groups and implement guestfs_available call.
2009-11-20 18:03:36 +00:00
sync.c
daemon: Fix sync() call on Unix.
2009-11-25 16:54:46 +00:00
tar.c
daemon: diagnose socket write failure
2009-08-20 15:59:53 +02:00
truncate.c
New API calls: truncate, truncate_size, mkdir_mode, utimens, lchown.
2009-11-02 16:37:51 +00:00
umask.c
remove trailing blanks
2009-07-03 17:04:21 +02:00
upload.c
Use STRPREFIX instead of STREQLEN.
2009-11-22 19:14:48 +00:00
utimens.c
daemon: Use gnulib futimens module.
2009-11-25 16:28:26 +00:00
wc.c
wc, blockdev: avoid warnings about discarding "const" qualifiers
2009-08-17 11:40:24 +02:00
xattr.c
availability: Add optional groups and implement guestfs_available call.
2009-11-20 18:03:36 +00:00
zero.c
Fix error handling in 'zero' function.
2009-11-26 17:16:17 +00:00
zerofree.c
availability: Add optional groups and implement guestfs_available call.
2009-11-20 18:03:36 +00:00
README
Please see README in the parent directory.
Reference in New Issue
View Git Blame
Copy Permalink