From 95dd28aadbfc1f058dae26beea949cf3cbc22b26 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Thu, 13 May 2010 13:29:20 +0100 Subject: Pull in febootstrap-supermin-helper (C version) from libguestfs. This commit also pulls in the automake C dependencies and gnulib. febootstrap-supermin-helper is modified so that it has the --kmods option (to read the whitelist, from the old shell script), and so that it can read supermin appliances composed of multiple parts from out of a directory. Also: Updates to documentation. --- lib/.gitignore | 133 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 133 insertions(+) create mode 100644 lib/.gitignore (limited to 'lib') diff --git a/lib/.gitignore b/lib/.gitignore new file mode 100644 index 0000000..048d811 --- /dev/null +++ b/lib/.gitignore @@ -0,0 +1,133 @@ +/Makefile.am +/dummy.c +/alloca.in.h +/asnprintf.c +/asprintf.c +/at-func.c +/basename-lgpl.c +/bitrotate.h +/c-ctype.c +/c-ctype.h +/chdir-long.c +/chdir-long.h +/chown.c +/cloexec.c +/cloexec.h +/close-hook.c +/close-hook.h +/close.c +/creat-safer.c +/cycle-check.c +/cycle-check.h +/dev-ino.h +/dirent--.h +/dirent-safer.h +/dirent.in.h +/dirfd.c +/dirname-lgpl.c +/dirname.h +/dup-safer.c +/dup2.c +/errno.in.h +/error.c +/error.h +/exitfail.c +/exitfail.h +/fchdir.c +/fchmodat.c +/fchown-stub.c +/fchownat.c +/fclose.c +/fcntl--.h +/fcntl-safer.h +/fcntl.c +/fcntl.in.h +/fd-safer.c +/fdopendir.c +/filevercmp.c +/filevercmp.h +/float+.h +/float.in.h +/fstatat.c +/fts-cycle.c +/fts.c +/fts_.h +/full-write.c +/full-write.h +/getcwd.c +/getdtablesize.c +/gettext.h +/hash.c +/hash.h +/i-ring.c +/i-ring.h +/intprops.h +/lchown.c +/lstat.c +/malloc.c +/memchr.c +/memchr.valgrind +/mempcpy.c +/memrchr.c +/mkdir.c +/mkdirat.c +/open-safer.c +/open.c +/openat-die.c +/openat-priv.h +/openat-proc.c +/openat-safer.c +/openat.c +/openat.h +/opendir-safer.c +/pipe-safer.c +/printf-args.c +/printf-args.h +/printf-parse.c +/printf-parse.h +/realloc.c +/rmdir.c +/safe-read.c +/safe-read.h +/safe-write.c +/safe-write.h +/same-inode.h +/save-cwd.c +/save-cwd.h +/size_max.h +/stat.c +/stdarg.in.h +/stdbool.in.h +/stddef.in.h +/stdint.in.h +/stdio-write.c +/stdio.in.h +/stdlib.in.h +/strdup.c +/strerror.c +/string.in.h +/stripslash.c +/sys_stat.in.h +/time.in.h +/unistd--.h +/unistd-safer.h +/unistd.in.h +/unlink.c +/unlinkat.c +/vasnprintf.c +/vasnprintf.h +/vasprintf.c +/verify.h +/wchar.in.h +/write.c +/xalloc-die.c +/xalloc.h +/xasprintf.c +/xgetcwd.c +/xgetcwd.h +/xmalloc.c +/xsize.h +/xvasprintf.c +/xvasprintf.h +/hash-pjw.c +/hash-pjw.h -- cgit