Vodz' last_patch31
Very minimal last corrections:
1) busybox.c: fix warining
2) docs/: add applets for list from pwd_grp
3) usage.h: add -n option for route
4) run_parts.c: many todo fix for busybox style
5) addgroup.c: add #ifdef CONFIG_FEATURE_SHADOWPASSWDS, reduce one
perror_msg
6) adduser.c: fix bug "variable i not initialize" and
add #ifdef CONFIG_FEATURE_SHADOWPASSWDS
This commit is contained in:
@@ -136,19 +136,23 @@
|
||||
</para>
|
||||
|
||||
<para>
|
||||
ar, basename, cat, chgrp, chmod, chown, chroot, chvt, clear,
|
||||
cp, cut, date, dc, dd, deallocvt, df, dirname, dmesg, dpkg-deb,
|
||||
du, dumpkmap, dutmp, echo, false, fbset, fdflush, find, free,
|
||||
freeramdisk, fsck.minix, grep, gunzip, gzip, halt, head,
|
||||
hostid, hostname, id, init, insmod, kill, killall, length, ln,
|
||||
loadacm, loadfont, loadkmap, logger, logname, ls, lsmod,
|
||||
makedevs, mkdir, mkfifo, mkfs.minix, mknod, mkswap, mktemp,
|
||||
more, mount, mt, mv, nc, nslookup, ping, poweroff, printf, ps,
|
||||
pwd, reboot, renice, reset, rm, rmdir, rmmod, run-parts, sed, setkeycodes, sh, sleep,
|
||||
sort, swapoff, swapon, sync, syslogd, tail, tar, tee, telnet,
|
||||
test, touch, tr, true, tty, umount, uname, uniq, update,
|
||||
uptime, usleep, uudecode, uuencode, wc, which, whoami, yes,
|
||||
zcat, [
|
||||
addgroup, adduser, adjtimex, ar, basename, busybox, cat,
|
||||
chgrp, chmod, chown, chroot, chvt, clear, cmp, cp, cpio, cut,
|
||||
date, dc, dd, deallocvt, deluser, df, dirname, dmesg,
|
||||
dos2unix, dpkg, dpkg-deb, du, dumpkmap, dutmp, echo, expr,
|
||||
false, fbset, fdflush, find, free, freeramdisk, fsck.minix,
|
||||
getopt, getty, grep, gunzip, gzip, halt, head, hostid,
|
||||
hostname, id, ifconfig, init, insmod, kill, killall, klogd,
|
||||
length, ln, loadacm, loadfont, loadkmap, logger, logname, ls,
|
||||
lsmod, makedevs, md5sum, mkdir, mkfifo, mkfs.minix, mknod,
|
||||
mkswap, mktemp, more, mount, mt, mv, nc, nslookup, ping,
|
||||
pivot_root, poweroff, printf, ps, pwd, rdate, readlink,
|
||||
reboot, renice, reset, rm, rmdir, rmmod, route, rpm2cpio,
|
||||
sed, setkeycodes, sh, sleep, sort, stty, swapoff, swapon,
|
||||
sync, syslogd, tail, tar, tee, telnet, test, tftp, touch, tr,
|
||||
true, tty, umount, uname, uniq, unix2dos, update, uptime,
|
||||
usleep, uudecode, uuencode, watchdog, wc, wget, which,
|
||||
whoami, xargs, yes, zcat, [
|
||||
</para>
|
||||
</sect1>
|
||||
|
||||
@@ -3996,6 +4000,10 @@
|
||||
Enrique Zanardi <ezanardi@ull.es>
|
||||
</para>
|
||||
|
||||
<para>
|
||||
Vladimir Oleynik <dzo@simtreas.ru>
|
||||
</para>
|
||||
|
||||
|
||||
</chapter>
|
||||
</book> <!-- End of the book -->
|
||||
|
||||
@@ -113,7 +113,7 @@ Glenn McGrath <bug1@netconnect.com.au>
|
||||
|
||||
Vladimir Oleynik <dzo@simtreas.ru>
|
||||
|
||||
cmdedit, stty-port, locale, various fixes
|
||||
cmdedit; ports: ash, stty, traceroute; locale, various fixes
|
||||
and irreconcilable critic of everything not perfect.
|
||||
|
||||
=for html <br>
|
||||
@@ -166,4 +166,4 @@ Enrique Zanardi <ezanardi@ull.es>
|
||||
|
||||
=cut
|
||||
|
||||
# $Id: busybox_footer.pod,v 1.4 2001/04/17 17:09:34 beppu Exp $
|
||||
# $Id: busybox_footer.pod,v 1.5 2001/12/18 14:06:01 andersen Exp $
|
||||
|
||||
@@ -55,19 +55,20 @@ terse runtime description of their behavior.
|
||||
|
||||
Currently defined functions include:
|
||||
|
||||
adjtimex, ar, basename, busybox, cat, chgrp, chmod, chown, chroot, chvt, clear,
|
||||
cmp, cp, cpio, cut, date, dc, dd, deallocvt, df, dirname, dmesg, dos2unix, dpkg,
|
||||
dpkg-deb, du, dumpkmap, dutmp, echo, expr, false, fbset, fdflush, find, free,
|
||||
freeramdisk, fsck.minix, getopt, grep, gunzip, gzip, halt, head, hostid,
|
||||
hostname, id, ifconfig, init, insmod, kill, killall, klogd, length, ln,
|
||||
loadacm, loadfont, loadkmap, logger, logname, ls, lsmod, makedevs, md5sum,
|
||||
mkdir, mkfifo, mkfs.minix, mknod, mkswap, mktemp, more, mount, mt, mv, nc,
|
||||
nslookup, ping, pivot_root, poweroff, printf, ps, pwd, rdate, readlink, reboot,
|
||||
renice, reset, rm, rmdir, rmmod, route, rpm2cpio, sed, setkeycodes,
|
||||
sh, sleep, sort, stty, swapoff, swapon, sync, syslogd, tail, tar, tee, telnet,
|
||||
test, tftp, touch, tr, true, tty, umount, uname, uniq, unix2dos, update, uptime,
|
||||
usleep, uudecode, uuencode, watchdog, wc, wget, which, whoami, xargs, yes, zcat,
|
||||
[
|
||||
addgroup, adduser, adjtimex, ar, basename, busybox, cat, chgrp, chmod,
|
||||
chown, chroot, chvt, clear, cmp, cp, cpio, cut, date, dc, dd, deallocvt,
|
||||
deluser, df, dirname, dmesg, dos2unix, dpkg, dpkg-deb, du, dumpkmap, dutmp,
|
||||
echo, expr, false, fbset, fdflush, find, free, freeramdisk, fsck.minix,
|
||||
getopt, getty, grep, gunzip, gzip, halt, head, hostid, hostname, id,
|
||||
ifconfig, init, insmod, kill, killall, klogd, length, ln, loadacm,
|
||||
loadfont, loadkmap, logger, logname, ls, lsmod, makedevs, md5sum, mkdir,
|
||||
mkfifo, mkfs.minix, mknod, mkswap, mktemp, more, mount, mt, mv, nc,
|
||||
nslookup, ping, pivot_root, poweroff, printf, ps, pwd, rdate, readlink,
|
||||
reboot, renice, reset, rm, rmdir, rmmod, route, rpm2cpio, sed, setkeycodes,
|
||||
sh, sleep, sort, stty, swapoff, swapon, sync, syslogd, tail, tar, tee,
|
||||
telnet, test, tftp, touch, tr, true, tty, umount, uname, uniq, unix2dos,
|
||||
update, uptime, usleep, uudecode, uuencode, watchdog, wc, wget, which,
|
||||
whoami, xargs, yes, zcat, [
|
||||
|
||||
=over 4
|
||||
|
||||
|
||||
Reference in New Issue
Block a user