Correcting branch name to be like previous ones
authorDenis Vlasenko <vda.linux@googlemail.com>
Wed, 27 Dec 2006 04:35:04 +0000 (04:35 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Wed, 27 Dec 2006 04:35:04 +0000 (04:35 -0000)
commit8d42f86b146871ae4c4cafd3801a85f381249a14
treeb963999fc54eddb65f1929b894f868e24851fc9c
Correcting branch name to be like previous ones
909 files changed:
.indent.pro [new file with mode: 0644]
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]
TODO [new file with mode: 0644]
applets/Kbuild [new file with mode: 0644]
applets/applets.c [new file with mode: 0644]
applets/busybox.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]
arch/i386/Makefile [new file with mode: 0644]
archival/Config.in [new file with mode: 0644]
archival/Kbuild [new file with mode: 0644]
archival/ar.c [new file with mode: 0644]
archival/bunzip2.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/gunzip.c [new file with mode: 0644]
archival/gzip.c [new file with mode: 0644]
archival/libunarchive/Kbuild [new file with mode: 0644]
archival/libunarchive/archive_xread_all_eof.c [new file with mode: 0644]
archival/libunarchive/check_header_gzip.c [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_buffer.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_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/rpm.c [new file with mode: 0644]
archival/rpm2cpio.c [new file with mode: 0644]
archival/tar.c [new file with mode: 0644]
archival/uncompress.c [new file with mode: 0644]
archival/unlzma.c [new file with mode: 0644]
archival/unzip.c [new file with mode: 0644]
console-tools/Config.in [new file with mode: 0644]
console-tools/Kbuild [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/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]
coreutils/Config.in [new file with mode: 0644]
coreutils/Kbuild [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/cmp.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/diff.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/expr.c [new file with mode: 0644]
coreutils/false.c [new file with mode: 0644]
coreutils/fold.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/install.c [new file with mode: 0644]
coreutils/length.c [new file with mode: 0644]
coreutils/libcoreutils/Kbuild [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/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/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/tail.c [new file with mode: 0644]
coreutils/tee.c [new file with mode: 0644]
coreutils/test.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/watch.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]
debianutils/Config.in [new file with mode: 0644]
debianutils/Kbuild [new file with mode: 0644]
debianutils/mktemp.c [new file with mode: 0644]
debianutils/pipe_progress.c [new file with mode: 0644]
debianutils/readlink.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/autodocifier.pl [new file with mode: 0755]
docs/busybox.net/FAQ.html [new file with mode: 0644]
docs/busybox.net/about.html [new file with mode: 0644]
docs/busybox.net/busybox-growth.ps [new file with mode: 0644]
docs/busybox.net/copyright.txt [new file with mode: 0644]
docs/busybox.net/developer.html [new file with mode: 0644]
docs/busybox.net/download.html [new file with mode: 0644]
docs/busybox.net/footer.html [new file with mode: 0644]
docs/busybox.net/header.html [new file with mode: 0644]
docs/busybox.net/images/back.png [new file with mode: 0644]
docs/busybox.net/images/busybox.jpeg [new file with mode: 0644]
docs/busybox.net/images/busybox.png [new file with mode: 0644]
docs/busybox.net/images/busybox1.png [new file with mode: 0644]
docs/busybox.net/images/busybox2.jpg [new file with mode: 0644]
docs/busybox.net/images/busybox3.jpg [new file with mode: 0644]
docs/busybox.net/images/dir.png [new file with mode: 0644]
docs/busybox.net/images/donate.png [new file with mode: 0644]
docs/busybox.net/images/fm.mini.png [new file with mode: 0644]
docs/busybox.net/images/gfx_by_gimp.png [new file with mode: 0644]
docs/busybox.net/images/ltbutton2.png [new file with mode: 0644]
docs/busybox.net/images/osuosl.png [new file with mode: 0644]
docs/busybox.net/images/sdsmall.png [new file with mode: 0644]
docs/busybox.net/images/text.png [new file with mode: 0644]
docs/busybox.net/images/valid-html401.png [new file with mode: 0644]
docs/busybox.net/images/vh40.gif [new file with mode: 0644]
docs/busybox.net/images/written.in.vi.png [new file with mode: 0644]
docs/busybox.net/index.html [new file with mode: 0644]
docs/busybox.net/license.html [new file with mode: 0644]
docs/busybox.net/links.html [new file with mode: 0644]
docs/busybox.net/lists.html [new file with mode: 0644]
docs/busybox.net/news.html [new file with mode: 0644]
docs/busybox.net/oldnews.html [new file with mode: 0644]
docs/busybox.net/products.html [new file with mode: 0644]
docs/busybox.net/screenshot.html [new file with mode: 0644]
docs/busybox.net/shame.html [new file with mode: 0644]
docs/busybox.net/sponsors.html [new file with mode: 0644]
docs/busybox.net/subversion.html [new file with mode: 0644]
docs/busybox.net/tinyutils.html [new file with mode: 0644]
docs/busybox_footer.pod [new file with mode: 0644]
docs/busybox_header.pod [new file with mode: 0644]
docs/contributing.txt [new file with mode: 0644]
docs/ipv4_ipv6.txt [new file with mode: 0644]
docs/new-applet-HOWTO.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]
e2fsprogs/Config.in [new file with mode: 0644]
e2fsprogs/Kbuild [new file with mode: 0644]
e2fsprogs/README [new file with mode: 0644]
e2fsprogs/blkid/Kbuild [new file with mode: 0644]
e2fsprogs/blkid/blkid.h [new file with mode: 0644]
e2fsprogs/blkid/blkidP.h [new file with mode: 0644]
e2fsprogs/blkid/blkid_getsize.c [new file with mode: 0644]
e2fsprogs/blkid/cache.c [new file with mode: 0644]
e2fsprogs/blkid/dev.c [new file with mode: 0644]
e2fsprogs/blkid/devname.c [new file with mode: 0644]
e2fsprogs/blkid/devno.c [new file with mode: 0644]
e2fsprogs/blkid/list.c [new file with mode: 0644]
e2fsprogs/blkid/list.h [new file with mode: 0644]
e2fsprogs/blkid/probe.c [new file with mode: 0644]
e2fsprogs/blkid/probe.h [new file with mode: 0644]
e2fsprogs/blkid/read.c [new file with mode: 0644]
e2fsprogs/blkid/resolve.c [new file with mode: 0644]
e2fsprogs/blkid/save.c [new file with mode: 0644]
e2fsprogs/blkid/tag.c [new file with mode: 0644]
e2fsprogs/chattr.c [new file with mode: 0644]
e2fsprogs/e2fsbb.h [new file with mode: 0644]
e2fsprogs/e2fsck.c [new file with mode: 0644]
e2fsprogs/e2fsck.h [new file with mode: 0644]
e2fsprogs/e2p/Kbuild [new file with mode: 0644]
e2fsprogs/e2p/e2p.h [new file with mode: 0644]
e2fsprogs/e2p/feature.c [new file with mode: 0644]
e2fsprogs/e2p/fgetsetflags.c [new file with mode: 0644]
e2fsprogs/e2p/fgetsetversion.c [new file with mode: 0644]
e2fsprogs/e2p/hashstr.c [new file with mode: 0644]
e2fsprogs/e2p/iod.c [new file with mode: 0644]
e2fsprogs/e2p/ls.c [new file with mode: 0644]
e2fsprogs/e2p/mntopts.c [new file with mode: 0644]
e2fsprogs/e2p/ostype.c [new file with mode: 0644]
e2fsprogs/e2p/parse_num.c [new file with mode: 0644]
e2fsprogs/e2p/pe.c [new file with mode: 0644]
e2fsprogs/e2p/pf.c [new file with mode: 0644]
e2fsprogs/e2p/ps.c [new file with mode: 0644]
e2fsprogs/e2p/uuid.c [new file with mode: 0644]
e2fsprogs/ext2fs/Kbuild [new file with mode: 0644]
e2fsprogs/ext2fs/alloc.c [new file with mode: 0644]
e2fsprogs/ext2fs/alloc_sb.c [new file with mode: 0644]
e2fsprogs/ext2fs/alloc_stats.c [new file with mode: 0644]
e2fsprogs/ext2fs/alloc_tables.c [new file with mode: 0644]
e2fsprogs/ext2fs/badblocks.c [new file with mode: 0644]
e2fsprogs/ext2fs/bb_compat.c [new file with mode: 0644]
e2fsprogs/ext2fs/bb_inode.c [new file with mode: 0644]
e2fsprogs/ext2fs/bitmaps.c [new file with mode: 0644]
e2fsprogs/ext2fs/bitops.c [new file with mode: 0644]
e2fsprogs/ext2fs/bitops.h [new file with mode: 0644]
e2fsprogs/ext2fs/block.c [new file with mode: 0644]
e2fsprogs/ext2fs/bmap.c [new file with mode: 0644]
e2fsprogs/ext2fs/bmove.c [new file with mode: 0644]
e2fsprogs/ext2fs/brel.h [new file with mode: 0644]
e2fsprogs/ext2fs/brel_ma.c [new file with mode: 0644]
e2fsprogs/ext2fs/check_desc.c [new file with mode: 0644]
e2fsprogs/ext2fs/closefs.c [new file with mode: 0644]
e2fsprogs/ext2fs/cmp_bitmaps.c [new file with mode: 0644]
e2fsprogs/ext2fs/dblist.c [new file with mode: 0644]
e2fsprogs/ext2fs/dblist_dir.c [new file with mode: 0644]
e2fsprogs/ext2fs/dir_iterate.c [new file with mode: 0644]
e2fsprogs/ext2fs/dirblock.c [new file with mode: 0644]
e2fsprogs/ext2fs/dirhash.c [new file with mode: 0644]
e2fsprogs/ext2fs/dupfs.c [new file with mode: 0644]
e2fsprogs/ext2fs/e2image.h [new file with mode: 0644]
e2fsprogs/ext2fs/expanddir.c [new file with mode: 0644]
e2fsprogs/ext2fs/ext2_err.h [new file with mode: 0644]
e2fsprogs/ext2fs/ext2_ext_attr.h [new file with mode: 0644]
e2fsprogs/ext2fs/ext2_fs.h [new file with mode: 0644]
e2fsprogs/ext2fs/ext2_io.h [new file with mode: 0644]
e2fsprogs/ext2fs/ext2_types.h [new file with mode: 0644]
e2fsprogs/ext2fs/ext2fs.h [new file with mode: 0644]
e2fsprogs/ext2fs/ext2fsP.h [new file with mode: 0644]
e2fsprogs/ext2fs/ext2fs_inline.c [new file with mode: 0644]
e2fsprogs/ext2fs/ext_attr.c [new file with mode: 0644]
e2fsprogs/ext2fs/fileio.c [new file with mode: 0644]
e2fsprogs/ext2fs/finddev.c [new file with mode: 0644]
e2fsprogs/ext2fs/flushb.c [new file with mode: 0644]
e2fsprogs/ext2fs/freefs.c [new file with mode: 0644]
e2fsprogs/ext2fs/gen_bitmap.c [new file with mode: 0644]
e2fsprogs/ext2fs/get_pathname.c [new file with mode: 0644]
e2fsprogs/ext2fs/getsectsize.c [new file with mode: 0644]
e2fsprogs/ext2fs/getsize.c [new file with mode: 0644]
e2fsprogs/ext2fs/icount.c [new file with mode: 0644]
e2fsprogs/ext2fs/imager.c [new file with mode: 0644]
e2fsprogs/ext2fs/ind_block.c [new file with mode: 0644]
e2fsprogs/ext2fs/initialize.c [new file with mode: 0644]
e2fsprogs/ext2fs/inline.c [new file with mode: 0644]
e2fsprogs/ext2fs/inode.c [new file with mode: 0644]
e2fsprogs/ext2fs/inode_io.c [new file with mode: 0644]
e2fsprogs/ext2fs/io_manager.c [new file with mode: 0644]
e2fsprogs/ext2fs/irel.h [new file with mode: 0644]
e2fsprogs/ext2fs/irel_ma.c [new file with mode: 0644]
e2fsprogs/ext2fs/ismounted.c [new file with mode: 0644]
e2fsprogs/ext2fs/jfs_dat.h [new file with mode: 0644]
e2fsprogs/ext2fs/kernel-jbd.h [new file with mode: 0644]
e2fsprogs/ext2fs/kernel-list.h [new file with mode: 0644]
e2fsprogs/ext2fs/link.c [new file with mode: 0644]
e2fsprogs/ext2fs/lookup.c [new file with mode: 0644]
e2fsprogs/ext2fs/mkdir.c [new file with mode: 0644]
e2fsprogs/ext2fs/mkjournal.c [new file with mode: 0644]
e2fsprogs/ext2fs/namei.c [new file with mode: 0644]
e2fsprogs/ext2fs/newdir.c [new file with mode: 0644]
e2fsprogs/ext2fs/openfs.c [new file with mode: 0644]
e2fsprogs/ext2fs/read_bb.c [new file with mode: 0644]
e2fsprogs/ext2fs/read_bb_file.c [new file with mode: 0644]
e2fsprogs/ext2fs/res_gdt.c [new file with mode: 0644]
e2fsprogs/ext2fs/rs_bitmap.c [new file with mode: 0644]
e2fsprogs/ext2fs/rw_bitmaps.c [new file with mode: 0644]
e2fsprogs/ext2fs/sparse.c [new file with mode: 0644]
e2fsprogs/ext2fs/swapfs.c [new file with mode: 0644]
e2fsprogs/ext2fs/test_io.c [new file with mode: 0644]
e2fsprogs/ext2fs/unix_io.c [new file with mode: 0644]
e2fsprogs/ext2fs/unlink.c [new file with mode: 0644]
e2fsprogs/ext2fs/valid_blk.c [new file with mode: 0644]
e2fsprogs/ext2fs/version.c [new file with mode: 0644]
e2fsprogs/ext2fs/write_bb_file.c [new file with mode: 0644]
e2fsprogs/fsck.c [new file with mode: 0644]
e2fsprogs/fsck.h [new file with mode: 0644]
e2fsprogs/lsattr.c [new file with mode: 0644]
e2fsprogs/mke2fs.c [new file with mode: 0644]
e2fsprogs/tune2fs.c [new file with mode: 0644]
e2fsprogs/util.c [new file with mode: 0644]
e2fsprogs/util.h [new file with mode: 0644]
e2fsprogs/uuid/Kbuild [new file with mode: 0644]
e2fsprogs/uuid/compare.c [new file with mode: 0644]
e2fsprogs/uuid/gen_uuid.c [new file with mode: 0644]
e2fsprogs/uuid/pack.c [new file with mode: 0644]
e2fsprogs/uuid/parse.c [new file with mode: 0644]
e2fsprogs/uuid/unpack.c [new file with mode: 0644]
e2fsprogs/uuid/unparse.c [new file with mode: 0644]
e2fsprogs/uuid/uuid.h [new file with mode: 0644]
e2fsprogs/uuid/uuidP.h [new file with mode: 0644]
e2fsprogs/uuid/uuid_time.c [new file with mode: 0644]
editors/Config.in [new file with mode: 0644]
editors/Kbuild [new file with mode: 0644]
editors/awk.c [new file with mode: 0644]
editors/ed.c [new file with mode: 0644]
editors/patch.c [new file with mode: 0644]
editors/sed.c [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.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/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: 0644]
examples/udhcp/simple.script [new file with mode: 0644]
examples/udhcp/udhcpd.conf [new file with mode: 0644]
examples/undeb [new file with mode: 0644]
examples/unrpm [new file with mode: 0644]
examples/zcip.script [new file with mode: 0644]
findutils/Config.in [new file with mode: 0644]
findutils/Kbuild [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/applets.h [new file with mode: 0644]
include/busybox.h [new file with mode: 0644]
include/dump.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/shadow_.h [new file with mode: 0644]
include/unarchive.h [new file with mode: 0644]
include/usage.h [new file with mode: 0644]
include/xatonum.h [new file with mode: 0644]
include/xregex.h [new file with mode: 0644]
init/Config.in [new file with mode: 0644]
init/Kbuild [new file with mode: 0644]
init/halt.c [new file with mode: 0644]
init/init.c [new file with mode: 0644]
init/init_shared.c [new file with mode: 0644]
init/init_shared.h [new file with mode: 0644]
init/mesg.c [new file with mode: 0644]
libbb/Config.in [new file with mode: 0644]
libbb/Kbuild [new file with mode: 0644]
libbb/README [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_do_delay.c [new file with mode: 0644]
libbb/bb_pwd.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/dump.c [new file with mode: 0644]
libbb/error_msg.c [new file with mode: 0644]
libbb/error_msg_and_die.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/getopt32.c [new file with mode: 0644]
libbb/herror_msg.c [new file with mode: 0644]
libbb/herror_msg_and_die.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/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/md5.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_mode.c [new file with mode: 0644]
libbb/perror_msg.c [new file with mode: 0644]
libbb/perror_msg_and_die.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/process_escape_sequence.c [new file with mode: 0644]
libbb/procps.c [new file with mode: 0644]
libbb/pw_encrypt.c [new file with mode: 0644]
libbb/read.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/restricted_shell.c [new file with mode: 0644]
libbb/run_shell.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/setup_environment.c [new file with mode: 0644]
libbb/sha1.c [new file with mode: 0644]
libbb/simplify_path.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/trim.c [new file with mode: 0644]
libbb/u_signal_names.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/vherror_msg.c [new file with mode: 0644]
libbb/vinfo_msg.c [new file with mode: 0644]
libbb/vperror_msg.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/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/xfuncs.c [new file with mode: 0644]
libbb/xgetcwd.c [new file with mode: 0644]
libbb/xgethostbyname.c [new file with mode: 0644]
libbb/xgethostbyname2.c [new file with mode: 0644]
libbb/xreadlink.c [new file with mode: 0644]
libbb/xregcomp.c [new file with mode: 0644]
libpwdgrp/Kbuild [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.in [new file with mode: 0644]
loginutils/Kbuild [new file with mode: 0644]
loginutils/addgroup.c [new file with mode: 0644]
loginutils/adduser.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]
miscutils/Config.in [new file with mode: 0644]
miscutils/Kbuild [new file with mode: 0644]
miscutils/adjtimex.c [new file with mode: 0644]
miscutils/bbconfig.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/eject.c [new file with mode: 0644]
miscutils/hdparm.c [new file with mode: 0644]
miscutils/last.c [new file with mode: 0644]
miscutils/less.c [new file with mode: 0644]
miscutils/makedevs.c [new file with mode: 0644]
miscutils/mountpoint.c [new file with mode: 0644]
miscutils/mt.c [new file with mode: 0644]
miscutils/nmeter.c [new file with mode: 0644]
miscutils/raidautorun.c [new file with mode: 0644]
miscutils/readahead.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/watchdog.c [new file with mode: 0644]
modutils/Config.in [new file with mode: 0644]
modutils/Kbuild [new file with mode: 0644]
modutils/insmod.c [new file with mode: 0644]
modutils/lsmod.c [new file with mode: 0644]
modutils/modprobe.c [new file with mode: 0644]
modutils/rmmod.c [new file with mode: 0644]
networking/Config.in [new file with mode: 0644]
networking/Kbuild [new file with mode: 0644]
networking/arping.c [new file with mode: 0644]
networking/dnsd.c [new file with mode: 0644]
networking/ether-wake.c [new file with mode: 0644]
networking/fakeidentd.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_index_cgi_example [new file with mode: 0644]
networking/ifconfig.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/ipaddr.c [new file with mode: 0644]
networking/ipcalc.c [new file with mode: 0644]
networking/iplink.c [new file with mode: 0644]
networking/iproute.c [new file with mode: 0644]
networking/iprule.c [new file with mode: 0644]
networking/iptunnel.c [new file with mode: 0644]
networking/libiproute/Kbuild [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/linux/pkt_sched.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/netstat.c [new file with mode: 0644]
networking/nslookup.c [new file with mode: 0644]
networking/ping.c [new file with mode: 0644]
networking/ping6.c [new file with mode: 0644]
networking/route.c [new file with mode: 0644]
networking/telnet.c [new file with mode: 0644]
networking/telnetd.c [new file with mode: 0644]
networking/tftp.c [new file with mode: 0644]
networking/traceroute.c [new file with mode: 0644]
networking/udhcp/Config.in [new file with mode: 0644]
networking/udhcp/Kbuild [new file with mode: 0644]
networking/udhcp/arpping.c [new file with mode: 0644]
networking/udhcp/clientpacket.c [new file with mode: 0644]
networking/udhcp/clientsocket.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/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/options.c [new file with mode: 0644]
networking/udhcp/options.h [new file with mode: 0644]
networking/udhcp/packet.c [new file with mode: 0644]
networking/udhcp/pidfile.c [new file with mode: 0644]
networking/udhcp/script.c [new file with mode: 0644]
networking/udhcp/serverpacket.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]
procps/Config.in [new file with mode: 0644]
procps/Kbuild [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/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/sysctl.c [new file with mode: 0644]
procps/top.c [new file with mode: 0644]
procps/uptime.c [new file with mode: 0644]
runit/Config.in [new file with mode: 0644]
runit/Kbuild [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 [new file with mode: 0644]
scripts/Kbuild.include [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/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/bloat-o-meter [new file with mode: 0755]
scripts/checkhelp.awk [new file with mode: 0755]
scripts/defconfig [new file with mode: 0644]
scripts/individual [new file with mode: 0755]
scripts/kconfig/Makefile [new file with mode: 0644]
scripts/kconfig/POTFILES.in [new file with mode: 0644]
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/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/mkconfigs [new file with mode: 0755]
scripts/mkmakefile [new file with mode: 0755]
scripts/objsizes [new file with mode: 0755]
scripts/showasm [new file with mode: 0755]
scripts/trylink [new file with mode: 0755]
shell/Config.in [new file with mode: 0644]
shell/Kbuild [new file with mode: 0644]
shell/ash.c [new file with mode: 0644]
shell/bbsh.c [new file with mode: 0644]
shell/cmdedit.c [new file with mode: 0644]
shell/cmdedit.h [new file with mode: 0644]
shell/hush.c [new file with mode: 0644]
shell/lash.c [new file with mode: 0644]
shell/msh.c [new file with mode: 0644]
sysklogd/Config.in [new file with mode: 0644]
sysklogd/Kbuild [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]
testsuite/README [new file with mode: 0644]
testsuite/TODO [new file with mode: 0644]
testsuite/all_sourcecode.tests [new file with mode: 0755]
testsuite/basename/basename-does-not-remove-identical-extension [new file with mode: 0644]
testsuite/basename/basename-works [new file with mode: 0644]
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/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/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-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-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/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/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/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/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/grep.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/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/md5sum/md5sum-verifies-non-binary-file [new file with mode: 0644]
testsuite/mkdir/mkdir-makes-a-directory [new file with mode: 0644]
testsuite/mkdir/mkdir-makes-parent-directories [new file with mode: 0644]
testsuite/mount.testroot [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/pidof.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/sed.tests [new file with mode: 0755]
testsuite/seq.tests [new file with mode: 0755]
testsuite/sort.tests [new file with mode: 0755]
testsuite/strings/strings-works-like-GNU [new file with mode: 0644]
testsuite/tail/tail-n-works [new file with mode: 0644]
testsuite/tail/tail-works [new file with mode: 0644]
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/tee/tee-appends-input [new file with mode: 0644]
testsuite/tee/tee-tees-input [new file with mode: 0644]
testsuite/testing.sh [new file with mode: 0755]
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/tr-d-works [new file with mode: 0644]
testsuite/tr/tr-non-gnu [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/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/xargs-works [new file with mode: 0644]
util-linux/Config.in [new file with mode: 0644]
util-linux/Kbuild [new file with mode: 0644]
util-linux/dmesg.c [new file with mode: 0644]
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/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/ipcrm.c [new file with mode: 0644]
util-linux/ipcs.c [new file with mode: 0644]
util-linux/losetup.c [new file with mode: 0644]
util-linux/mdev.c [new file with mode: 0644]
util-linux/mkfs_minix.c [new file with mode: 0644]
util-linux/mkswap.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/pivot_root.c [new file with mode: 0644]
util-linux/rdate.c [new file with mode: 0644]
util-linux/readprofile.c [new file with mode: 0644]
util-linux/setarch.c [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/umount.c [new file with mode: 0644]