aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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
2001-10-05Apply Magnus Damm's patch, adds tftp blocksize support, and some cleanups.Glenn L McGrath
2001-10-05Initial support for for bunzip2....Glenn L McGrath
2001-10-05Invert FILEUTILS_PRESERVE_SYMLINKS into FILEUTILS_DEREFERENCE.Matt Kraai
2001-09-21Fix tftp usage information (closes: #1216).Matt Kraai
2001-09-16closes bug#1215?Tim Riker
2001-08-27Remove traces of rpmunpack (patch by Laurence Anderson).Matt Kraai
2001-08-24Eliminate improper consts and allow standard version to override.Matt Kraai
2001-08-21Initial merge of all tinylogin applets that do not require crypt.Eric Andersen
2001-08-10Commit Vladimir's simplify_path.Matt Kraai
2001-08-02More libc5 fixupsEric Andersen
2001-08-02make_directory used mode as if it were an signed entity, but in factEric Andersen
2001-08-02Ok, if no shell is enabled, don't include any of the SH_IS_<name>Eric Andersen
2001-08-02Latest patch from vodz. Adds a check for divide by zero in the posixEric Andersen
2001-08-01Allow multiple shells to be enabled.Matt Kraai
2001-07-31I just wrote up a simple pidof applet, closing bug #1197Eric Andersen
2001-07-30This incorporates Posix math support into ash. The Posix math supportEric Andersen
2001-07-25This fixes dos2unix and unix2dos so they behave as expected. dos2unixEric Andersen
2001-07-23Add support for devfs device names.Matt Kraai
2001-07-22Some patches to make dietlibc work...Eric Andersen
2001-07-19Add a RELEASE_BB_BUFFER macro and use it to fix a memory leak in syslogd.cMatt Kraai
2001-07-18Change read_package_field interface, and rewrite using low level functionsGlenn L McGrath
2001-07-18Update dpkg usageGlenn L McGrath
2001-07-14enum entry for unarchive to be used by tarGlenn L McGrath