index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2000-07-28
More sh updates (with related changes to everything else). Switched
Eric Andersen
2000-07-27
More shell features.... if-then-else-fi is now basically usable (disable
Eric Andersen
2000-07-26
Fixed a syntax error & superfluous param decl that was causing the build to
Mark Whitley
2000-07-26
Minor style cleanups.
Eric Andersen
2000-07-26
Better description
Eric Andersen
2000-07-26
Fix some bitrot.
Eric Andersen
2000-07-25
Modified print_subst_w_backrefs() so it will print backslash escaped
Mark Whitley
2000-07-25
Added a note in the "Tips and Pointer" section on the correct way to test for
Mark Whitley
2000-07-25
Finish off fixing up the memleaks (I think). Added the beginnings of
Eric Andersen
2000-07-25
Use BB_FEATURE_CLEAN_UP where appropriate
Eric Andersen
2000-07-25
Add in BB_FEATURE_CLEAN_UP, which is whether to clean up mem leaks and close
Eric Andersen
2000-07-25
Remove some noise.
Eric Andersen
2000-07-25
Clean up $1=$prefix
Eric Andersen
2000-07-24
First revision of the Busybox Style Guide and an accompanying .indent.pro
Mark Whitley
2000-07-24
chroot can now call the builtin shell
Pavel Roskin
2000-07-21
Fixed stdin/stdout paths so things like
Eric Andersen
2000-07-21
Added 'renice' command, thanks to Dave Cinege <dcinege@psychosis.com>
Eric Andersen
2000-07-21
Bump version number.
Eric Andersen
2000-07-21
Add in the LinuxMagic VPN Firewall
Eric Andersen
2000-07-21
Fixed usage info for "cut"
Pavel Roskin
2000-07-20
Took -V out of the sed_usage string.
Mark Whitley
2000-07-20
* syslogd can now log messages to a remote host -- patch thanks
Eric Andersen
2000-07-20
As per a discussion on the mailing list between Matt and Pavel. I have removed
Mark Whitley
2000-07-20
Converted option parsing to getopt(). Also added some explanatory comments.
Mark Whitley
2000-07-20
Adjusted install.sh to use relative symlinks, and to optionally
Eric Andersen
2000-07-20
Converted option parsing to using getopt(). Also managed to remove an
Mark Whitley
2000-07-20
Whoops. Forgot to #include <getopt.h>.
Mark Whitley
2000-07-19
Converted option parsing to getopt() and made some minor formatting changes.
Mark Whitley
2000-07-19
Centralize handling of --help.
Matt Kraai
2000-07-19
Added some missing declarations and fixed some typos. I have to
Matt Kraai
2000-07-19
Add usage messages for applets without them.
Matt Kraai
2000-07-19
Avoid trying to free NULL ptrs. Comment on malloc usages.
Eric Andersen
2000-07-19
Use FatalError()
Eric Andersen
2000-07-19
Moved some code and add a coupld #defines to support use of dmalloc.
Eric Andersen
2000-07-19
Funny. Head was getting installed to the wrong spot.
Eric Andersen
2000-07-19
Updated to add support for dmalloc, and adjusted for better cross
Eric Andersen
2000-07-18
Consolodated some common code into print_matched_line to make 'grep_file' a
Mark Whitley
2000-07-18
Removed now incorrect message about NFS not working with
Eric Andersen
2000-07-18
Added support for the -c (count matches) option. Made it so it works just like
Mark Whitley
2000-07-18
Sigh -- can't sleep. Clean up some mem leaks, fixed some bugs.
Eric Andersen
2000-07-17
New message added to messages.c: full_version
Pavel Roskin
2000-07-17
Moved functions used by "lsmod" from cat.c to utility.c
Pavel Roskin
2000-07-17
- Added support for backreferences in substitution expressions up to nine
Mark Whitley
2000-07-17
Now it's possible to compile Busybox with only one app defined
Pavel Roskin
2000-07-17
Backtick support to infinite (memory limited) levels of nesting is
Eric Andersen
2000-07-17
It is now possible to select in busybox.def.h whether minixfs version 2
Pavel Roskin
2000-07-17
The result of getopt() is "int" and should be treated as such
Pavel Roskin
2000-07-16
Extract usage information into a separate file.
Matt Kraai
2000-07-14
Don't use strings directly in calls to usage(). This is in preparation
Matt Kraai
2000-07-14
Fixed a couple of buglets:
Mark Whitley
[next]