This commit was manufactured by cvs2svn to create branch
authornobody <nobody@localhost>
Fri, 10 Aug 2001 15:05:27 +0000 (15:05 -0000)
committernobody <nobody@localhost>
Fri, 10 Aug 2001 15:05:27 +0000 (15:05 -0000)
commit4a5360b97ebea97ebe47e9c9e97c3fda4f579734
tree7ad6add76ef4693c4157adcbfd3f4b5e4b3f6210
This commit was manufactured by cvs2svn to create branch
'busybox_0_60_stable'.
448 files changed:
busybox/.cvsignore [new file with mode: 0644]
busybox/.indent.pro [new file with mode: 0644]
busybox/AUTHORS [new file with mode: 0644]
busybox/Changelog [new file with mode: 0644]
busybox/Config.h [new file with mode: 0644]
busybox/INSTALL [new file with mode: 0644]
busybox/LICENSE [new file with mode: 0644]
busybox/Makefile [new file with mode: 0644]
busybox/README [new file with mode: 0644]
busybox/TODO [new file with mode: 0644]
busybox/adjtimex.c [new file with mode: 0644]
busybox/applets.c [new file with mode: 0644]
busybox/applets.h [new file with mode: 0644]
busybox/applets/applets.c [new file with mode: 0644]
busybox/applets/busybox.c [new file with mode: 0644]
busybox/applets/busybox.mkll [new file with mode: 0755]
busybox/applets/busybox.sh [new file with mode: 0755]
busybox/applets/install.sh [new file with mode: 0755]
busybox/applets/usage.c [new file with mode: 0644]
busybox/applets/usage.h [new file with mode: 0644]
busybox/ar.c [new file with mode: 0644]
busybox/archival/ar.c [new file with mode: 0644]
busybox/archival/cpio.c [new file with mode: 0644]
busybox/archival/dpkg.c [new file with mode: 0644]
busybox/archival/dpkg_deb.c [new file with mode: 0644]
busybox/archival/gunzip.c [new file with mode: 0644]
busybox/archival/gzip.c [new file with mode: 0644]
busybox/archival/libunarchive/decompress_unzip.c [new file with mode: 0644]
busybox/archival/libunarchive/unzip.c [new file with mode: 0644]
busybox/archival/rpm2cpio.c [new file with mode: 0644]
busybox/archival/tar.c [new file with mode: 0644]
busybox/ash.c [new file with mode: 0644]
busybox/basename.c [new file with mode: 0644]
busybox/busybox.c [new file with mode: 0644]
busybox/busybox.h [new file with mode: 0644]
busybox/busybox.mkll [new file with mode: 0755]
busybox/busybox.sh [new file with mode: 0755]
busybox/busybox.spec [new file with mode: 0644]
busybox/cat.c [new file with mode: 0644]
busybox/chgrp.c [new file with mode: 0644]
busybox/chmod.c [new file with mode: 0644]
busybox/chown.c [new file with mode: 0644]
busybox/chroot.c [new file with mode: 0644]
busybox/chvt.c [new file with mode: 0644]
busybox/clear.c [new file with mode: 0644]
busybox/cmdedit.c [new file with mode: 0644]
busybox/cmdedit.h [new file with mode: 0644]
busybox/cmp.c [new file with mode: 0644]
busybox/console-tools/chvt.c [new file with mode: 0644]
busybox/console-tools/clear.c [new file with mode: 0644]
busybox/console-tools/deallocvt.c [new file with mode: 0644]
busybox/console-tools/dumpkmap.c [new file with mode: 0644]
busybox/console-tools/loadacm.c [new file with mode: 0644]
busybox/console-tools/loadfont.c [new file with mode: 0644]
busybox/console-tools/loadkmap.c [new file with mode: 0644]
busybox/console-tools/reset.c [new file with mode: 0644]
busybox/console-tools/setkeycodes.c [new file with mode: 0644]
busybox/coreutils/basename.c [new file with mode: 0644]
busybox/coreutils/cat.c [new file with mode: 0644]
busybox/coreutils/chgrp.c [new file with mode: 0644]
busybox/coreutils/chmod.c [new file with mode: 0644]
busybox/coreutils/chown.c [new file with mode: 0644]
busybox/coreutils/chroot.c [new file with mode: 0644]
busybox/coreutils/cmp.c [new file with mode: 0644]
busybox/coreutils/cp.c [new file with mode: 0644]
busybox/coreutils/cut.c [new file with mode: 0644]
busybox/coreutils/date.c [new file with mode: 0644]
busybox/coreutils/dd.c [new file with mode: 0644]
busybox/coreutils/df.c [new file with mode: 0644]
busybox/coreutils/dirname.c [new file with mode: 0644]
busybox/coreutils/dos2unix.c [new file with mode: 0644]
busybox/coreutils/du.c [new file with mode: 0644]
busybox/coreutils/echo.c [new file with mode: 0644]
busybox/coreutils/env.c [new file with mode: 0644]
busybox/coreutils/expr.c [new file with mode: 0644]
busybox/coreutils/head.c [new file with mode: 0644]
busybox/coreutils/hostid.c [new file with mode: 0644]
busybox/coreutils/id.c [new file with mode: 0644]
busybox/coreutils/length.c [new file with mode: 0644]
busybox/coreutils/ln.c [new file with mode: 0644]
busybox/coreutils/logname.c [new file with mode: 0644]
busybox/coreutils/ls.c [new file with mode: 0644]
busybox/coreutils/md5sum.c [new file with mode: 0644]
busybox/coreutils/mkdir.c [new file with mode: 0644]
busybox/coreutils/mkfifo.c [new file with mode: 0644]
busybox/coreutils/mknod.c [new file with mode: 0644]
busybox/coreutils/mv.c [new file with mode: 0644]
busybox/coreutils/printf.c [new file with mode: 0644]
busybox/coreutils/pwd.c [new file with mode: 0644]
busybox/coreutils/rm.c [new file with mode: 0644]
busybox/coreutils/rmdir.c [new file with mode: 0644]
busybox/coreutils/sleep.c [new file with mode: 0644]
busybox/coreutils/sort.c [new file with mode: 0644]
busybox/coreutils/stty.c [new file with mode: 0644]
busybox/coreutils/sync.c [new file with mode: 0644]
busybox/coreutils/tail.c [new file with mode: 0644]
busybox/coreutils/tee.c [new file with mode: 0644]
busybox/coreutils/test.c [new file with mode: 0644]
busybox/coreutils/touch.c [new file with mode: 0644]
busybox/coreutils/tr.c [new file with mode: 0644]
busybox/coreutils/tty.c [new file with mode: 0644]
busybox/coreutils/uname.c [new file with mode: 0644]
busybox/coreutils/uniq.c [new file with mode: 0644]
busybox/coreutils/usleep.c [new file with mode: 0644]
busybox/coreutils/uudecode.c [new file with mode: 0644]
busybox/coreutils/uuencode.c [new file with mode: 0644]
busybox/coreutils/wc.c [new file with mode: 0644]
busybox/coreutils/whoami.c [new file with mode: 0644]
busybox/coreutils/yes.c [new file with mode: 0644]
busybox/cp.c [new file with mode: 0644]
busybox/cpio.c [new file with mode: 0644]
busybox/cut.c [new file with mode: 0644]
busybox/date.c [new file with mode: 0644]
busybox/dc.c [new file with mode: 0644]
busybox/dd.c [new file with mode: 0644]
busybox/deallocvt.c [new file with mode: 0644]
busybox/debian/Config.h-deb [new file with mode: 0644]
busybox/debian/Config.h-static [new file with mode: 0644]
busybox/debian/Config.h-udeb [new file with mode: 0644]
busybox/debian/README.debian [new file with mode: 0644]
busybox/debian/changelog [new file with mode: 0644]
busybox/debian/control [new file with mode: 0644]
busybox/debian/copyright [new file with mode: 0644]
busybox/debian/rules [new file with mode: 0755]
busybox/df.c [new file with mode: 0644]
busybox/dirname.c [new file with mode: 0644]
busybox/dmesg.c [new file with mode: 0644]
busybox/docs/.cvsignore [new file with mode: 0644]
busybox/docs/autodocifier.pl [new file with mode: 0755]
busybox/docs/busybox.net/.cvsignore [new file with mode: 0644]
busybox/docs/busybox.net/busybox-growth.ps [new file with mode: 0644]
busybox/docs/busybox.net/images/busybox.jpeg [new file with mode: 0644]
busybox/docs/busybox.net/images/busybox2.jpg [new file with mode: 0644]
busybox/docs/busybox.net/images/fm.mini.png [new file with mode: 0644]
busybox/docs/busybox.net/images/gfx_by_gimp.png [new file with mode: 0644]
busybox/docs/busybox.net/images/ltbutton2.png [new file with mode: 0644]
busybox/docs/busybox.net/images/sdsmall.png [new file with mode: 0644]
busybox/docs/busybox.net/images/written.in.vi.png [new file with mode: 0644]
busybox/docs/busybox.net/index.html [new file with mode: 0644]
busybox/docs/busybox.net/oldnews.html [new file with mode: 0644]
busybox/docs/busybox.net/screenshot.html [new file with mode: 0644]
busybox/docs/busybox.sgml [new file with mode: 0644]
busybox/docs/busybox_footer.pod [new file with mode: 0644]
busybox/docs/busybox_header.pod [new file with mode: 0644]
busybox/docs/contributing.txt [new file with mode: 0644]
busybox/docs/new-applet-HOWTO.txt [new file with mode: 0644]
busybox/docs/style-guide.txt [new file with mode: 0644]
busybox/dos2unix.c [new file with mode: 0644]
busybox/dpkg.c [new file with mode: 0644]
busybox/dpkg_deb.c [new file with mode: 0644]
busybox/du.c [new file with mode: 0644]
busybox/dumpkmap.c [new file with mode: 0644]
busybox/dutmp.c [new file with mode: 0644]
busybox/echo.c [new file with mode: 0644]
busybox/editors/sed.c [new file with mode: 0644]
busybox/editors/vi.c [new file with mode: 0644]
busybox/env.c [new file with mode: 0644]
busybox/examples/bootfloppy/bootfloppy.txt [new file with mode: 0644]
busybox/examples/bootfloppy/display.txt [new file with mode: 0644]
busybox/examples/bootfloppy/etc/fstab [new file with mode: 0644]
busybox/examples/bootfloppy/etc/init.d/rcS [new file with mode: 0755]
busybox/examples/bootfloppy/etc/inittab [new file with mode: 0644]
busybox/examples/bootfloppy/etc/profile [new file with mode: 0644]
busybox/examples/bootfloppy/mkdevs.sh [new file with mode: 0755]
busybox/examples/bootfloppy/mkrootfs.sh [new file with mode: 0755]
busybox/examples/bootfloppy/mksyslinux.sh [new file with mode: 0755]
busybox/examples/bootfloppy/quickstart.txt [new file with mode: 0644]
busybox/examples/bootfloppy/syslinux.cfg [new file with mode: 0644]
busybox/examples/busybox.spec [new file with mode: 0644]
busybox/examples/depmod.pl [new file with mode: 0755]
busybox/examples/inittab [new file with mode: 0644]
busybox/examples/kernel-patches/Will_devps_GoIntoTheKernel [new file with mode: 0644]
busybox/examples/kernel-patches/devps.patch.9_25_2000 [new file with mode: 0644]
busybox/examples/mk2knr.pl [new file with mode: 0755]
busybox/examples/undeb [new file with mode: 0644]
busybox/examples/unrpm [new file with mode: 0644]
busybox/expr.c [new file with mode: 0644]
busybox/fbset.c [new file with mode: 0644]
busybox/fdflush.c [new file with mode: 0644]
busybox/find.c [new file with mode: 0644]
busybox/findutils/find.c [new file with mode: 0644]
busybox/findutils/grep.c [new file with mode: 0644]
busybox/findutils/which.c [new file with mode: 0644]
busybox/findutils/xargs.c [new file with mode: 0644]
busybox/free.c [new file with mode: 0644]
busybox/freeramdisk.c [new file with mode: 0644]
busybox/fsck_minix.c [new file with mode: 0644]
busybox/getopt.c [new file with mode: 0644]
busybox/grep.c [new file with mode: 0644]
busybox/gunzip.c [new file with mode: 0644]
busybox/gzip.c [new file with mode: 0644]
busybox/halt.c [new file with mode: 0644]
busybox/head.c [new file with mode: 0644]
busybox/hostid.c [new file with mode: 0644]
busybox/hostname.c [new file with mode: 0644]
busybox/hush.c [new file with mode: 0644]
busybox/id.c [new file with mode: 0644]
busybox/ifconfig.c [new file with mode: 0644]
busybox/include/applets.h [new file with mode: 0644]
busybox/include/busybox.h [new file with mode: 0644]
busybox/include/grp.h [new file with mode: 0644]
busybox/include/libbb.h [new file with mode: 0644]
busybox/include/pwd.h [new file with mode: 0644]
busybox/include/usage.h [new file with mode: 0644]
busybox/init.c [new file with mode: 0644]
busybox/init/halt.c [new file with mode: 0644]
busybox/init/init.c [new file with mode: 0644]
busybox/init/poweroff.c [new file with mode: 0644]
busybox/init/reboot.c [new file with mode: 0644]
busybox/insmod.c [new file with mode: 0644]
busybox/install.sh [new file with mode: 0755]
busybox/kill.c [new file with mode: 0644]
busybox/klogd.c [new file with mode: 0644]
busybox/lash.c [new file with mode: 0644]
busybox/length.c [new file with mode: 0644]
busybox/libbb/.cvsignore [new file with mode: 0644]
busybox/libbb/Makefile [new file with mode: 0644]
busybox/libbb/README [new file with mode: 0644]
busybox/libbb/arith.c [new file with mode: 0644]
busybox/libbb/ask_confirmation.c [new file with mode: 0644]
busybox/libbb/chomp.c [new file with mode: 0644]
busybox/libbb/concat_path_file.c [new file with mode: 0644]
busybox/libbb/copy_file.c [new file with mode: 0644]
busybox/libbb/copy_file_chunk.c [new file with mode: 0644]
busybox/libbb/copyfd.c [new file with mode: 0644]
busybox/libbb/create_icmp_socket.c [new file with mode: 0644]
busybox/libbb/device_open.c [new file with mode: 0644]
busybox/libbb/dirname.c [new file with mode: 0644]
busybox/libbb/error_msg.c [new file with mode: 0644]
busybox/libbb/error_msg_and_die.c [new file with mode: 0644]
busybox/libbb/fgets_str.c [new file with mode: 0644]
busybox/libbb/find_mount_point.c [new file with mode: 0644]
busybox/libbb/find_pid_by_name.c [new file with mode: 0644]
busybox/libbb/find_root_device.c [new file with mode: 0644]
busybox/libbb/full_read.c [new file with mode: 0644]
busybox/libbb/full_write.c [new file with mode: 0644]
busybox/libbb/get_console.c [new file with mode: 0644]
busybox/libbb/get_last_path_component.c [new file with mode: 0644]
busybox/libbb/get_line_from_file.c [new file with mode: 0644]
busybox/libbb/gz_open.c [new file with mode: 0644]
busybox/libbb/herror_msg.c [new file with mode: 0644]
busybox/libbb/herror_msg_and_die.c [new file with mode: 0644]
busybox/libbb/human_readable.c [new file with mode: 0644]
busybox/libbb/inode_hash.c [new file with mode: 0644]
busybox/libbb/interface.c [new file with mode: 0644]
busybox/libbb/isdirectory.c [new file with mode: 0644]
busybox/libbb/kernel_version.c [new file with mode: 0644]
busybox/libbb/last_char_is.c [new file with mode: 0644]
busybox/libbb/libbb.h [new file with mode: 0644]
busybox/libbb/libc5.c [new file with mode: 0644]
busybox/libbb/loop.c [new file with mode: 0644]
busybox/libbb/make_directory.c [new file with mode: 0644]
busybox/libbb/messages.c [new file with mode: 0644]
busybox/libbb/mk_loop_h.sh [new file with mode: 0755]
busybox/libbb/mode_string.c [new file with mode: 0644]
busybox/libbb/module_syscalls.c [new file with mode: 0644]
busybox/libbb/mtab.c [new file with mode: 0644]
busybox/libbb/mtab_file.c [new file with mode: 0644]
busybox/libbb/my_getgrgid.c [new file with mode: 0644]
busybox/libbb/my_getgrnam.c [new file with mode: 0644]
busybox/libbb/my_getpwnam.c [new file with mode: 0644]
busybox/libbb/my_getpwnamegid.c [new file with mode: 0644]
busybox/libbb/my_getpwuid.c [new file with mode: 0644]
busybox/libbb/parse_mode.c [new file with mode: 0644]
busybox/libbb/parse_number.c [new file with mode: 0644]
busybox/libbb/perror_msg.c [new file with mode: 0644]
busybox/libbb/perror_msg_and_die.c [new file with mode: 0644]
busybox/libbb/print_file.c [new file with mode: 0644]
busybox/libbb/process_escape_sequence.c [new file with mode: 0644]
busybox/libbb/read_package_field.c [new file with mode: 0644]
busybox/libbb/real_loop.h [new file with mode: 0644]
busybox/libbb/recursive_action.c [new file with mode: 0644]
busybox/libbb/remove_file.c [new file with mode: 0644]
busybox/libbb/safe_read.c [new file with mode: 0644]
busybox/libbb/safe_strncpy.c [new file with mode: 0644]
busybox/libbb/simplify_path.c [new file with mode: 0644]
busybox/libbb/syscalls.c [new file with mode: 0644]
busybox/libbb/syslog_msg_with_name.c [new file with mode: 0644]
busybox/libbb/time_string.c [new file with mode: 0644]
busybox/libbb/trim.c [new file with mode: 0644]
busybox/libbb/u_signal_names.c [new file with mode: 0644]
busybox/libbb/unarchive.c [new file with mode: 0644]
busybox/libbb/unzip.c [new file with mode: 0644]
busybox/libbb/vdprintf.c [new file with mode: 0644]
busybox/libbb/verror_msg.c [new file with mode: 0644]
busybox/libbb/vherror_msg.c [new file with mode: 0644]
busybox/libbb/vperror_msg.c [new file with mode: 0644]
busybox/libbb/wfopen.c [new file with mode: 0644]
busybox/libbb/xfuncs.c [new file with mode: 0644]
busybox/libbb/xgetcwd.c [new file with mode: 0644]
busybox/libbb/xgethostbyname.c [new file with mode: 0644]
busybox/libbb/xreadlink.c [new file with mode: 0644]
busybox/libbb/xregcomp.c [new file with mode: 0644]
busybox/ln.c [new file with mode: 0644]
busybox/loadacm.c [new file with mode: 0644]
busybox/loadfont.c [new file with mode: 0644]
busybox/loadkmap.c [new file with mode: 0644]
busybox/logger.c [new file with mode: 0644]
busybox/logname.c [new file with mode: 0644]
busybox/logread.c [new file with mode: 0644]
busybox/ls.c [new file with mode: 0644]
busybox/lsmod.c [new file with mode: 0644]
busybox/makedevs.c [new file with mode: 0644]
busybox/md5sum.c [new file with mode: 0644]
busybox/miscutils/adjtimex.c [new file with mode: 0644]
busybox/miscutils/dc.c [new file with mode: 0644]
busybox/miscutils/dutmp.c [new file with mode: 0644]
busybox/miscutils/makedevs.c [new file with mode: 0644]
busybox/miscutils/mktemp.c [new file with mode: 0644]
busybox/miscutils/mt.c [new file with mode: 0644]
busybox/miscutils/readlink.c [new file with mode: 0644]
busybox/miscutils/update.c [new file with mode: 0644]
busybox/miscutils/watchdog.c [new file with mode: 0644]
busybox/mk_loop_h.sh [new file with mode: 0755]
busybox/mkdir.c [new file with mode: 0644]
busybox/mkfifo.c [new file with mode: 0644]
busybox/mkfs_minix.c [new file with mode: 0644]
busybox/mknod.c [new file with mode: 0644]
busybox/mkswap.c [new file with mode: 0644]
busybox/mktemp.c [new file with mode: 0644]
busybox/modprobe.c [new file with mode: 0644]
busybox/modutils/insmod.c [new file with mode: 0644]
busybox/modutils/lsmod.c [new file with mode: 0644]
busybox/modutils/modprobe.c [new file with mode: 0644]
busybox/modutils/rmmod.c [new file with mode: 0644]
busybox/more.c [new file with mode: 0644]
busybox/mount.c [new file with mode: 0644]
busybox/msh.c [new file with mode: 0644]
busybox/mt.c [new file with mode: 0644]
busybox/mv.c [new file with mode: 0644]
busybox/nc.c [new file with mode: 0644]
busybox/networking/hostname.c [new file with mode: 0644]
busybox/networking/ifconfig.c [new file with mode: 0644]
busybox/networking/nc.c [new file with mode: 0644]
busybox/networking/nslookup.c [new file with mode: 0644]
busybox/networking/ping.c [new file with mode: 0644]
busybox/networking/route.c [new file with mode: 0644]
busybox/networking/telnet.c [new file with mode: 0644]
busybox/networking/tftp.c [new file with mode: 0644]
busybox/networking/traceroute.c [new file with mode: 0644]
busybox/networking/wget.c [new file with mode: 0644]
busybox/nfsmount.c [new file with mode: 0644]
busybox/nfsmount.h [new file with mode: 0644]
busybox/nslookup.c [new file with mode: 0644]
busybox/pidof.c [new file with mode: 0644]
busybox/ping.c [new file with mode: 0644]
busybox/pivot_root.c [new file with mode: 0644]
busybox/poweroff.c [new file with mode: 0644]
busybox/printf.c [new file with mode: 0644]
busybox/pristine_setup.sh [new file with mode: 0755]
busybox/procps/free.c [new file with mode: 0644]
busybox/procps/kill.c [new file with mode: 0644]
busybox/procps/pidof.c [new file with mode: 0644]
busybox/procps/ps.c [new file with mode: 0644]
busybox/procps/renice.c [new file with mode: 0644]
busybox/procps/uptime.c [new file with mode: 0644]
busybox/ps.c [new file with mode: 0644]
busybox/pwd.c [new file with mode: 0644]
busybox/rdate.c [new file with mode: 0644]
busybox/readlink.c [new file with mode: 0644]
busybox/reboot.c [new file with mode: 0644]
busybox/renice.c [new file with mode: 0644]
busybox/reset.c [new file with mode: 0644]
busybox/rm.c [new file with mode: 0644]
busybox/rmdir.c [new file with mode: 0644]
busybox/rmmod.c [new file with mode: 0644]
busybox/route.c [new file with mode: 0644]
busybox/rpm2cpio.c [new file with mode: 0644]
busybox/scripts/depmod.pl [new file with mode: 0755]
busybox/scripts/inittab [new file with mode: 0644]
busybox/scripts/mk2knr.pl [new file with mode: 0755]
busybox/scripts/undeb [new file with mode: 0644]
busybox/scripts/unrpm [new file with mode: 0644]
busybox/sed.c [new file with mode: 0644]
busybox/setkeycodes.c [new file with mode: 0644]
busybox/shell/ash.c [new file with mode: 0644]
busybox/shell/cmdedit.c [new file with mode: 0644]
busybox/shell/cmdedit.h [new file with mode: 0644]
busybox/shell/hush.c [new file with mode: 0644]
busybox/shell/lash.c [new file with mode: 0644]
busybox/shell/msh.c [new file with mode: 0644]
busybox/sleep.c [new file with mode: 0644]
busybox/sort.c [new file with mode: 0644]
busybox/stty.c [new file with mode: 0644]
busybox/swaponoff.c [new file with mode: 0644]
busybox/sync.c [new file with mode: 0644]
busybox/sysklogd/klogd.c [new file with mode: 0644]
busybox/sysklogd/logger.c [new file with mode: 0644]
busybox/sysklogd/logread.c [new file with mode: 0644]
busybox/sysklogd/syslogd.c [new file with mode: 0644]
busybox/syslogd.c [new file with mode: 0644]
busybox/tail.c [new file with mode: 0644]
busybox/tar.c [new file with mode: 0644]
busybox/tee.c [new file with mode: 0644]
busybox/telnet.c [new file with mode: 0644]
busybox/test.c [new file with mode: 0644]
busybox/tests/.cvsignore [new file with mode: 0644]
busybox/tests/Makefile [new file with mode: 0644]
busybox/tests/cp_tests.mk [new file with mode: 0644]
busybox/tests/ln_tests.mk [new file with mode: 0644]
busybox/tests/multibuild.pl [new file with mode: 0755]
busybox/tests/multifeat.pl [new file with mode: 0755]
busybox/tests/mv_tests.mk [new file with mode: 0644]
busybox/tests/sh.testcases [new file with mode: 0644]
busybox/tests/syslog_test.c [new file with mode: 0644]
busybox/tests/testcases [new file with mode: 0644]
busybox/tests/tester.sh [new file with mode: 0755]
busybox/tests/tst-syslogd.c [new file with mode: 0644]
busybox/tftp.c [new file with mode: 0644]
busybox/touch.c [new file with mode: 0644]
busybox/tr.c [new file with mode: 0644]
busybox/traceroute.c [new file with mode: 0644]
busybox/true_false.c [new file with mode: 0644]
busybox/tty.c [new file with mode: 0644]
busybox/umount.c [new file with mode: 0644]
busybox/uname.c [new file with mode: 0644]
busybox/uniq.c [new file with mode: 0644]
busybox/update.c [new file with mode: 0644]
busybox/uptime.c [new file with mode: 0644]
busybox/usage.c [new file with mode: 0644]
busybox/usage.h [new file with mode: 0644]
busybox/usleep.c [new file with mode: 0644]
busybox/util-linux/dmesg.c [new file with mode: 0644]
busybox/util-linux/fbset.c [new file with mode: 0644]
busybox/util-linux/fdflush.c [new file with mode: 0644]
busybox/util-linux/freeramdisk.c [new file with mode: 0644]
busybox/util-linux/fsck_minix.c [new file with mode: 0644]
busybox/util-linux/getopt.c [new file with mode: 0644]
busybox/util-linux/mkfs_minix.c [new file with mode: 0644]
busybox/util-linux/mkswap.c [new file with mode: 0644]
busybox/util-linux/more.c [new file with mode: 0644]
busybox/util-linux/mount.c [new file with mode: 0644]
busybox/util-linux/nfsmount.c [new file with mode: 0644]
busybox/util-linux/nfsmount.h [new file with mode: 0644]
busybox/util-linux/pivot_root.c [new file with mode: 0644]
busybox/util-linux/rdate.c [new file with mode: 0644]
busybox/util-linux/swaponoff.c [new file with mode: 0644]
busybox/util-linux/umount.c [new file with mode: 0644]
busybox/uudecode.c [new file with mode: 0644]
busybox/uuencode.c [new file with mode: 0644]
busybox/vi.c [new file with mode: 0644]
busybox/watchdog.c [new file with mode: 0644]
busybox/wc.c [new file with mode: 0644]
busybox/wget.c [new file with mode: 0644]
busybox/which.c [new file with mode: 0644]
busybox/whoami.c [new file with mode: 0644]
busybox/xargs.c [new file with mode: 0644]
busybox/yes.c [new file with mode: 0644]