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
Age
Commit message (
Expand
)
Author
2007-04-10
- mv ip*_main into ip.c; use a dispatcher to save on needless duplication.
Bernhard Reutner-Fischer
2007-04-10
- use enum for the OPs as suggested by vda. No obj-code changes.
Bernhard Reutner-Fischer
2007-04-10
- forgot this hunk that corrects the usage text of ip
Bernhard Reutner-Fischer
2007-04-10
- rewrite the ip applet to be less bloaty
Bernhard Reutner-Fischer
2007-04-10
- add ATTRIBUTE_DEPRECATED for functions that should be removed in the future.
Bernhard Reutner-Fischer
2007-04-10
one-liner: fix indentation
Denis Vlasenko
2007-04-10
bunzip2: big style cleanup. No code changes apart from one s/write/safe_write/
Denis Vlasenko
2007-04-10
echo: fix regression ("echo" with no arguments didn't print newline.
Denis Vlasenko
2007-04-10
audit small applets and mark some of them as NOFORK.
Denis Vlasenko
2007-04-10
style fixes. No code changes.
Denis Vlasenko
2007-04-10
- very minor shrinkage (-3b)
Bernhard Reutner-Fischer
2007-04-10
- use skip_non_whitespace() where appropriate
Bernhard Reutner-Fischer
2007-04-10
- add prototype for str_tolower()
Bernhard Reutner-Fischer
2007-04-10
- add libbb function str_tolower to convert a string to lowercase.
Bernhard Reutner-Fischer
2007-04-09
make xfunctions optionally longjump instead of exit.
Denis Vlasenko
2007-04-09
factor out NOFORK/NOEXEC code from find. Use it for xargs too.
Denis Vlasenko
2007-04-09
xargs: shrink code, ~80 bytes
Denis Vlasenko
2007-04-09
wait4pid: if passed with pid < 0, do not set errno - it is already set by exec!
Denis Vlasenko
2007-04-09
Implement first instance of NOFORK applet - echo
Denis Vlasenko
2007-04-09
busybox: fix "<applet>: applet not found" message
Denis Vlasenko
2007-04-09
Improve STANDALONE_SHELL. "safe" applets are renamed NOEXEC applets
Denis Vlasenko
2007-04-09
msh: smallish code shrinkage; cosmetics
Denis Vlasenko
2007-04-09
merge busybox.c into applets.c
Denis Vlasenko
2007-04-08
applets.h: de-obfuscate
Denis Vlasenko
2007-04-08
add some missed statics on constant objects.
Denis Vlasenko
2007-04-08
adding small script, mostly for documentational purposes
Denis Vlasenko
2007-04-08
getopt32: fix llist_t options ordering. llist_rev is not unused.
Denis Vlasenko
2007-04-08
find: fix -prune more. Add big comment about it.
Denis Vlasenko
2007-04-08
find: fix handling of -prune
Denis Vlasenko
2007-04-07
busybox.net: micro fix
Denis Vlasenko
2007-04-07
busybox.net: update "screenshot"
Denis Vlasenko
2007-04-07
getopt: use getopt32 for option parsing - inspired by patch by
Denis Vlasenko
2007-04-07
docs: "how to add a patch"
Denis Vlasenko
2007-04-07
libiproute: audit callgraph, shortcut error paths into die() functions.
Denis Vlasenko
2007-04-07
udhcp: MAC_BCAST_ADDR and blank_chaddr are in fact constant, move to rodata.
Denis Vlasenko
2007-04-07
comm: eliminate statics
Denis Vlasenko
2007-04-07
random small shrinkage and elimination of statics
Denis Vlasenko
2007-04-06
nc: code shrinkage, bugfixes. -50 bytes code size
Denis Vlasenko
2007-04-05
svn add match_fstype.c :(
Denis Vlasenko
2007-04-05
[u]mount: extend -t option (Roy Marples <uberlord@gentoo.org>)
Denis Vlasenko
2007-04-05
diff: fix segfault on empty dirs (Peter Korsgaard <peter.korsgaard@barco.com>)
Denis Vlasenko
2007-04-05
libbb: add xunlink()
Denis Vlasenko
2007-04-05
less intrusive export of FLTFLAGS
Mike Frysinger
2007-04-05
set default FLTFLAGS for a fatty stack
Mike Frysinger
2007-04-05
find: improve usage text (Natanael Copa <natanael.copa@gmail.com>)
Denis Vlasenko
2007-04-05
nc: missed exit() in signal handler
Denis Vlasenko
2007-04-05
nc: port nc 1.10 to busybox
Denis Vlasenko
2007-04-05
- clean up addgroup, fix adding users to existing groups and make it optional...
Bernhard Reutner-Fischer
2007-04-05
- bail out if either file does not exist
Bernhard Reutner-Fischer
2007-04-05
- add -s|--spider which only checks if the file exists but does not download ...
Bernhard Reutner-Fischer
[prev]
[next]