aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2003-03-19Minor cleanups. Document the cmp -l option.Manuel Novoa III
2003-03-19Major coreutils update.Manuel Novoa III
2003-03-07Define bb_xgetlarg as a standard interface for extractingEric Andersen
numbers from getopt which includes careful error checking. -Erik
2003-02-17New applet sha1sumGlenn L McGrath
2003-02-15Patch from Bastian BlankGlenn L McGrath
- ip route flush - different usage for telnetd in inetd mode - changes for the default flags of the ip features - if no /usr requested, udhcpc should use the script also without /usr.
2003-02-10udhcpc is supposed to be in /sbin, not /usr/sbin/Eric Andersen
2003-02-09New applet, inetd, make httpd features more configurable, update authors, ↵Glenn L McGrath
last_patch_80 from Vladimir N. Oleynik
2003-02-08Patch from mathuria, compatability with solarisGlenn L McGrath
2003-01-23A patch from John F. Kelly to add in a utility for configuringEric Andersen
vlan under linux, derived from Ben Greear's VLAN "vconfig" tool.
2003-01-23Apply patch from Ghozlane Toumi to add -inum support to find.Eric Andersen
Apply patch from Ghozlane Toumi to make find smaller by combining similar error messages Forward port find -newer support from busybox stable that was missing from unstable. -Erik. Fixup usage messages for find. -Erik
2003-01-23Patch from Artem Egorkine to support the -m optionEric Andersen
2003-01-21run telnet from inetd, present login prompt if login is configured,Glenn L McGrath
patch from Bastian Blank
2003-01-20New test mode that allows run_parts to fail silently if the directoryGlenn L McGrath
is not found. Patch from Bastian Blank
2003-01-19Dont use getopt_long, minor usage changes, patch by Nick FedchikGlenn L McGrath
2003-01-19Compile option to avoid using /usr directory, patch by Bastian BlankGlenn L McGrath
2003-01-14Patch for the debian-cvs package, ip* applets in /bin, patch from Bastian BlankGlenn L McGrath
2003-01-14Fixup addgroup help textEric Andersen
2003-01-13Correct some init issues, update email address, last_patch78 by VladimirGlenn L McGrath
N. Oleynik
2003-01-13Option to allow ifupdown use ip commands instead of ifconfig, add flushGlenn L McGrath
command to ipaddr, patch by Bastian Blank
2003-01-09arping applet by Nick FedchikGlenn L McGrath
2003-01-05New applet: httpd, by Glenn EngelGlenn L McGrath
2002-12-27Add usage for tar -j and -zGlenn L McGrath
2002-12-14rmmod -a removed modules recursivelyTim Riker
2002-12-13Merge copyfd and copy_file_chunkGlenn L McGrath
2002-12-13New applets, ftpget and ftpputGlenn L McGrath
2002-12-13New applet, nameif by Nick Fedchik and myself.Glenn L McGrath
2002-12-12full usage cleanup for udhcpGlenn L McGrath
2002-12-12Support the o, f and p options, patch by Magnus M�rtenssonGlenn L McGrath
2002-12-10rpm applet by Laurence AndersonGlenn L McGrath
2002-12-10Realpath appletGlenn L McGrath
2002-12-08Move add_to_list from libunarchive to libbb so it can be of more general use ↵Glenn L McGrath
(eg ifupdown). Changed the name to llist_add_to as i plan on adding more llist_ functions as needed (e.g. llist_free).
2002-12-05Usage for klogd -cGlenn L McGrath
2002-12-02Move compare_string_array to libbbGlenn L McGrath
2002-12-01Enable ip commands to be compiled seperate from ip, modifed patch from ↵Glenn L McGrath
Bastian Blank
2002-11-27last_patch_68 from Vladimir N. OleynikGlenn L McGrath
2002-11-26fdisk applet by Vladimir N. OleynikGlenn L McGrath
2002-11-19Headers for the read_gz changesGlenn L McGrath
2002-11-11Move awk from textutils to editors. Cleanup run-parts, saves 200 bytes, ↵Glenn L McGrath
moves the guts of run_parts to libbb to be used by ifupdown.
2002-11-11Move readlink, mktemp, run-parts and which to a new debianutils dir.Glenn L McGrath
2002-11-10ipcalc applet by Stephan Linz and Jordan CrouseGlenn L McGrath
2002-11-10Rewrite of xargs by Vladimir N. OleynikGlenn L McGrath
2002-11-10last_patch64 from Vladimir N. Oleynik <dzo@simtreas.ru>Glenn L McGrath
2002-11-10IP applet by Bastian Blank <waldi@debian.org>Glenn L McGrath
2002-11-09debian compatable ifup and ifdown commandsGlenn L McGrath
2002-11-07Fix a stupid typoEric Andersen
2002-11-07Implement a small strings appletEric Andersen
2002-11-05typo in udhcpc helpRuss Dill
2002-11-05Fail silently if a partial tar header is read as tar.bz2 is leaving trailing ↵Glenn L McGrath
junk (not sure why), add some missing files
2002-11-05enable .tar.bz2 for dpkg-debGlenn L McGrath
2002-11-04Change filter paramaters, filters can be more powefull nowGlenn L McGrath