platform/upstream/busybox.git
2007-04-12 Denis Vlasenkostyle fixes. No code changes
2007-04-11 Denis Vlasenkobb_full_fd_action: remove potential xmalloc from NOFORK...
2007-04-11 Denis Vlasenkoash: fix kill -l (by Mats Erik Andersson <mats.andersso...
2007-04-11 Denis Vlasenkofix typo in doc
2007-04-11 Denis Vlasenkostyle fixes, no code changes.
2007-04-11 Denis Vlasenkorename: run_applet_by_name -> run_applet_and_exit
2007-04-11 Bernhard Reutner... - set the scope properly. Thanks to Jean Wolter, who...
2007-04-11 Denis VlasenkoAdd NOFORK/NOEXEC documentation.
2007-04-11 Denis Vlasenkofix typo in comment
2007-04-11 Denis Vlasenkofix misplaced #if
2007-04-11 Denis Vlasenkoadd more convenient defines for [NO]MMU:
2007-04-10 Denis Vlasenkorandom NOMMU fixes. compressed --help really does work...
2007-04-10 Denis VlasenkoRename two config options:
2007-04-10 Denis Vlasenkoxargs: fix my brain fart (resulted in memory leak)
2007-04-10 Denis Vlasenkomake compressed help code NOMMU- and NOFORK-friendly -
2007-04-10 Denis Vlasenkomake a few struct bb_applet members conditional
2007-04-10 Bernhard Reutner... - mv ip*_main into ip.c; use a dispatcher to save on...
2007-04-10 Bernhard Reutner... - use enum for the OPs as suggested by vda. No obj...
2007-04-10 Bernhard Reutner... - forgot this hunk that corrects the usage text of ip
2007-04-10 Bernhard Reutner... - rewrite the ip applet to be less bloaty
2007-04-10 Bernhard Reutner... - add ATTRIBUTE_DEPRECATED for functions that should...
2007-04-10 Denis Vlasenkoone-liner: fix indentation
2007-04-10 Denis Vlasenkobunzip2: big style cleanup. No code changes apart from...
2007-04-10 Denis Vlasenkoecho: fix regression ("echo" with no arguments didn...
2007-04-10 Denis Vlasenkoaudit small applets and mark some of them as NOFORK.
2007-04-10 Denis Vlasenkostyle fixes. No code changes.
2007-04-10 Bernhard Reutner... - very minor shrinkage (-3b)
2007-04-10 Bernhard Reutner... - use skip_non_whitespace() where appropriate
2007-04-10 Bernhard Reutner... - add prototype for str_tolower()
2007-04-10 Bernhard Reutner... - add libbb function str_tolower to convert a string...
2007-04-09 Denis Vlasenkomake xfunctions optionally longjump instead of exit.
2007-04-09 Denis Vlasenkofactor out NOFORK/NOEXEC code from find. Use it for...
2007-04-09 Denis Vlasenkoxargs: shrink code, ~80 bytes
2007-04-09 Denis Vlasenkowait4pid: if passed with pid < 0, do not set errno...
2007-04-09 Denis VlasenkoImplement first instance of NOFORK applet - echo
2007-04-09 Denis Vlasenkobusybox: fix "<applet>: applet not found" message
2007-04-09 Denis VlasenkoImprove STANDALONE_SHELL. "safe" applets are renamed...
2007-04-09 Denis Vlasenkomsh: smallish code shrinkage; cosmetics
2007-04-09 Denis Vlasenkomerge busybox.c into applets.c
2007-04-08 Denis Vlasenkoapplets.h: de-obfuscate
2007-04-08 Denis Vlasenkoadd some missed statics on constant objects.
2007-04-08 Denis Vlasenkoadding small script, mostly for documentational purposes
2007-04-08 Denis Vlasenkogetopt32: fix llist_t options ordering. llist_rev is...
2007-04-08 Denis Vlasenkofind: fix -prune more. Add big comment about it.
2007-04-08 Denis Vlasenkofind: fix handling of -prune
2007-04-07 Denis Vlasenkobusybox.net: micro fix
2007-04-07 Denis Vlasenkobusybox.net: update "screenshot"
2007-04-07 Denis Vlasenkogetopt: use getopt32 for option parsing - inspired...
2007-04-07 Denis Vlasenkodocs: "how to add a patch"
2007-04-07 Denis Vlasenkolibiproute: audit callgraph, shortcut error paths into...
2007-04-07 Denis Vlasenkoudhcp: MAC_BCAST_ADDR and blank_chaddr are in fact...
2007-04-07 Denis Vlasenkocomm: eliminate statics
2007-04-07 Denis Vlasenkorandom small shrinkage and elimination of statics
2007-04-06 Denis Vlasenkonc: code shrinkage, bugfixes. -50 bytes code size
2007-04-05 Denis Vlasenkosvn add match_fstype.c :(
2007-04-05 Denis Vlasenko[u]mount: extend -t option (Roy Marples <uberlord@gento...
2007-04-05 Denis Vlasenkodiff: fix segfault on empty dirs (Peter Korsgaard ...
2007-04-05 Denis Vlasenkolibbb: add xunlink()
2007-04-05 Mike Frysingerless intrusive export of FLTFLAGS
2007-04-05 Mike Frysingerset default FLTFLAGS for a fatty stack
2007-04-05 Denis Vlasenkofind: improve usage text (Natanael Copa <natanael.copa...
2007-04-05 Denis Vlasenkonc: missed exit() in signal handler
2007-04-05 Denis Vlasenkonc: port nc 1.10 to busybox
2007-04-05 Bernhard Reutner... - clean up addgroup, fix adding users to existing group...
2007-04-05 Bernhard Reutner... - bail out if either file does not exist
2007-04-05 Bernhard Reutner... - add -s|--spider which only checks if the file exists...
2007-04-05 Bernhard Reutner... - size and prune were mixed up
2007-04-05 Bernhard Reutner... - fix segfault in reset_ino_dev_hashtable() when *hasht...
2007-04-05 Denis Vlasenkofind: missed 'ststic' on const data
2007-04-04 Denis Vlasenkofind: un-DESKTOPize (Kai Schwenzfeier <niteblade@gmx...
2007-04-04 Bernhard Reutner... - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]...
2007-04-04 Bernhard Reutner... - minor shrinkage
2007-04-04 Bernhard Reutner... - remove debugging output. sorry..
2007-04-04 Bernhard Reutner... - note cosmetic glitch in tail
2007-04-04 Denis Vlasenkoreword comment
2007-04-04 Bernhard Reutner... - remove bss users. Shrinkage while at it. See XXX...
2007-04-04 Bernhard Reutner... - remove some bss users.
2007-04-04 Bernhard Reutner... - remove superfluous bss user (flags) and manually...
2007-04-04 Denis VlasenkoAdd/improve comment, shorten some usage texts. No code...
2007-04-04 Denis Vlasenkoipsvd: use IP:PORT syntax for environment vars. Pros:
2007-04-03 Denis Vlasenkoipsvd: make udpsvd work similar to tcpsvd (multiple...
2007-04-03 Denis Vlasenkoipsvd: fixes and improvements after testing
2007-04-03 Denis Vlasenkoudpsvd: more work on it. works in limited testing.
2007-04-02 Bernhard Reutner... - use bb_error_msg
2007-04-02 Bernhard Reutner... - use xregcomp. Untested. vda, isn't there a regfree...
2007-04-02 Bernhard Reutner... - remove some unneeded forward declarations. No obj...
2007-04-02 Bernhard Reutner... - remove args from bss, minor misc shrinkage while...
2007-04-02 Denis Vlasenkotest: comment out unused code
2007-04-02 Denis Vlasenkoudpsvd: forgotten 'svn add'
2007-04-01 Denis Vlasenkoudpsvd: next part of ipsvd applets (not working yet)
2007-04-01 Denis Vlasenkotcpsvd: fix line buffering, add firewall query code
2007-04-01 Denis VlasenkoCopyright, help text, whitespace cleanups
2007-04-01 Denis Vlasenkotcpsvd: new applet
2007-03-31 Denis Vlasenkolash: make -c work; crush buffer overrun and free of...
2007-03-31 Denis Vlasenkolash: style cleanup
2007-03-31 Denis Vlasenkowebsite: link to post-1.5.0 fixes, fix dangling link
2007-03-31 Denis Vlasenkohdparm: fix multisector mode setting
2007-03-31 Denis Vlasenkouniq: getopt32-ization. -38 bytes.
2007-03-31 Denis Vlasenkounzip: fix xstrndup bug (xstrndup(s,n) can allocate...
2007-03-30 Bernhard Reutner... - fix compilation if FEATURE_TR_CLASSES is off. Sorry...
next