Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
f087798e8bf5857b679c369601426ca29334caee
/
shell
/
msh.c
f087798
- convert old-style parameter declarations (K&R) to modern style.
by Bernhard Reutner-Fischer
· 18 years ago
14ff19b
assign default debug level to the MSHDEBUG define
by Mike Frysinger
· 18 years ago
a34b48a
Upgrade the standalone shell code to use CONFIG_BUSYBOX_EXEC_PATH.
by Rob Landley
· 19 years ago
2a13175
make the default prompt suck less when using fancy prompts
by Mike Frysinger
· 19 years ago
e15d757
- move #include busybox.h to the very top so we pull in the config
by Bernhard Reutner-Fischer
· 19 years ago
3132e9d
use xmalloc()
by Mike Frysinger
· 19 years ago
b180e5a
- use portability wrapper define bb_setpgrp.
by Bernhard Reutner-Fischer
· 19 years ago
1781188
didnt mean to commit debug enable
by Mike Frysinger
· 19 years ago
02d8fa4
use %p when printing pointers, not %x
by Mike Frysinger
· 19 years ago
4e512f1
fix Bug 659 as reported by Robin Getz
by Mike Frysinger
· 19 years ago
dfba741
Robert P. Day removed 8 gazillion occurrences of "extern" on function
by Rob Landley
· 19 years ago
dd1ccdd
moved BB_BANNER to applets/version.c file: make kernel like version,
by "Vladimir N. Oleynik"
· 19 years ago
a68ea1c
fix up yet more annoying signed/unsigned and mixed type errors
by Eric Andersen
· 19 years ago
c1ef7bd
just whitespace
by Tim Riker
· 19 years ago
485d7cb
data --> text
by "Vladimir N. Oleynik"
· 19 years ago
6c35c7c
usage bb_dev_null
by "Vladimir N. Oleynik"
· 19 years ago
ac97317
Reduce exported from msh applet
by "Vladimir N. Oleynik"
· 19 years ago
54690dc
applyinf fix for:
by Paul Fox
· 19 years ago
fd7a4c8
Jonas Holmberg from axis dot com writes:
by Eric Andersen
· 20 years ago
7850014
Quiet a few warnings
by Eric Andersen
· 20 years ago
12de6cf
Michael Leibow, MichaelLe at belkin.com writes:
by Eric Andersen
· 20 years ago
8401eea
Run msh through indent
by Eric Andersen
· 20 years ago
aff114c
Larry Doolittle writes:
by Eric Andersen
· 21 years ago
075dd81
Remove the CONFIG_FEATURE_SH_APPLETS_ALWAYS_WIN option. It was sortof
by Eric Andersen
· 21 years ago
c7bda1c
Remove trailing whitespace. Update copyright to include 2004.
by Eric Andersen
· 21 years ago
dc4e75e
move all "-/bin/sh" "/bin/sh" and "sh" to libbb/messages.c file as one
by Glenn L McGrath
· 21 years ago
cb81e64
Update a bunch of docs. Run a script to update my email addr.
by Eric Andersen
· 21 years ago
cad5364
Major coreutils update.
by Manuel Novoa III
· 22 years ago
737f5fb
Patch from Jonas Holmberg, adjusted by Robert Schwebel, and
by Eric Andersen
· 22 years ago
392947c
Fixup all the horrible broken function prototypes -Erik
by Eric Andersen
· 22 years ago
1c31501
Ensure that getenv("PATH") stays current, since otherwise cmdedit
by Eric Andersen
· 23 years ago
bdfd0d7
Major rework of the directory structure and the entire build system. -Erik
by Eric Andersen
· 23 years ago
d63dee4
Add an option to make the shells not advertise their busybox nature
by Eric Andersen
· 23 years ago
69edfec
Add support for underscores in variable names.
by Matt Kraai
· 23 years ago
2d91deb
Allow multiple shells to be enabled.
by Matt Kraai
· 23 years ago
7467c8d
Patch from vodz:
by Eric Andersen
· 23 years ago
f69bfc7
Allow assignments in the export and readonly commands.
by Matt Kraai
· 23 years ago
ab6526c
Remove debugging statement.
by Matt Kraai
· 23 years ago
1c03923
Add in a shell tagline (per lash/hush behavior) to make it easier
by Eric Andersen
· 23 years ago
ff9eee4
This is a busybox port of the Minix shell. It is reasonably capable,
by Eric Andersen
· 23 years ago