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
/
include
/
usage.src.h
Age
Commit message (
Expand
)
Author
2010-11-22
patch: remove out-of-file build machinery
Denys Vlasenko
2010-11-02
init: if PID!=1, show clearer error message. move usage text closer to main()
Denys Vlasenko
2010-10-27
Merge branch 'master' of git+ssh://busybox.net/var/lib/git/busybox
Denys Vlasenko
2010-10-27
netstat: fix -r display in usage text
Bob Dunlop
2010-10-26
mv: implement -n option
Denys Vlasenko
2010-10-21
patch: implement -E option
Lukas Huba
2010-10-21
revert last change (wrong author)
Denys Vlasenko
2010-10-21
patch: implement -E option
Gilles Espinasse
2010-10-20
ntpd: fix usage text and a typo in constant name
Leonid Lisovskiy
2010-10-20
udhcpc: move usage text to .c file. no code changes
Denys Vlasenko
2010-10-18
touch: update help text
Pascal Bellard
2010-10-16
modutils/*: move help bits into corresponding .c files
Denys Vlasenko
2010-10-15
date: move applet and usage bits to date.c
Denys Vlasenko
2010-10-12
init/*: move applet/kbuild/config/help bits into applet source files
Denys Vlasenko
2010-10-09
tweak help text
Denys Vlasenko
2010-10-08
fix help text punctuation
Denys Vlasenko
2010-10-07
tweak usage texts
Denys Vlasenko
2010-10-05
tune2fs: implement -c and -i options
Richard Braun
2010-10-04
wc: add support for -m
Denys Vlasenko
2010-10-01
free: document newly added options
Denys Vlasenko
2010-09-30
halt/poweroff/reboot: unify help text
Denys Vlasenko
2010-09-26
acpid: add config file and map file
Souf Oued
2010-09-06
tweak udhcpd help text
Denys Vlasenko
2010-08-11
ntpd: mention -N in help text
Denys Vlasenko
2010-08-08
wget: implement -T SEC; rework progress meter to not use signals (it was unsafe)
Bradley M. Kuhn
2010-08-07
udhcpc: add -v to help text
Denys Vlasenko
2010-07-29
dc: make it use long longs for integer ops
Denys Vlasenko
2010-07-16
cttyhack: move build system bits into cttyhack.c, no code changes
Denys Vlasenko
2010-07-16
ash: move config stuff into ash.c, no code chages
Denys Vlasenko
2010-07-16
hush: make set -x support optional
Denys Vlasenko
2010-07-01
chrt: code shrink
Denys Vlasenko
2010-06-28
conspy: code shrink
Pascal Bellard
2010-06-27
nc: introduce CONFIG_NC_110_COMPAT option.
Denys Vlasenko
2010-06-26
*: tar-related cleanups: move struct to unarchive.h; move help to tar.c
Denys Vlasenko
2010-06-15
findutils/*: move usage and applet bits to *.c files
Denys Vlasenko
2010-06-07
small fix in usage text
Denys Vlasenko
2010-06-07
modprobe: add support for -l and -s. Remove some unsupported options
Pascal Bellard
2010-06-06
yes: this applet doesn't have options, don't lie that it does.
Denys Vlasenko
2010-06-06
make it possible to keep usage texts in .c files
Denys Vlasenko