aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2001-04-12Use date -u instead of date --utc and consolidate version string.Matt Kraai
Patch by Larry Doolittle <ldoolitt@recycle.lbl.gov>.
2001-04-12New dpkg-deb function -t, stands for --fsys-tarfileGlenn L McGrath
2001-04-12Change size to unsinged long long, so if -1 is passed it will read as much ↵Glenn L McGrath
as possible.
2001-04-12Fix dpkg-deb, enum's are coolGlenn L McGrath
2001-04-12convert() is used by dos2unix and unix2dosGlenn L McGrath
2001-04-11copy_file_chunk uses streams now.Glenn L McGrath
2001-04-11Move unzip, gz_open, gz_close to libbbGlenn L McGrath
2001-04-11Move deb_extract() to libbb, dpkg now independent of dpkg-debGlenn L McGrath
2001-04-11Move get_ar_headers to libbb, make dpkg_deb.c independent of ar.cGlenn L McGrath
2001-04-09Update how we detect if libc5 is in use.Eric Andersen
-Erik
2001-04-09Make 'grep -l' workEric Andersen
2001-04-09Apply Vladimir's latest cleanup patch.Eric Andersen
-Erik
2001-04-05more FILE_OFFSET_BITS == 64 adjustments.Eric Andersen
2001-04-05A patch from Dmitry Zakharov <dmit@crp.bank.gov.ua> which addsEric Andersen
- support for ftp downloads - HTTP basic authentication support (as an optional feature) - handling of http redirections - protocol version changed to 1.0 (to stop servers from requesting chunked encoding) - bugfix: in the case when content-length not given, wget didn't download anything - when attempting to continue an aborted download but server doesn't support restarts, reopen output file in write mode - changed assumption that existing file should restart an aborted download. Now the user must explicitly specify this with -c
2001-04-05A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a fewEric Andersen
shadowed variables. Move (almost) all syscalls to libbb/syscalls.c, so I can handle them sanely and all at once. -Erik
2001-04-04Seems that stupid libc5 doesn't implement daemon(), so conditionallyEric Andersen
inclde that here. -Erik
2001-04-04I said no new features till after the 0.51 release. Well, I lied. This is aEric Andersen
vi editor for busybox, contributed by Sterling Huxley <sterling@europa.com>. It adds 22k to the busybox binary when enabled. Quite impressive!
2001-04-03A patch from Matt Kraai that adds a new 'shutdown' action to busybox init. NowEric Andersen
you can specify an arbitrary behavior for 'ctrlaltdel' without that behavior needing to be a reboot.
2001-04-01Move the mtab support stuff into libbbEric Andersen
-Erik
2001-03-29Add in a new standalone env applet for fixing up app's environmentsEric Andersen
-Erik
2001-03-28Applied patch from David Douthitt to re-add -print option to find.Mark Whitley
Closes bug #1144.
2001-03-28Patch bass ackwards behavior of hr flag.Matt Kraai
2001-03-27Change BB_FEATURE_TRIVIAL_HELP to BB_FEATURE_VERBOSE_USAGE (per bug #1130).Matt Kraai
2001-03-27In fact, socklen_t *is* defined by libc5.Mark Whitley
2001-03-20Added adjtimex applet from Larry Doolittle.Mark Whitley
2001-03-20chown was missing a ] in its usage msgEric Andersen
2001-03-19Patch from Vladimir to move struct applet from busybox.c to applets.c,Eric Andersen
which looks like the right place for such things to live.
2001-03-19Split error messages into separate files.Eric Andersen
Update libbb.h, per suggestion from Vladimir, to include __attribute__((format (printf ...))) stuff -Erik
2001-03-16Stupid thinko. egrep tried to call init. Sigh. Fix from Christophe BoyaniqueEric Andersen
2001-03-16Convert utility.c into libbb.a. It is now a whole pile of .cEric Andersen
files. Clean up the resulting damage and fix up the makefile. -Erik
2001-03-16There was an unwanted extra newline, which prevented buildingEric Andersen
uudecode. How did this sneak through the testing until now? -Erik
2001-03-15Fix egrepEric Andersen
2001-03-15One tinly, little, missing newline that confused Pod.Mark Whitley
2001-03-15Fix linuxrc defineEric Andersen
2001-03-15Update the documentation so examples are autoincluded in the output text.Eric Andersen
Fix up docs/busybox.pod with the latest autogenerated output. -Erik
2001-03-14Applied patch from Christophe Boyanique to add an egrep alias for grep.Mark Whitley
2001-03-14Amazing the difference between an "and" and an "or".Eric Andersen
2001-03-14Some updates for libc5Eric Andersen
2001-03-13Applied patch from Christophe Boyanique to add -i support to rm.Mark Whitley
2001-03-12Applied patch from Gennady Feldman to split up syslogd.c into syslogd andMark Whitley
klogd (as it should be).
2001-03-12Adjust ifconfig usage message for selected options and current functionality.Manuel Novoa III
2001-03-08Add in 'trim' routine. Fix up sh.c so it works when wordexpEric Andersen
is not available. -Erik
2001-03-07Changed KILOBYTE, MEGABYTE, and GIGABYTE from #define to enum.Mark Whitley
2001-03-07Some minor cleanups to df.c. Also, with Erik's blessing, changed name ofMark Whitley
'format' function to 'make_human_readable_str'.
2001-03-02Added Magnus Damm's tftp applet to Busybox.Mark Whitley
2001-03-01Applied patch from David Douthitt to fix build error in df.c whenMark Whitley
BB_FEATURE_HUMAN_READABLE was disabled.
2001-02-27Patch from Vladimir N. Oleynik to save 128 bytes by moving errorEric Andersen
checking for some my_* functions to utility.c
2001-02-24The usage message for syslogd had stuff longer then 80 chars and wrapped.Eric Andersen
2001-02-23Another usage cleanup from kent robottiEric Andersen
2001-02-23More cleanupsEric Andersen