aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2002-07-03Patch from Martin Volf <volf@dragon.cz> to fix where I hadEric Andersen
2002-07-03Cleanup shadow.h stuff so it behaves as intendedEric Andersen
2002-07-03Silly spelling fixEric Andersen
2002-06-23Port over the last of the tinylogin appletsEric Andersen
2002-06-04Bigger patch for (partial) tinylogin integrationRobert Griebl
2002-06-04Fix for broken handling off BusyBox's own pwd/grp implementationsRobert Griebl
2002-06-04Implement two types of suid/sgid support for BusyBox:Robert Griebl
2002-05-15Support old-style compress (.Z) files via libbb / unzip( ) callsRobert Griebl
2002-05-14Added support for -Y|--proxy=on/off to wgetRobert Griebl
2002-05-14This patch adds -e (extended information) to route and -r/-e (show routingRobert Griebl
2002-04-27Support noerror optionEric Andersen
2002-04-26Add netcat -i option, per patch from Cristian Ionescu-IdbohrnEric Andersen
2002-04-26Add the who applet, supplied by Da Chen <dchen@ayrnetworks.com>Eric Andersen
2002-04-13Patch from Jim Treadway -- fix a missing "\" in usage.hEric Andersen
2002-04-13Stupid gcc always includes its own builtin strlen()...Eric Andersen
2002-04-06Patch from Edward Betts <edward@debian.org> to add -x switch to du.cEric Andersen
2002-03-27* archival/bunzip2.c: Include <unistd.h>.Matt Kraai
2002-03-20* include/applets.h (CONFIG_LOSETUP): New.Matt Kraai
2002-03-20Fix devfs loop device supportEric Andersen
2002-03-16Try to pull in PATH_MAX properlyEric Andersen
2002-02-05* archival/gzip.c (ifname, ofname): Delete.Matt Kraai
2002-02-05* include/usage.h (gzip_trivial_usage): Make FILE optional.Matt Kraai
2002-01-26If PATH_MAX isn't defined, define it outselvesEric Andersen
2002-01-03* include/usage.h: Fix route and unzip usage messages (patch fromMatt Kraai
2002-01-02unzip applet by Laurence AndersonGlenn L McGrath
2001-12-18Vodz' last_patch31Eric Andersen
2001-12-17Add in a new restart init target, triggered by SIGHUP. Patch fromEric Andersen
2001-12-17Make cp and mv optionally preserve hard links.Matt Kraai
2001-12-16Some minor usage cleanups from David Douthitt <ssrat@mailbag.com>Eric Andersen
2001-12-06Remove documentation for the --file option to hostname (noted byMatt Kraai
2001-12-06Merge in the cal applet from Steve Merrifield <steve@labyrinth.net.au>Eric Andersen
2001-12-06If find_pid_by_name() had an error, it was returning -1, but storingEric Andersen
2001-12-06Patch from Steve Merrifield <steve@labyrinth.net.au> toEric Andersen
2001-11-30Add in a 'time' applet. Adds 4.5k.Eric Andersen
2001-11-18bzcat and bunzip -c support from Thomas LundquistGlenn L McGrath
2001-11-10I forgot to add these. Part of the patch from vodzEric Andersen
2001-11-02Required for od and hexdump appletsGlenn L McGrath
2001-11-02Introduce od and hexdump appletsGlenn L McGrath
2001-10-31Move usage.h to include/usage.hEric Andersen
2001-10-31Run parts applet by Emanuele Aina <faina.mail@tiscalinet.it>Eric Andersen
2001-10-29Use extended regular expressions when invoked as egrep (noted and initialMatt Kraai
2001-10-27include unistd which provides off_t for the header and hence unarchive appletsGlenn L McGrath
2001-10-25libunarchive, and recovery from my previous commitGlenn L McGrath
2001-10-25Modify applets to use libunarchiveGlenn L McGrath
2001-10-24Split true and false into separate applets.Matt Kraai
2001-10-24Ignore generated filesEric Andersen
2001-10-24Major rework of the directory structure and the entire build system.Eric Andersen
2001-10-18Commit the start-stop-daemon applet. This was contributed by DavidEric Andersen
2001-10-13unarchive function changed to support both exclude and include lists, applets...Glenn L McGrath
2001-10-05Remove duplicate tftp -l option helpGlenn L McGrath