oweals/busybox.git
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...
2000-07-14 Mark WhitleyAdded error checking for edit commands; only a beginnin...
2000-07-14 Mark WhitleyAdded support for (a)ppend, (i)nsert, and (c)hange...
2000-07-13 Mark WhitleyFixed bug where sed '/foo/p' was printing "invalid...
2000-07-13 Mark Whitley(Something I should have done in the previous checkin...
2000-07-13 Mark WhitleyMinor code reorg: Changed the interface to index_of_nex...
2000-07-13 Eric AndersenFix uninitialized variable.
2000-07-13 Eric AndersenPatch from Marc Nijdam <marc_nijdam@hp.com>
2000-07-13 Mark WhitleyAdded a smallish TODO comment.
2000-07-13 Eric AndersenFrom Matt Kraai <kraai@alumni.carnegiemellon.edu>
2000-07-13 Matt KraaiCorrect argument parsing and other minor cleanups.
2000-07-12 Mark WhitleyAdded some smallish comments to help folks understand...
2000-07-12 Mark WhitleyChanged bb_regcomp to xregcomp and #if 0'ed out destroy...
2000-07-12 Eric AndersenPatch from Jon McClintock <jonm@bluemug.com>
2000-07-12 Matt KraaiAlways report the applet name when doing error reporting.
2000-07-12 Matt KraaiUse global applet_name instead of local versions.
2000-07-12 Matt KraaiUse global applet_name instead of local versions.
2000-07-12 Matt KraaiThe applet name isn't constant.
2000-07-11 Eric AndersenChanged verbiage.
2000-07-11 Eric AndersenReplaced projects with products/projects.
2000-07-11 Eric AndersenAdded the Kerbango Internet Radio to projects/products...
2000-07-11 Mark WhitleyApplied patch from Matt Kraai to call destroy_cmd_strs...
2000-07-11 Matt KraaiAdded applet_name to contain the applet name.
2000-07-11 Eric AndersenFinal updates for release. 0_46
2000-07-11 Eric AndersenFinal update for the release.
2000-07-11 Eric AndersenForgot to commit these cleanups it seems.
2000-07-11 Eric AndersenMore changelog updates
2000-07-11 Mark WhitleyAdded changelog entries for grep/sed/regex changes.
2000-07-11 Eric AndersenSome changelog updates.
2000-07-11 Eric AndersenRe-enable ln -n in the help.
2000-07-11 Eric AndersenAnother patch from Matt Kraai <kraai@alumni.carnegiemel...
2000-07-11 Eric AndersenAdded 'dumpkmap' to allow people to dump a binary keyma...
2000-07-11 Mark WhitleyApplied patch from Matt Kraai which does the following:
2000-07-11 Matt KraaiFix dead link.
2000-07-10 Eric AndersenFixed NFS so it supports 2.4.x kernels and NFSv3. ...
2000-07-10 Mark WhitleyRemoved all trace of hand-tooled regexp routines. Bye...
2000-07-10 Mark WhitleyAdded a rule to make tags files for vi(m).
2000-07-10 Eric AndersenComment on kernel stuff
2000-07-10 Mark WhitleyBrand, new sed that uses libc regex routines.
2000-07-10 Eric AndersenMore linux kernel header file removal.
2000-07-10 Eric AndersenRemove yet more kernel header dependancies.
2000-07-10 Eric AndersenRemove unused variable.
2000-07-10 Eric AndersenRemove the problematic CTRLCHAR macro.
2000-07-10 Mark WhitleyPut the GROWBY variable inside the get_line_from_file...
2000-07-10 Mark WhitleyRemoved unnecessary #include "regexp.h" line from find...
2000-07-10 Eric AndersenFunction name cleanup.
2000-07-10 Eric AndersenFrom Matt Kraai <kraai@alumni.carnegiemellon.edu>:
2000-07-10 Eric AndersenPatch from Matt Kraai <kraai@alumni.carnegiemellon...
2000-07-10 Mark WhitleyApplied patch from Matt Kraai as per his email:
2000-07-09 Eric AndersenMore portability updates. Now compiles cleanly vs...
2000-07-09 Eric Anderseninclude getopt.h
2000-07-09 Eric AndersenFix a bug in get_line_from_file. If the length of...
2000-07-09 Eric AndersenThe build depends were too strict. I depended on on...
2000-07-08 Eric AndersenArgh. More cross libc cleanup. Should be ok now...
2000-07-08 Eric AndersenMore cleanup on umount
next