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-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
2007-04-05
- size and prune were mixed up
Bernhard Reutner-Fischer
2007-04-05
- fix segfault in reset_ino_dev_hashtable() when *hashtable was null.
Bernhard Reutner-Fischer
2007-04-05
find: missed 'ststic' on const data
Denis Vlasenko
2007-04-04
find: un-DESKTOPize (Kai Schwenzfeier <niteblade@gmx.net>)
Denis Vlasenko
2007-04-04
- sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"
Bernhard Reutner-Fischer
2007-04-04
- minor shrinkage
Bernhard Reutner-Fischer
2007-04-04
- remove debugging output. sorry..
Bernhard Reutner-Fischer
2007-04-04
- note cosmetic glitch in tail
Bernhard Reutner-Fischer
2007-04-04
reword comment
Denis Vlasenko
2007-04-04
- remove bss users. Shrinkage while at it. See XXX for further, pre-existing ...
Bernhard Reutner-Fischer
2007-04-04
- remove some bss users.
Bernhard Reutner-Fischer
2007-04-04
- remove superfluous bss user (flags) and manually unswitch some areas:
Bernhard Reutner-Fischer
2007-04-04
Add/improve comment, shorten some usage texts. No code changes.
Denis Vlasenko
2007-04-04
ipsvd: use IP:PORT syntax for environment vars. Pros:
Denis Vlasenko
2007-04-03
ipsvd: make udpsvd work similar to tcpsvd (multiple parallel
Denis Vlasenko
2007-04-03
ipsvd: fixes and improvements after testing
Denis Vlasenko
2007-04-03
udpsvd: more work on it. works in limited testing.
Denis Vlasenko
2007-04-02
- use bb_error_msg
Bernhard Reutner-Fischer
2007-04-02
- use xregcomp. Untested. vda, isn't there a regfree missing here?
Bernhard Reutner-Fischer
2007-04-02
- remove some unneeded forward declarations. No obj-code changes.
Bernhard Reutner-Fischer
2007-04-02
- remove args from bss, minor misc shrinkage while at it.
Bernhard Reutner-Fischer
2007-04-02
test: comment out unused code
Denis Vlasenko
[next]