index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
applets
Age
Commit message (
Expand
)
Author
2009-10-02
fix a typo in prev commit
Denys Vlasenko
2009-10-02
Update documentation generator so that it sucks less
Denys Vlasenko
2009-08-20
do not store 1st two bytes of compressed help text
Denys Vlasenko
2009-05-05
add .gitignore files
Mike Frysinger
2009-04-19
another stab at fixing out-of-tree build
Denis Vlasenko
2009-04-19
hopefully fix out-of-tree build broken by 26139
Denis Vlasenko
2009-04-17
build system: remove some unnecessary rebuilds
Denis Vlasenko
2008-12-07
Fix forgotten license comments
Denis Vlasenko
2008-09-25
whitespace fixes
Denis Vlasenko
2008-08-09
fix byte-swapping of compressed help on big-endian machines
Denis Vlasenko
2008-07-05
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-07-02
uname,individual: fix improper printf usage
Denis Vlasenko
2008-06-13
udhcpc: kill undocumented -W, it was a no-op.
Denis Vlasenko
2008-05-19
- use STD*_FILENO some more. No object-code changes
Bernhard Reutner-Fischer
2008-05-19
- use EXIT_{SUCCESS,FAILURE}. No object-code changes
Bernhard Reutner-Fischer
2008-04-27
cp: fix "cp -RL" to create regular files even if src is a symlink
Denis Vlasenko
2008-04-08
Avoid linking in printf/bsearch if possible. -20k for static bbox with
Denis Vlasenko
2008-04-01
shells: do not frocibly enable test, echo and kill _applets_,
Denis Vlasenko
2008-03-17
*: fix fallout from -Wunused-parameter
Denis Vlasenko
2008-02-22
small code readability and typo fixes
Denis Vlasenko
2008-02-09
build system: make it do without od -t
Denis Vlasenko
2008-01-05
ps: add conditional support for -o [e]time
Denis Vlasenko
2008-01-04
Makefile.help: removing allbareconfig target from help
Denis Vlasenko
2007-12-28
trylink: instead of build error, disable --gc-sections if GLIBC && STATIC
Denis Vlasenko
2007-12-24
nameif: extended matching (Nico Erfurth <masta@perlgolf.de>)
Denis Vlasenko
2007-12-10
init: remove superfluous forks and messing up with argv[0]
Denis Vlasenko
2007-11-29
Further optimize applet tables; prettify build output
Denis Vlasenko
2007-11-28
forgotten part of previous commit
Denis Vlasenko
2007-11-28
reorganize applet table. Eliminates pointers to names.
Denis Vlasenko
2007-11-05
fix incorrect text of link-time error message. No code changes
Denis Vlasenko
2007-10-11
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-10-10
Move applets/applet.c into libbb, allows to get rid of --whole-archive
Denis Vlasenko
2007-10-10
get rid of global "struct bb_applet *current_applet"
Denis Vlasenko
2007-10-07
make --help work for "individual applets" too.
Denis Vlasenko
2007-10-07
libbusybox: move (possibly compressed) help stuff into libbusybox.
Denis Vlasenko
2007-10-01
'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.
Denis Vlasenko
2007-09-24
*: kill bb_get_last_path_component, replace with two functions
Denis Vlasenko
2007-09-20
remove stray 8-bit chars from copyright banner
Denis Vlasenko
2007-09-05
busybox --install -s: prevent puzzling "/bin/busybox: Invalid argument" message
Denis Vlasenko
2007-08-25
support "#!/bin/busybox"-style wrappers. Needed for SELinux.
Denis Vlasenko
2007-08-17
assorted fixes for breakage found by randomconfig
Denis Vlasenko
2007-08-12
fix out-of-source-tree build
Denis Vlasenko
2007-08-12
trylink: produce even more info about final link stage
Denis Vlasenko
2007-07-21
style fix (stray space before ';')
Denis Vlasenko
2007-06-30
introduce and use bb_basename()
Denis Vlasenko
2007-06-25
Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <w...
Denis Vlasenko
2007-06-14
applets/Kbuild: straighten it a bit
Denis Vlasenko
2007-06-13
*: BB_BANNER -> bb_banner (it is not a const or #define)!
Denis Vlasenko
2007-06-12
fix "--help prints usage for wrong applet" bug
Denis Vlasenko
2007-06-08
make busybox --install work even if /proc/self/exe doesn't exist
Denis Vlasenko
[prev]
[next]