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
369872b91ed50e2803dc2837183258776e9868e0
libguestfs
/
daemon
History
Richard Jones
369872b91e
Tab to space (whitespace fixes only).
2010-03-12 16:23:46 +00:00
..
m4
Update to latest Gnulib.
2010-01-13 11:27:50 +00:00
.gitignore
Update to latest Gnulib.
2010-01-13 11:27:50 +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
daemon: Don't need to prefix error messages with the command name.
2010-02-12 16:49:00 +00:00
blockdev.c
daemon: Don't need to prefix error messages with the command name.
2010-02-12 16:49:00 +00:00
checksum.c
convert uses of strcasecmp to STRCASEEQ
2009-11-09 22:34:16 +01:00
cmp.c
daemon: Don't need to prefix error messages with the command name.
2010-02-12 16:49:00 +00:00
command.c
daemon: Don't need to prefix error messages with the command name.
2010-02-12 16:49:00 +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
daemon: Don't need to prefix error messages with the command name.
2010-02-12 16:49:00 +00:00
daemon.h
daemon: Don't need to prefix error messages with the command name.
2010-02-12 16:49:00 +00:00
dd.c
daemon: Don't need to prefix error messages with the command name.
2010-02-12 16:49:00 +00:00
debug.c
daemon: Don't need to prefix error messages with the command name.
2010-02-12 16:49:00 +00:00
devsparts.c
change strncmp() == 0 to STREQLEN()
2009-11-09 22:34:16 +01:00
df.c
daemon: Don't need to prefix error messages with the command name.
2010-02-12 16:49:00 +00:00
dir.c
daemon: Don't need to prefix error messages with the command name.
2010-02-12 16:49:00 +00:00
dmesg.c
daemon: Don't need to prefix error messages with the command name.
2010-02-12 16:49:00 +00:00
dropcaches.c
sync: Windows implementation of sync() call.
2009-11-25 16:28:26 +00:00
du.c
daemon: Don't need to prefix error messages with the command name.
2010-02-12 16:49:00 +00:00
echo_daemon.c
Add echo_daemon command
2009-09-14 10:13:03 +01:00
ext2.c
daemon: Don't need to prefix error messages with the command name.
2010-02-12 16:49:00 +00:00
fallocate.c
daemon: Don't need to prefix error messages with the command name.
2010-02-12 16:49:00 +00:00
file.c
daemon: Don't need to prefix error messages with the command name.
2010-02-12 16:49:00 +00:00
fill.c
daemon: Don't need to prefix error messages with the command name.
2010-02-12 16:49:00 +00:00
find.c
daemon: Don't need to prefix error messages with the command name.
2010-02-12 16:49:00 +00:00
fsck.c
daemon: Don't need to prefix error messages with the command name.
2010-02-12 16:49:00 +00:00
glob.c
daemon: Don't need to prefix error messages with the command name.
2010-02-12 16:49:00 +00:00
grep.c
generator.ml: use new "Pathname" designation
2009-08-13 14:45:34 +02:00
grub.c
daemon: Don't need to prefix error messages with the command name.
2010-02-12 16:49:00 +00: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
daemon: Don't need to prefix error messages with the command name.
2010-02-12 16:49:00 +00:00
htonl.c
daemon/Win32: provide htonl, htons, ntohl, ntohs functions.
2009-11-26 11:52:44 +00:00
initrd.c
daemon: Don't need to prefix error messages with the command name.
2010-02-12 16:49:00 +00:00
inotify.c
daemon: Don't need to prefix error messages with the command name.
2010-02-12 16:49:00 +00:00
link.c
daemon: Don't need to prefix error messages with the command name.
2010-02-12 16:49:00 +00:00
ls.c
use STREQ, not strcmp: part 1
2009-11-09 22:34:16 +01:00
lvm.c
daemon: Don't need to prefix error messages with the command name.
2010-02-12 16:49:00 +00:00
Makefile.am
Distribute .gitignore files.
2010-02-15 15:35:07 +00:00
mkfs.c
daemon: Don't need to prefix error messages with the command name.
2010-02-12 16:49:00 +00:00
mknod.c
daemon: Don't need to prefix error messages with the command name.
2010-02-12 16:49:00 +00:00
modprobe.c
availability: Add optional groups and implement guestfs_available call.
2009-11-20 18:03:36 +00:00
mount.c
daemon: Don't need to prefix error messages with the command name.
2010-02-12 16:49:00 +00:00
ntfs.c
daemon: Don't need to prefix error messages with the command name.
2010-02-12 16:49:00 +00:00
parted.c
daemon: Don't need to prefix error messages with the command name.
2010-02-12 16:49:00 +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
daemon: Don't need to prefix error messages with the command name.
2010-02-12 16:49:00 +00:00
scrub.c
daemon: Don't need to prefix error messages with the command name.
2010-02-12 16:49:00 +00:00
selinux.c
availability: Add optional groups and implement guestfs_available call.
2009-11-20 18:03:36 +00:00
sfdisk.c
daemon: Don't need to prefix error messages with the command name.
2010-02-12 16:49:00 +00:00
sleep.c
remove trailing blanks
2009-07-03 17:04:21 +02:00
stat.c
daemon: Don't need to prefix error messages with the command name.
2010-02-12 16:49:00 +00:00
statvfs.c
daemon/Win32: Implement statvfs using GetDiskFreeSpaceEx.
2009-11-25 16:28:26 +00:00
strings.c
daemon: Don't need to prefix error messages with the command name.
2010-02-12 16:49:00 +00:00
swap.c
daemon: Don't need to prefix error messages with the command name.
2010-02-12 16:49:00 +00:00
sync.c
Tab to space (whitespace fixes only).
2010-03-12 16:23:46 +00:00
tar.c
daemon: Don't need to prefix error messages with the command name.
2010-02-12 16:49:00 +00: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
daemon: Don't need to prefix error messages with the command name.
2010-02-12 16:49:00 +00:00
utimens.c
daemon: Use gnulib futimens module.
2009-11-25 16:28:26 +00:00
wc.c
daemon: Don't need to prefix error messages with the command name.
2010-02-12 16:49:00 +00:00
xattr.c
daemon: Don't need to prefix error messages with the command name.
2010-02-12 16:49:00 +00:00
zero.c
Fix error handling in 'zero' function.
2009-11-26 17:16:17 +00:00
zerofree.c
daemon: Don't need to prefix error messages with the command name.
2010-02-12 16:49:00 +00:00
README
Please see README in the parent directory.
Reference in New Issue
View Git Blame
Copy Permalink