aboutsummaryrefslogtreecommitdiff
path: root/miscutils
AgeCommit message (Expand)Author
2001-10-24Major rework of the directory structure and the entire build system.Eric Andersen
2001-08-02Latest patch from vodz. Adds a check for divide by zero in the posixEric Andersen
2001-07-19Some adjustments, mostly from David McCullough <davidm@lineo.com> toEric Andersen
2001-05-23Patch from larry to fix some grammar errors.Eric Andersen
2001-05-22Fixed misnamed rewind command (noted by Tom Oehser).Matt Kraai
2001-05-21Fix tell support.Matt Kraai
2001-05-21Fix open mode for IOCTLs which write to the tape.Matt Kraai
2001-05-07Per some comments from Lars Kellogg-Stedman <lars@larsshack.org>,Eric Andersen
2001-04-30Made new xreadlink function for libbb and changed applets to use it instead ofMark Whitley
2001-04-25Move messages.c to libbb. Make each string in messages.c be its own .o file.Eric Andersen
2001-04-10Ha. Regression testing found a bug with uClibc support. Fixed.Eric Andersen
2001-04-09Update how we detect if libc5 is in use.Eric Andersen
2001-04-05A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a fewEric Andersen
2001-03-20Added adjtimex applet from Larry Doolittle.Mark Whitley
2001-03-09Patch from Jeff Garzik marking a few 'getopt not needed' apps.Eric Andersen
2001-03-09Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanupEric Andersen
2001-02-20It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen
2001-02-14This patch, put together by Manuel Novoa III, is a merge of workEric Andersen
2001-01-31Removed trailing \n from error_msg{,_and_die} messages.Matt Kraai
2001-01-27Fix up copyright msgs. Bump version to 0.49 in preparation forEric Andersen
2001-01-27Fix header file usage -- there were many unnecessary header files included inEric Andersen
2001-01-25Add in spoon's watchdog timer app.Eric Andersen
2000-12-22Use busybox error handling functions wherever possible.Matt Kraai
2000-12-18Change calls to error_msg.* and strerror to use perror_msg.*.Matt Kraai
2000-12-07Changed names of functions in utility.c and all affected files, to makeMark Whitley
2000-12-01Stop using TRUE and FALSE for exit status.Matt Kraai
2000-10-09Added cmp and readlink applets from Matt Kraai.Mark Whitley
2000-09-28Fixes to allow compilation on systems with glibc 2.1.92Pavel Roskin
2000-09-25Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen
2000-09-22Better cross libc compatibility (so Dave Cinege can stop complainingEric Andersen
2000-09-05Apply segfault on no-args fix from robotti@metconnect.comEric Andersen
2000-08-10Some #include updates.Eric Andersen
2000-07-20Converted option parsing to getopt(). Also added some explanatory comments.Mark Whitley
2000-07-16Extract usage information into a separate file.Matt Kraai
2000-07-14Don't use strings directly in calls to usage(). This is in preparationMatt Kraai
2000-07-14Use errorMsg rather than fprintf.Matt Kraai
2000-07-11Forgot to commit these cleanups it seems.Eric Andersen
2000-07-10Remove yet more kernel header dependancies.Eric Andersen
2000-06-28Yanked out the cstring_alloc() and cstring_lineFromFile() functions fromMark Whitley
2000-06-21Removed all vestiges of "math"Pavel Roskin
2000-06-21+ added dc (aka the function formerly known as math)John Beppu
2000-06-19Make syslogd.c, init.c, and update.c compile error/warning free under both li...Eric Andersen
2000-06-19Updates to a number of apps to remove warnings/compile errors under libc5.Eric Andersen
2000-05-16Some updates for better portability.Erik Andersen
2000-05-12Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPErik Andersen
2000-05-10* cp -fa now works as expected for symlinks (it didn't before)Erik Andersen
2000-05-02More stuffErik Andersen
2000-04-28Fix stupid bugs. update was segfaulting. mknod minor # was always 0Erik Andersen
2000-04-28Latest and greatest. Some effort at libc5 (aiming towards newlib)Erik Andersen
2000-04-25Several more updatesErik Andersen