Git init
authorKibum Kim <kb0929.kim@samsung.com>
Fri, 6 Jan 2012 15:44:14 +0000 (00:44 +0900)
committerKibum Kim <kb0929.kim@samsung.com>
Fri, 6 Jan 2012 15:44:14 +0000 (00:44 +0900)
commita0d3541de43aa2e4149233da845bb9f7b0fe3de1
treeda446674c8271f696be218196efdeb9840424896
parent7c1dbd27a3ca235a892ffdb9ee07e67b74e90409
Git init
3596 files changed:
AUTHORS [new file with mode: 0644]
Config.in [new file with mode: 0644]
INSTALL [new file with mode: 0644]
LICENSE [new file with mode: 0644]
Makefile [new file with mode: 0644]
Makefile.custom [new file with mode: 0644]
Makefile.flags [new file with mode: 0644]
Makefile.help [new file with mode: 0644]
README [new file with mode: 0644]
TEST_config_nommu [new file with mode: 0644]
TEST_config_noprintf [new file with mode: 0644]
TEST_config_rh9 [new file with mode: 0644]
TODO [new file with mode: 0644]
TODO_unicode [new file with mode: 0644]
applets/.gitignore [new file with mode: 0644]
applets/Kbuild.src [new file with mode: 0644]
applets/applet_tables.c [new file with mode: 0644]
applets/applets.c [new file with mode: 0644]
applets/busybox.mkll [new file with mode: 0755]
applets/individual.c [new file with mode: 0644]
applets/install.sh [new file with mode: 0755]
applets/usage.c [new file with mode: 0644]
applets/usage_compressed [new file with mode: 0755]
applets/usage_pod.c [new file with mode: 0644]
arch/i386/Makefile [new file with mode: 0644]
archival/Config.src [new file with mode: 0644]
archival/Kbuild.src [new file with mode: 0644]
archival/ar.c [new file with mode: 0644]
archival/bbunzip.c [new file with mode: 0644]
archival/bbunzip_test.sh [new file with mode: 0644]
archival/bbunzip_test2.sh [new file with mode: 0644]
archival/bbunzip_test3.sh [new file with mode: 0644]
archival/bz/LICENSE [new file with mode: 0644]
archival/bz/README [new file with mode: 0644]
archival/bz/blocksort.c [new file with mode: 0644]
archival/bz/bzlib.c [new file with mode: 0644]
archival/bz/bzlib.h [new file with mode: 0644]
archival/bz/bzlib_private.h [new file with mode: 0644]
archival/bz/compress.c [new file with mode: 0644]
archival/bz/huffman.c [new file with mode: 0644]
archival/bzip2.c [new file with mode: 0644]
archival/cpio.c [new file with mode: 0644]
archival/dpkg.c [new file with mode: 0644]
archival/dpkg_deb.c [new file with mode: 0644]
archival/gzip.c [new file with mode: 0644]
archival/liblzo.h [new file with mode: 0644]
archival/liblzo_interface.h [new file with mode: 0644]
archival/libunarchive/Kbuild.src [new file with mode: 0644]
archival/libunarchive/data_align.c [new file with mode: 0644]
archival/libunarchive/data_extract_all.c [new file with mode: 0644]
archival/libunarchive/data_extract_to_command.c [new file with mode: 0644]
archival/libunarchive/data_extract_to_stdout.c [new file with mode: 0644]
archival/libunarchive/data_skip.c [new file with mode: 0644]
archival/libunarchive/decompress_bunzip2.c [new file with mode: 0644]
archival/libunarchive/decompress_uncompress.c [new file with mode: 0644]
archival/libunarchive/decompress_unlzma.c [new file with mode: 0644]
archival/libunarchive/decompress_unxz.c [new file with mode: 0644]
archival/libunarchive/decompress_unzip.c [new file with mode: 0644]
archival/libunarchive/filter_accept_all.c [new file with mode: 0644]
archival/libunarchive/filter_accept_list.c [new file with mode: 0644]
archival/libunarchive/filter_accept_list_reassign.c [new file with mode: 0644]
archival/libunarchive/filter_accept_reject_list.c [new file with mode: 0644]
archival/libunarchive/find_list_entry.c [new file with mode: 0644]
archival/libunarchive/get_header_ar.c [new file with mode: 0644]
archival/libunarchive/get_header_cpio.c [new file with mode: 0644]
archival/libunarchive/get_header_tar.c [new file with mode: 0644]
archival/libunarchive/get_header_tar_bz2.c [new file with mode: 0644]
archival/libunarchive/get_header_tar_gz.c [new file with mode: 0644]
archival/libunarchive/get_header_tar_lzma.c [new file with mode: 0644]
archival/libunarchive/header_list.c [new file with mode: 0644]
archival/libunarchive/header_skip.c [new file with mode: 0644]
archival/libunarchive/header_verbose_list.c [new file with mode: 0644]
archival/libunarchive/init_handle.c [new file with mode: 0644]
archival/libunarchive/open_transformer.c [new file with mode: 0644]
archival/libunarchive/seek_by_jump.c [new file with mode: 0644]
archival/libunarchive/seek_by_read.c [new file with mode: 0644]
archival/libunarchive/unpack_ar_archive.c [new file with mode: 0644]
archival/libunarchive/unxz/README [new file with mode: 0644]
archival/libunarchive/unxz/xz.h [new file with mode: 0644]
archival/libunarchive/unxz/xz_config.h [new file with mode: 0644]
archival/libunarchive/unxz/xz_dec_bcj.c [new file with mode: 0644]
archival/libunarchive/unxz/xz_dec_lzma2.c [new file with mode: 0644]
archival/libunarchive/unxz/xz_dec_stream.c [new file with mode: 0644]
archival/libunarchive/unxz/xz_lzma2.h [new file with mode: 0644]
archival/libunarchive/unxz/xz_private.h [new file with mode: 0644]
archival/libunarchive/unxz/xz_stream.h [new file with mode: 0644]
archival/lzo1x_1.c [new file with mode: 0644]
archival/lzo1x_1o.c [new file with mode: 0644]
archival/lzo1x_9x.c [new file with mode: 0644]
archival/lzo1x_c.c [new file with mode: 0644]
archival/lzo1x_d.c [new file with mode: 0644]
archival/lzop.c [new file with mode: 0644]
archival/rpm.c [new file with mode: 0644]
archival/rpm.h [new file with mode: 0644]
archival/rpm2cpio.c [new file with mode: 0644]
archival/tar.c [new file with mode: 0644]
archival/unzip.c [new file with mode: 0644]
console-tools/Config.src [new file with mode: 0644]
console-tools/Kbuild.src [new file with mode: 0644]
console-tools/chvt.c [new file with mode: 0644]
console-tools/clear.c [new file with mode: 0644]
console-tools/deallocvt.c [new file with mode: 0644]
console-tools/dumpkmap.c [new file with mode: 0644]
console-tools/fgconsole.c [new file with mode: 0644]
console-tools/kbd_mode.c [new file with mode: 0644]
console-tools/loadfont.c [new file with mode: 0644]
console-tools/loadkmap.c [new file with mode: 0644]
console-tools/openvt.c [new file with mode: 0644]
console-tools/reset.c [new file with mode: 0644]
console-tools/resize.c [new file with mode: 0644]
console-tools/setconsole.c [new file with mode: 0644]
console-tools/setkeycodes.c [new file with mode: 0644]
console-tools/setlogcons.c [new file with mode: 0644]
console-tools/showkey.c [new file with mode: 0644]
coreutils/Config.src [new file with mode: 0644]
coreutils/Kbuild.src [new file with mode: 0644]
coreutils/basename.c [new file with mode: 0644]
coreutils/cal.c [new file with mode: 0644]
coreutils/cat.c [new file with mode: 0644]
coreutils/catv.c [new file with mode: 0644]
coreutils/chgrp.c [new file with mode: 0644]
coreutils/chmod.c [new file with mode: 0644]
coreutils/chown.c [new file with mode: 0644]
coreutils/chroot.c [new file with mode: 0644]
coreutils/cksum.c [new file with mode: 0644]
coreutils/comm.c [new file with mode: 0644]
coreutils/cp.c [new file with mode: 0644]
coreutils/cut.c [new file with mode: 0644]
coreutils/date.c [new file with mode: 0644]
coreutils/dd.c [new file with mode: 0644]
coreutils/df.c [new file with mode: 0644]
coreutils/dirname.c [new file with mode: 0644]
coreutils/dos2unix.c [new file with mode: 0644]
coreutils/du.c [new file with mode: 0644]
coreutils/echo.c [new file with mode: 0644]
coreutils/env.c [new file with mode: 0644]
coreutils/expand.c [new file with mode: 0644]
coreutils/expr.c [new file with mode: 0644]
coreutils/false.c [new file with mode: 0644]
coreutils/fold.c [new file with mode: 0644]
coreutils/fsync.c [new file with mode: 0644]
coreutils/head.c [new file with mode: 0644]
coreutils/hostid.c [new file with mode: 0644]
coreutils/id.c [new file with mode: 0644]
coreutils/id_test.sh [new file with mode: 0755]
coreutils/install.c [new file with mode: 0644]
coreutils/length.c [new file with mode: 0644]
coreutils/libcoreutils/Kbuild.src [new file with mode: 0644]
coreutils/libcoreutils/coreutils.h [new file with mode: 0644]
coreutils/libcoreutils/cp_mv_stat.c [new file with mode: 0644]
coreutils/libcoreutils/getopt_mk_fifo_nod.c [new file with mode: 0644]
coreutils/ln.c [new file with mode: 0644]
coreutils/logname.c [new file with mode: 0644]
coreutils/ls.c [new file with mode: 0644]
coreutils/md5_sha1_sum.c [new file with mode: 0644]
coreutils/mkdir.c [new file with mode: 0644]
coreutils/mkfifo.c [new file with mode: 0644]
coreutils/mknod.c [new file with mode: 0644]
coreutils/mv.c [new file with mode: 0644]
coreutils/nice.c [new file with mode: 0644]
coreutils/nohup.c [new file with mode: 0644]
coreutils/od.c [new file with mode: 0644]
coreutils/od_bloaty.c [new file with mode: 0644]
coreutils/printenv.c [new file with mode: 0644]
coreutils/printf.c [new file with mode: 0644]
coreutils/pwd.c [new file with mode: 0644]
coreutils/readlink.c [new file with mode: 0644]
coreutils/realpath.c [new file with mode: 0644]
coreutils/rm.c [new file with mode: 0644]
coreutils/rmdir.c [new file with mode: 0644]
coreutils/seq.c [new file with mode: 0644]
coreutils/sleep.c [new file with mode: 0644]
coreutils/sort.c [new file with mode: 0644]
coreutils/split.c [new file with mode: 0644]
coreutils/stat.c [new file with mode: 0644]
coreutils/stty.c [new file with mode: 0644]
coreutils/sum.c [new file with mode: 0644]
coreutils/sync.c [new file with mode: 0644]
coreutils/tac.c [new file with mode: 0644]
coreutils/tail.c [new file with mode: 0644]
coreutils/tee.c [new file with mode: 0644]
coreutils/test.c [new file with mode: 0644]
coreutils/test_ptr_hack.c [new file with mode: 0644]
coreutils/touch.c [new file with mode: 0644]
coreutils/tr.c [new file with mode: 0644]
coreutils/true.c [new file with mode: 0644]
coreutils/tty.c [new file with mode: 0644]
coreutils/uname.c [new file with mode: 0644]
coreutils/uniq.c [new file with mode: 0644]
coreutils/usleep.c [new file with mode: 0644]
coreutils/uudecode.c [new file with mode: 0644]
coreutils/uuencode.c [new file with mode: 0644]
coreutils/wc.c [new file with mode: 0644]
coreutils/who.c [new file with mode: 0644]
coreutils/whoami.c [new file with mode: 0644]
coreutils/yes.c [new file with mode: 0644]
debian/bin/genorig.py [new file with mode: 0755]
debian/busybox-static.install [new file with mode: 0644]
debian/busybox-symlinks-adduser.links [new file with mode: 0644]
debian/busybox-symlinks-adjtimex.links [new file with mode: 0644]
debian/busybox-symlinks-binutils.links [new file with mode: 0644]
debian/busybox-symlinks-bridge-utils.links [new file with mode: 0644]
debian/busybox-symlinks-bsdmainutils.links [new file with mode: 0644]
debian/busybox-symlinks-busybox.links [new file with mode: 0644]
debian/busybox-symlinks-bzip2.links [new file with mode: 0644]
debian/busybox-symlinks-console-tools.links [new file with mode: 0644]
debian/busybox-symlinks-cpio.links [new file with mode: 0644]
debian/busybox-symlinks-cpio.postinst [new file with mode: 0644]
debian/busybox-symlinks-cpio.prerm [new file with mode: 0644]
debian/busybox-symlinks-cron.links [new file with mode: 0644]
debian/busybox-symlinks-daemontools.links [new file with mode: 0644]
debian/busybox-symlinks-dc.links [new file with mode: 0644]
debian/busybox-symlinks-dnsutils.links [new file with mode: 0644]
debian/busybox-symlinks-dosfstools.links [new file with mode: 0644]
debian/busybox-symlinks-ed.links [new file with mode: 0644]
debian/busybox-symlinks-eject.links [new file with mode: 0644]
debian/busybox-symlinks-fbset.links [new file with mode: 0644]
debian/busybox-symlinks-fdflush.links [new file with mode: 0644]
debian/busybox-symlinks-hdparm.links [new file with mode: 0644]
debian/busybox-symlinks-ifupdown.dirs [new file with mode: 0644]
debian/busybox-symlinks-ifupdown.links [new file with mode: 0644]
debian/busybox-symlinks-initscripts.links [new file with mode: 0644]
debian/busybox-symlinks-ipcalc.links [new file with mode: 0644]
debian/busybox-symlinks-iproute.links [new file with mode: 0644]
debian/busybox-symlinks-ipsvd.links [new file with mode: 0644]
debian/busybox-symlinks-iputils-arping.links [new file with mode: 0644]
debian/busybox-symlinks-iputils-ping.links [new file with mode: 0644]
debian/busybox-symlinks-klogd.links [new file with mode: 0644]
debian/busybox-symlinks-loadlin.links [new file with mode: 0644]
debian/busybox-symlinks-lrzsz.links [new file with mode: 0644]
debian/busybox-symlinks-lzma.links [new file with mode: 0644]
debian/busybox-symlinks-lzop.links [new file with mode: 0644]
debian/busybox-symlinks-module-init-tools.links [new file with mode: 0644]
debian/busybox-symlinks-mtd-utils.links [new file with mode: 0644]
debian/busybox-symlinks-net-tools.links [new file with mode: 0644]
debian/busybox-symlinks-openbsd-inetd.links [new file with mode: 0644]
debian/busybox-symlinks-passwd.links [new file with mode: 0644]
debian/busybox-symlinks-patch.links [new file with mode: 0644]
debian/busybox-symlinks-ppp.links [new file with mode: 0644]
debian/busybox-symlinks-procps.links [new file with mode: 0644]
debian/busybox-symlinks-psmisc.links [new file with mode: 0644]
debian/busybox-symlinks-rdate.links [new file with mode: 0644]
debian/busybox-symlinks-realpath.links [new file with mode: 0644]
debian/busybox-symlinks-rpm.links [new file with mode: 0644]
debian/busybox-symlinks-runit.links [new file with mode: 0644]
debian/busybox-symlinks-sharutils.links [new file with mode: 0644]
debian/busybox-symlinks-ssmtp.links [new file with mode: 0644]
debian/busybox-symlinks-sysklogd.links [new file with mode: 0644]
debian/busybox-symlinks-telnetd.links [new file with mode: 0644]
debian/busybox-symlinks-tftp.links [new file with mode: 0644]
debian/busybox-symlinks-time.links [new file with mode: 0644]
debian/busybox-symlinks-tofrodos.links [new file with mode: 0644]
debian/busybox-symlinks-udhcpc.links [new file with mode: 0644]
debian/busybox-symlinks-udhcpd.links [new file with mode: 0644]
debian/busybox-symlinks-unzip.links [new file with mode: 0644]
debian/busybox-symlinks-vlan.links [new file with mode: 0644]
debian/busybox-symlinks-vlock.links [new file with mode: 0644]
debian/busybox-symlinks-watchdog.links [new file with mode: 0644]
debian/busybox-symlinks-wget.links [new file with mode: 0644]
debian/busybox-symlinks-xterm.links [new file with mode: 0644]
debian/busybox-symlinks-zcip.links [new file with mode: 0644]
debian/busybox-syslogd.busybox-klogd.init [new file with mode: 0644]
debian/busybox-syslogd.default [new file with mode: 0644]
debian/busybox-syslogd.init [new file with mode: 0644]
debian/busybox-udeb.install [new file with mode: 0644]
debian/busybox.dirs [new file with mode: 0644]
debian/busybox.install [new file with mode: 0644]
debian/busybox.links [new file with mode: 0644]
debian/busybox.postinst [new file with mode: 0644]
debian/busybox.prerm [new file with mode: 0644]
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/config/config.maemo [new file with mode: 0644]
debian/config/os/hurd [new file with mode: 0644]
debian/config/os/kfreebsd [new file with mode: 0644]
debian/config/os/linux [new file with mode: 0644]
debian/config/pkg/deb [new file with mode: 0644]
debian/config/pkg/slp [new file with mode: 0644]
debian/config/pkg/static [new file with mode: 0644]
debian/config/pkg/udeb [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/local/bash [new file with mode: 0644]
debian/local/faketrue [new file with mode: 0644]
debian/local/tempfile [new file with mode: 0644]
debian/patches/05thumb.dpatch [new file with mode: 0644]
debian/patches/06ls.dpatch [new file with mode: 0644]
debian/patches/applets-fallback.patch [new file with mode: 0644]
debian/patches/blockdev.patch [new file with mode: 0644]
debian/patches/bootchartd-mounting-tmpfs-is-Linux-specific.patch [new file with mode: 0644]
debian/patches/busybox-zero-ifr.ifr_hwaddr.sa_data.patch [new file with mode: 0644]
debian/patches/cttyhack-serial-console-detection-is-Linux-specific.patch [new file with mode: 0644]
debian/patches/debian-changes-1:1.17.1-10 [new file with mode: 0644]
debian/patches/doc-man-name.patch [new file with mode: 0644]
debian/patches/init-console-CRTSCTS.patch [new file with mode: 0644]
debian/patches/init-console.patch [new file with mode: 0644]
debian/patches/init-halt-portability-improvements.patch [new file with mode: 0644]
debian/patches/init-loginutils-termios-portability-fixes.patch [new file with mode: 0644]
debian/patches/init-make-the-initial-TERM-value-configurable.patch [new file with mode: 0644]
debian/patches/klogd-make-it-work-on-non-linux-systems.patch [new file with mode: 0644]
debian/patches/less-remove-misguided-dependency-on-PLATFORM_LINUX.patch [new file with mode: 0644]
debian/patches/libbb-conditionalize-AF_-usage-in-error-reporting.patch [new file with mode: 0644]
debian/patches/libbb.h-add-device-names-for-Hurd-and-FreeBSD.patch [new file with mode: 0644]
debian/patches/make_gen_build_files_skip_quilt.patch [new file with mode: 0644]
debian/patches/mark-Linux-specific-configuration-options.patch [new file with mode: 0644]
debian/patches/mkdir-fix-p-on-FreeBSD.patch [new file with mode: 0644]
debian/patches/readlink-use-xmalloc_realpath.patch [new file with mode: 0644]
debian/patches/series [new file with mode: 0644]
debian/patches/shell-ash-export-HOME.patch [new file with mode: 0644]
debian/patches/shell-hist.patch [new file with mode: 0644]
debian/patches/strip.patch [new file with mode: 0644]
debian/patches/stty-sort-out-preprocessor-conditionals.patch [new file with mode: 0644]
debian/patches/swaponoff-FreeBSD-support.patch [new file with mode: 0644]
debian/patches/tcpsvd-udpsvd-conditionalize-usage-of-SO_ORIGINAL_DS.patch [new file with mode: 0644]
debian/patches/top-display-rss.patch [new file with mode: 0644]
debian/patches/u-mount-FreeBSD-support.patch [new file with mode: 0644]
debian/patches/udhcpc-fast-request.patch [new file with mode: 0644]
debian/patches/update-scripts-kconfig-_shipped.patch [new file with mode: 0644]
debian/patches/version.patch [new file with mode: 0644]
debian/patches/vlock-disable-linux-console-calls-on-other-systems.patch [new file with mode: 0644]
debian/rules [new file with mode: 0755]
debian/scripts/README [new file with mode: 0644]
debian/scripts/busybox-notes.txt [new file with mode: 0644]
debian/scripts/busybox-symlinks-ifupdown.dirs [new file with mode: 0644]
debian/scripts/busybox.dirs [new file with mode: 0644]
debian/scripts/check-links.py [new file with mode: 0755]
debian/scripts/create-control.py [new file with mode: 0755]
debian/scripts/debian-mappings.txt [new file with mode: 0644]
debian/sfdisk/Makefile [new file with mode: 0644]
debian/sfdisk/common.h [new file with mode: 0644]
debian/sfdisk/defines.h [new file with mode: 0644]
debian/sfdisk/disksize.c [new file with mode: 0644]
debian/sfdisk/i386_sys_types.c [new file with mode: 0644]
debian/sfdisk/nls.h [new file with mode: 0644]
debian/sfdisk/partname.c [new file with mode: 0644]
debian/sfdisk/sfdisk.c [new file with mode: 0644]
debian/sfdisk/xstrncpy.c [new file with mode: 0644]
debian/sfdisk/xstrncpy.h [new file with mode: 0644]
debian/source/format [new file with mode: 0644]
debian/tree/busybox-udeb/usr/share/udhcpc/default.script [new file with mode: 0755]
debian/tree/udhcpc/usr/share/udhcpc/default.script [new file with mode: 0755]
debian/tree/udhcpd/etc/default/udhcpd [new file with mode: 0644]
debian/tree/udhcpd/etc/init.d/udhcpd [new file with mode: 0644]
debian/tree/udhcpd/etc/udhcpd.conf [new file with mode: 0644]
debian/tree/udhcpd/usr/share/man/man5/udhcpd.conf.5 [new file with mode: 0644]
debian/udhcpc.install [new file with mode: 0644]
debian/udhcpd.install [new file with mode: 0644]
debianutils/Config.src [new file with mode: 0644]
debianutils/Kbuild.src [new file with mode: 0644]
debianutils/mktemp.c [new file with mode: 0644]
debianutils/pipe_progress.c [new file with mode: 0644]
debianutils/run_parts.c [new file with mode: 0644]
debianutils/start_stop_daemon.c [new file with mode: 0644]
debianutils/which.c [new file with mode: 0644]
docs/.gitignore [new file with mode: 0644]
docs/Serial-Programming-HOWTO.txt [new file with mode: 0644]
docs/busybox_footer.pod [new file with mode: 0644]
docs/busybox_header.pod [new file with mode: 0644]
docs/cgi/cl.html [new file with mode: 0644]
docs/cgi/env.html [new file with mode: 0644]
docs/cgi/in.html [new file with mode: 0644]
docs/cgi/interface.html [new file with mode: 0644]
docs/cgi/out.html [new file with mode: 0644]
docs/contributing.txt [new file with mode: 0644]
docs/ctty.htm [new file with mode: 0644]
docs/draft-coar-cgi-v11-03-clean.html [new file with mode: 0644]
docs/ifupdown_design.txt [new file with mode: 0644]
docs/keep_data_small.txt [new file with mode: 0644]
docs/logging_and_backgrounding.txt [new file with mode: 0644]
docs/mdev.txt [new file with mode: 0644]
docs/new-applet-HOWTO.txt [new file with mode: 0644]
docs/nofork_noexec.txt [new file with mode: 0644]
docs/posix_conformance.txt [new file with mode: 0644]
docs/sigint.htm [new file with mode: 0644]
docs/style-guide.txt [new file with mode: 0644]
docs/tar_pax.txt [new file with mode: 0644]
docs/unicode.txt [new file with mode: 0644]
docs/unicode_UTF-8-test.txt [new file with mode: 0644]
docs/unicode_full-bmp.txt [new file with mode: 0644]
e2fsprogs/Config.src [new file with mode: 0644]
e2fsprogs/Kbuild.src [new file with mode: 0644]
e2fsprogs/README [new file with mode: 0644]
e2fsprogs/chattr.c [new file with mode: 0644]
e2fsprogs/e2fs_defs.h [new file with mode: 0644]
e2fsprogs/e2fs_lib.c [new file with mode: 0644]
e2fsprogs/e2fs_lib.h [new file with mode: 0644]
e2fsprogs/fsck.c [new file with mode: 0644]
e2fsprogs/lsattr.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/Config.src [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/Kbuild.src [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/README [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/blkid/Kbuild.src [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/blkid/blkid.h [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/blkid/blkidP.h [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/blkid/blkid_getsize.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/blkid/cache.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/blkid/dev.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/blkid/devname.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/blkid/devno.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/blkid/list.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/blkid/list.h [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/blkid/probe.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/blkid/probe.h [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/blkid/read.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/blkid/resolve.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/blkid/save.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/blkid/tag.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/chattr.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/e2fsbb.h [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/e2fsck.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/e2fsck.h [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/e2p/Kbuild.src [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/e2p/e2p.h [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/e2p/feature.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/e2p/fgetsetflags.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/e2p/fgetsetversion.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/e2p/hashstr.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/e2p/iod.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/e2p/ls.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/e2p/mntopts.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/e2p/ostype.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/e2p/parse_num.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/e2p/pe.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/e2p/pf.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/e2p/ps.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/e2p/uuid.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/ext2fs/Kbuild.src [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/ext2fs/alloc.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/ext2fs/alloc_sb.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/ext2fs/alloc_stats.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/ext2fs/alloc_tables.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/ext2fs/badblocks.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/ext2fs/bb_compat.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/ext2fs/bb_inode.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/ext2fs/bitmaps.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/ext2fs/bitops.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/ext2fs/bitops.h [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/ext2fs/block.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/ext2fs/bmap.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/ext2fs/bmove.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/ext2fs/brel.h [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/ext2fs/brel_ma.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/ext2fs/check_desc.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/ext2fs/closefs.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/ext2fs/cmp_bitmaps.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/ext2fs/dblist.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/ext2fs/dblist_dir.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/ext2fs/dir_iterate.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/ext2fs/dirblock.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/ext2fs/dirhash.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/ext2fs/dupfs.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/ext2fs/e2image.h [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/ext2fs/expanddir.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/ext2fs/ext2_err.h [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/ext2fs/ext2_ext_attr.h [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/ext2fs/ext2_fs.h [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/ext2fs/ext2_io.h [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/ext2fs/ext2_types.h [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/ext2fs/ext2fs.h [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/ext2fs/ext2fsP.h [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/ext2fs/ext2fs_inline.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/ext2fs/ext_attr.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/ext2fs/fileio.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/ext2fs/finddev.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/ext2fs/flushb.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/ext2fs/freefs.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/ext2fs/gen_bitmap.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/ext2fs/get_pathname.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/ext2fs/getsectsize.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/ext2fs/getsize.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/ext2fs/icount.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/ext2fs/imager.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/ext2fs/ind_block.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/ext2fs/initialize.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/ext2fs/inline.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/ext2fs/inode.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/ext2fs/inode_io.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/ext2fs/io_manager.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/ext2fs/irel.h [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/ext2fs/irel_ma.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/ext2fs/ismounted.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/ext2fs/jfs_dat.h [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/ext2fs/kernel-jbd.h [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/ext2fs/kernel-list.h [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/ext2fs/link.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/ext2fs/lookup.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/ext2fs/mkdir.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/ext2fs/mkjournal.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/ext2fs/namei.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/ext2fs/newdir.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/ext2fs/openfs.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/ext2fs/read_bb.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/ext2fs/read_bb_file.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/ext2fs/res_gdt.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/ext2fs/rs_bitmap.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/ext2fs/rw_bitmaps.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/ext2fs/sparse.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/ext2fs/swapfs.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/ext2fs/test_io.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/ext2fs/unix_io.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/ext2fs/unlink.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/ext2fs/valid_blk.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/ext2fs/version.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/ext2fs/write_bb_file.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/fsck.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/fsck.h [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/lsattr.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/mke2fs.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/tune2fs.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/util.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/util.h [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/uuid/Kbuild.src [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/uuid/compare.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/uuid/gen_uuid.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/uuid/pack.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/uuid/parse.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/uuid/unpack.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/uuid/unparse.c [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/uuid/uuid.h [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/uuid/uuidP.h [new file with mode: 0644]
e2fsprogs/old_e2fsprogs/uuid/uuid_time.c [new file with mode: 0644]
e2fsprogs/tune2fs.c [new file with mode: 0644]
editors/Config.src [new file with mode: 0644]
editors/Kbuild.src [new file with mode: 0644]
editors/awk.c [new file with mode: 0644]
editors/cmp.c [new file with mode: 0644]
editors/diff.c [new file with mode: 0644]
editors/ed.c [new file with mode: 0644]
editors/patch.c [new file with mode: 0644]
editors/patch_toybox.c [new file with mode: 0644]
editors/sed.c [new file with mode: 0644]
editors/sed1line.txt [new file with mode: 0644]
editors/sed_summary.htm [new file with mode: 0644]
editors/vi.c [new file with mode: 0644]
examples/bootfloppy/bootfloppy.txt [new file with mode: 0644]
examples/bootfloppy/display.txt [new file with mode: 0644]
examples/bootfloppy/etc/fstab [new file with mode: 0644]
examples/bootfloppy/etc/init.d/rcS [new file with mode: 0755]
examples/bootfloppy/etc/inittab [new file with mode: 0644]
examples/bootfloppy/etc/profile [new file with mode: 0644]
examples/bootfloppy/mkdevs.sh [new file with mode: 0755]
examples/bootfloppy/mkrootfs.sh [new file with mode: 0755]
examples/bootfloppy/mksyslinux.sh [new file with mode: 0755]
examples/bootfloppy/quickstart.txt [new file with mode: 0644]
examples/bootfloppy/syslinux.cfg [new file with mode: 0644]
examples/busybox.spec [new file with mode: 0644]
examples/depmod [new file with mode: 0755]
examples/depmod.pl [new file with mode: 0755]
examples/devfsd.conf [new file with mode: 0644]
examples/dnsd.conf [new file with mode: 0644]
examples/inetd.conf [new file with mode: 0644]
examples/inittab [new file with mode: 0644]
examples/linux-2.6.30_proc_self_exe.patch [new file with mode: 0644]
examples/mdev.conf [new file with mode: 0644]
examples/mdev_fat.conf [new file with mode: 0644]
examples/mk2knr.pl [new file with mode: 0755]
examples/udhcp/sample.bound [new file with mode: 0755]
examples/udhcp/sample.deconfig [new file with mode: 0755]
examples/udhcp/sample.nak [new file with mode: 0755]
examples/udhcp/sample.renew [new file with mode: 0755]
examples/udhcp/sample.script [new file with mode: 0755]
examples/udhcp/simple.script [new file with mode: 0755]
examples/udhcp/udhcpd.conf [new file with mode: 0644]
examples/undeb [new file with mode: 0755]
examples/unrpm [new file with mode: 0755]
examples/var_service/dhcp_if/convert2ipconf [new file with mode: 0755]
examples/var_service/dhcp_if/convert2ntpconf [new file with mode: 0755]
examples/var_service/dhcp_if/dhcp_handler [new file with mode: 0755]
examples/var_service/dhcp_if/log/run [new file with mode: 0755]
examples/var_service/dhcp_if/p_log [new file with mode: 0755]
examples/var_service/dhcp_if/run [new file with mode: 0755]
examples/var_service/dhcp_if/w_log [new file with mode: 0755]
examples/var_service/dhcp_if_pinger/run [new file with mode: 0755]
examples/var_service/ftpd/log/run [new file with mode: 0755]
examples/var_service/ftpd/p_log [new file with mode: 0755]
examples/var_service/ftpd/run [new file with mode: 0755]
examples/var_service/ftpd/w_log [new file with mode: 0755]
examples/var_service/fw/conf/11.22.33.44.ipconf-- [new file with mode: 0644]
examples/var_service/fw/conf/192.168.0.1.ipconf [new file with mode: 0644]
examples/var_service/fw/conf/lo.ipconf [new file with mode: 0644]
examples/var_service/fw/etc/hosts [new file with mode: 0644]
examples/var_service/fw/etc/resolv.conf [new file with mode: 0644]
examples/var_service/fw/run [new file with mode: 0755]
examples/var_service/fw/stat [new file with mode: 0755]
examples/var_service/getty_tty1/alt08x16+unimap.fnt [new file with mode: 0644]
examples/var_service/getty_tty1/cfg [new file with mode: 0755]
examples/var_service/getty_tty1/koi8r_to_uni.trans [new file with mode: 0644]
examples/var_service/getty_tty1/login.sh [new file with mode: 0755]
examples/var_service/getty_tty1/ru_koi8r.keymap [new file with mode: 0644]
examples/var_service/getty_tty1/run [new file with mode: 0755]
examples/var_service/gpm/run [new file with mode: 0755]
examples/var_service/httpd/log/run [new file with mode: 0755]
examples/var_service/httpd/p_log [new file with mode: 0755]
examples/var_service/httpd/run [new file with mode: 0755]
examples/var_service/httpd/w_log [new file with mode: 0755]
examples/var_service/ifplugd_if/ifplugd_handler [new file with mode: 0755]
examples/var_service/ifplugd_if/log/run [new file with mode: 0755]
examples/var_service/ifplugd_if/p_log [new file with mode: 0755]
examples/var_service/ifplugd_if/run [new file with mode: 0755]
examples/var_service/ifplugd_if/w_log [new file with mode: 0755]
examples/var_service/inetd/inetd.conf [new file with mode: 0644]
examples/var_service/inetd/log/run [new file with mode: 0755]
examples/var_service/inetd/p_log [new file with mode: 0755]
examples/var_service/inetd/run [new file with mode: 0755]
examples/var_service/inetd/w_log [new file with mode: 0755]
examples/var_service/nmeter/run [new file with mode: 0755]
examples/var_service/ntpd/log/run [new file with mode: 0755]
examples/var_service/ntpd/ntp.script [new file with mode: 0755]
examples/var_service/ntpd/p_log [new file with mode: 0755]
examples/var_service/ntpd/run [new file with mode: 0755]
examples/var_service/ntpd/w_log [new file with mode: 0755]
examples/var_service/tftpd/log/run [new file with mode: 0755]
examples/var_service/tftpd/p_log [new file with mode: 0755]
examples/var_service/tftpd/run [new file with mode: 0755]
examples/var_service/tftpd/w_log [new file with mode: 0755]
examples/zcip.script [new file with mode: 0755]
findutils/.gitignore [new file with mode: 0644]
findutils/Config.src [new file with mode: 0644]
findutils/Kbuild.src [new file with mode: 0644]
findutils/find.c [new file with mode: 0644]
findutils/grep.c [new file with mode: 0644]
findutils/xargs.c [new file with mode: 0644]
include/.gitignore [new file with mode: 0644]
include/applets.src.h [new file with mode: 0644]
include/ar.h [new file with mode: 0644]
include/busybox.h [new file with mode: 0644]
include/dump.h [new file with mode: 0644]
include/fix_u32.h [new file with mode: 0644]
include/grp_.h [new file with mode: 0644]
include/inet_common.h [new file with mode: 0644]
include/libbb.h [new file with mode: 0644]
include/platform.h [new file with mode: 0644]
include/pwd_.h [new file with mode: 0644]
include/rtc_.h [new file with mode: 0644]
include/shadow_.h [new file with mode: 0644]
include/unarchive.h [new file with mode: 0644]
include/unicode.h [new file with mode: 0644]
include/usage.src.h [new file with mode: 0644]
include/volume_id.h [new file with mode: 0644]
include/xatonum.h [new file with mode: 0644]
include/xregex.h [new file with mode: 0644]
init/Config.src [new file with mode: 0644]
init/Kbuild.src [new file with mode: 0644]
init/bootchartd.c [new file with mode: 0644]
init/halt.c [new file with mode: 0644]
init/init.c [new file with mode: 0644]
init/mesg.c [new file with mode: 0644]
libbb/Config.src [new file with mode: 0644]
libbb/Kbuild.src [new file with mode: 0644]
libbb/README [new file with mode: 0644]
libbb/appletlib.c [new file with mode: 0644]
libbb/ask_confirmation.c [new file with mode: 0644]
libbb/bb_askpass.c [new file with mode: 0644]
libbb/bb_basename.c [new file with mode: 0644]
libbb/bb_do_delay.c [new file with mode: 0644]
libbb/bb_pwd.c [new file with mode: 0644]
libbb/bb_qsort.c [new file with mode: 0644]
libbb/bb_strtod.c [new file with mode: 0644]
libbb/bb_strtonum.c [new file with mode: 0644]
libbb/change_identity.c [new file with mode: 0644]
libbb/chomp.c [new file with mode: 0644]
libbb/compare_string_array.c [new file with mode: 0644]
libbb/concat_path_file.c [new file with mode: 0644]
libbb/concat_subpath_file.c [new file with mode: 0644]
libbb/copy_file.c [new file with mode: 0644]
libbb/copyfd.c [new file with mode: 0644]
libbb/correct_password.c [new file with mode: 0644]
libbb/crc32.c [new file with mode: 0644]
libbb/create_icmp6_socket.c [new file with mode: 0644]
libbb/create_icmp_socket.c [new file with mode: 0644]
libbb/default_error_retval.c [new file with mode: 0644]
libbb/device_open.c [new file with mode: 0644]
libbb/die_if_bad_username.c [new file with mode: 0644]
libbb/dump.c [new file with mode: 0644]
libbb/execable.c [new file with mode: 0644]
libbb/fclose_nonstdin.c [new file with mode: 0644]
libbb/fflush_stdout_and_exit.c [new file with mode: 0644]
libbb/fgets_str.c [new file with mode: 0644]
libbb/find_mount_point.c [new file with mode: 0644]
libbb/find_pid_by_name.c [new file with mode: 0644]
libbb/find_root_device.c [new file with mode: 0644]
libbb/full_write.c [new file with mode: 0644]
libbb/get_console.c [new file with mode: 0644]
libbb/get_last_path_component.c [new file with mode: 0644]
libbb/get_line_from_file.c [new file with mode: 0644]
libbb/get_volsize.c [new file with mode: 0644]
libbb/getopt32.c [new file with mode: 0644]
libbb/getpty.c [new file with mode: 0644]
libbb/herror_msg.c [new file with mode: 0644]
libbb/human_readable.c [new file with mode: 0644]
libbb/inet_common.c [new file with mode: 0644]
libbb/info_msg.c [new file with mode: 0644]
libbb/inode_hash.c [new file with mode: 0644]
libbb/isdirectory.c [new file with mode: 0644]
libbb/kernel_version.c [new file with mode: 0644]
libbb/last_char_is.c [new file with mode: 0644]
libbb/lineedit.c [new file with mode: 0644]
libbb/lineedit_ptr_hack.c [new file with mode: 0644]
libbb/llist.c [new file with mode: 0644]
libbb/login.c [new file with mode: 0644]
libbb/loop.c [new file with mode: 0644]
libbb/make_directory.c [new file with mode: 0644]
libbb/makedev.c [new file with mode: 0644]
libbb/match_fstype.c [new file with mode: 0644]
libbb/md5.c [new file with mode: 0644]
libbb/md5prime.c [new file with mode: 0644]
libbb/messages.c [new file with mode: 0644]
libbb/mode_string.c [new file with mode: 0644]
libbb/mtab.c [new file with mode: 0644]
libbb/mtab_file.c [new file with mode: 0644]
libbb/obscure.c [new file with mode: 0644]
libbb/parse_config.c [new file with mode: 0644]
libbb/parse_mode.c [new file with mode: 0644]
libbb/perror_msg.c [new file with mode: 0644]
libbb/perror_nomsg.c [new file with mode: 0644]
libbb/perror_nomsg_and_die.c [new file with mode: 0644]
libbb/pidfile.c [new file with mode: 0644]
libbb/platform.c [new file with mode: 0644]
libbb/print_flags.c [new file with mode: 0644]
libbb/printable.c [new file with mode: 0644]
libbb/printable_string.c [new file with mode: 0644]
libbb/process_escape_sequence.c [new file with mode: 0644]
libbb/procps.c [new file with mode: 0644]
libbb/progress.c [new file with mode: 0644]
libbb/ptr_to_globals.c [new file with mode: 0644]
libbb/pw_encrypt.c [new file with mode: 0644]
libbb/pw_encrypt_des.c [new file with mode: 0644]
libbb/pw_encrypt_md5.c [new file with mode: 0644]
libbb/pw_encrypt_sha.c [new file with mode: 0644]
libbb/read.c [new file with mode: 0644]
libbb/read_key.c [new file with mode: 0644]
libbb/read_printf.c [new file with mode: 0644]
libbb/recursive_action.c [new file with mode: 0644]
libbb/remove_file.c [new file with mode: 0644]
libbb/rtc.c [new file with mode: 0644]
libbb/run_shell.c [new file with mode: 0644]
libbb/safe_gethostname.c [new file with mode: 0644]
libbb/safe_poll.c [new file with mode: 0644]
libbb/safe_strncpy.c [new file with mode: 0644]
libbb/safe_write.c [new file with mode: 0644]
libbb/selinux_common.c [new file with mode: 0644]
libbb/setup_environment.c [new file with mode: 0644]
libbb/sha1.c [new file with mode: 0644]
libbb/signals.c [new file with mode: 0644]
libbb/simplify_path.c [new file with mode: 0644]
libbb/single_argv.c [new file with mode: 0644]
libbb/skip_whitespace.c [new file with mode: 0644]
libbb/speed_table.c [new file with mode: 0644]
libbb/str_tolower.c [new file with mode: 0644]
libbb/strrstr.c [new file with mode: 0644]
libbb/time.c [new file with mode: 0644]
libbb/trim.c [new file with mode: 0644]
libbb/u_signal_names.c [new file with mode: 0644]
libbb/udp_io.c [new file with mode: 0644]
libbb/unicode.c [new file with mode: 0644]
libbb/update_passwd.c [new file with mode: 0644]
libbb/utmp.c [new file with mode: 0644]
libbb/uuencode.c [new file with mode: 0644]
libbb/vdprintf.c [new file with mode: 0644]
libbb/verror_msg.c [new file with mode: 0644]
libbb/vfork_daemon_rexec.c [new file with mode: 0644]
libbb/warn_ignoring_args.c [new file with mode: 0644]
libbb/wfopen.c [new file with mode: 0644]
libbb/wfopen_input.c [new file with mode: 0644]
libbb/write.c [new file with mode: 0644]
libbb/xatonum.c [new file with mode: 0644]
libbb/xatonum_template.c [new file with mode: 0644]
libbb/xconnect.c [new file with mode: 0644]
libbb/xfunc_die.c [new file with mode: 0644]
libbb/xfuncs.c [new file with mode: 0644]
libbb/xfuncs_printf.c [new file with mode: 0644]
libbb/xgetcwd.c [new file with mode: 0644]
libbb/xgethostbyname.c [new file with mode: 0644]
libbb/xreadlink.c [new file with mode: 0644]
libbb/xrealloc_vector.c [new file with mode: 0644]
libbb/xregcomp.c [new file with mode: 0644]
libpwdgrp/Kbuild.src [new file with mode: 0644]
libpwdgrp/pwd_grp.c [new file with mode: 0644]
libpwdgrp/pwd_grp_internal.c [new file with mode: 0644]
libpwdgrp/uidgid_get.c [new file with mode: 0644]
loginutils/Config.src [new file with mode: 0644]
loginutils/Kbuild.src [new file with mode: 0644]
loginutils/addgroup.c [new file with mode: 0644]
loginutils/adduser.c [new file with mode: 0644]
loginutils/chpasswd.c [new file with mode: 0644]
loginutils/cryptpw.c [new file with mode: 0644]
loginutils/deluser.c [new file with mode: 0644]
loginutils/getty.c [new file with mode: 0644]
loginutils/login.c [new file with mode: 0644]
loginutils/passwd.c [new file with mode: 0644]
loginutils/su.c [new file with mode: 0644]
loginutils/sulogin.c [new file with mode: 0644]
loginutils/vlock.c [new file with mode: 0644]
mailutils/Config.src [new file with mode: 0644]
mailutils/Kbuild.src [new file with mode: 0644]
mailutils/mail.c [new file with mode: 0644]
mailutils/mail.h [new file with mode: 0644]
mailutils/mime.c [new file with mode: 0644]
mailutils/popmaildir.c [new file with mode: 0644]
mailutils/sendmail.c [new file with mode: 0644]
miscutils/Config.src [new file with mode: 0644]
miscutils/Kbuild.src [new file with mode: 0644]
miscutils/adjtimex.c [new file with mode: 0644]
miscutils/bbconfig.c [new file with mode: 0644]
miscutils/beep.c [new file with mode: 0644]
miscutils/chat.c [new file with mode: 0644]
miscutils/chrt.c [new file with mode: 0644]
miscutils/conspy.c [new file with mode: 0644]
miscutils/crond.c [new file with mode: 0644]
miscutils/crontab.c [new file with mode: 0644]
miscutils/dc.c [new file with mode: 0644]
miscutils/devfsd.c [new file with mode: 0644]
miscutils/devmem.c [new file with mode: 0644]
miscutils/eject.c [new file with mode: 0644]
miscutils/fbsplash.c [new file with mode: 0644]
miscutils/fbsplash.cfg [new file with mode: 0644]
miscutils/flash_eraseall.c [new file with mode: 0644]
miscutils/flash_lock_unlock.c [new file with mode: 0644]
miscutils/flashcp.c [new file with mode: 0644]
miscutils/hdparm.c [new file with mode: 0644]
miscutils/inotifyd.c [new file with mode: 0644]
miscutils/ionice.c [new file with mode: 0644]
miscutils/last.c [new file with mode: 0644]
miscutils/last_fancy.c [new file with mode: 0644]
miscutils/less.c [new file with mode: 0644]
miscutils/makedevs.c [new file with mode: 0644]
miscutils/man.c [new file with mode: 0644]
miscutils/microcom.c [new file with mode: 0644]
miscutils/mountpoint.c [new file with mode: 0644]
miscutils/mt.c [new file with mode: 0644]
miscutils/raidautorun.c [new file with mode: 0644]
miscutils/readahead.c [new file with mode: 0644]
miscutils/rfkill.c [new file with mode: 0644]
miscutils/runlevel.c [new file with mode: 0644]
miscutils/rx.c [new file with mode: 0644]
miscutils/setsid.c [new file with mode: 0644]
miscutils/strings.c [new file with mode: 0644]
miscutils/taskset.c [new file with mode: 0644]
miscutils/time.c [new file with mode: 0644]
miscutils/timeout.c [new file with mode: 0644]
miscutils/ttysize.c [new file with mode: 0644]
miscutils/ubi_attach_detach.c [new file with mode: 0644]
miscutils/volname.c [new file with mode: 0644]
miscutils/wall.c [new file with mode: 0644]
miscutils/watchdog.c [new file with mode: 0644]
modutils/Config.src [new file with mode: 0644]
modutils/Kbuild.src [new file with mode: 0644]
modutils/depmod.c [new file with mode: 0644]
modutils/depmod_process.sh [new file with mode: 0755]
modutils/insmod.c [new file with mode: 0644]
modutils/lsmod.c [new file with mode: 0644]
modutils/modinfo.c [new file with mode: 0644]
modutils/modprobe-small.c [new file with mode: 0644]
modutils/modprobe.c [new file with mode: 0644]
modutils/modutils-24.c [new file with mode: 0644]
modutils/modutils.c [new file with mode: 0644]
modutils/modutils.h [new file with mode: 0644]
modutils/rmmod.c [new file with mode: 0644]
networking/Config.src [new file with mode: 0644]
networking/Kbuild.src [new file with mode: 0644]
networking/arp.c [new file with mode: 0644]
networking/arping.c [new file with mode: 0644]
networking/brctl.c [new file with mode: 0644]
networking/dnsd.c [new file with mode: 0644]
networking/ether-wake.c [new file with mode: 0644]
networking/ftpd.c [new file with mode: 0644]
networking/ftpgetput.c [new file with mode: 0644]
networking/hostname.c [new file with mode: 0644]
networking/httpd.c [new file with mode: 0644]
networking/httpd_indexcgi.c [new file with mode: 0644]
networking/httpd_post_upload.txt [new file with mode: 0644]
networking/httpd_ssi.c [new file with mode: 0644]
networking/ifconfig.c [new file with mode: 0644]
networking/ifenslave.c [new file with mode: 0644]
networking/ifplugd.c [new file with mode: 0644]
networking/ifupdown.c [new file with mode: 0644]
networking/inetd.c [new file with mode: 0644]
networking/interface.c [new file with mode: 0644]
networking/ip.c [new file with mode: 0644]
networking/ipcalc.c [new file with mode: 0644]
networking/isrv.c [new file with mode: 0644]
networking/isrv.h [new file with mode: 0644]
networking/isrv_identd.c [new file with mode: 0644]
networking/libiproute/Kbuild.src [new file with mode: 0644]
networking/libiproute/ip_common.h [new file with mode: 0644]
networking/libiproute/ip_parse_common_args.c [new file with mode: 0644]
networking/libiproute/ipaddress.c [new file with mode: 0644]
networking/libiproute/iplink.c [new file with mode: 0644]
networking/libiproute/iproute.c [new file with mode: 0644]
networking/libiproute/iprule.c [new file with mode: 0644]
networking/libiproute/iptunnel.c [new file with mode: 0644]
networking/libiproute/libnetlink.c [new file with mode: 0644]
networking/libiproute/libnetlink.h [new file with mode: 0644]
networking/libiproute/ll_addr.c [new file with mode: 0644]
networking/libiproute/ll_map.c [new file with mode: 0644]
networking/libiproute/ll_map.h [new file with mode: 0644]
networking/libiproute/ll_proto.c [new file with mode: 0644]
networking/libiproute/ll_types.c [new file with mode: 0644]
networking/libiproute/rt_names.c [new file with mode: 0644]
networking/libiproute/rt_names.h [new file with mode: 0644]
networking/libiproute/rtm_map.c [new file with mode: 0644]
networking/libiproute/rtm_map.h [new file with mode: 0644]
networking/libiproute/utils.c [new file with mode: 0644]
networking/libiproute/utils.h [new file with mode: 0644]
networking/nameif.c [new file with mode: 0644]
networking/nc.c [new file with mode: 0644]
networking/nc_bloaty.c [new file with mode: 0644]
networking/netstat.c [new file with mode: 0644]
networking/nslookup.c [new file with mode: 0644]
networking/ntpd.c [new file with mode: 0644]
networking/ntpd_simple.c [new file with mode: 0644]
networking/ping.c [new file with mode: 0644]
networking/pscan.c [new file with mode: 0644]
networking/route.c [new file with mode: 0644]
networking/slattach.c [new file with mode: 0644]
networking/tc.c [new file with mode: 0644]
networking/tcpudp.c [new file with mode: 0644]
networking/tcpudp_perhost.c [new file with mode: 0644]
networking/tcpudp_perhost.h [new file with mode: 0644]
networking/telnet.c [new file with mode: 0644]
networking/telnetd.c [new file with mode: 0644]
networking/telnetd.ctrlSQ.patch [new file with mode: 0644]
networking/tftp.c [new file with mode: 0644]
networking/traceroute.c [new file with mode: 0644]
networking/tunctl.c [new file with mode: 0644]
networking/udhcp/Config.src [new file with mode: 0644]
networking/udhcp/Kbuild.src [new file with mode: 0644]
networking/udhcp/arpping.c [new file with mode: 0644]
networking/udhcp/common.c [new file with mode: 0644]
networking/udhcp/common.h [new file with mode: 0644]
networking/udhcp/dhcpc.c [new file with mode: 0644]
networking/udhcp/dhcpc.h [new file with mode: 0644]
networking/udhcp/dhcpd.c [new file with mode: 0644]
networking/udhcp/dhcpd.h [new file with mode: 0644]
networking/udhcp/dhcprelay.c [new file with mode: 0644]
networking/udhcp/domain_codec.c [new file with mode: 0644]
networking/udhcp/dumpleases.c [new file with mode: 0644]
networking/udhcp/files.c [new file with mode: 0644]
networking/udhcp/leases.c [new file with mode: 0644]
networking/udhcp/packet.c [new file with mode: 0644]
networking/udhcp/signalpipe.c [new file with mode: 0644]
networking/udhcp/socket.c [new file with mode: 0644]
networking/udhcp/static_leases.c [new file with mode: 0644]
networking/vconfig.c [new file with mode: 0644]
networking/wget.c [new file with mode: 0644]
networking/zcip.c [new file with mode: 0644]
packaging/06ls.patch [new file with mode: 0644]
packaging/applets-fallback.patch [new file with mode: 0644]
packaging/bin.links [new file with mode: 0644]
packaging/blockdev.patch [new file with mode: 0644]
packaging/bootchartd-mounting-tmpfs-is-Linux-specific.patch [new file with mode: 0644]
packaging/busybox-dahlia.config [new file with mode: 0644]
packaging/busybox-zero-ifr.ifr_hwaddr.sa_data.patch [new file with mode: 0644]
packaging/busybox.spec [new file with mode: 0644]
packaging/cttyhack-serial-console-detection-is-Linux-specific.patch [new file with mode: 0644]
packaging/debian-changes-1:1.17.1-10 [new file with mode: 0644]
packaging/doc-man-name.patch [new file with mode: 0644]
packaging/init-console-CRTSCTS.patch [new file with mode: 0644]
packaging/init-console.patch [new file with mode: 0644]
packaging/init-halt-portability-improvements.patch [new file with mode: 0644]
packaging/init-loginutils-termios-portability-fixes.patch [new file with mode: 0644]
packaging/init-make-the-initial-TERM-value-configurable.patch [new file with mode: 0644]
packaging/klogd-make-it-work-on-non-linux-systems.patch [new file with mode: 0644]
packaging/less-remove-misguided-dependency-on-PLATFORM_LINUX.patch [new file with mode: 0644]
packaging/libbb-conditionalize-AF_-usage-in-error-reporting.patch [new file with mode: 0644]
packaging/libbb.h-add-device-names-for-Hurd-and-FreeBSD.patch [new file with mode: 0644]
packaging/make_gen_build_files_skip_quilt.patch [new file with mode: 0644]
packaging/mark-Linux-specific-configuration-options.patch [new file with mode: 0644]
packaging/mkdir-fix-p-on-FreeBSD.patch [new file with mode: 0644]
packaging/readlink-use-xmalloc_realpath.patch [new file with mode: 0644]
packaging/sbin.links [new file with mode: 0644]
packaging/shell-ash-export-HOME.patch [new file with mode: 0644]
packaging/shell-hist.patch [new file with mode: 0644]
packaging/strip.patch [new file with mode: 0644]
packaging/stty-sort-out-preprocessor-conditionals.patch [new file with mode: 0644]
packaging/swaponoff-FreeBSD-support.patch [new file with mode: 0644]
packaging/tcpsvd-udpsvd-conditionalize-usage-of-SO_ORIGINAL_DS.patch [new file with mode: 0644]
packaging/top-display-rss.patch [new file with mode: 0644]
packaging/u-mount-FreeBSD-support.patch [new file with mode: 0644]
packaging/udhcpc-fast-request.patch [new file with mode: 0644]
packaging/update-scripts-kconfig-_shipped.patch [new file with mode: 0644]
packaging/usrbin.links [new file with mode: 0644]
packaging/usrsbin.links [new file with mode: 0644]
packaging/version.patch [new file with mode: 0644]
packaging/vlock-disable-linux-console-calls-on-other-systems.patch [new file with mode: 0644]
printutils/Config.src [new file with mode: 0644]
printutils/Kbuild.src [new file with mode: 0644]
printutils/lpd.c [new file with mode: 0644]
printutils/lpr.c [new file with mode: 0644]
procps/Config.src [new file with mode: 0644]
procps/Kbuild.src [new file with mode: 0644]
procps/free.c [new file with mode: 0644]
procps/fuser.c [new file with mode: 0644]
procps/kill.c [new file with mode: 0644]
procps/nmeter.c [new file with mode: 0644]
procps/pgrep.c [new file with mode: 0644]
procps/pidof.c [new file with mode: 0644]
procps/ps.c [new file with mode: 0644]
procps/ps.posix [new file with mode: 0644]
procps/renice.c [new file with mode: 0644]
procps/smemcap.c [new file with mode: 0644]
procps/sysctl.c [new file with mode: 0644]
procps/top.c [new file with mode: 0644]
procps/uptime.c [new file with mode: 0644]
procps/watch.c [new file with mode: 0644]
runit/Config.src [new file with mode: 0644]
runit/Kbuild.src [new file with mode: 0644]
runit/chpst.c [new file with mode: 0644]
runit/runit_lib.c [new file with mode: 0644]
runit/runit_lib.h [new file with mode: 0644]
runit/runsv.c [new file with mode: 0644]
runit/runsvdir.c [new file with mode: 0644]
runit/sv.c [new file with mode: 0644]
runit/svlogd.c [new file with mode: 0644]
scripts/Kbuild.include [new file with mode: 0644]
scripts/Kbuild.src [new file with mode: 0644]
scripts/Makefile.IMA [new file with mode: 0644]
scripts/Makefile.build [new file with mode: 0644]
scripts/Makefile.clean [new file with mode: 0644]
scripts/Makefile.host [new file with mode: 0644]
scripts/Makefile.lib [new file with mode: 0644]
scripts/basic/.gitignore [new file with mode: 0644]
scripts/basic/Makefile [new file with mode: 0644]
scripts/basic/docproc.c [new file with mode: 0644]
scripts/basic/fixdep.c [new file with mode: 0644]
scripts/basic/split-include.c [new file with mode: 0644]
scripts/bb_release [new file with mode: 0755]
scripts/bloat-o-meter [new file with mode: 0755]
scripts/checkhelp.awk [new file with mode: 0755]
scripts/checkstack.pl [new file with mode: 0755]
scripts/cleanup_printf2puts [new file with mode: 0755]
scripts/echo.c [new file with mode: 0644]
scripts/find_bad_common_bufsiz [new file with mode: 0755]
scripts/find_stray_common_vars [new file with mode: 0755]
scripts/fix_ws.sh [new file with mode: 0755]
scripts/gcc-version.sh [new file with mode: 0755]
scripts/gen_build_files.sh [new file with mode: 0755]
scripts/individual [new file with mode: 0755]
scripts/kconfig/.gitignore [new file with mode: 0644]
scripts/kconfig/Makefile [new file with mode: 0644]
scripts/kconfig/POTFILES.in [new file with mode: 0644]
scripts/kconfig/check.sh [new file with mode: 0755]
scripts/kconfig/conf.c [new file with mode: 0644]
scripts/kconfig/confdata.c [new file with mode: 0644]
scripts/kconfig/expr.c [new file with mode: 0644]
scripts/kconfig/expr.h [new file with mode: 0644]
scripts/kconfig/gconf.c [new file with mode: 0644]
scripts/kconfig/gconf.glade [new file with mode: 0644]
scripts/kconfig/images.c [new file with mode: 0644]
scripts/kconfig/kconfig_load.c [new file with mode: 0644]
scripts/kconfig/kxgettext.c [new file with mode: 0644]
scripts/kconfig/lex.zconf.c_shipped [new file with mode: 0644]
scripts/kconfig/lkc.h [new file with mode: 0644]
scripts/kconfig/lkc_proto.h [new file with mode: 0644]
scripts/kconfig/lxdialog/.gitignore [new file with mode: 0644]
scripts/kconfig/lxdialog/BIG.FAT.WARNING [new file with mode: 0644]
scripts/kconfig/lxdialog/Makefile [new file with mode: 0644]
scripts/kconfig/lxdialog/check-lxdialog.sh [new file with mode: 0644]
scripts/kconfig/lxdialog/checklist.c [new file with mode: 0644]
scripts/kconfig/lxdialog/colors.h [new file with mode: 0644]
scripts/kconfig/lxdialog/dialog.h [new file with mode: 0644]
scripts/kconfig/lxdialog/inputbox.c [new file with mode: 0644]
scripts/kconfig/lxdialog/lxdialog.c [new file with mode: 0644]
scripts/kconfig/lxdialog/menubox.c [new file with mode: 0644]
scripts/kconfig/lxdialog/msgbox.c [new file with mode: 0644]
scripts/kconfig/lxdialog/textbox.c [new file with mode: 0644]
scripts/kconfig/lxdialog/util.c [new file with mode: 0644]
scripts/kconfig/lxdialog/yesno.c [new file with mode: 0644]
scripts/kconfig/mconf.c [new file with mode: 0644]
scripts/kconfig/menu.c [new file with mode: 0644]
scripts/kconfig/qconf.cc [new file with mode: 0644]
scripts/kconfig/qconf.h [new file with mode: 0644]
scripts/kconfig/symbol.c [new file with mode: 0644]
scripts/kconfig/util.c [new file with mode: 0644]
scripts/kconfig/zconf.gperf [new file with mode: 0644]
scripts/kconfig/zconf.hash.c_shipped [new file with mode: 0644]
scripts/kconfig/zconf.l [new file with mode: 0644]
scripts/kconfig/zconf.tab.c_shipped [new file with mode: 0644]
scripts/kconfig/zconf.y [new file with mode: 0644]
scripts/memusage [new file with mode: 0755]
scripts/mkconfigs [new file with mode: 0755]
scripts/mkdiff_obj [new file with mode: 0755]
scripts/mkdiff_obj_bloat [new file with mode: 0755]
scripts/mkmakefile [new file with mode: 0755]
scripts/objsizes [new file with mode: 0755]
scripts/randomtest [new file with mode: 0755]
scripts/randomtest.loop [new file with mode: 0755]
scripts/sample_pmap [new file with mode: 0755]
scripts/showasm [new file with mode: 0755]
scripts/test_make_O [new file with mode: 0755]
scripts/test_make_clean [new file with mode: 0755]
scripts/trylink [new file with mode: 0755]
selinux/Config.src [new file with mode: 0644]
selinux/Kbuild.src [new file with mode: 0644]
selinux/chcon.c [new file with mode: 0644]
selinux/getenforce.c [new file with mode: 0644]
selinux/getsebool.c [new file with mode: 0644]
selinux/load_policy.c [new file with mode: 0644]
selinux/matchpathcon.c [new file with mode: 0644]
selinux/runcon.c [new file with mode: 0644]
selinux/selinuxenabled.c [new file with mode: 0644]
selinux/sestatus.c [new file with mode: 0644]
selinux/setenforce.c [new file with mode: 0644]
selinux/setfiles.c [new file with mode: 0644]
selinux/setsebool.c [new file with mode: 0644]
shell/Config.src [new file with mode: 0644]
shell/Kbuild.src [new file with mode: 0644]
shell/README [new file with mode: 0644]
shell/README.job [new file with mode: 0644]
shell/ash.c [new file with mode: 0644]
shell/ash_doc.txt [new file with mode: 0644]
shell/ash_ptr_hack.c [new file with mode: 0644]
shell/ash_test/ash-alias/alias.right [new file with mode: 0644]
shell/ash_test/ash-alias/alias.tests [new file with mode: 0755]
shell/ash_test/ash-arith/README.ash [new file with mode: 0644]
shell/ash_test/ash-arith/arith-bash1.right [new file with mode: 0644]
shell/ash_test/ash-arith/arith-bash1.tests [new file with mode: 0755]
shell/ash_test/ash-arith/arith-for.right [new file with mode: 0644]
shell/ash_test/ash-arith/arith-for.testsx [new file with mode: 0755]
shell/ash_test/ash-arith/arith.right [new file with mode: 0644]
shell/ash_test/ash-arith/arith.tests [new file with mode: 0755]
shell/ash_test/ash-arith/arith1.sub [new file with mode: 0755]
shell/ash_test/ash-arith/arith2.sub [new file with mode: 0755]
shell/ash_test/ash-heredoc/heredoc.right [new file with mode: 0644]
shell/ash_test/ash-heredoc/heredoc.tests [new file with mode: 0755]
shell/ash_test/ash-invert/invert.right [new file with mode: 0644]
shell/ash_test/ash-invert/invert.tests [new file with mode: 0755]
shell/ash_test/ash-misc/last_amp.right [new file with mode: 0644]
shell/ash_test/ash-misc/last_amp.tests [new file with mode: 0755]
shell/ash_test/ash-misc/nulltick1.right [new file with mode: 0644]
shell/ash_test/ash-misc/nulltick1.tests [new file with mode: 0755]
shell/ash_test/ash-misc/shift1.right [new file with mode: 0644]
shell/ash_test/ash-misc/shift1.tests [new file with mode: 0755]
shell/ash_test/ash-misc/source1.right [new file with mode: 0644]
shell/ash_test/ash-misc/source1.tests [new file with mode: 0755]
shell/ash_test/ash-misc/source2.right [new file with mode: 0644]
shell/ash_test/ash-misc/source2.tests [new file with mode: 0755]
shell/ash_test/ash-quoting/dollar_repl_slash_bash1.right [new file with mode: 0644]
shell/ash_test/ash-quoting/dollar_repl_slash_bash1.tests [new file with mode: 0755]
shell/ash_test/ash-quoting/dollar_squote_bash1.right [new file with mode: 0644]
shell/ash_test/ash-quoting/dollar_squote_bash1.tests [new file with mode: 0755]
shell/ash_test/ash-read/read_REPLY.right [new file with mode: 0644]
shell/ash_test/ash-read/read_REPLY.tests [new file with mode: 0755]
shell/ash_test/ash-read/read_ifs.right [new file with mode: 0644]
shell/ash_test/ash-read/read_ifs.tests [new file with mode: 0755]
shell/ash_test/ash-read/read_n.right [new file with mode: 0644]
shell/ash_test/ash-read/read_n.tests [new file with mode: 0755]
shell/ash_test/ash-read/read_r.right [new file with mode: 0644]
shell/ash_test/ash-read/read_r.tests [new file with mode: 0755]
shell/ash_test/ash-read/read_t.right [new file with mode: 0644]
shell/ash_test/ash-read/read_t.tests [new file with mode: 0755]
shell/ash_test/ash-redir/redir.right [new file with mode: 0644]
shell/ash_test/ash-redir/redir.tests [new file with mode: 0755]
shell/ash_test/ash-redir/redir2.right [new file with mode: 0644]
shell/ash_test/ash-redir/redir2.tests [new file with mode: 0755]
shell/ash_test/ash-redir/redir3.right [new file with mode: 0644]
shell/ash_test/ash-redir/redir3.tests [new file with mode: 0755]
shell/ash_test/ash-redir/redir4.right [new file with mode: 0644]
shell/ash_test/ash-redir/redir4.tests [new file with mode: 0755]
shell/ash_test/ash-redir/redir5.right [new file with mode: 0644]
shell/ash_test/ash-redir/redir5.tests [new file with mode: 0755]
shell/ash_test/ash-redir/redir6.right [new file with mode: 0644]
shell/ash_test/ash-redir/redir6.tests [new file with mode: 0755]
shell/ash_test/ash-redir/redir7.right [new file with mode: 0644]
shell/ash_test/ash-redir/redir7.tests [new file with mode: 0755]
shell/ash_test/ash-redir/redir8.right [new file with mode: 0644]
shell/ash_test/ash-redir/redir8.tests [new file with mode: 0755]
shell/ash_test/ash-redir/redir9.right [new file with mode: 0644]
shell/ash_test/ash-redir/redir9.tests [new file with mode: 0644]
shell/ash_test/ash-signals/reap1.right [new file with mode: 0644]
shell/ash_test/ash-signals/reap1.tests [new file with mode: 0755]
shell/ash_test/ash-signals/savetrap.right [new file with mode: 0644]
shell/ash_test/ash-signals/savetrap.tests [new file with mode: 0755]
shell/ash_test/ash-signals/signal1.right [new file with mode: 0644]
shell/ash_test/ash-signals/signal1.tests [new file with mode: 0755]
shell/ash_test/ash-signals/signal2.right [new file with mode: 0644]
shell/ash_test/ash-signals/signal2.tests [new file with mode: 0755]
shell/ash_test/ash-signals/signal3.right [new file with mode: 0644]
shell/ash_test/ash-signals/signal3.tests [new file with mode: 0755]
shell/ash_test/ash-signals/signal4.right [new file with mode: 0644]
shell/ash_test/ash-signals/signal4.tests [new file with mode: 0755]
shell/ash_test/ash-signals/signal5.right [new file with mode: 0644]
shell/ash_test/ash-signals/signal5.tests [new file with mode: 0755]
shell/ash_test/ash-signals/signal6.right [new file with mode: 0644]
shell/ash_test/ash-signals/signal6.tests [new file with mode: 0755]
shell/ash_test/ash-standalone/noexec_gets_no_env.right [new file with mode: 0644]
shell/ash_test/ash-standalone/noexec_gets_no_env.tests [new file with mode: 0755]
shell/ash_test/ash-standalone/nofork_trashes_getopt.right [new file with mode: 0644]
shell/ash_test/ash-standalone/nofork_trashes_getopt.tests [new file with mode: 0755]
shell/ash_test/ash-standalone/var_standalone1.right [new file with mode: 0644]
shell/ash_test/ash-standalone/var_standalone1.tests [new file with mode: 0755]
shell/ash_test/ash-vars/var1.right [new file with mode: 0644]
shell/ash_test/ash-vars/var1.tests [new file with mode: 0755]
shell/ash_test/ash-vars/var2.right [new file with mode: 0644]
shell/ash_test/ash-vars/var2.tests [new file with mode: 0755]
shell/ash_test/ash-vars/var_bash1.right [new file with mode: 0644]
shell/ash_test/ash-vars/var_bash1.tests [new file with mode: 0755]
shell/ash_test/ash-vars/var_bash2.right [new file with mode: 0644]
shell/ash_test/ash-vars/var_bash2.tests [new file with mode: 0755]
shell/ash_test/ash-vars/var_bash3.right [new file with mode: 0644]
shell/ash_test/ash-vars/var_bash3.tests [new file with mode: 0755]
shell/ash_test/ash-vars/var_leak.right [new file with mode: 0644]
shell/ash_test/ash-vars/var_leak.tests [new file with mode: 0755]
shell/ash_test/ash-vars/var_posix1.right [new file with mode: 0644]
shell/ash_test/ash-vars/var_posix1.tests [new file with mode: 0755]
shell/ash_test/printenv.c [new file with mode: 0644]
shell/ash_test/recho.c [new file with mode: 0644]
shell/ash_test/run-all [new file with mode: 0755]
shell/ash_test/zecho.c [new file with mode: 0644]
shell/bbsh.c [new file with mode: 0644]
shell/brace.txt [new file with mode: 0644]
shell/cttyhack.c [new file with mode: 0644]
shell/hush.c [new file with mode: 0644]
shell/hush_doc.txt [new file with mode: 0644]
shell/hush_leaktool.sh [new file with mode: 0755]
shell/hush_test/.gitignore [new file with mode: 0644]
shell/hush_test/hush-arith/arith.right [new file with mode: 0644]
shell/hush_test/hush-arith/arith.tests [new file with mode: 0755]
shell/hush_test/hush-arith/arith1.sub [new file with mode: 0755]
shell/hush_test/hush-arith/arith2.sub [new file with mode: 0755]
shell/hush_test/hush-bugs/and_or_and_backgrounding.right [new file with mode: 0644]
shell/hush_test/hush-bugs/and_or_and_backgrounding.tests [new file with mode: 0755]
shell/hush_test/hush-bugs/export_exp.right [new file with mode: 0644]
shell/hush_test/hush-bugs/export_exp.tests [new file with mode: 0755]
shell/hush_test/hush-glob/glob1.right [new file with mode: 0644]
shell/hush_test/hush-glob/glob1.tests [new file with mode: 0755]
shell/hush_test/hush-glob/glob_and_assign.right [new file with mode: 0644]
shell/hush_test/hush-glob/glob_and_assign.tests [new file with mode: 0755]
shell/hush_test/hush-glob/glob_redir.right [new file with mode: 0644]
shell/hush_test/hush-glob/glob_redir.tests [new file with mode: 0755]
shell/hush_test/hush-leak/leak_argv1.right [new file with mode: 0644]
shell/hush_test/hush-leak/leak_argv1.tests [new file with mode: 0755]
shell/hush_test/hush-misc/and-or.right [new file with mode: 0644]
shell/hush_test/hush-misc/and-or.tests [new file with mode: 0755]
shell/hush_test/hush-misc/assignment1.right [new file with mode: 0644]
shell/hush_test/hush-misc/assignment1.tests [new file with mode: 0755]
shell/hush_test/hush-misc/assignment2.rigth [new file with mode: 0644]
shell/hush_test/hush-misc/assignment2.tests [new file with mode: 0755]
shell/hush_test/hush-misc/break1.right [new file with mode: 0644]
shell/hush_test/hush-misc/break1.tests [new file with mode: 0755]
shell/hush_test/hush-misc/break2.right [new file with mode: 0644]
shell/hush_test/hush-misc/break2.tests [new file with mode: 0755]
shell/hush_test/hush-misc/break3.right [new file with mode: 0644]
shell/hush_test/hush-misc/break3.tests [new file with mode: 0755]
shell/hush_test/hush-misc/break4.right [new file with mode: 0644]
shell/hush_test/hush-misc/break4.tests [new file with mode: 0755]
shell/hush_test/hush-misc/break5.right [new file with mode: 0644]
shell/hush_test/hush-misc/break5.tests [new file with mode: 0755]
shell/hush_test/hush-misc/builtin1.right [new file with mode: 0644]
shell/hush_test/hush-misc/builtin1.tests [new file with mode: 0755]
shell/hush_test/hush-misc/case1.right [new file with mode: 0644]
shell/hush_test/hush-misc/case1.tests [new file with mode: 0755]
shell/hush_test/hush-misc/colon.right [new file with mode: 0644]
shell/hush_test/hush-misc/colon.tests [new file with mode: 0755]
shell/hush_test/hush-misc/compound.right [new file with mode: 0644]
shell/hush_test/hush-misc/compound.tests [new file with mode: 0755]
shell/hush_test/hush-misc/continue1.right [new file with mode: 0644]
shell/hush_test/hush-misc/continue1.tests [new file with mode: 0755]
shell/hush_test/hush-misc/continue2.right [new file with mode: 0644]
shell/hush_test/hush-misc/continue2.tests [new file with mode: 0755]
shell/hush_test/hush-misc/continue3.right [new file with mode: 0644]
shell/hush_test/hush-misc/continue3.tests [new file with mode: 0755]
shell/hush_test/hush-misc/empty_args.right [new file with mode: 0644]
shell/hush_test/hush-misc/empty_args.tests [new file with mode: 0755]
shell/hush_test/hush-misc/empty_for.right [new file with mode: 0644]
shell/hush_test/hush-misc/empty_for.tests [new file with mode: 0755]
shell/hush_test/hush-misc/empty_for2.right [new file with mode: 0644]
shell/hush_test/hush-misc/empty_for2.tests [new file with mode: 0755]
shell/hush_test/hush-misc/env_and_func.right [new file with mode: 0644]
shell/hush_test/hush-misc/env_and_func.tests [new file with mode: 0755]
shell/hush_test/hush-misc/exec.right [new file with mode: 0644]
shell/hush_test/hush-misc/exec.tests [new file with mode: 0755]
shell/hush_test/hush-misc/exit1.right [new file with mode: 0644]
shell/hush_test/hush-misc/exit1.tests [new file with mode: 0755]
shell/hush_test/hush-misc/export-n.right [new file with mode: 0644]
shell/hush_test/hush-misc/export-n.tests [new file with mode: 0755]
shell/hush_test/hush-misc/export.right [new file with mode: 0644]
shell/hush_test/hush-misc/export.tests [new file with mode: 0755]
shell/hush_test/hush-misc/for_with_bslashes.right [new file with mode: 0644]
shell/hush_test/hush-misc/for_with_bslashes.tests [new file with mode: 0755]
shell/hush_test/hush-misc/for_with_keywords.right [new file with mode: 0644]
shell/hush_test/hush-misc/for_with_keywords.tests [new file with mode: 0755]
shell/hush_test/hush-misc/func1.right [new file with mode: 0644]
shell/hush_test/hush-misc/func1.tests [new file with mode: 0755]
shell/hush_test/hush-misc/func2.right [new file with mode: 0644]
shell/hush_test/hush-misc/func2.tests [new file with mode: 0755]
shell/hush_test/hush-misc/func3.right [new file with mode: 0644]
shell/hush_test/hush-misc/func3.tests [new file with mode: 0755]
shell/hush_test/hush-misc/func4.right [new file with mode: 0644]
shell/hush_test/hush-misc/func4.tests [new file with mode: 0755]
shell/hush_test/hush-misc/func5.right [new file with mode: 0644]
shell/hush_test/hush-misc/func5.tests [new file with mode: 0755]
shell/hush_test/hush-misc/func_args1.right [new file with mode: 0644]
shell/hush_test/hush-misc/func_args1.tests [new file with mode: 0755]
shell/hush_test/hush-misc/func_local1.right [new file with mode: 0644]
shell/hush_test/hush-misc/func_local1.tests [new file with mode: 0755]
shell/hush_test/hush-misc/func_local2.right [new file with mode: 0644]
shell/hush_test/hush-misc/func_local2.tests [new file with mode: 0755]
shell/hush_test/hush-misc/heredoc1.right [new file with mode: 0644]
shell/hush_test/hush-misc/heredoc1.tests [new file with mode: 0755]
shell/hush_test/hush-misc/heredoc2.right [new file with mode: 0644]
shell/hush_test/hush-misc/heredoc2.tests [new file with mode: 0755]
shell/hush_test/hush-misc/heredoc3.right [new file with mode: 0644]
shell/hush_test/hush-misc/heredoc3.tests [new file with mode: 0755]
shell/hush_test/hush-misc/heredoc_huge.right [new file with mode: 0644]
shell/hush_test/hush-misc/heredoc_huge.tests [new file with mode: 0755]
shell/hush_test/hush-misc/if_false_exitcode.right [new file with mode: 0644]
shell/hush_test/hush-misc/if_false_exitcode.tests [new file with mode: 0755]
shell/hush_test/hush-misc/nommu1.right [new file with mode: 0644]
shell/hush_test/hush-misc/nommu1.tests [new file with mode: 0755]
shell/hush_test/hush-misc/nommu2.right [new file with mode: 0644]
shell/hush_test/hush-misc/nommu2.tests [new file with mode: 0755]
shell/hush_test/hush-misc/opts1.right [new file with mode: 0644]
shell/hush_test/hush-misc/opts1.tests [new file with mode: 0755]
shell/hush_test/hush-misc/pid.right [new file with mode: 0644]
shell/hush_test/hush-misc/pid.tests [new file with mode: 0755]
shell/hush_test/hush-misc/read.right [new file with mode: 0644]
shell/hush_test/hush-misc/read.tests [new file with mode: 0755]
shell/hush_test/hush-misc/redir1.right [new file with mode: 0644]
shell/hush_test/hush-misc/redir1.tests [new file with mode: 0755]
shell/hush_test/hush-misc/redir2.right [new file with mode: 0644]
shell/hush_test/hush-misc/redir2.tests [new file with mode: 0755]
shell/hush_test/hush-misc/redir3.right [new file with mode: 0644]
shell/hush_test/hush-misc/redir3.tests [new file with mode: 0755]
shell/hush_test/hush-misc/redir4.right [new file with mode: 0644]
shell/hush_test/hush-misc/redir4.tests [new file with mode: 0755]
shell/hush_test/hush-misc/redir5.right [new file with mode: 0644]
shell/hush_test/hush-misc/redir5.tests [new file with mode: 0755]
shell/hush_test/hush-misc/redir6.right [new file with mode: 0644]
shell/hush_test/hush-misc/redir6.tests [new file with mode: 0755]
shell/hush_test/hush-misc/shift.right [new file with mode: 0644]
shell/hush_test/hush-misc/shift.tests [new file with mode: 0755]
shell/hush_test/hush-misc/sig_exitcode.right [new file with mode: 0644]
shell/hush_test/hush-misc/sig_exitcode.tests [new file with mode: 0755]
shell/hush_test/hush-misc/syntax_err.right [new file with mode: 0644]
shell/hush_test/hush-misc/syntax_err.tests [new file with mode: 0755]
shell/hush_test/hush-misc/syntax_err_negate.right [new file with mode: 0644]
shell/hush_test/hush-misc/syntax_err_negate.tests [new file with mode: 0755]
shell/hush_test/hush-misc/until1.right [new file with mode: 0644]
shell/hush_test/hush-misc/until1.tests [new file with mode: 0755]
shell/hush_test/hush-misc/while1.right [new file with mode: 0644]
shell/hush_test/hush-misc/while1.tests [new file with mode: 0755]
shell/hush_test/hush-misc/while2.right [new file with mode: 0644]
shell/hush_test/hush-misc/while2.tests [new file with mode: 0755]
shell/hush_test/hush-misc/while_in_subshell.right [new file with mode: 0644]
shell/hush_test/hush-misc/while_in_subshell.tests [new file with mode: 0755]
shell/hush_test/hush-parsing/argv0.right [new file with mode: 0644]
shell/hush_test/hush-parsing/argv0.tests [new file with mode: 0755]
shell/hush_test/hush-parsing/brace1.right [new file with mode: 0644]
shell/hush_test/hush-parsing/brace1.tests [new file with mode: 0755]
shell/hush_test/hush-parsing/brace2.right [new file with mode: 0644]
shell/hush_test/hush-parsing/brace2.tests [new file with mode: 0755]
shell/hush_test/hush-parsing/escape1.right [new file with mode: 0644]
shell/hush_test/hush-parsing/escape1.tests [new file with mode: 0755]
shell/hush_test/hush-parsing/escape2.right [new file with mode: 0644]
shell/hush_test/hush-parsing/escape2.tests [new file with mode: 0755]
shell/hush_test/hush-parsing/escape3.right [new file with mode: 0644]
shell/hush_test/hush-parsing/escape3.tests [new file with mode: 0755]
shell/hush_test/hush-parsing/escape4.right [new file with mode: 0644]
shell/hush_test/hush-parsing/escape4.tests [new file with mode: 0755]
shell/hush_test/hush-parsing/escape5.right [new file with mode: 0644]
shell/hush_test/hush-parsing/escape5.tests [new file with mode: 0755]
shell/hush_test/hush-parsing/group1.right [new file with mode: 0644]
shell/hush_test/hush-parsing/group1.tests [new file with mode: 0755]
shell/hush_test/hush-parsing/group2.right [new file with mode: 0644]
shell/hush_test/hush-parsing/group2.tests [new file with mode: 0755]
shell/hush_test/hush-parsing/groups_and_keywords1.right [new file with mode: 0644]
shell/hush_test/hush-parsing/groups_and_keywords1.tests [new file with mode: 0755]
shell/hush_test/hush-parsing/negate.right [new file with mode: 0644]
shell/hush_test/hush-parsing/negate.tests [new file with mode: 0755]
shell/hush_test/hush-parsing/noeol.right [new file with mode: 0644]
shell/hush_test/hush-parsing/noeol.tests [new file with mode: 0755]
shell/hush_test/hush-parsing/noeol2.right [new file with mode: 0644]
shell/hush_test/hush-parsing/noeol2.tests [new file with mode: 0755]
shell/hush_test/hush-parsing/noeol3.right [new file with mode: 0644]
shell/hush_test/hush-parsing/noeol3.tests [new file with mode: 0755]
shell/hush_test/hush-parsing/process_subst.right [new file with mode: 0644]
shell/hush_test/hush-parsing/process_subst.tests [new file with mode: 0755]
shell/hush_test/hush-parsing/quote1.right [new file with mode: 0644]
shell/hush_test/hush-parsing/quote1.tests [new file with mode: 0755]
shell/hush_test/hush-parsing/quote2.right [new file with mode: 0644]
shell/hush_test/hush-parsing/quote2.tests [new file with mode: 0755]
shell/hush_test/hush-parsing/quote3.right [new file with mode: 0644]
shell/hush_test/hush-parsing/quote3.tests [new file with mode: 0755]
shell/hush_test/hush-parsing/quote4.right [new file with mode: 0644]
shell/hush_test/hush-parsing/quote4.tests [new file with mode: 0755]
shell/hush_test/hush-parsing/redir_space.right [new file with mode: 0644]
shell/hush_test/hush-parsing/redir_space.tests [new file with mode: 0755]
shell/hush_test/hush-parsing/starquoted.right [new file with mode: 0644]
shell/hush_test/hush-parsing/starquoted.tests [new file with mode: 0755]
shell/hush_test/hush-parsing/starquoted2.right [new file with mode: 0644]
shell/hush_test/hush-parsing/starquoted2.tests [new file with mode: 0755]
shell/hush_test/hush-psubst/emptytick.right [new file with mode: 0644]
shell/hush_test/hush-psubst/emptytick.tests [new file with mode: 0755]
shell/hush_test/hush-psubst/falsetick.right [new file with mode: 0644]
shell/hush_test/hush-psubst/falsetick.tests [new file with mode: 0755]
shell/hush_test/hush-psubst/tick.right [new file with mode: 0644]
shell/hush_test/hush-psubst/tick.tests [new file with mode: 0755]
shell/hush_test/hush-psubst/tick2.right [new file with mode: 0644]
shell/hush_test/hush-psubst/tick2.tests [new file with mode: 0755]
shell/hush_test/hush-psubst/tick3.right [new file with mode: 0644]
shell/hush_test/hush-psubst/tick3.tests [new file with mode: 0755]
shell/hush_test/hush-psubst/tick4.right [new file with mode: 0644]
shell/hush_test/hush-psubst/tick4.tests [new file with mode: 0755]
shell/hush_test/hush-psubst/tick5.right [new file with mode: 0644]
shell/hush_test/hush-psubst/tick5.tests [new file with mode: 0755]
shell/hush_test/hush-psubst/tick_huge.right [new file with mode: 0644]
shell/hush_test/hush-psubst/tick_huge.tests [new file with mode: 0755]
shell/hush_test/hush-read/read_REPLY.right [new file with mode: 0644]
shell/hush_test/hush-read/read_REPLY.tests [new file with mode: 0755]
shell/hush_test/hush-read/read_ifs.right [new file with mode: 0644]
shell/hush_test/hush-read/read_ifs.tests [new file with mode: 0755]
shell/hush_test/hush-read/read_n.right [new file with mode: 0644]
shell/hush_test/hush-read/read_n.tests [new file with mode: 0755]
shell/hush_test/hush-read/read_r.right [new file with mode: 0644]
shell/hush_test/hush-read/read_r.tests [new file with mode: 0755]
shell/hush_test/hush-read/read_t.right [new file with mode: 0644]
shell/hush_test/hush-read/read_t.tests [new file with mode: 0755]
shell/hush_test/hush-trap/catch.right [new file with mode: 0644]
shell/hush_test/hush-trap/catch.tests [new file with mode: 0755]
shell/hush_test/hush-trap/exit.right [new file with mode: 0644]
shell/hush_test/hush-trap/exit.tests [new file with mode: 0755]
shell/hush_test/hush-trap/save-ret.right [new file with mode: 0644]
shell/hush_test/hush-trap/save-ret.tests [new file with mode: 0755]
shell/hush_test/hush-trap/savetrap.right [new file with mode: 0644]
shell/hush_test/hush-trap/savetrap.tests [new file with mode: 0755]
shell/hush_test/hush-trap/subshell.right [new file with mode: 0644]
shell/hush_test/hush-trap/subshell.tests [new file with mode: 0755]
shell/hush_test/hush-trap/usage.right [new file with mode: 0644]
shell/hush_test/hush-trap/usage.tests [new file with mode: 0755]
shell/hush_test/hush-vars/empty.right [new file with mode: 0644]
shell/hush_test/hush-vars/empty.tests [new file with mode: 0755]
shell/hush_test/hush-vars/glob_and_vars.right [new file with mode: 0644]
shell/hush_test/hush-vars/glob_and_vars.tests [new file with mode: 0755]
shell/hush_test/hush-vars/param_expand_alt.right [new file with mode: 0644]
shell/hush_test/hush-vars/param_expand_alt.tests [new file with mode: 0755]
shell/hush_test/hush-vars/param_expand_assign.right [new file with mode: 0644]
shell/hush_test/hush-vars/param_expand_assign.tests [new file with mode: 0755]
shell/hush_test/hush-vars/param_expand_bash_substring.right [new file with mode: 0644]
shell/hush_test/hush-vars/param_expand_bash_substring.tests [new file with mode: 0755]
shell/hush_test/hush-vars/param_expand_default.right [new file with mode: 0644]
shell/hush_test/hush-vars/param_expand_default.tests [new file with mode: 0755]
shell/hush_test/hush-vars/param_expand_indicate_error.right [new file with mode: 0644]
shell/hush_test/hush-vars/param_expand_indicate_error.tests [new file with mode: 0755]
shell/hush_test/hush-vars/param_expand_len.right [new file with mode: 0644]
shell/hush_test/hush-vars/param_expand_len.tests [new file with mode: 0755]
shell/hush_test/hush-vars/param_glob.right [new file with mode: 0644]
shell/hush_test/hush-vars/param_glob.tests [new file with mode: 0755]
shell/hush_test/hush-vars/param_subshell.right [new file with mode: 0644]
shell/hush_test/hush-vars/param_subshell.tests [new file with mode: 0755]
shell/hush_test/hush-vars/star.right [new file with mode: 0644]
shell/hush_test/hush-vars/star.tests [new file with mode: 0755]
shell/hush_test/hush-vars/unset.right [new file with mode: 0644]
shell/hush_test/hush-vars/unset.tests [new file with mode: 0755]
shell/hush_test/hush-vars/var1.right [new file with mode: 0644]
shell/hush_test/hush-vars/var1.tests [new file with mode: 0755]
shell/hush_test/hush-vars/var2.right [new file with mode: 0644]
shell/hush_test/hush-vars/var2.tests [new file with mode: 0755]
shell/hush_test/hush-vars/var3.right [new file with mode: 0644]
shell/hush_test/hush-vars/var3.tests [new file with mode: 0755]
shell/hush_test/hush-vars/var_expand_in_assign.right [new file with mode: 0644]
shell/hush_test/hush-vars/var_expand_in_assign.tests [new file with mode: 0755]
shell/hush_test/hush-vars/var_expand_in_redir.right [new file with mode: 0644]
shell/hush_test/hush-vars/var_expand_in_redir.tests [new file with mode: 0755]
shell/hush_test/hush-vars/var_in_pipes.right [new file with mode: 0644]
shell/hush_test/hush-vars/var_in_pipes.tests [new file with mode: 0755]
shell/hush_test/hush-vars/var_leaks.right [new file with mode: 0644]
shell/hush_test/hush-vars/var_leaks.tests [new file with mode: 0755]
shell/hush_test/hush-vars/var_posix1.right [new file with mode: 0644]
shell/hush_test/hush-vars/var_posix1.tests [new file with mode: 0755]
shell/hush_test/hush-vars/var_preserved.right [new file with mode: 0644]
shell/hush_test/hush-vars/var_preserved.tests [new file with mode: 0755]
shell/hush_test/hush-vars/var_subst_in_for.right [new file with mode: 0644]
shell/hush_test/hush-vars/var_subst_in_for.tests [new file with mode: 0755]
shell/hush_test/hush-z_slow/leak_all1.right [new file with mode: 0644]
shell/hush_test/hush-z_slow/leak_all1.tests [new file with mode: 0755]
shell/hush_test/hush-z_slow/leak_all2.right [new file with mode: 0644]
shell/hush_test/hush-z_slow/leak_all2.tests [new file with mode: 0755]
shell/hush_test/hush-z_slow/leak_empty_tick.right [new file with mode: 0644]
shell/hush_test/hush-z_slow/leak_empty_tick.tests [new file with mode: 0755]
shell/hush_test/hush-z_slow/leak_heredoc1.right [new file with mode: 0644]
shell/hush_test/hush-z_slow/leak_heredoc1.tests [new file with mode: 0755]
shell/hush_test/hush-z_slow/leak_var.right [new file with mode: 0644]
shell/hush_test/hush-z_slow/leak_var.tests [new file with mode: 0755]
shell/hush_test/hush-z_slow/leak_var2.right [new file with mode: 0644]
shell/hush_test/hush-z_slow/leak_var2.tests [new file with mode: 0755]
shell/hush_test/hush-z_slow/leak_var3.right [new file with mode: 0644]
shell/hush_test/hush-z_slow/leak_var3.tests [new file with mode: 0755]
shell/hush_test/run-all [new file with mode: 0755]
shell/match.c [new file with mode: 0644]
shell/match.h [new file with mode: 0644]
shell/math.c [new file with mode: 0644]
shell/math.h [new file with mode: 0644]
shell/msh_test/msh-bugs/noeol3.right [new file with mode: 0644]
shell/msh_test/msh-bugs/noeol3.tests [new file with mode: 0755]
shell/msh_test/msh-bugs/process_subst.right [new file with mode: 0644]
shell/msh_test/msh-bugs/process_subst.tests [new file with mode: 0755]
shell/msh_test/msh-bugs/read.right [new file with mode: 0644]
shell/msh_test/msh-bugs/read.tests [new file with mode: 0755]
shell/msh_test/msh-bugs/shift.right [new file with mode: 0644]
shell/msh_test/msh-bugs/shift.tests [new file with mode: 0755]
shell/msh_test/msh-bugs/starquoted.right [new file with mode: 0644]
shell/msh_test/msh-bugs/starquoted.tests [new file with mode: 0755]
shell/msh_test/msh-bugs/syntax_err.right [new file with mode: 0644]
shell/msh_test/msh-bugs/syntax_err.tests [new file with mode: 0755]
shell/msh_test/msh-bugs/var_expand_in_assign.right [new file with mode: 0644]
shell/msh_test/msh-bugs/var_expand_in_assign.tests [new file with mode: 0755]
shell/msh_test/msh-bugs/var_expand_in_redir.right [new file with mode: 0644]
shell/msh_test/msh-bugs/var_expand_in_redir.tests [new file with mode: 0755]
shell/msh_test/msh-execution/exitcode_EACCES.right [new file with mode: 0644]
shell/msh_test/msh-execution/exitcode_EACCES.tests [new file with mode: 0755]
shell/msh_test/msh-execution/exitcode_ENOENT.right [new file with mode: 0644]
shell/msh_test/msh-execution/exitcode_ENOENT.tests [new file with mode: 0755]
shell/msh_test/msh-execution/many_continues.right [new file with mode: 0644]
shell/msh_test/msh-execution/many_continues.tests [new file with mode: 0755]
shell/msh_test/msh-execution/nested_break.right [new file with mode: 0644]
shell/msh_test/msh-execution/nested_break.tests [new file with mode: 0755]
shell/msh_test/msh-misc/tick.right [new file with mode: 0644]
shell/msh_test/msh-misc/tick.tests [new file with mode: 0755]
shell/msh_test/msh-parsing/argv0.right [new file with mode: 0644]
shell/msh_test/msh-parsing/argv0.tests [new file with mode: 0755]
shell/msh_test/msh-parsing/noeol.right [new file with mode: 0644]
shell/msh_test/msh-parsing/noeol.tests [new file with mode: 0755]
shell/msh_test/msh-parsing/noeol2.right [new file with mode: 0644]
shell/msh_test/msh-parsing/noeol2.tests [new file with mode: 0755]
shell/msh_test/msh-parsing/quote1.right [new file with mode: 0644]
shell/msh_test/msh-parsing/quote1.tests [new file with mode: 0755]
shell/msh_test/msh-parsing/quote2.right [new file with mode: 0644]
shell/msh_test/msh-parsing/quote2.tests [new file with mode: 0755]
shell/msh_test/msh-parsing/quote3.right [new file with mode: 0644]
shell/msh_test/msh-parsing/quote3.tests [new file with mode: 0755]
shell/msh_test/msh-parsing/quote4.right [new file with mode: 0644]
shell/msh_test/msh-parsing/quote4.tests [new file with mode: 0755]
shell/msh_test/msh-vars/star.right [new file with mode: 0644]
shell/msh_test/msh-vars/star.tests [new file with mode: 0755]
shell/msh_test/msh-vars/var.right [new file with mode: 0644]
shell/msh_test/msh-vars/var.tests [new file with mode: 0755]
shell/msh_test/msh-vars/var_subst_in_for.right [new file with mode: 0644]
shell/msh_test/msh-vars/var_subst_in_for.tests [new file with mode: 0755]
shell/msh_test/run-all [new file with mode: 0755]
shell/random.c [new file with mode: 0644]
shell/random.h [new file with mode: 0644]
shell/shell_common.c [new file with mode: 0644]
shell/shell_common.h [new file with mode: 0644]
sysklogd/Config.src [new file with mode: 0644]
sysklogd/Kbuild.src [new file with mode: 0644]
sysklogd/klogd.c [new file with mode: 0644]
sysklogd/logger.c [new file with mode: 0644]
sysklogd/logread.c [new file with mode: 0644]
sysklogd/syslogd.c [new file with mode: 0644]
sysklogd/syslogd_and_logger.c [new file with mode: 0644]
testsuite/README [new file with mode: 0644]
testsuite/TODO [new file with mode: 0644]
testsuite/all_sourcecode.tests [new file with mode: 0755]
testsuite/ar.tests [new file with mode: 0755]
testsuite/ash.tests [new file with mode: 0755]
testsuite/awk.tests [new file with mode: 0755]
testsuite/awk_t1.tar.bz2 [new file with mode: 0644]
testsuite/basename/basename-does-not-remove-identical-extension [new file with mode: 0644]
testsuite/basename/basename-works [new file with mode: 0644]
testsuite/bunzip2.tests [new file with mode: 0755]
testsuite/bunzip2/bunzip2-reads-from-standard-input [new file with mode: 0644]
testsuite/bunzip2/bunzip2-removes-compressed-file [new file with mode: 0644]
testsuite/bunzip2/bzcat-does-not-remove-compressed-file [new file with mode: 0644]
testsuite/busybox.tests [new file with mode: 0755]
testsuite/bzcat.tests [new file with mode: 0755]
testsuite/cal.tests [new file with mode: 0755]
testsuite/cat/cat-prints-a-file [new file with mode: 0644]
testsuite/cat/cat-prints-a-file-and-standard-input [new file with mode: 0644]
testsuite/cmp/cmp-detects-difference [new file with mode: 0644]
testsuite/comm.tests [new file with mode: 0755]
testsuite/cp.tests [new file with mode: 0755]
testsuite/cp/cp-RHL-does_not_preserve-links [new file with mode: 0644]
testsuite/cp/cp-a-files-to-dir [new file with mode: 0644]
testsuite/cp/cp-a-preserves-links [new file with mode: 0644]
testsuite/cp/cp-copies-empty-file [new file with mode: 0644]
testsuite/cp/cp-copies-large-file [new file with mode: 0644]
testsuite/cp/cp-copies-small-file [new file with mode: 0644]
testsuite/cp/cp-d-files-to-dir [new file with mode: 0644]
testsuite/cp/cp-dev-file [new file with mode: 0644]
testsuite/cp/cp-dir-create-dir [new file with mode: 0644]
testsuite/cp/cp-dir-existing-dir [new file with mode: 0644]
testsuite/cp/cp-does-not-copy-unreadable-file [new file with mode: 0644]
testsuite/cp/cp-files-to-dir [new file with mode: 0644]
testsuite/cp/cp-follows-links [new file with mode: 0644]
testsuite/cp/cp-parents [new file with mode: 0644]
testsuite/cp/cp-preserves-hard-links [new file with mode: 0644]
testsuite/cp/cp-preserves-links [new file with mode: 0644]
testsuite/cp/cp-preserves-source-file [new file with mode: 0644]
testsuite/cpio.tests [new file with mode: 0755]
testsuite/cut.tests [new file with mode: 0755]
testsuite/cut/cut-cuts-a-character [new file with mode: 0644]
testsuite/cut/cut-cuts-a-closed-range [new file with mode: 0644]
testsuite/cut/cut-cuts-a-field [new file with mode: 0644]
testsuite/cut/cut-cuts-an-open-range [new file with mode: 0644]
testsuite/cut/cut-cuts-an-unclosed-range [new file with mode: 0644]
testsuite/date/date-R-works [new file with mode: 0644]
testsuite/date/date-format-works [new file with mode: 0644]
testsuite/date/date-u-works [new file with mode: 0644]
testsuite/date/date-works [new file with mode: 0644]
testsuite/date/date-works-1 [new file with mode: 0644]
testsuite/dd/dd-accepts-if [new file with mode: 0644]
testsuite/dd/dd-accepts-of [new file with mode: 0644]
testsuite/dd/dd-copies-from-standard-input-to-standard-output [new file with mode: 0644]
testsuite/dd/dd-prints-count-to-standard-error [new file with mode: 0644]
testsuite/dd/dd-reports-write-errors [new file with mode: 0644]
testsuite/diff.tests [new file with mode: 0755]
testsuite/dirname/dirname-handles-absolute-path [new file with mode: 0644]
testsuite/dirname/dirname-handles-empty-path [new file with mode: 0644]
testsuite/dirname/dirname-handles-multiple-slashes [new file with mode: 0644]
testsuite/dirname/dirname-handles-relative-path [new file with mode: 0644]
testsuite/dirname/dirname-handles-root [new file with mode: 0644]
testsuite/dirname/dirname-handles-single-component [new file with mode: 0644]
testsuite/dirname/dirname-works [new file with mode: 0644]
testsuite/du/du-h-works [new file with mode: 0644]
testsuite/du/du-k-works [new file with mode: 0644]
testsuite/du/du-l-works [new file with mode: 0644]
testsuite/du/du-m-works [new file with mode: 0644]
testsuite/du/du-s-works [new file with mode: 0644]
testsuite/du/du-works [new file with mode: 0644]
testsuite/echo/echo-does-not-print-newline [new file with mode: 0644]
testsuite/echo/echo-prints-argument [new file with mode: 0644]
testsuite/echo/echo-prints-arguments [new file with mode: 0644]
testsuite/echo/echo-prints-newline [new file with mode: 0644]
testsuite/echo/echo-prints-slash-zero [new file with mode: 0644]
testsuite/expand.tests [new file with mode: 0755]
testsuite/expand/expand-works-like-GNU [new file with mode: 0644]
testsuite/expr/expr-big [new file with mode: 0644]
testsuite/expr/expr-works [new file with mode: 0644]
testsuite/false/false-is-silent [new file with mode: 0644]
testsuite/false/false-returns-failure [new file with mode: 0644]
testsuite/find/find-supports-minus-xdev [new file with mode: 0644]
testsuite/fold.tests [new file with mode: 0755]
testsuite/grep.tests [new file with mode: 0755]
testsuite/gunzip.tests [new file with mode: 0755]
testsuite/gunzip/gunzip-reads-from-standard-input [new file with mode: 0644]
testsuite/gzip/gzip-accepts-multiple-files [new file with mode: 0644]
testsuite/gzip/gzip-accepts-single-minus [new file with mode: 0644]
testsuite/gzip/gzip-removes-original-file [new file with mode: 0644]
testsuite/head/head-n-works [new file with mode: 0644]
testsuite/head/head-works [new file with mode: 0644]
testsuite/hostid/hostid-works [new file with mode: 0644]
testsuite/hostname/hostname-d-works [new file with mode: 0644]
testsuite/hostname/hostname-i-works [new file with mode: 0644]
testsuite/hostname/hostname-s-works [new file with mode: 0644]
testsuite/hostname/hostname-works [new file with mode: 0644]
testsuite/id/id-g-works [new file with mode: 0644]
testsuite/id/id-u-works [new file with mode: 0644]
testsuite/id/id-un-works [new file with mode: 0644]
testsuite/id/id-ur-works [new file with mode: 0644]
testsuite/ln/ln-creates-hard-links [new file with mode: 0644]
testsuite/ln/ln-creates-soft-links [new file with mode: 0644]
testsuite/ln/ln-force-creates-hard-links [new file with mode: 0644]
testsuite/ln/ln-force-creates-soft-links [new file with mode: 0644]
testsuite/ln/ln-preserves-hard-links [new file with mode: 0644]
testsuite/ln/ln-preserves-soft-links [new file with mode: 0644]
testsuite/ls.mk_uni_tests [new file with mode: 0644]
testsuite/ls.tests [new file with mode: 0755]
testsuite/ls/ls-1-works [new file with mode: 0644]
testsuite/ls/ls-h-works [new file with mode: 0644]
testsuite/ls/ls-l-works [new file with mode: 0644]
testsuite/ls/ls-s-works [new file with mode: 0644]
testsuite/makedevs.device_table.txt [new file with mode: 0644]
testsuite/makedevs.tests [new file with mode: 0755]
testsuite/md5sum/md5sum-verifies-non-binary-file [new file with mode: 0644]
testsuite/mdev.tests [new file with mode: 0755]
testsuite/mkdir/mkdir-makes-a-directory [new file with mode: 0644]
testsuite/mkdir/mkdir-makes-parent-directories [new file with mode: 0644]
testsuite/mkfs.minix.tests [new file with mode: 0755]
testsuite/mount.testroot [new file with mode: 0755]
testsuite/mount.tests [new file with mode: 0755]
testsuite/msh/msh-supports-underscores-in-variable-names [new file with mode: 0644]
testsuite/mv/mv-files-to-dir [new file with mode: 0644]
testsuite/mv/mv-follows-links [new file with mode: 0644]
testsuite/mv/mv-moves-empty-file [new file with mode: 0644]
testsuite/mv/mv-moves-file [new file with mode: 0644]
testsuite/mv/mv-moves-hardlinks [new file with mode: 0644]
testsuite/mv/mv-moves-large-file [new file with mode: 0644]
testsuite/mv/mv-moves-small-file [new file with mode: 0644]
testsuite/mv/mv-moves-symlinks [new file with mode: 0644]
testsuite/mv/mv-moves-unreadable-files [new file with mode: 0644]
testsuite/mv/mv-preserves-hard-links [new file with mode: 0644]
testsuite/mv/mv-preserves-links [new file with mode: 0644]
testsuite/mv/mv-refuses-mv-dir-to-subdir [new file with mode: 0644]
testsuite/mv/mv-removes-source-file [new file with mode: 0644]
testsuite/od.tests [new file with mode: 0755]
testsuite/parse.tests [new file with mode: 0755]
testsuite/patch.tests [new file with mode: 0755]
testsuite/pidof.tests [new file with mode: 0755]
testsuite/printf.tests [new file with mode: 0755]
testsuite/pwd/pwd-prints-working-directory [new file with mode: 0644]
testsuite/readlink.tests [new file with mode: 0755]
testsuite/rm/rm-removes-file [new file with mode: 0644]
testsuite/rmdir/rmdir-removes-parent-directories [new file with mode: 0644]
testsuite/runtest [new file with mode: 0755]
testsuite/rx.tests [new file with mode: 0755]
testsuite/sed.tests [new file with mode: 0755]
testsuite/seq.tests [new file with mode: 0755]
testsuite/sort.tests [new file with mode: 0755]
testsuite/start-stop-daemon.tests [new file with mode: 0755]
testsuite/strings/strings-works-like-GNU [new file with mode: 0644]
testsuite/sum.tests [new file with mode: 0755]
testsuite/tail.tests [new file with mode: 0755]
testsuite/tail/tail-n-works [new file with mode: 0644]
testsuite/tail/tail-works [new file with mode: 0644]
testsuite/tar.tests [new file with mode: 0755]
testsuite/tar/tar-archives-multiple-files [new file with mode: 0644]
testsuite/tar/tar-complains-about-missing-file [new file with mode: 0644]
testsuite/tar/tar-demands-at-least-one-ctx [new file with mode: 0644]
testsuite/tar/tar-demands-at-most-one-ctx [new file with mode: 0644]
testsuite/tar/tar-extracts-all-subdirs [new file with mode: 0644]
testsuite/tar/tar-extracts-file [new file with mode: 0644]
testsuite/tar/tar-extracts-from-standard-input [new file with mode: 0644]
testsuite/tar/tar-extracts-multiple-files [new file with mode: 0644]
testsuite/tar/tar-extracts-to-standard-output [new file with mode: 0644]
testsuite/tar/tar-handles-cz-options [new file with mode: 0644]
testsuite/tar/tar-handles-empty-include-and-non-empty-exclude-list [new file with mode: 0644]
testsuite/tar/tar-handles-exclude-and-extract-lists [new file with mode: 0644]
testsuite/tar/tar-handles-multiple-X-options [new file with mode: 0644]
testsuite/tar/tar-handles-nested-exclude [new file with mode: 0644]
testsuite/tar/tar_with_link_with_size [new file with mode: 0644]
testsuite/tar/tar_with_prefix_fields [new file with mode: 0644]
testsuite/taskset.tests [new file with mode: 0755]
testsuite/tee/tee-appends-input [new file with mode: 0644]
testsuite/tee/tee-tees-input [new file with mode: 0644]
testsuite/test.tests [new file with mode: 0755]
testsuite/testing.sh [new file with mode: 0644]
testsuite/touch/touch-creates-file [new file with mode: 0644]
testsuite/touch/touch-does-not-create-file [new file with mode: 0644]
testsuite/touch/touch-touches-files-after-non-existent-file [new file with mode: 0644]
testsuite/tr.tests [new file with mode: 0755]
testsuite/tr/tr-d-alnum-works [new file with mode: 0644]
testsuite/tr/tr-d-works [new file with mode: 0644]
testsuite/tr/tr-non-gnu [new file with mode: 0644]
testsuite/tr/tr-rejects-wrong-class [new file with mode: 0644]
testsuite/tr/tr-works [new file with mode: 0644]
testsuite/true/true-is-silent [new file with mode: 0644]
testsuite/true/true-returns-success [new file with mode: 0644]
testsuite/umlwrapper.sh [new file with mode: 0755]
testsuite/unexpand.tests [new file with mode: 0755]
testsuite/unexpand/unexpand-works-like-GNU [new file with mode: 0644]
testsuite/uniq.tests [new file with mode: 0755]
testsuite/unzip.tests [new file with mode: 0755]
testsuite/uptime/uptime-works [new file with mode: 0644]
testsuite/uuencode.tests [new file with mode: 0755]
testsuite/wc/wc-counts-all [new file with mode: 0644]
testsuite/wc/wc-counts-characters [new file with mode: 0644]
testsuite/wc/wc-counts-lines [new file with mode: 0644]
testsuite/wc/wc-counts-words [new file with mode: 0644]
testsuite/wc/wc-prints-longest-line-length [new file with mode: 0644]
testsuite/wget/wget--O-overrides--P [new file with mode: 0644]
testsuite/wget/wget-handles-empty-path [new file with mode: 0644]
testsuite/wget/wget-retrieves-google-index [new file with mode: 0644]
testsuite/wget/wget-supports--P [new file with mode: 0644]
testsuite/which/which-uses-default-path [new file with mode: 0644]
testsuite/xargs.tests [new file with mode: 0755]
testsuite/xargs/xargs-works [new file with mode: 0644]
util-linux/AUTHORS [new file with mode: 0644]
util-linux/Config.in [new file with mode: 0644]
util-linux/Config.src [new file with mode: 0644]
util-linux/INSTALL [new file with mode: 0644]
util-linux/Kbuild.src [new file with mode: 0644]
util-linux/LICENSE [new file with mode: 0644]
util-linux/Makefile [new file with mode: 0644]
util-linux/Makefile.custom [new file with mode: 0644]
util-linux/Makefile.flags [new file with mode: 0644]
util-linux/Makefile.help [new file with mode: 0644]
util-linux/README [new file with mode: 0644]
util-linux/TEST_config_nommu [new file with mode: 0644]
util-linux/TEST_config_noprintf [new file with mode: 0644]
util-linux/TEST_config_rh9 [new file with mode: 0644]
util-linux/TODO [new file with mode: 0644]
util-linux/TODO_unicode [new file with mode: 0644]
util-linux/acpid.c [new file with mode: 0644]
util-linux/applets/.gitignore [new file with mode: 0644]
util-linux/applets/Kbuild.src [new file with mode: 0644]
util-linux/applets/applet_tables.c [new file with mode: 0644]
util-linux/applets/applets.c [new file with mode: 0644]
util-linux/applets/busybox.mkll [new file with mode: 0755]
util-linux/applets/individual.c [new file with mode: 0644]
util-linux/applets/install.sh [new file with mode: 0755]
util-linux/applets/usage.c [new file with mode: 0644]
util-linux/applets/usage_compressed [new file with mode: 0755]
util-linux/applets/usage_pod.c [new file with mode: 0644]
util-linux/arch/i386/Makefile [new file with mode: 0644]
util-linux/archival/Config.src [new file with mode: 0644]
util-linux/archival/Kbuild.src [new file with mode: 0644]
util-linux/archival/ar.c [new file with mode: 0644]
util-linux/archival/bbunzip.c [new file with mode: 0644]
util-linux/archival/bbunzip_test.sh [new file with mode: 0644]
util-linux/archival/bbunzip_test2.sh [new file with mode: 0644]
util-linux/archival/bbunzip_test3.sh [new file with mode: 0644]
util-linux/archival/bz/LICENSE [new file with mode: 0644]
util-linux/archival/bz/README [new file with mode: 0644]
util-linux/archival/bz/blocksort.c [new file with mode: 0644]
util-linux/archival/bz/bzlib.c [new file with mode: 0644]
util-linux/archival/bz/bzlib.h [new file with mode: 0644]
util-linux/archival/bz/bzlib_private.h [new file with mode: 0644]
util-linux/archival/bz/compress.c [new file with mode: 0644]
util-linux/archival/bz/huffman.c [new file with mode: 0644]
util-linux/archival/bzip2.c [new file with mode: 0644]
util-linux/archival/cpio.c [new file with mode: 0644]
util-linux/archival/dpkg.c [new file with mode: 0644]
util-linux/archival/dpkg_deb.c [new file with mode: 0644]
util-linux/archival/gzip.c [new file with mode: 0644]
util-linux/archival/liblzo.h [new file with mode: 0644]
util-linux/archival/liblzo_interface.h [new file with mode: 0644]
util-linux/archival/libunarchive/Kbuild.src [new file with mode: 0644]
util-linux/archival/libunarchive/data_align.c [new file with mode: 0644]
util-linux/archival/libunarchive/data_extract_all.c [new file with mode: 0644]
util-linux/archival/libunarchive/data_extract_to_command.c [new file with mode: 0644]
util-linux/archival/libunarchive/data_extract_to_stdout.c [new file with mode: 0644]
util-linux/archival/libunarchive/data_skip.c [new file with mode: 0644]
util-linux/archival/libunarchive/decompress_bunzip2.c [new file with mode: 0644]
util-linux/archival/libunarchive/decompress_uncompress.c [new file with mode: 0644]
util-linux/archival/libunarchive/decompress_unlzma.c [new file with mode: 0644]
util-linux/archival/libunarchive/decompress_unxz.c [new file with mode: 0644]
util-linux/archival/libunarchive/decompress_unzip.c [new file with mode: 0644]
util-linux/archival/libunarchive/filter_accept_all.c [new file with mode: 0644]
util-linux/archival/libunarchive/filter_accept_list.c [new file with mode: 0644]
util-linux/archival/libunarchive/filter_accept_list_reassign.c [new file with mode: 0644]
util-linux/archival/libunarchive/filter_accept_reject_list.c [new file with mode: 0644]
util-linux/archival/libunarchive/find_list_entry.c [new file with mode: 0644]
util-linux/archival/libunarchive/get_header_ar.c [new file with mode: 0644]
util-linux/archival/libunarchive/get_header_cpio.c [new file with mode: 0644]
util-linux/archival/libunarchive/get_header_tar.c [new file with mode: 0644]
util-linux/archival/libunarchive/get_header_tar_bz2.c [new file with mode: 0644]
util-linux/archival/libunarchive/get_header_tar_gz.c [new file with mode: 0644]
util-linux/archival/libunarchive/get_header_tar_lzma.c [new file with mode: 0644]
util-linux/archival/libunarchive/header_list.c [new file with mode: 0644]
util-linux/archival/libunarchive/header_skip.c [new file with mode: 0644]
util-linux/archival/libunarchive/header_verbose_list.c [new file with mode: 0644]
util-linux/archival/libunarchive/init_handle.c [new file with mode: 0644]
util-linux/archival/libunarchive/open_transformer.c [new file with mode: 0644]
util-linux/archival/libunarchive/seek_by_jump.c [new file with mode: 0644]
util-linux/archival/libunarchive/seek_by_read.c [new file with mode: 0644]
util-linux/archival/libunarchive/unpack_ar_archive.c [new file with mode: 0644]
util-linux/archival/libunarchive/unxz/README [new file with mode: 0644]
util-linux/archival/libunarchive/unxz/xz.h [new file with mode: 0644]
util-linux/archival/libunarchive/unxz/xz_config.h [new file with mode: 0644]
util-linux/archival/libunarchive/unxz/xz_dec_bcj.c [new file with mode: 0644]
util-linux/archival/libunarchive/unxz/xz_dec_lzma2.c [new file with mode: 0644]
util-linux/archival/libunarchive/unxz/xz_dec_stream.c [new file with mode: 0644]
util-linux/archival/libunarchive/unxz/xz_lzma2.h [new file with mode: 0644]
util-linux/archival/libunarchive/unxz/xz_private.h [new file with mode: 0644]
util-linux/archival/libunarchive/unxz/xz_stream.h [new file with mode: 0644]
util-linux/archival/lzo1x_1.c [new file with mode: 0644]
util-linux/archival/lzo1x_1o.c [new file with mode: 0644]
util-linux/archival/lzo1x_9x.c [new file with mode: 0644]
util-linux/archival/lzo1x_c.c [new file with mode: 0644]
util-linux/archival/lzo1x_d.c [new file with mode: 0644]
util-linux/archival/lzop.c [new file with mode: 0644]
util-linux/archival/rpm.c [new file with mode: 0644]
util-linux/archival/rpm.h [new file with mode: 0644]
util-linux/archival/rpm2cpio.c [new file with mode: 0644]
util-linux/archival/tar.c [new file with mode: 0644]
util-linux/archival/unzip.c [new file with mode: 0644]
util-linux/blkid.c [new file with mode: 0644]
util-linux/console-tools/Config.src [new file with mode: 0644]
util-linux/console-tools/Kbuild.src [new file with mode: 0644]
util-linux/console-tools/chvt.c [new file with mode: 0644]
util-linux/console-tools/clear.c [new file with mode: 0644]
util-linux/console-tools/deallocvt.c [new file with mode: 0644]
util-linux/console-tools/dumpkmap.c [new file with mode: 0644]
util-linux/console-tools/fgconsole.c [new file with mode: 0644]
util-linux/console-tools/kbd_mode.c [new file with mode: 0644]
util-linux/console-tools/loadfont.c [new file with mode: 0644]
util-linux/console-tools/loadkmap.c [new file with mode: 0644]
util-linux/console-tools/openvt.c [new file with mode: 0644]
util-linux/console-tools/reset.c [new file with mode: 0644]
util-linux/console-tools/resize.c [new file with mode: 0644]
util-linux/console-tools/setconsole.c [new file with mode: 0644]
util-linux/console-tools/setkeycodes.c [new file with mode: 0644]
util-linux/console-tools/setlogcons.c [new file with mode: 0644]
util-linux/console-tools/showkey.c [new file with mode: 0644]
util-linux/coreutils/Config.src [new file with mode: 0644]
util-linux/coreutils/Kbuild.src [new file with mode: 0644]
util-linux/coreutils/basename.c [new file with mode: 0644]
util-linux/coreutils/cal.c [new file with mode: 0644]
util-linux/coreutils/cat.c [new file with mode: 0644]
util-linux/coreutils/catv.c [new file with mode: 0644]
util-linux/coreutils/chgrp.c [new file with mode: 0644]
util-linux/coreutils/chmod.c [new file with mode: 0644]
util-linux/coreutils/chown.c [new file with mode: 0644]
util-linux/coreutils/chroot.c [new file with mode: 0644]
util-linux/coreutils/cksum.c [new file with mode: 0644]
util-linux/coreutils/comm.c [new file with mode: 0644]
util-linux/coreutils/cp.c [new file with mode: 0644]
util-linux/coreutils/cut.c [new file with mode: 0644]
util-linux/coreutils/date.c [new file with mode: 0644]
util-linux/coreutils/dd.c [new file with mode: 0644]
util-linux/coreutils/df.c [new file with mode: 0644]
util-linux/coreutils/dirname.c [new file with mode: 0644]
util-linux/coreutils/dos2unix.c [new file with mode: 0644]
util-linux/coreutils/du.c [new file with mode: 0644]
util-linux/coreutils/echo.c [new file with mode: 0644]
util-linux/coreutils/env.c [new file with mode: 0644]
util-linux/coreutils/expand.c [new file with mode: 0644]
util-linux/coreutils/expr.c [new file with mode: 0644]
util-linux/coreutils/false.c [new file with mode: 0644]
util-linux/coreutils/fold.c [new file with mode: 0644]
util-linux/coreutils/fsync.c [new file with mode: 0644]
util-linux/coreutils/head.c [new file with mode: 0644]
util-linux/coreutils/hostid.c [new file with mode: 0644]
util-linux/coreutils/id.c [new file with mode: 0644]
util-linux/coreutils/id_test.sh [new file with mode: 0755]
util-linux/coreutils/install.c [new file with mode: 0644]
util-linux/coreutils/length.c [new file with mode: 0644]
util-linux/coreutils/libcoreutils/Kbuild.src [new file with mode: 0644]
util-linux/coreutils/libcoreutils/coreutils.h [new file with mode: 0644]
util-linux/coreutils/libcoreutils/cp_mv_stat.c [new file with mode: 0644]
util-linux/coreutils/libcoreutils/getopt_mk_fifo_nod.c [new file with mode: 0644]
util-linux/coreutils/ln.c [new file with mode: 0644]
util-linux/coreutils/logname.c [new file with mode: 0644]
util-linux/coreutils/ls.c [new file with mode: 0644]
util-linux/coreutils/md5_sha1_sum.c [new file with mode: 0644]
util-linux/coreutils/mkdir.c [new file with mode: 0644]
util-linux/coreutils/mkfifo.c [new file with mode: 0644]
util-linux/coreutils/mknod.c [new file with mode: 0644]
util-linux/coreutils/mv.c [new file with mode: 0644]
util-linux/coreutils/nice.c [new file with mode: 0644]
util-linux/coreutils/nohup.c [new file with mode: 0644]
util-linux/coreutils/od.c [new file with mode: 0644]
util-linux/coreutils/od_bloaty.c [new file with mode: 0644]
util-linux/coreutils/printenv.c [new file with mode: 0644]
util-linux/coreutils/printf.c [new file with mode: 0644]
util-linux/coreutils/pwd.c [new file with mode: 0644]
util-linux/coreutils/readlink.c [new file with mode: 0644]
util-linux/coreutils/realpath.c [new file with mode: 0644]
util-linux/coreutils/rm.c [new file with mode: 0644]
util-linux/coreutils/rmdir.c [new file with mode: 0644]
util-linux/coreutils/seq.c [new file with mode: 0644]
util-linux/coreutils/sleep.c [new file with mode: 0644]
util-linux/coreutils/sort.c [new file with mode: 0644]
util-linux/coreutils/split.c [new file with mode: 0644]
util-linux/coreutils/stat.c [new file with mode: 0644]
util-linux/coreutils/stty.c [new file with mode: 0644]
util-linux/coreutils/sum.c [new file with mode: 0644]
util-linux/coreutils/sync.c [new file with mode: 0644]
util-linux/coreutils/tac.c [new file with mode: 0644]
util-linux/coreutils/tail.c [new file with mode: 0644]
util-linux/coreutils/tee.c [new file with mode: 0644]
util-linux/coreutils/test.c [new file with mode: 0644]
util-linux/coreutils/test_ptr_hack.c [new file with mode: 0644]
util-linux/coreutils/touch.c [new file with mode: 0644]
util-linux/coreutils/tr.c [new file with mode: 0644]
util-linux/coreutils/true.c [new file with mode: 0644]
util-linux/coreutils/tty.c [new file with mode: 0644]
util-linux/coreutils/uname.c [new file with mode: 0644]
util-linux/coreutils/uniq.c [new file with mode: 0644]
util-linux/coreutils/usleep.c [new file with mode: 0644]
util-linux/coreutils/uudecode.c [new file with mode: 0644]
util-linux/coreutils/uuencode.c [new file with mode: 0644]
util-linux/coreutils/wc.c [new file with mode: 0644]
util-linux/coreutils/who.c [new file with mode: 0644]
util-linux/coreutils/whoami.c [new file with mode: 0644]
util-linux/coreutils/yes.c [new file with mode: 0644]
util-linux/debian/bin/genorig.py [new file with mode: 0755]
util-linux/debian/busybox-static.install [new file with mode: 0644]
util-linux/debian/busybox-symlinks-adduser.links [new file with mode: 0644]
util-linux/debian/busybox-symlinks-adjtimex.links [new file with mode: 0644]
util-linux/debian/busybox-symlinks-binutils.links [new file with mode: 0644]
util-linux/debian/busybox-symlinks-bridge-utils.links [new file with mode: 0644]
util-linux/debian/busybox-symlinks-bsdmainutils.links [new file with mode: 0644]
util-linux/debian/busybox-symlinks-busybox.links [new file with mode: 0644]
util-linux/debian/busybox-symlinks-bzip2.links [new file with mode: 0644]
util-linux/debian/busybox-symlinks-console-tools.links [new file with mode: 0644]
util-linux/debian/busybox-symlinks-cpio.links [new file with mode: 0644]
util-linux/debian/busybox-symlinks-cpio.postinst [new file with mode: 0644]
util-linux/debian/busybox-symlinks-cpio.prerm [new file with mode: 0644]
util-linux/debian/busybox-symlinks-cron.links [new file with mode: 0644]
util-linux/debian/busybox-symlinks-daemontools.links [new file with mode: 0644]
util-linux/debian/busybox-symlinks-dc.links [new file with mode: 0644]
util-linux/debian/busybox-symlinks-dnsutils.links [new file with mode: 0644]
util-linux/debian/busybox-symlinks-dosfstools.links [new file with mode: 0644]
util-linux/debian/busybox-symlinks-ed.links [new file with mode: 0644]
util-linux/debian/busybox-symlinks-eject.links [new file with mode: 0644]
util-linux/debian/busybox-symlinks-fbset.links [new file with mode: 0644]
util-linux/debian/busybox-symlinks-fdflush.links [new file with mode: 0644]
util-linux/debian/busybox-symlinks-hdparm.links [new file with mode: 0644]
util-linux/debian/busybox-symlinks-ifupdown.dirs [new file with mode: 0644]
util-linux/debian/busybox-symlinks-ifupdown.links [new file with mode: 0644]
util-linux/debian/busybox-symlinks-initscripts.links [new file with mode: 0644]
util-linux/debian/busybox-symlinks-ipcalc.links [new file with mode: 0644]
util-linux/debian/busybox-symlinks-iproute.links [new file with mode: 0644]
util-linux/debian/busybox-symlinks-ipsvd.links [new file with mode: 0644]
util-linux/debian/busybox-symlinks-iputils-arping.links [new file with mode: 0644]
util-linux/debian/busybox-symlinks-iputils-ping.links [new file with mode: 0644]
util-linux/debian/busybox-symlinks-klogd.links [new file with mode: 0644]
util-linux/debian/busybox-symlinks-loadlin.links [new file with mode: 0644]
util-linux/debian/busybox-symlinks-lrzsz.links [new file with mode: 0644]
util-linux/debian/busybox-symlinks-lzma.links [new file with mode: 0644]
util-linux/debian/busybox-symlinks-lzop.links [new file with mode: 0644]
util-linux/debian/busybox-symlinks-module-init-tools.links [new file with mode: 0644]
util-linux/debian/busybox-symlinks-mtd-utils.links [new file with mode: 0644]
util-linux/debian/busybox-symlinks-net-tools.links [new file with mode: 0644]
util-linux/debian/busybox-symlinks-openbsd-inetd.links [new file with mode: 0644]
util-linux/debian/busybox-symlinks-passwd.links [new file with mode: 0644]
util-linux/debian/busybox-symlinks-patch.links [new file with mode: 0644]
util-linux/debian/busybox-symlinks-ppp.links [new file with mode: 0644]
util-linux/debian/busybox-symlinks-procps.links [new file with mode: 0644]
util-linux/debian/busybox-symlinks-psmisc.links [new file with mode: 0644]
util-linux/debian/busybox-symlinks-rdate.links [new file with mode: 0644]
util-linux/debian/busybox-symlinks-realpath.links [new file with mode: 0644]
util-linux/debian/busybox-symlinks-rpm.links [new file with mode: 0644]
util-linux/debian/busybox-symlinks-runit.links [new file with mode: 0644]
util-linux/debian/busybox-symlinks-sharutils.links [new file with mode: 0644]
util-linux/debian/busybox-symlinks-ssmtp.links [new file with mode: 0644]
util-linux/debian/busybox-symlinks-sysklogd.links [new file with mode: 0644]
util-linux/debian/busybox-symlinks-telnetd.links [new file with mode: 0644]
util-linux/debian/busybox-symlinks-tftp.links [new file with mode: 0644]
util-linux/debian/busybox-symlinks-time.links [new file with mode: 0644]
util-linux/debian/busybox-symlinks-tofrodos.links [new file with mode: 0644]
util-linux/debian/busybox-symlinks-udhcpc.links [new file with mode: 0644]
util-linux/debian/busybox-symlinks-udhcpd.links [new file with mode: 0644]
util-linux/debian/busybox-symlinks-unzip.links [new file with mode: 0644]
util-linux/debian/busybox-symlinks-vlan.links [new file with mode: 0644]
util-linux/debian/busybox-symlinks-vlock.links [new file with mode: 0644]
util-linux/debian/busybox-symlinks-watchdog.links [new file with mode: 0644]
util-linux/debian/busybox-symlinks-wget.links [new file with mode: 0644]
util-linux/debian/busybox-symlinks-xterm.links [new file with mode: 0644]
util-linux/debian/busybox-symlinks-zcip.links [new file with mode: 0644]
util-linux/debian/busybox-syslogd.busybox-klogd.init [new file with mode: 0644]
util-linux/debian/busybox-syslogd.default [new file with mode: 0644]
util-linux/debian/busybox-syslogd.init [new file with mode: 0644]
util-linux/debian/busybox-udeb.install [new file with mode: 0644]
util-linux/debian/busybox.dirs [new file with mode: 0644]
util-linux/debian/busybox.install [new file with mode: 0644]
util-linux/debian/busybox.links [new file with mode: 0644]
util-linux/debian/busybox.postinst [new file with mode: 0644]
util-linux/debian/busybox.prerm [new file with mode: 0644]
util-linux/debian/changelog [new file with mode: 0644]
util-linux/debian/compat [new file with mode: 0644]
util-linux/debian/config/config.maemo [new file with mode: 0644]
util-linux/debian/config/os/hurd [new file with mode: 0644]
util-linux/debian/config/os/kfreebsd [new file with mode: 0644]
util-linux/debian/config/os/linux [new file with mode: 0644]
util-linux/debian/config/pkg/deb [new file with mode: 0644]
util-linux/debian/config/pkg/slp [new file with mode: 0644]
util-linux/debian/config/pkg/static [new file with mode: 0644]
util-linux/debian/config/pkg/udeb [new file with mode: 0644]
util-linux/debian/control [new file with mode: 0644]
util-linux/debian/copyright [new file with mode: 0644]
util-linux/debian/local/bash [new file with mode: 0644]
util-linux/debian/local/faketrue [new file with mode: 0644]
util-linux/debian/local/tempfile [new file with mode: 0644]
util-linux/debian/patches/05thumb.dpatch [new file with mode: 0644]
util-linux/debian/patches/06ls.dpatch [new file with mode: 0644]
util-linux/debian/patches/applets-fallback.patch [new file with mode: 0644]
util-linux/debian/patches/blockdev.patch [new file with mode: 0644]
util-linux/debian/patches/bootchartd-mounting-tmpfs-is-Linux-specific.patch [new file with mode: 0644]
util-linux/debian/patches/busybox-zero-ifr.ifr_hwaddr.sa_data.patch [new file with mode: 0644]
util-linux/debian/patches/cttyhack-serial-console-detection-is-Linux-specific.patch [new file with mode: 0644]
util-linux/debian/patches/debian-changes-1:1.17.1-10 [new file with mode: 0644]
util-linux/debian/patches/doc-man-name.patch [new file with mode: 0644]
util-linux/debian/patches/init-console-CRTSCTS.patch [new file with mode: 0644]
util-linux/debian/patches/init-console.patch [new file with mode: 0644]
util-linux/debian/patches/init-halt-portability-improvements.patch [new file with mode: 0644]
util-linux/debian/patches/init-loginutils-termios-portability-fixes.patch [new file with mode: 0644]
util-linux/debian/patches/init-make-the-initial-TERM-value-configurable.patch [new file with mode: 0644]
util-linux/debian/patches/klogd-make-it-work-on-non-linux-systems.patch [new file with mode: 0644]
util-linux/debian/patches/less-remove-misguided-dependency-on-PLATFORM_LINUX.patch [new file with mode: 0644]
util-linux/debian/patches/libbb-conditionalize-AF_-usage-in-error-reporting.patch [new file with mode: 0644]
util-linux/debian/patches/libbb.h-add-device-names-for-Hurd-and-FreeBSD.patch [new file with mode: 0644]
util-linux/debian/patches/make_gen_build_files_skip_quilt.patch [new file with mode: 0644]
util-linux/debian/patches/mark-Linux-specific-configuration-options.patch [new file with mode: 0644]
util-linux/debian/patches/mkdir-fix-p-on-FreeBSD.patch [new file with mode: 0644]
util-linux/debian/patches/readlink-use-xmalloc_realpath.patch [new file with mode: 0644]
util-linux/debian/patches/series [new file with mode: 0644]
util-linux/debian/patches/shell-ash-export-HOME.patch [new file with mode: 0644]
util-linux/debian/patches/shell-hist.patch [new file with mode: 0644]
util-linux/debian/patches/strip.patch [new file with mode: 0644]
util-linux/debian/patches/stty-sort-out-preprocessor-conditionals.patch [new file with mode: 0644]
util-linux/debian/patches/swaponoff-FreeBSD-support.patch [new file with mode: 0644]
util-linux/debian/patches/tcpsvd-udpsvd-conditionalize-usage-of-SO_ORIGINAL_DS.patch [new file with mode: 0644]
util-linux/debian/patches/top-display-rss.patch [new file with mode: 0644]
util-linux/debian/patches/u-mount-FreeBSD-support.patch [new file with mode: 0644]
util-linux/debian/patches/udhcpc-fast-request.patch [new file with mode: 0644]
util-linux/debian/patches/update-scripts-kconfig-_shipped.patch [new file with mode: 0644]
util-linux/debian/patches/version.patch [new file with mode: 0644]
util-linux/debian/patches/vlock-disable-linux-console-calls-on-other-systems.patch [new file with mode: 0644]
util-linux/debian/rules [new file with mode: 0755]
util-linux/debian/scripts/README [new file with mode: 0644]
util-linux/debian/scripts/busybox-notes.txt [new file with mode: 0644]
util-linux/debian/scripts/busybox-symlinks-ifupdown.dirs [new file with mode: 0644]
util-linux/debian/scripts/busybox.dirs [new file with mode: 0644]
util-linux/debian/scripts/check-links.py [new file with mode: 0755]
util-linux/debian/scripts/create-control.py [new file with mode: 0755]
util-linux/debian/scripts/debian-mappings.txt [new file with mode: 0644]
util-linux/debian/sfdisk/Makefile [new file with mode: 0644]
util-linux/debian/sfdisk/common.h [new file with mode: 0644]
util-linux/debian/sfdisk/defines.h [new file with mode: 0644]
util-linux/debian/sfdisk/disksize.c [new file with mode: 0644]
util-linux/debian/sfdisk/i386_sys_types.c [new file with mode: 0644]
util-linux/debian/sfdisk/nls.h [new file with mode: 0644]
util-linux/debian/sfdisk/partname.c [new file with mode: 0644]
util-linux/debian/sfdisk/sfdisk.c [new file with mode: 0644]
util-linux/debian/sfdisk/xstrncpy.c [new file with mode: 0644]
util-linux/debian/sfdisk/xstrncpy.h [new file with mode: 0644]
util-linux/debian/source/format [new file with mode: 0644]
util-linux/debian/tree/busybox-udeb/usr/share/udhcpc/default.script [new file with mode: 0755]
util-linux/debian/tree/udhcpc/usr/share/udhcpc/default.script [new file with mode: 0755]
util-linux/debian/tree/udhcpd/etc/default/udhcpd [new file with mode: 0644]
util-linux/debian/tree/udhcpd/etc/init.d/udhcpd [new file with mode: 0644]
util-linux/debian/tree/udhcpd/etc/udhcpd.conf [new file with mode: 0644]
util-linux/debian/tree/udhcpd/usr/share/man/man5/udhcpd.conf.5 [new file with mode: 0644]
util-linux/debian/udhcpc.install [new file with mode: 0644]
util-linux/debian/udhcpd.install [new file with mode: 0644]
util-linux/debianutils/Config.src [new file with mode: 0644]
util-linux/debianutils/Kbuild.src [new file with mode: 0644]
util-linux/debianutils/mktemp.c [new file with mode: 0644]
util-linux/debianutils/pipe_progress.c [new file with mode: 0644]
util-linux/debianutils/run_parts.c [new file with mode: 0644]
util-linux/debianutils/start_stop_daemon.c [new file with mode: 0644]
util-linux/debianutils/which.c [new file with mode: 0644]
util-linux/dmesg.c [new file with mode: 0644]
util-linux/docs/.gitignore [new file with mode: 0644]
util-linux/docs/Serial-Programming-HOWTO.txt [new file with mode: 0644]
util-linux/docs/busybox_footer.pod [new file with mode: 0644]
util-linux/docs/busybox_header.pod [new file with mode: 0644]
util-linux/docs/cgi/cl.html [new file with mode: 0644]
util-linux/docs/cgi/env.html [new file with mode: 0644]
util-linux/docs/cgi/in.html [new file with mode: 0644]
util-linux/docs/cgi/interface.html [new file with mode: 0644]
util-linux/docs/cgi/out.html [new file with mode: 0644]
util-linux/docs/contributing.txt [new file with mode: 0644]
util-linux/docs/ctty.htm [new file with mode: 0644]
util-linux/docs/draft-coar-cgi-v11-03-clean.html [new file with mode: 0644]
util-linux/docs/ifupdown_design.txt [new file with mode: 0644]
util-linux/docs/keep_data_small.txt [new file with mode: 0644]
util-linux/docs/logging_and_backgrounding.txt [new file with mode: 0644]
util-linux/docs/mdev.txt [new file with mode: 0644]
util-linux/docs/new-applet-HOWTO.txt [new file with mode: 0644]
util-linux/docs/nofork_noexec.txt [new file with mode: 0644]
util-linux/docs/posix_conformance.txt [new file with mode: 0644]
util-linux/docs/sigint.htm [new file with mode: 0644]
util-linux/docs/style-guide.txt [new file with mode: 0644]
util-linux/docs/tar_pax.txt [new file with mode: 0644]
util-linux/docs/unicode.txt [new file with mode: 0644]
util-linux/docs/unicode_UTF-8-test.txt [new file with mode: 0644]
util-linux/docs/unicode_full-bmp.txt [new file with mode: 0644]
util-linux/e2fsprogs/Config.src [new file with mode: 0644]
util-linux/e2fsprogs/Kbuild.src [new file with mode: 0644]
util-linux/e2fsprogs/README [new file with mode: 0644]
util-linux/e2fsprogs/chattr.c [new file with mode: 0644]
util-linux/e2fsprogs/e2fs_defs.h [new file with mode: 0644]
util-linux/e2fsprogs/e2fs_lib.c [new file with mode: 0644]
util-linux/e2fsprogs/e2fs_lib.h [new file with mode: 0644]
util-linux/e2fsprogs/fsck.c [new file with mode: 0644]
util-linux/e2fsprogs/lsattr.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/Config.src [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/Kbuild.src [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/README [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/blkid/Kbuild.src [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/blkid/blkid.h [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/blkid/blkidP.h [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/blkid/blkid_getsize.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/blkid/cache.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/blkid/dev.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/blkid/devname.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/blkid/devno.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/blkid/list.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/blkid/list.h [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/blkid/probe.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/blkid/probe.h [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/blkid/read.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/blkid/resolve.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/blkid/save.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/blkid/tag.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/chattr.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/e2fsbb.h [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/e2fsck.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/e2fsck.h [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/e2p/Kbuild.src [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/e2p/e2p.h [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/e2p/feature.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/e2p/fgetsetflags.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/e2p/fgetsetversion.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/e2p/hashstr.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/e2p/iod.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/e2p/ls.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/e2p/mntopts.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/e2p/ostype.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/e2p/parse_num.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/e2p/pe.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/e2p/pf.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/e2p/ps.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/e2p/uuid.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/ext2fs/Kbuild.src [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/ext2fs/alloc.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/ext2fs/alloc_sb.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/ext2fs/alloc_stats.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/ext2fs/alloc_tables.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/ext2fs/badblocks.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/ext2fs/bb_compat.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/ext2fs/bb_inode.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/ext2fs/bitmaps.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/ext2fs/bitops.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/ext2fs/bitops.h [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/ext2fs/block.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/ext2fs/bmap.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/ext2fs/bmove.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/ext2fs/brel.h [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/ext2fs/brel_ma.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/ext2fs/check_desc.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/ext2fs/closefs.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/ext2fs/cmp_bitmaps.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/ext2fs/dblist.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/ext2fs/dblist_dir.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/ext2fs/dir_iterate.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/ext2fs/dirblock.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/ext2fs/dirhash.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/ext2fs/dupfs.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/ext2fs/e2image.h [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/ext2fs/expanddir.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/ext2fs/ext2_err.h [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/ext2fs/ext2_ext_attr.h [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/ext2fs/ext2_fs.h [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/ext2fs/ext2_io.h [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/ext2fs/ext2_types.h [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/ext2fs/ext2fs.h [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/ext2fs/ext2fsP.h [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/ext2fs/ext2fs_inline.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/ext2fs/ext_attr.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/ext2fs/fileio.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/ext2fs/finddev.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/ext2fs/flushb.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/ext2fs/freefs.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/ext2fs/gen_bitmap.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/ext2fs/get_pathname.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/ext2fs/getsectsize.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/ext2fs/getsize.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/ext2fs/icount.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/ext2fs/imager.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/ext2fs/ind_block.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/ext2fs/initialize.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/ext2fs/inline.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/ext2fs/inode.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/ext2fs/inode_io.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/ext2fs/io_manager.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/ext2fs/irel.h [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/ext2fs/irel_ma.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/ext2fs/ismounted.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/ext2fs/jfs_dat.h [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/ext2fs/kernel-jbd.h [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/ext2fs/kernel-list.h [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/ext2fs/link.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/ext2fs/lookup.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/ext2fs/mkdir.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/ext2fs/mkjournal.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/ext2fs/namei.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/ext2fs/newdir.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/ext2fs/openfs.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/ext2fs/read_bb.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/ext2fs/read_bb_file.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/ext2fs/res_gdt.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/ext2fs/rs_bitmap.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/ext2fs/rw_bitmaps.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/ext2fs/sparse.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/ext2fs/swapfs.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/ext2fs/test_io.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/ext2fs/unix_io.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/ext2fs/unlink.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/ext2fs/valid_blk.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/ext2fs/version.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/ext2fs/write_bb_file.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/fsck.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/fsck.h [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/lsattr.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/mke2fs.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/tune2fs.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/util.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/util.h [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/uuid/Kbuild.src [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/uuid/compare.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/uuid/gen_uuid.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/uuid/pack.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/uuid/parse.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/uuid/unpack.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/uuid/unparse.c [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/uuid/uuid.h [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/uuid/uuidP.h [new file with mode: 0644]
util-linux/e2fsprogs/old_e2fsprogs/uuid/uuid_time.c [new file with mode: 0644]
util-linux/e2fsprogs/tune2fs.c [new file with mode: 0644]
util-linux/editors/Config.src [new file with mode: 0644]
util-linux/editors/Kbuild.src [new file with mode: 0644]
util-linux/editors/awk.c [new file with mode: 0644]
util-linux/editors/cmp.c [new file with mode: 0644]
util-linux/editors/diff.c [new file with mode: 0644]
util-linux/editors/ed.c [new file with mode: 0644]
util-linux/editors/patch.c [new file with mode: 0644]
util-linux/editors/patch_toybox.c [new file with mode: 0644]
util-linux/editors/sed.c [new file with mode: 0644]
util-linux/editors/sed1line.txt [new file with mode: 0644]
util-linux/editors/sed_summary.htm [new file with mode: 0644]
util-linux/editors/vi.c [new file with mode: 0644]
util-linux/examples/bootfloppy/bootfloppy.txt [new file with mode: 0644]
util-linux/examples/bootfloppy/display.txt [new file with mode: 0644]
util-linux/examples/bootfloppy/etc/fstab [new file with mode: 0644]
util-linux/examples/bootfloppy/etc/init.d/rcS [new file with mode: 0755]
util-linux/examples/bootfloppy/etc/inittab [new file with mode: 0644]
util-linux/examples/bootfloppy/etc/profile [new file with mode: 0644]
util-linux/examples/bootfloppy/mkdevs.sh [new file with mode: 0755]
util-linux/examples/bootfloppy/mkrootfs.sh [new file with mode: 0755]
util-linux/examples/bootfloppy/mksyslinux.sh [new file with mode: 0755]
util-linux/examples/bootfloppy/quickstart.txt [new file with mode: 0644]
util-linux/examples/bootfloppy/syslinux.cfg [new file with mode: 0644]
util-linux/examples/busybox.spec [new file with mode: 0644]
util-linux/examples/depmod [new file with mode: 0755]
util-linux/examples/depmod.pl [new file with mode: 0755]
util-linux/examples/devfsd.conf [new file with mode: 0644]
util-linux/examples/dnsd.conf [new file with mode: 0644]
util-linux/examples/inetd.conf [new file with mode: 0644]
util-linux/examples/inittab [new file with mode: 0644]
util-linux/examples/linux-2.6.30_proc_self_exe.patch [new file with mode: 0644]
util-linux/examples/mdev.conf [new file with mode: 0644]
util-linux/examples/mdev_fat.conf [new file with mode: 0644]
util-linux/examples/mk2knr.pl [new file with mode: 0755]
util-linux/examples/udhcp/sample.bound [new file with mode: 0755]
util-linux/examples/udhcp/sample.deconfig [new file with mode: 0755]
util-linux/examples/udhcp/sample.nak [new file with mode: 0755]
util-linux/examples/udhcp/sample.renew [new file with mode: 0755]
util-linux/examples/udhcp/sample.script [new file with mode: 0755]
util-linux/examples/udhcp/simple.script [new file with mode: 0755]
util-linux/examples/udhcp/udhcpd.conf [new file with mode: 0644]
util-linux/examples/undeb [new file with mode: 0755]
util-linux/examples/unrpm [new file with mode: 0755]
util-linux/examples/var_service/dhcp_if/convert2ipconf [new file with mode: 0755]
util-linux/examples/var_service/dhcp_if/convert2ntpconf [new file with mode: 0755]
util-linux/examples/var_service/dhcp_if/dhcp_handler [new file with mode: 0755]
util-linux/examples/var_service/dhcp_if/log/run [new file with mode: 0755]
util-linux/examples/var_service/dhcp_if/p_log [new file with mode: 0755]
util-linux/examples/var_service/dhcp_if/run [new file with mode: 0755]
util-linux/examples/var_service/dhcp_if/w_log [new file with mode: 0755]
util-linux/examples/var_service/dhcp_if_pinger/run [new file with mode: 0755]
util-linux/examples/var_service/ftpd/log/run [new file with mode: 0755]
util-linux/examples/var_service/ftpd/p_log [new file with mode: 0755]
util-linux/examples/var_service/ftpd/run [new file with mode: 0755]
util-linux/examples/var_service/ftpd/w_log [new file with mode: 0755]
util-linux/examples/var_service/fw/conf/11.22.33.44.ipconf-- [new file with mode: 0644]
util-linux/examples/var_service/fw/conf/192.168.0.1.ipconf [new file with mode: 0644]
util-linux/examples/var_service/fw/conf/lo.ipconf [new file with mode: 0644]
util-linux/examples/var_service/fw/etc/hosts [new file with mode: 0644]
util-linux/examples/var_service/fw/etc/resolv.conf [new file with mode: 0644]
util-linux/examples/var_service/fw/run [new file with mode: 0755]
util-linux/examples/var_service/fw/stat [new file with mode: 0755]
util-linux/examples/var_service/getty_tty1/alt08x16+unimap.fnt [new file with mode: 0644]
util-linux/examples/var_service/getty_tty1/cfg [new file with mode: 0755]
util-linux/examples/var_service/getty_tty1/koi8r_to_uni.trans [new file with mode: 0644]
util-linux/examples/var_service/getty_tty1/login.sh [new file with mode: 0755]
util-linux/examples/var_service/getty_tty1/ru_koi8r.keymap [new file with mode: 0644]
util-linux/examples/var_service/getty_tty1/run [new file with mode: 0755]
util-linux/examples/var_service/gpm/run [new file with mode: 0755]
util-linux/examples/var_service/httpd/log/run [new file with mode: 0755]
util-linux/examples/var_service/httpd/p_log [new file with mode: 0755]
util-linux/examples/var_service/httpd/run [new file with mode: 0755]
util-linux/examples/var_service/httpd/w_log [new file with mode: 0755]
util-linux/examples/var_service/ifplugd_if/ifplugd_handler [new file with mode: 0755]
util-linux/examples/var_service/ifplugd_if/log/run [new file with mode: 0755]
util-linux/examples/var_service/ifplugd_if/p_log [new file with mode: 0755]
util-linux/examples/var_service/ifplugd_if/run [new file with mode: 0755]
util-linux/examples/var_service/ifplugd_if/w_log [new file with mode: 0755]
util-linux/examples/var_service/inetd/inetd.conf [new file with mode: 0644]
util-linux/examples/var_service/inetd/log/run [new file with mode: 0755]
util-linux/examples/var_service/inetd/p_log [new file with mode: 0755]
util-linux/examples/var_service/inetd/run [new file with mode: 0755]
util-linux/examples/var_service/inetd/w_log [new file with mode: 0755]
util-linux/examples/var_service/nmeter/run [new file with mode: 0755]
util-linux/examples/var_service/ntpd/log/run [new file with mode: 0755]
util-linux/examples/var_service/ntpd/ntp.script [new file with mode: 0755]
util-linux/examples/var_service/ntpd/p_log [new file with mode: 0755]
util-linux/examples/var_service/ntpd/run [new file with mode: 0755]
util-linux/examples/var_service/ntpd/w_log [new file with mode: 0755]
util-linux/examples/var_service/tftpd/log/run [new file with mode: 0755]
util-linux/examples/var_service/tftpd/p_log [new file with mode: 0755]
util-linux/examples/var_service/tftpd/run [new file with mode: 0755]
util-linux/examples/var_service/tftpd/w_log [new file with mode: 0755]
util-linux/examples/zcip.script [new file with mode: 0755]
util-linux/fbset.c [new file with mode: 0644]
util-linux/fdformat.c [new file with mode: 0644]
util-linux/fdisk.c [new file with mode: 0644]
util-linux/fdisk_aix.c [new file with mode: 0644]
util-linux/fdisk_osf.c [new file with mode: 0644]
util-linux/fdisk_sgi.c [new file with mode: 0644]
util-linux/fdisk_sun.c [new file with mode: 0644]
util-linux/findfs.c [new file with mode: 0644]
util-linux/findutils/.gitignore [new file with mode: 0644]
util-linux/findutils/Config.src [new file with mode: 0644]
util-linux/findutils/Kbuild.src [new file with mode: 0644]
util-linux/findutils/find.c [new file with mode: 0644]
util-linux/findutils/grep.c [new file with mode: 0644]
util-linux/findutils/xargs.c [new file with mode: 0644]
util-linux/flock.c [new file with mode: 0644]
util-linux/freeramdisk.c [new file with mode: 0644]
util-linux/fsck_minix.c [new file with mode: 0644]
util-linux/getopt.c [new file with mode: 0644]
util-linux/hexdump.c [new file with mode: 0644]
util-linux/hwclock.c [new file with mode: 0644]
util-linux/include/.gitignore [new file with mode: 0644]
util-linux/include/applets.src.h [new file with mode: 0644]
util-linux/include/ar.h [new file with mode: 0644]
util-linux/include/busybox.h [new file with mode: 0644]
util-linux/include/dump.h [new file with mode: 0644]
util-linux/include/fix_u32.h [new file with mode: 0644]
util-linux/include/grp_.h [new file with mode: 0644]
util-linux/include/inet_common.h [new file with mode: 0644]
util-linux/include/libbb.h [new file with mode: 0644]
util-linux/include/platform.h [new file with mode: 0644]
util-linux/include/pwd_.h [new file with mode: 0644]
util-linux/include/rtc_.h [new file with mode: 0644]
util-linux/include/shadow_.h [new file with mode: 0644]
util-linux/include/unarchive.h [new file with mode: 0644]
util-linux/include/unicode.h [new file with mode: 0644]
util-linux/include/usage.src.h [new file with mode: 0644]
util-linux/include/volume_id.h [new file with mode: 0644]
util-linux/include/xatonum.h [new file with mode: 0644]
util-linux/include/xregex.h [new file with mode: 0644]
util-linux/init/Config.src [new file with mode: 0644]
util-linux/init/Kbuild.src [new file with mode: 0644]
util-linux/init/bootchartd.c [new file with mode: 0644]
util-linux/init/halt.c [new file with mode: 0644]
util-linux/init/init.c [new file with mode: 0644]
util-linux/init/mesg.c [new file with mode: 0644]
util-linux/ipcrm.c [new file with mode: 0644]
util-linux/ipcs.c [new file with mode: 0644]
util-linux/libbb/Config.src [new file with mode: 0644]
util-linux/libbb/Kbuild.src [new file with mode: 0644]
util-linux/libbb/README [new file with mode: 0644]
util-linux/libbb/appletlib.c [new file with mode: 0644]
util-linux/libbb/ask_confirmation.c [new file with mode: 0644]
util-linux/libbb/bb_askpass.c [new file with mode: 0644]
util-linux/libbb/bb_basename.c [new file with mode: 0644]
util-linux/libbb/bb_do_delay.c [new file with mode: 0644]
util-linux/libbb/bb_pwd.c [new file with mode: 0644]
util-linux/libbb/bb_qsort.c [new file with mode: 0644]
util-linux/libbb/bb_strtod.c [new file with mode: 0644]
util-linux/libbb/bb_strtonum.c [new file with mode: 0644]
util-linux/libbb/change_identity.c [new file with mode: 0644]
util-linux/libbb/chomp.c [new file with mode: 0644]
util-linux/libbb/compare_string_array.c [new file with mode: 0644]
util-linux/libbb/concat_path_file.c [new file with mode: 0644]
util-linux/libbb/concat_subpath_file.c [new file with mode: 0644]
util-linux/libbb/copy_file.c [new file with mode: 0644]
util-linux/libbb/copyfd.c [new file with mode: 0644]
util-linux/libbb/correct_password.c [new file with mode: 0644]
util-linux/libbb/crc32.c [new file with mode: 0644]
util-linux/libbb/create_icmp6_socket.c [new file with mode: 0644]
util-linux/libbb/create_icmp_socket.c [new file with mode: 0644]
util-linux/libbb/default_error_retval.c [new file with mode: 0644]
util-linux/libbb/device_open.c [new file with mode: 0644]
util-linux/libbb/die_if_bad_username.c [new file with mode: 0644]
util-linux/libbb/dump.c [new file with mode: 0644]
util-linux/libbb/execable.c [new file with mode: 0644]
util-linux/libbb/fclose_nonstdin.c [new file with mode: 0644]
util-linux/libbb/fflush_stdout_and_exit.c [new file with mode: 0644]
util-linux/libbb/fgets_str.c [new file with mode: 0644]
util-linux/libbb/find_mount_point.c [new file with mode: 0644]
util-linux/libbb/find_pid_by_name.c [new file with mode: 0644]
util-linux/libbb/find_root_device.c [new file with mode: 0644]
util-linux/libbb/full_write.c [new file with mode: 0644]
util-linux/libbb/get_console.c [new file with mode: 0644]
util-linux/libbb/get_last_path_component.c [new file with mode: 0644]
util-linux/libbb/get_line_from_file.c [new file with mode: 0644]
util-linux/libbb/get_volsize.c [new file with mode: 0644]
util-linux/libbb/getopt32.c [new file with mode: 0644]
util-linux/libbb/getpty.c [new file with mode: 0644]
util-linux/libbb/herror_msg.c [new file with mode: 0644]
util-linux/libbb/human_readable.c [new file with mode: 0644]
util-linux/libbb/inet_common.c [new file with mode: 0644]
util-linux/libbb/info_msg.c [new file with mode: 0644]
util-linux/libbb/inode_hash.c [new file with mode: 0644]
util-linux/libbb/isdirectory.c [new file with mode: 0644]
util-linux/libbb/kernel_version.c [new file with mode: 0644]
util-linux/libbb/last_char_is.c [new file with mode: 0644]
util-linux/libbb/lineedit.c [new file with mode: 0644]
util-linux/libbb/lineedit_ptr_hack.c [new file with mode: 0644]
util-linux/libbb/llist.c [new file with mode: 0644]
util-linux/libbb/login.c [new file with mode: 0644]
util-linux/libbb/loop.c [new file with mode: 0644]
util-linux/libbb/make_directory.c [new file with mode: 0644]
util-linux/libbb/makedev.c [new file with mode: 0644]
util-linux/libbb/match_fstype.c [new file with mode: 0644]
util-linux/libbb/md5.c [new file with mode: 0644]
util-linux/libbb/md5prime.c [new file with mode: 0644]
util-linux/libbb/messages.c [new file with mode: 0644]
util-linux/libbb/mode_string.c [new file with mode: 0644]
util-linux/libbb/mtab.c [new file with mode: 0644]
util-linux/libbb/mtab_file.c [new file with mode: 0644]
util-linux/libbb/obscure.c [new file with mode: 0644]
util-linux/libbb/parse_config.c [new file with mode: 0644]
util-linux/libbb/parse_mode.c [new file with mode: 0644]
util-linux/libbb/perror_msg.c [new file with mode: 0644]
util-linux/libbb/perror_nomsg.c [new file with mode: 0644]
util-linux/libbb/perror_nomsg_and_die.c [new file with mode: 0644]
util-linux/libbb/pidfile.c [new file with mode: 0644]
util-linux/libbb/platform.c [new file with mode: 0644]
util-linux/libbb/print_flags.c [new file with mode: 0644]
util-linux/libbb/printable.c [new file with mode: 0644]
util-linux/libbb/printable_string.c [new file with mode: 0644]
util-linux/libbb/process_escape_sequence.c [new file with mode: 0644]
util-linux/libbb/procps.c [new file with mode: 0644]
util-linux/libbb/progress.c [new file with mode: 0644]
util-linux/libbb/ptr_to_globals.c [new file with mode: 0644]
util-linux/libbb/pw_encrypt.c [new file with mode: 0644]
util-linux/libbb/pw_encrypt_des.c [new file with mode: 0644]
util-linux/libbb/pw_encrypt_md5.c [new file with mode: 0644]
util-linux/libbb/pw_encrypt_sha.c [new file with mode: 0644]
util-linux/libbb/read.c [new file with mode: 0644]
util-linux/libbb/read_key.c [new file with mode: 0644]
util-linux/libbb/read_printf.c [new file with mode: 0644]
util-linux/libbb/recursive_action.c [new file with mode: 0644]
util-linux/libbb/remove_file.c [new file with mode: 0644]
util-linux/libbb/rtc.c [new file with mode: 0644]
util-linux/libbb/run_shell.c [new file with mode: 0644]
util-linux/libbb/safe_gethostname.c [new file with mode: 0644]
util-linux/libbb/safe_poll.c [new file with mode: 0644]
util-linux/libbb/safe_strncpy.c [new file with mode: 0644]
util-linux/libbb/safe_write.c [new file with mode: 0644]
util-linux/libbb/selinux_common.c [new file with mode: 0644]
util-linux/libbb/setup_environment.c [new file with mode: 0644]
util-linux/libbb/sha1.c [new file with mode: 0644]
util-linux/libbb/signals.c [new file with mode: 0644]
util-linux/libbb/simplify_path.c [new file with mode: 0644]
util-linux/libbb/single_argv.c [new file with mode: 0644]
util-linux/libbb/skip_whitespace.c [new file with mode: 0644]
util-linux/libbb/speed_table.c [new file with mode: 0644]
util-linux/libbb/str_tolower.c [new file with mode: 0644]
util-linux/libbb/strrstr.c [new file with mode: 0644]
util-linux/libbb/time.c [new file with mode: 0644]
util-linux/libbb/trim.c [new file with mode: 0644]
util-linux/libbb/u_signal_names.c [new file with mode: 0644]
util-linux/libbb/udp_io.c [new file with mode: 0644]
util-linux/libbb/unicode.c [new file with mode: 0644]
util-linux/libbb/update_passwd.c [new file with mode: 0644]
util-linux/libbb/utmp.c [new file with mode: 0644]
util-linux/libbb/uuencode.c [new file with mode: 0644]
util-linux/libbb/vdprintf.c [new file with mode: 0644]
util-linux/libbb/verror_msg.c [new file with mode: 0644]
util-linux/libbb/vfork_daemon_rexec.c [new file with mode: 0644]
util-linux/libbb/warn_ignoring_args.c [new file with mode: 0644]
util-linux/libbb/wfopen.c [new file with mode: 0644]
util-linux/libbb/wfopen_input.c [new file with mode: 0644]
util-linux/libbb/write.c [new file with mode: 0644]
util-linux/libbb/xatonum.c [new file with mode: 0644]
util-linux/libbb/xatonum_template.c [new file with mode: 0644]
util-linux/libbb/xconnect.c [new file with mode: 0644]
util-linux/libbb/xfunc_die.c [new file with mode: 0644]
util-linux/libbb/xfuncs.c [new file with mode: 0644]
util-linux/libbb/xfuncs_printf.c [new file with mode: 0644]
util-linux/libbb/xgetcwd.c [new file with mode: 0644]
util-linux/libbb/xgethostbyname.c [new file with mode: 0644]
util-linux/libbb/xreadlink.c [new file with mode: 0644]
util-linux/libbb/xrealloc_vector.c [new file with mode: 0644]
util-linux/libbb/xregcomp.c [new file with mode: 0644]
util-linux/libpwdgrp/Kbuild.src [new file with mode: 0644]
util-linux/libpwdgrp/pwd_grp.c [new file with mode: 0644]
util-linux/libpwdgrp/pwd_grp_internal.c [new file with mode: 0644]
util-linux/libpwdgrp/uidgid_get.c [new file with mode: 0644]
util-linux/loginutils/Config.src [new file with mode: 0644]
util-linux/loginutils/Kbuild.src [new file with mode: 0644]
util-linux/loginutils/addgroup.c [new file with mode: 0644]
util-linux/loginutils/adduser.c [new file with mode: 0644]
util-linux/loginutils/chpasswd.c [new file with mode: 0644]
util-linux/loginutils/cryptpw.c [new file with mode: 0644]
util-linux/loginutils/deluser.c [new file with mode: 0644]
util-linux/loginutils/getty.c [new file with mode: 0644]
util-linux/loginutils/login.c [new file with mode: 0644]
util-linux/loginutils/passwd.c [new file with mode: 0644]
util-linux/loginutils/su.c [new file with mode: 0644]
util-linux/loginutils/sulogin.c [new file with mode: 0644]
util-linux/loginutils/vlock.c [new file with mode: 0644]
util-linux/losetup.c [new file with mode: 0644]
util-linux/lspci.c [new file with mode: 0644]
util-linux/lsusb.c [new file with mode: 0644]
util-linux/mailutils/Config.src [new file with mode: 0644]
util-linux/mailutils/Kbuild.src [new file with mode: 0644]
util-linux/mailutils/mail.c [new file with mode: 0644]
util-linux/mailutils/mail.h [new file with mode: 0644]
util-linux/mailutils/mime.c [new file with mode: 0644]
util-linux/mailutils/popmaildir.c [new file with mode: 0644]
util-linux/mailutils/sendmail.c [new file with mode: 0644]
util-linux/mdev.c [new file with mode: 0644]
util-linux/minix.h [new file with mode: 0644]
util-linux/miscutils/Config.src [new file with mode: 0644]
util-linux/miscutils/Kbuild.src [new file with mode: 0644]
util-linux/miscutils/adjtimex.c [new file with mode: 0644]
util-linux/miscutils/bbconfig.c [new file with mode: 0644]
util-linux/miscutils/beep.c [new file with mode: 0644]
util-linux/miscutils/chat.c [new file with mode: 0644]
util-linux/miscutils/chrt.c [new file with mode: 0644]
util-linux/miscutils/conspy.c [new file with mode: 0644]
util-linux/miscutils/crond.c [new file with mode: 0644]
util-linux/miscutils/crontab.c [new file with mode: 0644]
util-linux/miscutils/dc.c [new file with mode: 0644]
util-linux/miscutils/devfsd.c [new file with mode: 0644]
util-linux/miscutils/devmem.c [new file with mode: 0644]
util-linux/miscutils/eject.c [new file with mode: 0644]
util-linux/miscutils/fbsplash.c [new file with mode: 0644]
util-linux/miscutils/fbsplash.cfg [new file with mode: 0644]
util-linux/miscutils/flash_eraseall.c [new file with mode: 0644]
util-linux/miscutils/flash_lock_unlock.c [new file with mode: 0644]
util-linux/miscutils/flashcp.c [new file with mode: 0644]
util-linux/miscutils/hdparm.c [new file with mode: 0644]
util-linux/miscutils/inotifyd.c [new file with mode: 0644]
util-linux/miscutils/ionice.c [new file with mode: 0644]
util-linux/miscutils/last.c [new file with mode: 0644]
util-linux/miscutils/last_fancy.c [new file with mode: 0644]
util-linux/miscutils/less.c [new file with mode: 0644]
util-linux/miscutils/makedevs.c [new file with mode: 0644]
util-linux/miscutils/man.c [new file with mode: 0644]
util-linux/miscutils/microcom.c [new file with mode: 0644]
util-linux/miscutils/mountpoint.c [new file with mode: 0644]
util-linux/miscutils/mt.c [new file with mode: 0644]
util-linux/miscutils/raidautorun.c [new file with mode: 0644]
util-linux/miscutils/readahead.c [new file with mode: 0644]
util-linux/miscutils/rfkill.c [new file with mode: 0644]
util-linux/miscutils/runlevel.c [new file with mode: 0644]
util-linux/miscutils/rx.c [new file with mode: 0644]
util-linux/miscutils/setsid.c [new file with mode: 0644]
util-linux/miscutils/strings.c [new file with mode: 0644]
util-linux/miscutils/taskset.c [new file with mode: 0644]
util-linux/miscutils/time.c [new file with mode: 0644]
util-linux/miscutils/timeout.c [new file with mode: 0644]
util-linux/miscutils/ttysize.c [new file with mode: 0644]
util-linux/miscutils/ubi_attach_detach.c [new file with mode: 0644]
util-linux/miscutils/volname.c [new file with mode: 0644]
util-linux/miscutils/wall.c [new file with mode: 0644]
util-linux/miscutils/watchdog.c [new file with mode: 0644]
util-linux/mkfs_ext2.c [new file with mode: 0644]
util-linux/mkfs_ext2.txt [new file with mode: 0644]
util-linux/mkfs_ext2_test.sh [new file with mode: 0755]
util-linux/mkfs_minix.c [new file with mode: 0644]
util-linux/mkfs_reiser.c [new file with mode: 0644]
util-linux/mkfs_vfat.c [new file with mode: 0644]
util-linux/mkswap.c [new file with mode: 0644]
util-linux/modutils/Config.src [new file with mode: 0644]
util-linux/modutils/Kbuild.src [new file with mode: 0644]
util-linux/modutils/depmod.c [new file with mode: 0644]
util-linux/modutils/depmod_process.sh [new file with mode: 0755]
util-linux/modutils/insmod.c [new file with mode: 0644]
util-linux/modutils/lsmod.c [new file with mode: 0644]
util-linux/modutils/modinfo.c [new file with mode: 0644]
util-linux/modutils/modprobe-small.c [new file with mode: 0644]
util-linux/modutils/modprobe.c [new file with mode: 0644]
util-linux/modutils/modutils-24.c [new file with mode: 0644]
util-linux/modutils/modutils.c [new file with mode: 0644]
util-linux/modutils/modutils.h [new file with mode: 0644]
util-linux/modutils/rmmod.c [new file with mode: 0644]
util-linux/more.c [new file with mode: 0644]
util-linux/mount.c [new file with mode: 0644]
util-linux/networking/Config.src [new file with mode: 0644]
util-linux/networking/Kbuild.src [new file with mode: 0644]
util-linux/networking/arp.c [new file with mode: 0644]
util-linux/networking/arping.c [new file with mode: 0644]
util-linux/networking/brctl.c [new file with mode: 0644]
util-linux/networking/dnsd.c [new file with mode: 0644]
util-linux/networking/ether-wake.c [new file with mode: 0644]
util-linux/networking/ftpd.c [new file with mode: 0644]
util-linux/networking/ftpgetput.c [new file with mode: 0644]
util-linux/networking/hostname.c [new file with mode: 0644]
util-linux/networking/httpd.c [new file with mode: 0644]
util-linux/networking/httpd_indexcgi.c [new file with mode: 0644]
util-linux/networking/httpd_post_upload.txt [new file with mode: 0644]
util-linux/networking/httpd_ssi.c [new file with mode: 0644]
util-linux/networking/ifconfig.c [new file with mode: 0644]
util-linux/networking/ifenslave.c [new file with mode: 0644]
util-linux/networking/ifplugd.c [new file with mode: 0644]
util-linux/networking/ifupdown.c [new file with mode: 0644]
util-linux/networking/inetd.c [new file with mode: 0644]
util-linux/networking/interface.c [new file with mode: 0644]
util-linux/networking/ip.c [new file with mode: 0644]
util-linux/networking/ipcalc.c [new file with mode: 0644]
util-linux/networking/isrv.c [new file with mode: 0644]
util-linux/networking/isrv.h [new file with mode: 0644]
util-linux/networking/isrv_identd.c [new file with mode: 0644]
util-linux/networking/libiproute/Kbuild.src [new file with mode: 0644]
util-linux/networking/libiproute/ip_common.h [new file with mode: 0644]
util-linux/networking/libiproute/ip_parse_common_args.c [new file with mode: 0644]
util-linux/networking/libiproute/ipaddress.c [new file with mode: 0644]
util-linux/networking/libiproute/iplink.c [new file with mode: 0644]
util-linux/networking/libiproute/iproute.c [new file with mode: 0644]
util-linux/networking/libiproute/iprule.c [new file with mode: 0644]
util-linux/networking/libiproute/iptunnel.c [new file with mode: 0644]
util-linux/networking/libiproute/libnetlink.c [new file with mode: 0644]
util-linux/networking/libiproute/libnetlink.h [new file with mode: 0644]
util-linux/networking/libiproute/ll_addr.c [new file with mode: 0644]
util-linux/networking/libiproute/ll_map.c [new file with mode: 0644]
util-linux/networking/libiproute/ll_map.h [new file with mode: 0644]
util-linux/networking/libiproute/ll_proto.c [new file with mode: 0644]
util-linux/networking/libiproute/ll_types.c [new file with mode: 0644]
util-linux/networking/libiproute/rt_names.c [new file with mode: 0644]
util-linux/networking/libiproute/rt_names.h [new file with mode: 0644]
util-linux/networking/libiproute/rtm_map.c [new file with mode: 0644]
util-linux/networking/libiproute/rtm_map.h [new file with mode: 0644]
util-linux/networking/libiproute/utils.c [new file with mode: 0644]
util-linux/networking/libiproute/utils.h [new file with mode: 0644]
util-linux/networking/nameif.c [new file with mode: 0644]
util-linux/networking/nc.c [new file with mode: 0644]
util-linux/networking/nc_bloaty.c [new file with mode: 0644]
util-linux/networking/netstat.c [new file with mode: 0644]
util-linux/networking/nslookup.c [new file with mode: 0644]
util-linux/networking/ntpd.c [new file with mode: 0644]
util-linux/networking/ntpd_simple.c [new file with mode: 0644]
util-linux/networking/ping.c [new file with mode: 0644]
util-linux/networking/pscan.c [new file with mode: 0644]
util-linux/networking/route.c [new file with mode: 0644]
util-linux/networking/slattach.c [new file with mode: 0644]
util-linux/networking/tc.c [new file with mode: 0644]
util-linux/networking/tcpudp.c [new file with mode: 0644]
util-linux/networking/tcpudp_perhost.c [new file with mode: 0644]
util-linux/networking/tcpudp_perhost.h [new file with mode: 0644]
util-linux/networking/telnet.c [new file with mode: 0644]
util-linux/networking/telnetd.c [new file with mode: 0644]
util-linux/networking/telnetd.ctrlSQ.patch [new file with mode: 0644]
util-linux/networking/tftp.c [new file with mode: 0644]
util-linux/networking/traceroute.c [new file with mode: 0644]
util-linux/networking/tunctl.c [new file with mode: 0644]
util-linux/networking/udhcp/Config.src [new file with mode: 0644]
util-linux/networking/udhcp/Kbuild.src [new file with mode: 0644]
util-linux/networking/udhcp/arpping.c [new file with mode: 0644]
util-linux/networking/udhcp/common.c [new file with mode: 0644]
util-linux/networking/udhcp/common.h [new file with mode: 0644]
util-linux/networking/udhcp/dhcpc.c [new file with mode: 0644]
util-linux/networking/udhcp/dhcpc.h [new file with mode: 0644]
util-linux/networking/udhcp/dhcpd.c [new file with mode: 0644]
util-linux/networking/udhcp/dhcpd.h [new file with mode: 0644]
util-linux/networking/udhcp/dhcprelay.c [new file with mode: 0644]
util-linux/networking/udhcp/domain_codec.c [new file with mode: 0644]
util-linux/networking/udhcp/dumpleases.c [new file with mode: 0644]
util-linux/networking/udhcp/files.c [new file with mode: 0644]
util-linux/networking/udhcp/leases.c [new file with mode: 0644]
util-linux/networking/udhcp/packet.c [new file with mode: 0644]
util-linux/networking/udhcp/signalpipe.c [new file with mode: 0644]
util-linux/networking/udhcp/socket.c [new file with mode: 0644]
util-linux/networking/udhcp/static_leases.c [new file with mode: 0644]
util-linux/networking/vconfig.c [new file with mode: 0644]
util-linux/networking/wget.c [new file with mode: 0644]
util-linux/networking/zcip.c [new file with mode: 0644]
util-linux/packaging/06ls.patch [new file with mode: 0644]
util-linux/packaging/applets-fallback.patch [new file with mode: 0644]
util-linux/packaging/bin.links [new file with mode: 0644]
util-linux/packaging/blockdev.patch [new file with mode: 0644]
util-linux/packaging/bootchartd-mounting-tmpfs-is-Linux-specific.patch [new file with mode: 0644]
util-linux/packaging/busybox-dahlia.config [new file with mode: 0644]
util-linux/packaging/busybox-zero-ifr.ifr_hwaddr.sa_data.patch [new file with mode: 0644]
util-linux/packaging/busybox.spec [new file with mode: 0644]
util-linux/packaging/cttyhack-serial-console-detection-is-Linux-specific.patch [new file with mode: 0644]
util-linux/packaging/debian-changes-1:1.17.1-10 [new file with mode: 0644]
util-linux/packaging/doc-man-name.patch [new file with mode: 0644]
util-linux/packaging/init-console-CRTSCTS.patch [new file with mode: 0644]
util-linux/packaging/init-console.patch [new file with mode: 0644]
util-linux/packaging/init-halt-portability-improvements.patch [new file with mode: 0644]
util-linux/packaging/init-loginutils-termios-portability-fixes.patch [new file with mode: 0644]
util-linux/packaging/init-make-the-initial-TERM-value-configurable.patch [new file with mode: 0644]
util-linux/packaging/klogd-make-it-work-on-non-linux-systems.patch [new file with mode: 0644]
util-linux/packaging/less-remove-misguided-dependency-on-PLATFORM_LINUX.patch [new file with mode: 0644]
util-linux/packaging/libbb-conditionalize-AF_-usage-in-error-reporting.patch [new file with mode: 0644]
util-linux/packaging/libbb.h-add-device-names-for-Hurd-and-FreeBSD.patch [new file with mode: 0644]
util-linux/packaging/make_gen_build_files_skip_quilt.patch [new file with mode: 0644]
util-linux/packaging/mark-Linux-specific-configuration-options.patch [new file with mode: 0644]
util-linux/packaging/mkdir-fix-p-on-FreeBSD.patch [new file with mode: 0644]
util-linux/packaging/readlink-use-xmalloc_realpath.patch [new file with mode: 0644]
util-linux/packaging/sbin.links [new file with mode: 0644]
util-linux/packaging/shell-ash-export-HOME.patch [new file with mode: 0644]
util-linux/packaging/shell-hist.patch [new file with mode: 0644]
util-linux/packaging/strip.patch [new file with mode: 0644]
util-linux/packaging/stty-sort-out-preprocessor-conditionals.patch [new file with mode: 0644]
util-linux/packaging/swaponoff-FreeBSD-support.patch [new file with mode: 0644]
util-linux/packaging/tcpsvd-udpsvd-conditionalize-usage-of-SO_ORIGINAL_DS.patch [new file with mode: 0644]
util-linux/packaging/top-display-rss.patch [new file with mode: 0644]
util-linux/packaging/u-mount-FreeBSD-support.patch [new file with mode: 0644]
util-linux/packaging/udhcpc-fast-request.patch [new file with mode: 0644]
util-linux/packaging/update-scripts-kconfig-_shipped.patch [new file with mode: 0644]
util-linux/packaging/usrbin.links [new file with mode: 0644]
util-linux/packaging/usrsbin.links [new file with mode: 0644]
util-linux/packaging/version.patch [new file with mode: 0644]
util-linux/packaging/vlock-disable-linux-console-calls-on-other-systems.patch [new file with mode: 0644]
util-linux/pivot_root.c [new file with mode: 0644]
util-linux/printutils/Config.src [new file with mode: 0644]
util-linux/printutils/Kbuild.src [new file with mode: 0644]
util-linux/printutils/lpd.c [new file with mode: 0644]
util-linux/printutils/lpr.c [new file with mode: 0644]
util-linux/procps/Config.src [new file with mode: 0644]
util-linux/procps/Kbuild.src [new file with mode: 0644]
util-linux/procps/free.c [new file with mode: 0644]
util-linux/procps/fuser.c [new file with mode: 0644]
util-linux/procps/kill.c [new file with mode: 0644]
util-linux/procps/nmeter.c [new file with mode: 0644]
util-linux/procps/pgrep.c [new file with mode: 0644]
util-linux/procps/pidof.c [new file with mode: 0644]
util-linux/procps/ps.c [new file with mode: 0644]
util-linux/procps/ps.posix [new file with mode: 0644]
util-linux/procps/renice.c [new file with mode: 0644]
util-linux/procps/smemcap.c [new file with mode: 0644]
util-linux/procps/sysctl.c [new file with mode: 0644]
util-linux/procps/top.c [new file with mode: 0644]
util-linux/procps/uptime.c [new file with mode: 0644]
util-linux/procps/watch.c [new file with mode: 0644]
util-linux/rdate.c [new file with mode: 0644]
util-linux/rdev.c [new file with mode: 0644]
util-linux/readprofile.c [new file with mode: 0644]
util-linux/rev.c [new file with mode: 0644]
util-linux/rtcwake.c [new file with mode: 0644]
util-linux/runit/Config.src [new file with mode: 0644]
util-linux/runit/Kbuild.src [new file with mode: 0644]
util-linux/runit/chpst.c [new file with mode: 0644]
util-linux/runit/runit_lib.c [new file with mode: 0644]
util-linux/runit/runit_lib.h [new file with mode: 0644]
util-linux/runit/runsv.c [new file with mode: 0644]
util-linux/runit/runsvdir.c [new file with mode: 0644]
util-linux/runit/sv.c [new file with mode: 0644]
util-linux/runit/svlogd.c [new file with mode: 0644]
util-linux/script.c [new file with mode: 0644]
util-linux/scriptreplay.c [new file with mode: 0644]
util-linux/scripts/Kbuild.include [new file with mode: 0644]
util-linux/scripts/Kbuild.src [new file with mode: 0644]
util-linux/scripts/Makefile.IMA [new file with mode: 0644]
util-linux/scripts/Makefile.build [new file with mode: 0644]
util-linux/scripts/Makefile.clean [new file with mode: 0644]
util-linux/scripts/Makefile.host [new file with mode: 0644]
util-linux/scripts/Makefile.lib [new file with mode: 0644]
util-linux/scripts/basic/.gitignore [new file with mode: 0644]
util-linux/scripts/basic/Makefile [new file with mode: 0644]
util-linux/scripts/basic/docproc.c [new file with mode: 0644]
util-linux/scripts/basic/fixdep.c [new file with mode: 0644]
util-linux/scripts/basic/split-include.c [new file with mode: 0644]
util-linux/scripts/bb_release [new file with mode: 0755]
util-linux/scripts/bloat-o-meter [new file with mode: 0755]
util-linux/scripts/checkhelp.awk [new file with mode: 0755]
util-linux/scripts/checkstack.pl [new file with mode: 0755]
util-linux/scripts/cleanup_printf2puts [new file with mode: 0755]
util-linux/scripts/echo.c [new file with mode: 0644]
util-linux/scripts/find_bad_common_bufsiz [new file with mode: 0755]
util-linux/scripts/find_stray_common_vars [new file with mode: 0755]
util-linux/scripts/fix_ws.sh [new file with mode: 0755]
util-linux/scripts/gcc-version.sh [new file with mode: 0755]
util-linux/scripts/gen_build_files.sh [new file with mode: 0755]
util-linux/scripts/individual [new file with mode: 0755]
util-linux/scripts/kconfig/.gitignore [new file with mode: 0644]
util-linux/scripts/kconfig/Makefile [new file with mode: 0644]
util-linux/scripts/kconfig/POTFILES.in [new file with mode: 0644]
util-linux/scripts/kconfig/check.sh [new file with mode: 0755]
util-linux/scripts/kconfig/conf.c [new file with mode: 0644]
util-linux/scripts/kconfig/confdata.c [new file with mode: 0644]
util-linux/scripts/kconfig/expr.c [new file with mode: 0644]
util-linux/scripts/kconfig/expr.h [new file with mode: 0644]
util-linux/scripts/kconfig/gconf.c [new file with mode: 0644]
util-linux/scripts/kconfig/gconf.glade [new file with mode: 0644]
util-linux/scripts/kconfig/images.c [new file with mode: 0644]
util-linux/scripts/kconfig/kconfig_load.c [new file with mode: 0644]
util-linux/scripts/kconfig/kxgettext.c [new file with mode: 0644]
util-linux/scripts/kconfig/lex.zconf.c_shipped [new file with mode: 0644]
util-linux/scripts/kconfig/lkc.h [new file with mode: 0644]
util-linux/scripts/kconfig/lkc_proto.h [new file with mode: 0644]
util-linux/scripts/kconfig/lxdialog/.gitignore [new file with mode: 0644]
util-linux/scripts/kconfig/lxdialog/BIG.FAT.WARNING [new file with mode: 0644]
util-linux/scripts/kconfig/lxdialog/Makefile [new file with mode: 0644]
util-linux/scripts/kconfig/lxdialog/check-lxdialog.sh [new file with mode: 0644]
util-linux/scripts/kconfig/lxdialog/checklist.c [new file with mode: 0644]
util-linux/scripts/kconfig/lxdialog/colors.h [new file with mode: 0644]
util-linux/scripts/kconfig/lxdialog/dialog.h [new file with mode: 0644]
util-linux/scripts/kconfig/lxdialog/inputbox.c [new file with mode: 0644]
util-linux/scripts/kconfig/lxdialog/lxdialog.c [new file with mode: 0644]
util-linux/scripts/kconfig/lxdialog/menubox.c [new file with mode: 0644]
util-linux/scripts/kconfig/lxdialog/msgbox.c [new file with mode: 0644]
util-linux/scripts/kconfig/lxdialog/textbox.c [new file with mode: 0644]
util-linux/scripts/kconfig/lxdialog/util.c [new file with mode: 0644]
util-linux/scripts/kconfig/lxdialog/yesno.c [new file with mode: 0644]
util-linux/scripts/kconfig/mconf.c [new file with mode: 0644]
util-linux/scripts/kconfig/menu.c [new file with mode: 0644]
util-linux/scripts/kconfig/qconf.cc [new file with mode: 0644]
util-linux/scripts/kconfig/qconf.h [new file with mode: 0644]
util-linux/scripts/kconfig/symbol.c [new file with mode: 0644]
util-linux/scripts/kconfig/util.c [new file with mode: 0644]
util-linux/scripts/kconfig/zconf.gperf [new file with mode: 0644]
util-linux/scripts/kconfig/zconf.hash.c_shipped [new file with mode: 0644]
util-linux/scripts/kconfig/zconf.l [new file with mode: 0644]
util-linux/scripts/kconfig/zconf.tab.c_shipped [new file with mode: 0644]
util-linux/scripts/kconfig/zconf.y [new file with mode: 0644]
util-linux/scripts/memusage [new file with mode: 0755]
util-linux/scripts/mkconfigs [new file with mode: 0755]
util-linux/scripts/mkdiff_obj [new file with mode: 0755]
util-linux/scripts/mkdiff_obj_bloat [new file with mode: 0755]
util-linux/scripts/mkmakefile [new file with mode: 0755]
util-linux/scripts/objsizes [new file with mode: 0755]
util-linux/scripts/randomtest [new file with mode: 0755]
util-linux/scripts/randomtest.loop [new file with mode: 0755]
util-linux/scripts/sample_pmap [new file with mode: 0755]
util-linux/scripts/showasm [new file with mode: 0755]
util-linux/scripts/test_make_O [new file with mode: 0755]
util-linux/scripts/test_make_clean [new file with mode: 0755]
util-linux/scripts/trylink [new file with mode: 0755]
util-linux/selinux/Config.src [new file with mode: 0644]
util-linux/selinux/Kbuild.src [new file with mode: 0644]
util-linux/selinux/chcon.c [new file with mode: 0644]
util-linux/selinux/getenforce.c [new file with mode: 0644]
util-linux/selinux/getsebool.c [new file with mode: 0644]
util-linux/selinux/load_policy.c [new file with mode: 0644]
util-linux/selinux/matchpathcon.c [new file with mode: 0644]
util-linux/selinux/runcon.c [new file with mode: 0644]
util-linux/selinux/selinuxenabled.c [new file with mode: 0644]
util-linux/selinux/sestatus.c [new file with mode: 0644]
util-linux/selinux/setenforce.c [new file with mode: 0644]
util-linux/selinux/setfiles.c [new file with mode: 0644]
util-linux/selinux/setsebool.c [new file with mode: 0644]
util-linux/setarch.c [new file with mode: 0644]
util-linux/shell/Config.src [new file with mode: 0644]
util-linux/shell/Kbuild.src [new file with mode: 0644]
util-linux/shell/README [new file with mode: 0644]
util-linux/shell/README.job [new file with mode: 0644]
util-linux/shell/ash.c [new file with mode: 0644]
util-linux/shell/ash_doc.txt [new file with mode: 0644]
util-linux/shell/ash_ptr_hack.c [new file with mode: 0644]
util-linux/shell/ash_test/ash-alias/alias.right [new file with mode: 0644]
util-linux/shell/ash_test/ash-alias/alias.tests [new file with mode: 0755]
util-linux/shell/ash_test/ash-arith/README.ash [new file with mode: 0644]
util-linux/shell/ash_test/ash-arith/arith-bash1.right [new file with mode: 0644]
util-linux/shell/ash_test/ash-arith/arith-bash1.tests [new file with mode: 0755]
util-linux/shell/ash_test/ash-arith/arith-for.right [new file with mode: 0644]
util-linux/shell/ash_test/ash-arith/arith-for.testsx [new file with mode: 0755]
util-linux/shell/ash_test/ash-arith/arith.right [new file with mode: 0644]
util-linux/shell/ash_test/ash-arith/arith.tests [new file with mode: 0755]
util-linux/shell/ash_test/ash-arith/arith1.sub [new file with mode: 0755]
util-linux/shell/ash_test/ash-arith/arith2.sub [new file with mode: 0755]
util-linux/shell/ash_test/ash-heredoc/heredoc.right [new file with mode: 0644]
util-linux/shell/ash_test/ash-heredoc/heredoc.tests [new file with mode: 0755]
util-linux/shell/ash_test/ash-invert/invert.right [new file with mode: 0644]
util-linux/shell/ash_test/ash-invert/invert.tests [new file with mode: 0755]
util-linux/shell/ash_test/ash-misc/last_amp.right [new file with mode: 0644]
util-linux/shell/ash_test/ash-misc/last_amp.tests [new file with mode: 0755]
util-linux/shell/ash_test/ash-misc/nulltick1.right [new file with mode: 0644]
util-linux/shell/ash_test/ash-misc/nulltick1.tests [new file with mode: 0755]
util-linux/shell/ash_test/ash-misc/shift1.right [new file with mode: 0644]
util-linux/shell/ash_test/ash-misc/shift1.tests [new file with mode: 0755]
util-linux/shell/ash_test/ash-misc/source1.right [new file with mode: 0644]
util-linux/shell/ash_test/ash-misc/source1.tests [new file with mode: 0755]
util-linux/shell/ash_test/ash-misc/source2.right [new file with mode: 0644]
util-linux/shell/ash_test/ash-misc/source2.tests [new file with mode: 0755]
util-linux/shell/ash_test/ash-quoting/dollar_repl_slash_bash1.right [new file with mode: 0644]
util-linux/shell/ash_test/ash-quoting/dollar_repl_slash_bash1.tests [new file with mode: 0755]
util-linux/shell/ash_test/ash-quoting/dollar_squote_bash1.right [new file with mode: 0644]
util-linux/shell/ash_test/ash-quoting/dollar_squote_bash1.tests [new file with mode: 0755]
util-linux/shell/ash_test/ash-read/read_REPLY.right [new file with mode: 0644]
util-linux/shell/ash_test/ash-read/read_REPLY.tests [new file with mode: 0755]
util-linux/shell/ash_test/ash-read/read_ifs.right [new file with mode: 0644]
util-linux/shell/ash_test/ash-read/read_ifs.tests [new file with mode: 0755]
util-linux/shell/ash_test/ash-read/read_n.right [new file with mode: 0644]
util-linux/shell/ash_test/ash-read/read_n.tests [new file with mode: 0755]
util-linux/shell/ash_test/ash-read/read_r.right [new file with mode: 0644]
util-linux/shell/ash_test/ash-read/read_r.tests [new file with mode: 0755]
util-linux/shell/ash_test/ash-read/read_t.right [new file with mode: 0644]
util-linux/shell/ash_test/ash-read/read_t.tests [new file with mode: 0755]
util-linux/shell/ash_test/ash-redir/redir.right [new file with mode: 0644]
util-linux/shell/ash_test/ash-redir/redir.tests [new file with mode: 0755]
util-linux/shell/ash_test/ash-redir/redir2.right [new file with mode: 0644]
util-linux/shell/ash_test/ash-redir/redir2.tests [new file with mode: 0755]
util-linux/shell/ash_test/ash-redir/redir3.right [new file with mode: 0644]
util-linux/shell/ash_test/ash-redir/redir3.tests [new file with mode: 0755]
util-linux/shell/ash_test/ash-redir/redir4.right [new file with mode: 0644]
util-linux/shell/ash_test/ash-redir/redir4.tests [new file with mode: 0755]
util-linux/shell/ash_test/ash-redir/redir5.right [new file with mode: 0644]
util-linux/shell/ash_test/ash-redir/redir5.tests [new file with mode: 0755]
util-linux/shell/ash_test/ash-redir/redir6.right [new file with mode: 0644]
util-linux/shell/ash_test/ash-redir/redir6.tests [new file with mode: 0755]
util-linux/shell/ash_test/ash-redir/redir7.right [new file with mode: 0644]
util-linux/shell/ash_test/ash-redir/redir7.tests [new file with mode: 0755]
util-linux/shell/ash_test/ash-redir/redir8.right [new file with mode: 0644]
util-linux/shell/ash_test/ash-redir/redir8.tests [new file with mode: 0755]
util-linux/shell/ash_test/ash-redir/redir9.right [new file with mode: 0644]
util-linux/shell/ash_test/ash-redir/redir9.tests [new file with mode: 0644]
util-linux/shell/ash_test/ash-signals/reap1.right [new file with mode: 0644]
util-linux/shell/ash_test/ash-signals/reap1.tests [new file with mode: 0755]
util-linux/shell/ash_test/ash-signals/savetrap.right [new file with mode: 0644]
util-linux/shell/ash_test/ash-signals/savetrap.tests [new file with mode: 0755]
util-linux/shell/ash_test/ash-signals/signal1.right [new file with mode: 0644]
util-linux/shell/ash_test/ash-signals/signal1.tests [new file with mode: 0755]
util-linux/shell/ash_test/ash-signals/signal2.right [new file with mode: 0644]
util-linux/shell/ash_test/ash-signals/signal2.tests [new file with mode: 0755]
util-linux/shell/ash_test/ash-signals/signal3.right [new file with mode: 0644]
util-linux/shell/ash_test/ash-signals/signal3.tests [new file with mode: 0755]
util-linux/shell/ash_test/ash-signals/signal4.right [new file with mode: 0644]
util-linux/shell/ash_test/ash-signals/signal4.tests [new file with mode: 0755]
util-linux/shell/ash_test/ash-signals/signal5.right [new file with mode: 0644]
util-linux/shell/ash_test/ash-signals/signal5.tests [new file with mode: 0755]
util-linux/shell/ash_test/ash-signals/signal6.right [new file with mode: 0644]
util-linux/shell/ash_test/ash-signals/signal6.tests [new file with mode: 0755]
util-linux/shell/ash_test/ash-standalone/noexec_gets_no_env.right [new file with mode: 0644]
util-linux/shell/ash_test/ash-standalone/noexec_gets_no_env.tests [new file with mode: 0755]
util-linux/shell/ash_test/ash-standalone/nofork_trashes_getopt.right [new file with mode: 0644]
util-linux/shell/ash_test/ash-standalone/nofork_trashes_getopt.tests [new file with mode: 0755]
util-linux/shell/ash_test/ash-standalone/var_standalone1.right [new file with mode: 0644]
util-linux/shell/ash_test/ash-standalone/var_standalone1.tests [new file with mode: 0755]
util-linux/shell/ash_test/ash-vars/var1.right [new file with mode: 0644]
util-linux/shell/ash_test/ash-vars/var1.tests [new file with mode: 0755]
util-linux/shell/ash_test/ash-vars/var2.right [new file with mode: 0644]
util-linux/shell/ash_test/ash-vars/var2.tests [new file with mode: 0755]
util-linux/shell/ash_test/ash-vars/var_bash1.right [new file with mode: 0644]
util-linux/shell/ash_test/ash-vars/var_bash1.tests [new file with mode: 0755]
util-linux/shell/ash_test/ash-vars/var_bash2.right [new file with mode: 0644]
util-linux/shell/ash_test/ash-vars/var_bash2.tests [new file with mode: 0755]
util-linux/shell/ash_test/ash-vars/var_bash3.right [new file with mode: 0644]
util-linux/shell/ash_test/ash-vars/var_bash3.tests [new file with mode: 0755]
util-linux/shell/ash_test/ash-vars/var_leak.right [new file with mode: 0644]
util-linux/shell/ash_test/ash-vars/var_leak.tests [new file with mode: 0755]
util-linux/shell/ash_test/ash-vars/var_posix1.right [new file with mode: 0644]
util-linux/shell/ash_test/ash-vars/var_posix1.tests [new file with mode: 0755]
util-linux/shell/ash_test/printenv.c [new file with mode: 0644]
util-linux/shell/ash_test/recho.c [new file with mode: 0644]
util-linux/shell/ash_test/run-all [new file with mode: 0755]
util-linux/shell/ash_test/zecho.c [new file with mode: 0644]
util-linux/shell/bbsh.c [new file with mode: 0644]
util-linux/shell/brace.txt [new file with mode: 0644]
util-linux/shell/cttyhack.c [new file with mode: 0644]
util-linux/shell/hush.c [new file with mode: 0644]
util-linux/shell/hush_doc.txt [new file with mode: 0644]
util-linux/shell/hush_leaktool.sh [new file with mode: 0755]
util-linux/shell/hush_test/.gitignore [new file with mode: 0644]
util-linux/shell/hush_test/hush-arith/arith.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-arith/arith.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-arith/arith1.sub [new file with mode: 0755]
util-linux/shell/hush_test/hush-arith/arith2.sub [new file with mode: 0755]
util-linux/shell/hush_test/hush-bugs/and_or_and_backgrounding.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-bugs/and_or_and_backgrounding.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-bugs/export_exp.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-bugs/export_exp.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-glob/glob1.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-glob/glob1.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-glob/glob_and_assign.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-glob/glob_and_assign.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-glob/glob_redir.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-glob/glob_redir.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-leak/leak_argv1.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-leak/leak_argv1.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-misc/and-or.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-misc/and-or.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-misc/assignment1.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-misc/assignment1.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-misc/assignment2.rigth [new file with mode: 0644]
util-linux/shell/hush_test/hush-misc/assignment2.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-misc/break1.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-misc/break1.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-misc/break2.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-misc/break2.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-misc/break3.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-misc/break3.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-misc/break4.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-misc/break4.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-misc/break5.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-misc/break5.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-misc/builtin1.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-misc/builtin1.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-misc/case1.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-misc/case1.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-misc/colon.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-misc/colon.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-misc/compound.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-misc/compound.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-misc/continue1.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-misc/continue1.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-misc/continue2.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-misc/continue2.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-misc/continue3.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-misc/continue3.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-misc/empty_args.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-misc/empty_args.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-misc/empty_for.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-misc/empty_for.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-misc/empty_for2.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-misc/empty_for2.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-misc/env_and_func.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-misc/env_and_func.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-misc/exec.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-misc/exec.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-misc/exit1.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-misc/exit1.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-misc/export-n.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-misc/export-n.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-misc/export.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-misc/export.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-misc/for_with_bslashes.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-misc/for_with_bslashes.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-misc/for_with_keywords.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-misc/for_with_keywords.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-misc/func1.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-misc/func1.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-misc/func2.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-misc/func2.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-misc/func3.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-misc/func3.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-misc/func4.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-misc/func4.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-misc/func5.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-misc/func5.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-misc/func_args1.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-misc/func_args1.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-misc/func_local1.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-misc/func_local1.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-misc/func_local2.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-misc/func_local2.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-misc/heredoc1.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-misc/heredoc1.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-misc/heredoc2.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-misc/heredoc2.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-misc/heredoc3.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-misc/heredoc3.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-misc/heredoc_huge.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-misc/heredoc_huge.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-misc/if_false_exitcode.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-misc/if_false_exitcode.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-misc/nommu1.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-misc/nommu1.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-misc/nommu2.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-misc/nommu2.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-misc/opts1.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-misc/opts1.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-misc/pid.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-misc/pid.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-misc/read.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-misc/read.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-misc/redir1.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-misc/redir1.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-misc/redir2.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-misc/redir2.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-misc/redir3.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-misc/redir3.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-misc/redir4.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-misc/redir4.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-misc/redir5.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-misc/redir5.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-misc/redir6.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-misc/redir6.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-misc/shift.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-misc/shift.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-misc/sig_exitcode.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-misc/sig_exitcode.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-misc/syntax_err.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-misc/syntax_err.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-misc/syntax_err_negate.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-misc/syntax_err_negate.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-misc/until1.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-misc/until1.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-misc/while1.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-misc/while1.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-misc/while2.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-misc/while2.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-misc/while_in_subshell.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-misc/while_in_subshell.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-parsing/argv0.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-parsing/argv0.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-parsing/brace1.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-parsing/brace1.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-parsing/brace2.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-parsing/brace2.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-parsing/escape1.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-parsing/escape1.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-parsing/escape2.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-parsing/escape2.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-parsing/escape3.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-parsing/escape3.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-parsing/escape4.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-parsing/escape4.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-parsing/escape5.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-parsing/escape5.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-parsing/group1.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-parsing/group1.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-parsing/group2.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-parsing/group2.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-parsing/groups_and_keywords1.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-parsing/groups_and_keywords1.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-parsing/negate.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-parsing/negate.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-parsing/noeol.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-parsing/noeol.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-parsing/noeol2.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-parsing/noeol2.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-parsing/noeol3.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-parsing/noeol3.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-parsing/process_subst.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-parsing/process_subst.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-parsing/quote1.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-parsing/quote1.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-parsing/quote2.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-parsing/quote2.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-parsing/quote3.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-parsing/quote3.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-parsing/quote4.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-parsing/quote4.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-parsing/redir_space.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-parsing/redir_space.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-parsing/starquoted.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-parsing/starquoted.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-parsing/starquoted2.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-parsing/starquoted2.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-psubst/emptytick.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-psubst/emptytick.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-psubst/falsetick.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-psubst/falsetick.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-psubst/tick.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-psubst/tick.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-psubst/tick2.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-psubst/tick2.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-psubst/tick3.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-psubst/tick3.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-psubst/tick4.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-psubst/tick4.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-psubst/tick5.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-psubst/tick5.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-psubst/tick_huge.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-psubst/tick_huge.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-read/read_REPLY.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-read/read_REPLY.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-read/read_ifs.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-read/read_ifs.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-read/read_n.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-read/read_n.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-read/read_r.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-read/read_r.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-read/read_t.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-read/read_t.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-trap/catch.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-trap/catch.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-trap/exit.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-trap/exit.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-trap/save-ret.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-trap/save-ret.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-trap/savetrap.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-trap/savetrap.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-trap/subshell.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-trap/subshell.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-trap/usage.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-trap/usage.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-vars/empty.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-vars/empty.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-vars/glob_and_vars.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-vars/glob_and_vars.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-vars/param_expand_alt.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-vars/param_expand_alt.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-vars/param_expand_assign.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-vars/param_expand_assign.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-vars/param_expand_bash_substring.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-vars/param_expand_bash_substring.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-vars/param_expand_default.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-vars/param_expand_default.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-vars/param_expand_indicate_error.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-vars/param_expand_indicate_error.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-vars/param_expand_len.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-vars/param_expand_len.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-vars/param_glob.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-vars/param_glob.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-vars/param_subshell.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-vars/param_subshell.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-vars/star.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-vars/star.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-vars/unset.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-vars/unset.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-vars/var1.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-vars/var1.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-vars/var2.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-vars/var2.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-vars/var3.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-vars/var3.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-vars/var_expand_in_assign.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-vars/var_expand_in_assign.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-vars/var_expand_in_redir.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-vars/var_expand_in_redir.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-vars/var_in_pipes.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-vars/var_in_pipes.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-vars/var_leaks.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-vars/var_leaks.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-vars/var_posix1.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-vars/var_posix1.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-vars/var_preserved.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-vars/var_preserved.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-vars/var_subst_in_for.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-vars/var_subst_in_for.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-z_slow/leak_all1.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-z_slow/leak_all1.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-z_slow/leak_all2.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-z_slow/leak_all2.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-z_slow/leak_empty_tick.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-z_slow/leak_empty_tick.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-z_slow/leak_heredoc1.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-z_slow/leak_heredoc1.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-z_slow/leak_var.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-z_slow/leak_var.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-z_slow/leak_var2.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-z_slow/leak_var2.tests [new file with mode: 0755]
util-linux/shell/hush_test/hush-z_slow/leak_var3.right [new file with mode: 0644]
util-linux/shell/hush_test/hush-z_slow/leak_var3.tests [new file with mode: 0755]
util-linux/shell/hush_test/run-all [new file with mode: 0755]
util-linux/shell/match.c [new file with mode: 0644]
util-linux/shell/match.h [new file with mode: 0644]
util-linux/shell/math.c [new file with mode: 0644]
util-linux/shell/math.h [new file with mode: 0644]
util-linux/shell/msh_test/msh-bugs/noeol3.right [new file with mode: 0644]
util-linux/shell/msh_test/msh-bugs/noeol3.tests [new file with mode: 0755]
util-linux/shell/msh_test/msh-bugs/process_subst.right [new file with mode: 0644]
util-linux/shell/msh_test/msh-bugs/process_subst.tests [new file with mode: 0755]
util-linux/shell/msh_test/msh-bugs/read.right [new file with mode: 0644]
util-linux/shell/msh_test/msh-bugs/read.tests [new file with mode: 0755]
util-linux/shell/msh_test/msh-bugs/shift.right [new file with mode: 0644]
util-linux/shell/msh_test/msh-bugs/shift.tests [new file with mode: 0755]
util-linux/shell/msh_test/msh-bugs/starquoted.right [new file with mode: 0644]
util-linux/shell/msh_test/msh-bugs/starquoted.tests [new file with mode: 0755]
util-linux/shell/msh_test/msh-bugs/syntax_err.right [new file with mode: 0644]
util-linux/shell/msh_test/msh-bugs/syntax_err.tests [new file with mode: 0755]
util-linux/shell/msh_test/msh-bugs/var_expand_in_assign.right [new file with mode: 0644]
util-linux/shell/msh_test/msh-bugs/var_expand_in_assign.tests [new file with mode: 0755]
util-linux/shell/msh_test/msh-bugs/var_expand_in_redir.right [new file with mode: 0644]
util-linux/shell/msh_test/msh-bugs/var_expand_in_redir.tests [new file with mode: 0755]
util-linux/shell/msh_test/msh-execution/exitcode_EACCES.right [new file with mode: 0644]
util-linux/shell/msh_test/msh-execution/exitcode_EACCES.tests [new file with mode: 0755]
util-linux/shell/msh_test/msh-execution/exitcode_ENOENT.right [new file with mode: 0644]
util-linux/shell/msh_test/msh-execution/exitcode_ENOENT.tests [new file with mode: 0755]
util-linux/shell/msh_test/msh-execution/many_continues.right [new file with mode: 0644]
util-linux/shell/msh_test/msh-execution/many_continues.tests [new file with mode: 0755]
util-linux/shell/msh_test/msh-execution/nested_break.right [new file with mode: 0644]
util-linux/shell/msh_test/msh-execution/nested_break.tests [new file with mode: 0755]
util-linux/shell/msh_test/msh-misc/tick.right [new file with mode: 0644]
util-linux/shell/msh_test/msh-misc/tick.tests [new file with mode: 0755]
util-linux/shell/msh_test/msh-parsing/argv0.right [new file with mode: 0644]
util-linux/shell/msh_test/msh-parsing/argv0.tests [new file with mode: 0755]
util-linux/shell/msh_test/msh-parsing/noeol.right [new file with mode: 0644]
util-linux/shell/msh_test/msh-parsing/noeol.tests [new file with mode: 0755]
util-linux/shell/msh_test/msh-parsing/noeol2.right [new file with mode: 0644]
util-linux/shell/msh_test/msh-parsing/noeol2.tests [new file with mode: 0755]
util-linux/shell/msh_test/msh-parsing/quote1.right [new file with mode: 0644]
util-linux/shell/msh_test/msh-parsing/quote1.tests [new file with mode: 0755]
util-linux/shell/msh_test/msh-parsing/quote2.right [new file with mode: 0644]
util-linux/shell/msh_test/msh-parsing/quote2.tests [new file with mode: 0755]
util-linux/shell/msh_test/msh-parsing/quote3.right [new file with mode: 0644]
util-linux/shell/msh_test/msh-parsing/quote3.tests [new file with mode: 0755]
util-linux/shell/msh_test/msh-parsing/quote4.right [new file with mode: 0644]
util-linux/shell/msh_test/msh-parsing/quote4.tests [new file with mode: 0755]
util-linux/shell/msh_test/msh-vars/star.right [new file with mode: 0644]
util-linux/shell/msh_test/msh-vars/star.tests [new file with mode: 0755]
util-linux/shell/msh_test/msh-vars/var.right [new file with mode: 0644]
util-linux/shell/msh_test/msh-vars/var.tests [new file with mode: 0755]
util-linux/shell/msh_test/msh-vars/var_subst_in_for.right [new file with mode: 0644]
util-linux/shell/msh_test/msh-vars/var_subst_in_for.tests [new file with mode: 0755]
util-linux/shell/msh_test/run-all [new file with mode: 0755]
util-linux/shell/random.c [new file with mode: 0644]
util-linux/shell/random.h [new file with mode: 0644]
util-linux/shell/shell_common.c [new file with mode: 0644]
util-linux/shell/shell_common.h [new file with mode: 0644]
util-linux/swaponoff.c [new file with mode: 0644]
util-linux/switch_root.c [new file with mode: 0644]
util-linux/sysklogd/Config.src [new file with mode: 0644]
util-linux/sysklogd/Kbuild.src [new file with mode: 0644]
util-linux/sysklogd/klogd.c [new file with mode: 0644]
util-linux/sysklogd/logger.c [new file with mode: 0644]
util-linux/sysklogd/logread.c [new file with mode: 0644]
util-linux/sysklogd/syslogd.c [new file with mode: 0644]
util-linux/sysklogd/syslogd_and_logger.c [new file with mode: 0644]
util-linux/testsuite/README [new file with mode: 0644]
util-linux/testsuite/TODO [new file with mode: 0644]
util-linux/testsuite/all_sourcecode.tests [new file with mode: 0755]
util-linux/testsuite/ar.tests [new file with mode: 0755]
util-linux/testsuite/ash.tests [new file with mode: 0755]
util-linux/testsuite/awk.tests [new file with mode: 0755]
util-linux/testsuite/awk_t1.tar.bz2 [new file with mode: 0644]
util-linux/testsuite/basename/basename-does-not-remove-identical-extension [new file with mode: 0644]
util-linux/testsuite/basename/basename-works [new file with mode: 0644]
util-linux/testsuite/bunzip2.tests [new file with mode: 0755]
util-linux/testsuite/bunzip2/bunzip2-reads-from-standard-input [new file with mode: 0644]
util-linux/testsuite/bunzip2/bunzip2-removes-compressed-file [new file with mode: 0644]
util-linux/testsuite/bunzip2/bzcat-does-not-remove-compressed-file [new file with mode: 0644]
util-linux/testsuite/busybox.tests [new file with mode: 0755]
util-linux/testsuite/bzcat.tests [new file with mode: 0755]
util-linux/testsuite/cal.tests [new file with mode: 0755]
util-linux/testsuite/cat/cat-prints-a-file [new file with mode: 0644]
util-linux/testsuite/cat/cat-prints-a-file-and-standard-input [new file with mode: 0644]
util-linux/testsuite/cmp/cmp-detects-difference [new file with mode: 0644]
util-linux/testsuite/comm.tests [new file with mode: 0755]
util-linux/testsuite/cp.tests [new file with mode: 0755]
util-linux/testsuite/cp/cp-RHL-does_not_preserve-links [new file with mode: 0644]
util-linux/testsuite/cp/cp-a-files-to-dir [new file with mode: 0644]
util-linux/testsuite/cp/cp-a-preserves-links [new file with mode: 0644]
util-linux/testsuite/cp/cp-copies-empty-file [new file with mode: 0644]
util-linux/testsuite/cp/cp-copies-large-file [new file with mode: 0644]
util-linux/testsuite/cp/cp-copies-small-file [new file with mode: 0644]
util-linux/testsuite/cp/cp-d-files-to-dir [new file with mode: 0644]
util-linux/testsuite/cp/cp-dev-file [new file with mode: 0644]
util-linux/testsuite/cp/cp-dir-create-dir [new file with mode: 0644]
util-linux/testsuite/cp/cp-dir-existing-dir [new file with mode: 0644]
util-linux/testsuite/cp/cp-does-not-copy-unreadable-file [new file with mode: 0644]
util-linux/testsuite/cp/cp-files-to-dir [new file with mode: 0644]
util-linux/testsuite/cp/cp-follows-links [new file with mode: 0644]
util-linux/testsuite/cp/cp-parents [new file with mode: 0644]
util-linux/testsuite/cp/cp-preserves-hard-links [new file with mode: 0644]
util-linux/testsuite/cp/cp-preserves-links [new file with mode: 0644]
util-linux/testsuite/cp/cp-preserves-source-file [new file with mode: 0644]
util-linux/testsuite/cpio.tests [new file with mode: 0755]
util-linux/testsuite/cut.tests [new file with mode: 0755]
util-linux/testsuite/cut/cut-cuts-a-character [new file with mode: 0644]
util-linux/testsuite/cut/cut-cuts-a-closed-range [new file with mode: 0644]
util-linux/testsuite/cut/cut-cuts-a-field [new file with mode: 0644]
util-linux/testsuite/cut/cut-cuts-an-open-range [new file with mode: 0644]
util-linux/testsuite/cut/cut-cuts-an-unclosed-range [new file with mode: 0644]
util-linux/testsuite/date/date-R-works [new file with mode: 0644]
util-linux/testsuite/date/date-format-works [new file with mode: 0644]
util-linux/testsuite/date/date-u-works [new file with mode: 0644]
util-linux/testsuite/date/date-works [new file with mode: 0644]
util-linux/testsuite/date/date-works-1 [new file with mode: 0644]
util-linux/testsuite/dd/dd-accepts-if [new file with mode: 0644]
util-linux/testsuite/dd/dd-accepts-of [new file with mode: 0644]
util-linux/testsuite/dd/dd-copies-from-standard-input-to-standard-output [new file with mode: 0644]
util-linux/testsuite/dd/dd-prints-count-to-standard-error [new file with mode: 0644]
util-linux/testsuite/dd/dd-reports-write-errors [new file with mode: 0644]
util-linux/testsuite/diff.tests [new file with mode: 0755]
util-linux/testsuite/dirname/dirname-handles-absolute-path [new file with mode: 0644]
util-linux/testsuite/dirname/dirname-handles-empty-path [new file with mode: 0644]
util-linux/testsuite/dirname/dirname-handles-multiple-slashes [new file with mode: 0644]
util-linux/testsuite/dirname/dirname-handles-relative-path [new file with mode: 0644]
util-linux/testsuite/dirname/dirname-handles-root [new file with mode: 0644]
util-linux/testsuite/dirname/dirname-handles-single-component [new file with mode: 0644]
util-linux/testsuite/dirname/dirname-works [new file with mode: 0644]
util-linux/testsuite/du/du-h-works [new file with mode: 0644]
util-linux/testsuite/du/du-k-works [new file with mode: 0644]
util-linux/testsuite/du/du-l-works [new file with mode: 0644]
util-linux/testsuite/du/du-m-works [new file with mode: 0644]
util-linux/testsuite/du/du-s-works [new file with mode: 0644]
util-linux/testsuite/du/du-works [new file with mode: 0644]
util-linux/testsuite/echo/echo-does-not-print-newline [new file with mode: 0644]
util-linux/testsuite/echo/echo-prints-argument [new file with mode: 0644]
util-linux/testsuite/echo/echo-prints-arguments [new file with mode: 0644]
util-linux/testsuite/echo/echo-prints-newline [new file with mode: 0644]
util-linux/testsuite/echo/echo-prints-slash-zero [new file with mode: 0644]
util-linux/testsuite/expand.tests [new file with mode: 0755]
util-linux/testsuite/expand/expand-works-like-GNU [new file with mode: 0644]
util-linux/testsuite/expr/expr-big [new file with mode: 0644]
util-linux/testsuite/expr/expr-works [new file with mode: 0644]
util-linux/testsuite/false/false-is-silent [new file with mode: 0644]
util-linux/testsuite/false/false-returns-failure [new file with mode: 0644]
util-linux/testsuite/find/find-supports-minus-xdev [new file with mode: 0644]
util-linux/testsuite/fold.tests [new file with mode: 0755]
util-linux/testsuite/grep.tests [new file with mode: 0755]
util-linux/testsuite/gunzip.tests [new file with mode: 0755]
util-linux/testsuite/gunzip/gunzip-reads-from-standard-input [new file with mode: 0644]
util-linux/testsuite/gzip/gzip-accepts-multiple-files [new file with mode: 0644]
util-linux/testsuite/gzip/gzip-accepts-single-minus [new file with mode: 0644]
util-linux/testsuite/gzip/gzip-removes-original-file [new file with mode: 0644]
util-linux/testsuite/head/head-n-works [new file with mode: 0644]
util-linux/testsuite/head/head-works [new file with mode: 0644]
util-linux/testsuite/hostid/hostid-works [new file with mode: 0644]
util-linux/testsuite/hostname/hostname-d-works [new file with mode: 0644]
util-linux/testsuite/hostname/hostname-i-works [new file with mode: 0644]
util-linux/testsuite/hostname/hostname-s-works [new file with mode: 0644]
util-linux/testsuite/hostname/hostname-works [new file with mode: 0644]
util-linux/testsuite/id/id-g-works [new file with mode: 0644]
util-linux/testsuite/id/id-u-works [new file with mode: 0644]
util-linux/testsuite/id/id-un-works [new file with mode: 0644]
util-linux/testsuite/id/id-ur-works [new file with mode: 0644]
util-linux/testsuite/ln/ln-creates-hard-links [new file with mode: 0644]
util-linux/testsuite/ln/ln-creates-soft-links [new file with mode: 0644]
util-linux/testsuite/ln/ln-force-creates-hard-links [new file with mode: 0644]
util-linux/testsuite/ln/ln-force-creates-soft-links [new file with mode: 0644]
util-linux/testsuite/ln/ln-preserves-hard-links [new file with mode: 0644]
util-linux/testsuite/ln/ln-preserves-soft-links [new file with mode: 0644]
util-linux/testsuite/ls.mk_uni_tests [new file with mode: 0644]
util-linux/testsuite/ls.tests [new file with mode: 0755]
util-linux/testsuite/ls/ls-1-works [new file with mode: 0644]
util-linux/testsuite/ls/ls-h-works [new file with mode: 0644]
util-linux/testsuite/ls/ls-l-works [new file with mode: 0644]
util-linux/testsuite/ls/ls-s-works [new file with mode: 0644]
util-linux/testsuite/makedevs.device_table.txt [new file with mode: 0644]
util-linux/testsuite/makedevs.tests [new file with mode: 0755]
util-linux/testsuite/md5sum/md5sum-verifies-non-binary-file [new file with mode: 0644]
util-linux/testsuite/mdev.tests [new file with mode: 0755]
util-linux/testsuite/mkdir/mkdir-makes-a-directory [new file with mode: 0644]
util-linux/testsuite/mkdir/mkdir-makes-parent-directories [new file with mode: 0644]
util-linux/testsuite/mkfs.minix.tests [new file with mode: 0755]
util-linux/testsuite/mount.testroot [new file with mode: 0755]
util-linux/testsuite/mount.tests [new file with mode: 0755]
util-linux/testsuite/msh/msh-supports-underscores-in-variable-names [new file with mode: 0644]
util-linux/testsuite/mv/mv-files-to-dir [new file with mode: 0644]
util-linux/testsuite/mv/mv-follows-links [new file with mode: 0644]
util-linux/testsuite/mv/mv-moves-empty-file [new file with mode: 0644]
util-linux/testsuite/mv/mv-moves-file [new file with mode: 0644]
util-linux/testsuite/mv/mv-moves-hardlinks [new file with mode: 0644]
util-linux/testsuite/mv/mv-moves-large-file [new file with mode: 0644]
util-linux/testsuite/mv/mv-moves-small-file [new file with mode: 0644]
util-linux/testsuite/mv/mv-moves-symlinks [new file with mode: 0644]
util-linux/testsuite/mv/mv-moves-unreadable-files [new file with mode: 0644]
util-linux/testsuite/mv/mv-preserves-hard-links [new file with mode: 0644]
util-linux/testsuite/mv/mv-preserves-links [new file with mode: 0644]
util-linux/testsuite/mv/mv-refuses-mv-dir-to-subdir [new file with mode: 0644]
util-linux/testsuite/mv/mv-removes-source-file [new file with mode: 0644]
util-linux/testsuite/od.tests [new file with mode: 0755]
util-linux/testsuite/parse.tests [new file with mode: 0755]
util-linux/testsuite/patch.tests [new file with mode: 0755]
util-linux/testsuite/pidof.tests [new file with mode: 0755]
util-linux/testsuite/printf.tests [new file with mode: 0755]
util-linux/testsuite/pwd/pwd-prints-working-directory [new file with mode: 0644]
util-linux/testsuite/readlink.tests [new file with mode: 0755]
util-linux/testsuite/rm/rm-removes-file [new file with mode: 0644]
util-linux/testsuite/rmdir/rmdir-removes-parent-directories [new file with mode: 0644]
util-linux/testsuite/runtest [new file with mode: 0755]
util-linux/testsuite/rx.tests [new file with mode: 0755]
util-linux/testsuite/sed.tests [new file with mode: 0755]
util-linux/testsuite/seq.tests [new file with mode: 0755]
util-linux/testsuite/sort.tests [new file with mode: 0755]
util-linux/testsuite/start-stop-daemon.tests [new file with mode: 0755]
util-linux/testsuite/strings/strings-works-like-GNU [new file with mode: 0644]
util-linux/testsuite/sum.tests [new file with mode: 0755]
util-linux/testsuite/tail.tests [new file with mode: 0755]
util-linux/testsuite/tail/tail-n-works [new file with mode: 0644]
util-linux/testsuite/tail/tail-works [new file with mode: 0644]
util-linux/testsuite/tar.tests [new file with mode: 0755]
util-linux/testsuite/tar/tar-archives-multiple-files [new file with mode: 0644]
util-linux/testsuite/tar/tar-complains-about-missing-file [new file with mode: 0644]
util-linux/testsuite/tar/tar-demands-at-least-one-ctx [new file with mode: 0644]
util-linux/testsuite/tar/tar-demands-at-most-one-ctx [new file with mode: 0644]
util-linux/testsuite/tar/tar-extracts-all-subdirs [new file with mode: 0644]
util-linux/testsuite/tar/tar-extracts-file [new file with mode: 0644]
util-linux/testsuite/tar/tar-extracts-from-standard-input [new file with mode: 0644]
util-linux/testsuite/tar/tar-extracts-multiple-files [new file with mode: 0644]
util-linux/testsuite/tar/tar-extracts-to-standard-output [new file with mode: 0644]
util-linux/testsuite/tar/tar-handles-cz-options [new file with mode: 0644]
util-linux/testsuite/tar/tar-handles-empty-include-and-non-empty-exclude-list [new file with mode: 0644]
util-linux/testsuite/tar/tar-handles-exclude-and-extract-lists [new file with mode: 0644]
util-linux/testsuite/tar/tar-handles-multiple-X-options [new file with mode: 0644]
util-linux/testsuite/tar/tar-handles-nested-exclude [new file with mode: 0644]
util-linux/testsuite/tar/tar_with_link_with_size [new file with mode: 0644]
util-linux/testsuite/tar/tar_with_prefix_fields [new file with mode: 0644]
util-linux/testsuite/taskset.tests [new file with mode: 0755]
util-linux/testsuite/tee/tee-appends-input [new file with mode: 0644]
util-linux/testsuite/tee/tee-tees-input [new file with mode: 0644]
util-linux/testsuite/test.tests [new file with mode: 0755]
util-linux/testsuite/testing.sh [new file with mode: 0644]
util-linux/testsuite/touch/touch-creates-file [new file with mode: 0644]
util-linux/testsuite/touch/touch-does-not-create-file [new file with mode: 0644]
util-linux/testsuite/touch/touch-touches-files-after-non-existent-file [new file with mode: 0644]
util-linux/testsuite/tr.tests [new file with mode: 0755]
util-linux/testsuite/tr/tr-d-alnum-works [new file with mode: 0644]
util-linux/testsuite/tr/tr-d-works [new file with mode: 0644]
util-linux/testsuite/tr/tr-non-gnu [new file with mode: 0644]
util-linux/testsuite/tr/tr-rejects-wrong-class [new file with mode: 0644]
util-linux/testsuite/tr/tr-works [new file with mode: 0644]
util-linux/testsuite/true/true-is-silent [new file with mode: 0644]
util-linux/testsuite/true/true-returns-success [new file with mode: 0644]
util-linux/testsuite/umlwrapper.sh [new file with mode: 0755]
util-linux/testsuite/unexpand.tests [new file with mode: 0755]
util-linux/testsuite/unexpand/unexpand-works-like-GNU [new file with mode: 0644]
util-linux/testsuite/uniq.tests [new file with mode: 0755]
util-linux/testsuite/unzip.tests [new file with mode: 0755]
util-linux/testsuite/uptime/uptime-works [new file with mode: 0644]
util-linux/testsuite/uuencode.tests [new file with mode: 0755]
util-linux/testsuite/wc/wc-counts-all [new file with mode: 0644]
util-linux/testsuite/wc/wc-counts-characters [new file with mode: 0644]
util-linux/testsuite/wc/wc-counts-lines [new file with mode: 0644]
util-linux/testsuite/wc/wc-counts-words [new file with mode: 0644]
util-linux/testsuite/wc/wc-prints-longest-line-length [new file with mode: 0644]
util-linux/testsuite/wget/wget--O-overrides--P [new file with mode: 0644]
util-linux/testsuite/wget/wget-handles-empty-path [new file with mode: 0644]
util-linux/testsuite/wget/wget-retrieves-google-index [new file with mode: 0644]
util-linux/testsuite/wget/wget-supports--P [new file with mode: 0644]
util-linux/testsuite/which/which-uses-default-path [new file with mode: 0644]
util-linux/testsuite/xargs.tests [new file with mode: 0755]
util-linux/testsuite/xargs/xargs-works [new file with mode: 0644]
util-linux/umount.c [new file with mode: 0644]
util-linux/volume_id/Kbuild.src [new file with mode: 0644]
util-linux/volume_id/btrfs.c [new file with mode: 0644]
util-linux/volume_id/cramfs.c [new file with mode: 0644]
util-linux/volume_id/ext.c [new file with mode: 0644]
util-linux/volume_id/fat.c [new file with mode: 0644]
util-linux/volume_id/get_devname.c [new file with mode: 0644]
util-linux/volume_id/hfs.c [new file with mode: 0644]
util-linux/volume_id/iso9660.c [new file with mode: 0644]
util-linux/volume_id/jfs.c [new file with mode: 0644]
util-linux/volume_id/linux_raid.c [new file with mode: 0644]
util-linux/volume_id/linux_swap.c [new file with mode: 0644]
util-linux/volume_id/luks.c [new file with mode: 0644]
util-linux/volume_id/ntfs.c [new file with mode: 0644]
util-linux/volume_id/ocfs2.c [new file with mode: 0644]
util-linux/volume_id/reiserfs.c [new file with mode: 0644]
util-linux/volume_id/romfs.c [new file with mode: 0644]
util-linux/volume_id/sysv.c [new file with mode: 0644]
util-linux/volume_id/udf.c [new file with mode: 0644]
util-linux/volume_id/unused_highpoint.c [new file with mode: 0644]
util-linux/volume_id/unused_hpfs.c [new file with mode: 0644]
util-linux/volume_id/unused_isw_raid.c [new file with mode: 0644]
util-linux/volume_id/unused_lsi_raid.c [new file with mode: 0644]
util-linux/volume_id/unused_lvm.c [new file with mode: 0644]
util-linux/volume_id/unused_mac.c [new file with mode: 0644]
util-linux/volume_id/unused_minix.c [new file with mode: 0644]
util-linux/volume_id/unused_msdos.c [new file with mode: 0644]
util-linux/volume_id/unused_nvidia_raid.c [new file with mode: 0644]
util-linux/volume_id/unused_promise_raid.c [new file with mode: 0644]
util-linux/volume_id/unused_silicon_raid.c [new file with mode: 0644]
util-linux/volume_id/unused_ufs.c [new file with mode: 0644]
util-linux/volume_id/unused_via_raid.c [new file with mode: 0644]
util-linux/volume_id/util.c [new file with mode: 0644]
util-linux/volume_id/volume_id.c [new file with mode: 0644]
util-linux/volume_id/volume_id_internal.h [new file with mode: 0644]
util-linux/volume_id/xfs.c [new file with mode: 0644]