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
path:
root
/
shell
/
msh.c
Age
Commit message (
Expand
)
Author
2006-05-26
- use portability wrapper define bb_setpgrp.
Bernhard Reutner-Fischer
2006-05-05
didnt mean to commit debug enable
Mike Frysinger
2006-05-05
use %p when printing pointers, not %x
Mike Frysinger
2006-05-05
fix Bug 659 as reported by Robin Getz
Mike Frysinger
2006-03-06
Robert P. Day removed 8 gazillion occurrences of "extern" on function
Rob Landley
2006-02-16
moved BB_BANNER to applets/version.c file: make kernel like version,
"Vladimir N. Oleynik"
2006-01-30
fix up yet more annoying signed/unsigned and mixed type errors
Eric Andersen
2006-01-25
just whitespace
Tim Riker
2005-10-17
data --> text
"Vladimir N. Oleynik"
2005-10-12
usage bb_dev_null
"Vladimir N. Oleynik"
2005-09-22
Reduce exported from msh applet
"Vladimir N. Oleynik"
2005-07-20
applyinf fix for:
Paul Fox
2004-09-02
Jonas Holmberg from axis dot com writes:
Eric Andersen
2004-08-27
Quiet a few warnings
Eric Andersen
2004-08-04
Michael Leibow, MichaelLe at belkin.com writes:
Eric Andersen
2004-08-04
Run msh through indent
Eric Andersen
2004-04-14
Larry Doolittle writes:
Eric Andersen
2004-04-07
Remove the CONFIG_FEATURE_SH_APPLETS_ALWAYS_WIN option. It was sortof
Eric Andersen
2004-03-15
Remove trailing whitespace. Update copyright to include 2004.
Eric Andersen
2003-09-02
move all "-/bin/sh" "/bin/sh" and "sh" to libbb/messages.c file as one
Glenn L McGrath
2003-07-14
Update a bunch of docs. Run a script to update my email addr.
Eric Andersen
2003-03-19
Major coreutils update.
Manuel Novoa III
2003-03-14
Patch from Jonas Holmberg, adjusted by Robert Schwebel, and
Eric Andersen
2002-12-11
Fixup all the horrible broken function prototypes
Eric Andersen
2002-04-26
Ensure that getenv("PATH") stays current, since otherwise cmdedit
Eric Andersen
2001-10-24
Major rework of the directory structure and the entire build system.
Eric Andersen
2001-10-19
Add an option to make the shells not advertise their busybox nature
Eric Andersen
2001-08-06
Add support for underscores in variable names.
Matt Kraai
2001-08-01
Allow multiple shells to be enabled.
Matt Kraai
2001-07-12
Patch from vodz:
Eric Andersen
2001-07-12
Allow assignments in the export and readonly commands.
Matt Kraai
2001-07-12
Remove debugging statement.
Matt Kraai
2001-07-07
Add in a shell tagline (per lash/hush behavior) to make it easier
Eric Andersen
2001-06-29
This is a busybox port of the Minix shell. It is reasonably capable,
Eric Andersen