Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
b83ffafc15d05d2d55982d9a60bd2252cbbfad1d
/
miscutils
cbe31da
It turns out that DODMALLOC was broken when I reorganized busybox.h
by Eric Andersen
· 24 years ago
67991cf
This patch, put together by Manuel Novoa III, is a merge of work
by Eric Andersen
· 24 years ago
dd19c69
Removed trailing \n from error_msg{,_and_die} messages.
by Matt Kraai
· 24 years ago
8ec10a9
Fix up copyright msgs. Bump version to 0.49 in preparation for
by Eric Andersen
· 24 years ago
0_49
ed3ef50
Fix header file usage -- there were many unnecessary header files included in
by Eric Andersen
· 24 years ago
ffde867
Add in spoon's watchdog timer app. -Erik
by Eric Andersen
· 24 years ago
a9819b2
Use busybox error handling functions wherever possible.
by Matt Kraai
· 24 years ago
1fa1ade
Change calls to error_msg.* and strerror to use perror_msg.*.
by Matt Kraai
· 24 years ago
f57c944
Changed names of functions in utility.c and all affected files, to make
by Mark Whitley
· 24 years ago
3e856ce
Stop using TRUE and FALSE for exit status.
by Matt Kraai
· 24 years ago
872138d
Added cmp and readlink applets from Matt Kraai.
by Mark Whitley
· 24 years ago
43f3e61
Fixes to allow compilation on systems with glibc 2.1.92
by Pavel Roskin
· 24 years ago
3570a34
Renamed "internal.h" to the more sensible "busybox.h". -Erik
by Eric Andersen
· 24 years ago
75610e1
Better cross libc compatibility (so Dave Cinege can stop complaining
by Eric Andersen
· 24 years ago
1eec89d
Apply segfault on no-args fix from robotti@metconnect.com
by Eric Andersen
· 24 years ago
88f50b6
Some #include updates. -Erik
by Eric Andersen
· 24 years ago
1ac435c
Converted option parsing to getopt(). Also added some explanatory comments.
by Mark Whitley
· 24 years ago
bf181b9
Extract usage information into a separate file.
by Matt Kraai
· 24 years ago
3bd8bd8
Don't use strings directly in calls to usage(). This is in preparation
by Matt Kraai
· 24 years ago
d537a95
Use errorMsg rather than fprintf.
by Matt Kraai
· 24 years ago
be909b1
Forgot to commit these cleanups it seems. -Erik
by Eric Andersen
· 24 years ago
9b2297a
Remove yet more kernel header dependancies. -Erik
by Eric Andersen
· 24 years ago
1ca4177
Yanked out the cstring_alloc() and cstring_lineFromFile() functions from
by Mark Whitley
· 24 years ago
7ac06a3
Removed all vestiges of "math"
by Pavel Roskin
· 24 years ago
0021679
+ added dc (aka the function formerly known as math)
by John Beppu
· 24 years ago
a15cd0b
Make syslogd.c, init.c, and update.c compile error/warning free under both libc5 and libc6.
by Eric Andersen
· 24 years ago
b610615
Updates to a number of apps to remove warnings/compile errors under libc5.
by Eric Andersen
· 24 years ago
499f65f
Some updates for better portability. -Erik
by Erik Andersen
· 25 years ago
7ab9c7e
Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP
by Erik Andersen
· 25 years ago
59b9e87
* cp -fa now works as expected for symlinks (it didn't before)
by Erik Andersen
· 25 years ago
5afc864
More stuff -Erik
by Erik Andersen
· 25 years ago
6ed02a0
Fix stupid bugs. update was segfaulting. mknod minor # was always 0
by Erik Andersen
· 25 years ago
4f3f757
Latest and greatest. Some effort at libc5 (aiming towards newlib)
by Erik Andersen
· 25 years ago
227a59b
Several more updates -Erik
by Erik Andersen
· 25 years ago
e5b6c7d
More updates to the docs, and fixes to sync things with the docs. -Erik
by Erik Andersen
· 25 years ago
5e1189e
More documentation updates, and minor fixes to make things sync
by Erik Andersen
· 25 years ago
9cf3bfa
More doc updates for BusyBox, with fixes to apps for bugs revealed
by Erik Andersen
· 25 years ago
61677fe
Upates to include copyright 2000 to everything -Erik
by Erik Andersen
· 25 years ago
029011b
A few updates (including the cp fix the Craig has been looking for) -Erik
by Erik Andersen
· 25 years ago
e49d5ec
Some formatting updates (ran the code through indent) -Erik
by Erik Andersen
· 25 years ago
fbb39c8
Stuff -Erik
by Eric Andersen
· 25 years ago
c499601
Fixed up copyright notices and such
by Eric Andersen
· 25 years ago
e77ae3a
Added sfdisk. Ststic-ified a bunch of stuff.
by Eric Andersen
· 25 years ago
b0e9a70
More stuff. -Erik
by Eric Andersen
· 25 years ago
703c62d
More stuff
by Eric Andersen
· 25 years ago
3cf52d1
More stuff...
by Eric Andersen
· 25 years ago
cc8ed39
Initial revision
by Eric Andersen
· 25 years ago
0_29alpha2