oweals/busybox.git
2000-08-21 Eric AndersenAdd in the "reset" command.
2000-08-21 Eric AndersenYet another patch to fixup lsmod
2000-08-21 Eric AndersenSome leftover stuff I forgot to commit for the lsmod...
2000-08-21 Eric Andersenlsmod now uses the query_module syscall, rather then...
2000-08-20 Eric Andersensyslogd was leaking processes that could forever busylo...
2000-08-19 Eric AndersenMinor fixups.
2000-08-11 Eric AndersenBetter 'mt' docs, thanks to Kent Robotti <robotti@metco...
2000-08-11 Eric AndersenFix to make 'ar xv' work, thanks to Kent Robotti <robot...
2000-08-11 Eric AndersenMinor link update
2000-08-11 Eric AndersenAdd optional ls file sorting, thanks to a patch from
2000-08-11 Eric AndersenAdded fix from David Vrabel <dvrabel@arcom.co.uk> for a
2000-08-10 Eric AndersenSome #include updates.
2000-08-10 Mark WhitleyApplied patch from Mark Ferrell <mferrell@mvista.com...
2000-08-06 Matt KraaiWe complained if the total number of arguments was...
2000-08-06 Matt KraaiExit with the appropriate value when grepping multiple...
2000-08-02 Eric AndersenCleaner way to handle -NUM and +NUM, reduces the mem...
2000-08-02 Eric AndersenFixed the "-f" option.
2000-08-02 Eric AndersenMerge in two patches from Dave Cinege:
2000-08-02 Mark WhitleyMinor cleanup thingy. fprintf(stderr, ...) -> errorMsg().
2000-08-02 Mark WhitleyBrand, new version of cut. This fixes the bugs in the...
2000-08-02 Eric AndersenUpdate to the tail rewrite by "Allen Soard" <esp-softwa...
2000-08-01 Eric AndersenMinor fix to clean target
2000-08-01 Matt KraaiFix bug 1017, which reports that insmod segfaults when...
2000-07-31 Eric AndersenCommit the rewrite of tail by Allen Soard
2000-07-28 Pavel RoskinNew variable WARNINGS to hold all warning options
2000-07-28 Pavel RoskinFixed to pass -Wundef
2000-07-28 Pavel RoskinDisabled debugging output
2000-07-28 Eric AndersenFix for a potential uninitialized variable, thx to
2000-07-28 Eric AndersenClean up the nasty blunder I'd made of how different...
2000-07-28 Eric AndersenSome cleanups, based on a patch from Ken Chalmers
2000-07-28 Eric AndersenFix from Robert Kaiser for stdin behavior.
2000-07-28 Eric AndersenOops. Forgot an ifdef
2000-07-28 Eric AndersenFix from Arne Bernin for return code -- now reflects...
2000-07-28 Eric AndersenMore sh updates (with related changes to everything...
2000-07-27 Eric AndersenMore shell features.... if-then-else-fi is now basicall...
2000-07-26 Mark WhitleyFixed a syntax error & superfluous param decl that...
2000-07-26 Eric AndersenMinor style cleanups.
2000-07-26 Eric AndersenBetter description
2000-07-26 Eric AndersenFix some bitrot.
2000-07-25 Mark WhitleyModified print_subst_w_backrefs() so it will print...
2000-07-25 Mark WhitleyAdded a note in the "Tips and Pointer" section on the...
2000-07-25 Eric AndersenFinish off fixing up the memleaks (I think). Added...
2000-07-25 Eric AndersenUse BB_FEATURE_CLEAN_UP where appropriate
2000-07-25 Eric AndersenAdd in BB_FEATURE_CLEAN_UP, which is whether to clean...
2000-07-25 Eric AndersenRemove some noise.
2000-07-25 Eric AndersenClean up $1=$prefix
2000-07-24 Mark WhitleyFirst revision of the Busybox Style Guide and an accomp...
2000-07-24 Pavel Roskinchroot can now call the builtin shell
2000-07-21 Eric AndersenFixed stdin/stdout paths so things like
2000-07-21 Eric AndersenAdded 'renice' command, thanks to Dave Cinege <dcinege...
2000-07-21 Eric AndersenBump version number.
2000-07-21 Eric AndersenAdd in the LinuxMagic VPN Firewall
2000-07-21 Pavel RoskinFixed usage info for "cut"
2000-07-20 Mark WhitleyTook -V out of the sed_usage string.
2000-07-20 Eric Andersen* syslogd can now log messages to a remote host --...
2000-07-20 Mark WhitleyAs per a discussion on the mailing list between Matt...
2000-07-20 Mark WhitleyConverted option parsing to getopt(). Also added some...
2000-07-20 Eric AndersenAdjusted install.sh to use relative symlinks, and to...
2000-07-20 Mark WhitleyConverted option parsing to using getopt(). Also manage...
2000-07-20 Mark WhitleyWhoops. Forgot to #include <getopt.h>.
2000-07-19 Mark WhitleyConverted option parsing to getopt() and made some...
2000-07-19 Matt KraaiCentralize handling of --help.
2000-07-19 Matt KraaiAdded some missing declarations and fixed some typos...
2000-07-19 Matt KraaiAdd usage messages for applets without them.
2000-07-19 Eric AndersenAvoid trying to free NULL ptrs. Comment on malloc...
2000-07-19 Eric AndersenUse FatalError()
2000-07-19 Eric AndersenMoved some code and add a coupld #defines to support...
2000-07-19 Eric AndersenFunny. Head was getting installed to the wrong spot.
2000-07-19 Eric AndersenUpdated to add support for dmalloc, and adjusted for...
2000-07-18 Mark WhitleyConsolodated some common code into print_matched_line...
2000-07-18 Eric AndersenRemoved now incorrect message about NFS not working...
2000-07-18 Mark WhitleyAdded support for the -c (count matches) option. Made...
2000-07-18 Eric AndersenSigh -- can't sleep. Clean up some mem leaks, fixed...
2000-07-17 Pavel RoskinNew message added to messages.c: full_version
2000-07-17 Pavel RoskinMoved functions used by "lsmod" from cat.c to utility.c
2000-07-17 Mark Whitley - Added support for backreferences in substitution...
2000-07-17 Pavel RoskinNow it's possible to compile Busybox with only one...
2000-07-17 Eric AndersenBacktick support to infinite (memory limited) levels...
2000-07-17 Pavel RoskinIt is now possible to select in busybox.def.h whether...
2000-07-17 Pavel RoskinThe result of getopt() is "int" and should be treated...
2000-07-16 Matt KraaiExtract usage information into a separate file.
2000-07-14 Matt KraaiDon't use strings directly in calls to usage(). This...
2000-07-14 Mark WhitleyFixed a couple of buglets:
2000-07-14 Mark Whitley - Added support for semicolon delimited command lines...
2000-07-14 Eric AndersenGetopt'ed by Marc Nijdam <marc_nijdam@hp.com>
2000-07-14 Eric AndersenGetopt'rd by Marc Nijdam <marc_nijdam@hp.com>
2000-07-14 Pavel RoskinMore fixes for "signed vs. unsigned" warnings.
2000-07-14 Pavel RoskinReduced the number of "signed vs. unsigned" warnings.
2000-07-14 Pavel RoskinMore fixes for "missing initializers"
2000-07-14 Pavel RoskinFixed a warning about missing initializer
2000-07-14 Pavel RoskinThe result of getopt() should not be converted to ...
2000-07-14 Eric AndersenMore cleanups.
2000-07-14 Matt KraaiFix argument parsing.
2000-07-14 Eric AndersenBe more pedantic aboutthe terminating null applet.
2000-07-14 Eric Andersenuid and gid were unsigned, but were compared vs signed...
2000-07-14 Eric AndersenA couple of minor warning cleanups.
2000-07-14 Matt KraaiUse errorMsg rather than fprintf.
2000-07-14 Eric AndersenFix some stupid memory bugs.
2000-07-14 Eric AndersenAdd in redimentary backtick suport (doesn't work proper...
2000-07-14 Mark WhitleyIt dawned on me that I would need to grow a char buffer...
next