platform/upstream/busybox.git
2007-02-07 Denis Vlasenkoselinux fixes by KaiGai Kohei <kaigai@kaigai.gr.jp>
2007-02-07 Denis Vlasenkofix #ifdef ENABLE_xxx -> #if
2007-02-06 Denis Vlasenkofix warning coming from printing size_t with %u
2007-02-06 Denis Vlasenkonew applets: selinux utils by KaiGai Kohei <kaigai...
2007-02-06 Denis Vlasenkofind: fix -not support
2007-02-06 Denis VlasenkoEXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo...
2007-02-06 Denis Vlasenkominix utils: de-inline bit ops (saves ~130 bytes)
2007-02-06 Denis Vlasenkominix utils: make a message easier to understand; small...
2007-02-06 Denis Vlasenkocorrect "pivot_root: pivot_root: <msg>"
2007-02-04 Denis Vlasenkofix tar t segfault (closes 1183)
2007-02-04 Bernhard Reutner... - indent
2007-02-04 Bernhard Reutner... - improve wording
2007-02-04 Bernhard Reutner... - remove duplicate menu entry
2007-02-04 Denis Vlasenkofind: support for !
2007-02-04 Bernhard Reutner... - strip 12 bytes off by using a smaller type for need_p...
2007-02-04 Bernhard Reutner... - fix buglet introduced in r17351 in find_param()....
2007-02-04 Denis Vlasenkoudhcp: use improved gethostbyname replacement from...
2007-02-04 Denis Vlasenkoifconfig: use IPv6 infrastructure
2007-02-04 Denis Vlasenkomount: (try to) support cifs with IPv6
2007-02-04 Denis Vlasenkoadd x to IPv6 functions which can die
2007-02-04 Denis Vlasenkomkconfigs: remove echo "`...`" contortion
2007-02-04 Denis VlasenkoBB_EXECLP should call execlp, not execvp
2007-02-03 Denis Vlasenkos/PREFIX/CONFIG_PREFIX/
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2007-02-03 Denis Vlasenkodo not put all <applet>_main() declarations
2007-02-03 Bernhard Reutner... - include busybox.h before looking at an eventual ...
2007-02-03 Denis Vlasenkoadd TODO
2007-02-03 Denis Vlasenkousage_compressed: be more permissive in which od flavor...
2007-02-03 Denis Vlasenkoassorted fixes for bugs found with randomconfig
2007-02-03 Denis Vlasenkolineedit: add missing #if/#endif
2007-02-03 Denis VlasenkoAdd BB_EXEC[LV]P() which encapsulate FEATURE_EXEC_PREFE...
2007-02-03 Denis Vlasenkosigset_t blocked_sigset is too big for static (128...
2007-02-03 Denis Vlasenkosvlogd: fix performance problems: excessive write,
2007-02-03 Denis Vlasenkosvlogd: do not set O_NONBLOCK on stdin permanently...
2007-02-02 Bernhard Reutner... - minor tweak
2007-02-02 Bernhard Reutner... - update helptext
2007-02-02 Denis Vlasenkoadd a comment so that people won't get confused
2007-02-02 Denis Vlasenkosv: fix incorrect option parsing and reduce size
2007-02-02 Denis Vlasenkohttpd: directory indexer example doesn't need piping...
2007-02-02 Denis Vlasenkofind -user support by Natanael Copa <natanael.copa...
2007-02-02 Denis Vlasenkotrivial warning fix
2007-02-02 Denis Vlasenkoudhcpd: allow "domain" to be a list of DNS servers...
2007-02-01 Denis Vlasenkocorrect wget's comment
2007-02-01 Denis Vlasenkoadd -Wwrite-strings to Makefile
2007-02-01 Denis Vlasenkomsh: cleaning up for -Wwrite-strings part #4
2007-02-01 Denis Vlasenkomsh: cleaning up for -Wwrite-strings part #3
2007-02-01 Denis Vlasenkomsh: cleaning up for -Wwrite-strings part #2
2007-02-01 Denis Vlasenkomsh: cleaning up for -Wwrite-strings
2007-01-30 Denis Vlasenkolash: -Wwrite-strings fixes
2007-01-30 Denis Vlasenkohush: style fixes
2007-01-30 Denis Vlasenkohush: now it's -Wwrite-strings clean
2007-01-30 Denis Vlasenkohush: style fixes
2007-01-30 Denis Vlasenkohust: -Wwrite-strings fixes
2007-01-30 Denis Vlasenkosilly space saving in sed
2007-01-30 Denis Vlasenkomicro optimization
2007-01-30 Denis Vlasenkopreparatory patch for -Wwrite-strings #8 (missed part)
2007-01-29 Bernhard Reutner... - improve spelling
2007-01-29 Denis Vlasenkopreparatory patch for -Wwrite-strings #7: sed
2007-01-29 Denis Vlasenkopreparatory patch for -Wwrite-strings #6
2007-01-29 Denis Vlasenkopreparatory patch for -Wwrite-strings #5
2007-01-29 Denis Vlasenkopreparatory patch for -Wwrite-strings #4
2007-01-29 Denis Vlasenkopreparatory patch for -Wwrite-strings #3
2007-01-29 Denis Vlasenkopreparatory patch for -Wwrite-strings #2
2007-01-29 Denis Vlasenkopreparatory patch for -Wwrite-strings #1
2007-01-29 Denis Vlasenkotaskset: fix incorrect rage spec and allow 0xXXX input
2007-01-29 Denis Vlasenkoadd to testsuite and fix yet another sed corner case
2007-01-29 Denis Vlasenkodisable -Wold-style-definition for gcc 3.x
2007-01-29 Denis Vlasenkosed: fix 2 bugs (one testsuite entry + one newly found)
2007-01-28 Denis Vlasenkofix all known regressions with sed and also make it...
2007-01-28 Denis Vlasenkowc can emit unpredictable amount of whitespace
2007-01-28 Denis Vlasenkowork around gcc bug
2007-01-28 Denis Vlasenkofix which-uses-default-path
2007-01-28 Denis Vlasenkocorrect bad English
2007-01-28 Bernhard Reutner... - reinstate static for the command string arrray to...
2007-01-28 Bernhard Reutner... - document the multicast argument for ip link
2007-01-28 Bernhard Reutner... - use uint32_t as suggested by vda.
2007-01-27 Denis Vlasenkoether-wake: remove #warning
2007-01-27 Denis Vlasenkosvlogd: batch writes if !timestamp
2007-01-27 Denis Vlasenkosvlogd: remove unused buffering, stop doing tons of...
2007-01-27 Denis Vlasenkorunit/* cleanup part 3 (just deleting unused code)
2007-01-27 Denis Vlasenkorunit/* cleanup part 2
2007-01-27 Denis Vlasenkorunit cleanup part 1
2007-01-27 Denis Vlasenkouse bb_sanitize_stdio() where appropriate
2007-01-27 Bernhard Reutner... - sum -r TODO should not print the filename as oposed...
2007-01-27 Bernhard Reutner... - add a very few simple test for sum.
2007-01-27 Bernhard Reutner... - the testharness needs busybox.links. Now the new...
2007-01-27 Denis Vlasenkomake it possible to build bbox without warnings again.
2007-01-27 Denis Vlasenkofix warning in find.c
2007-01-27 Denis VlasenkoMake -Werror configurable
2007-01-27 Denis Vlasenkofix numbering in switch(): we don't have "del" anymore,
2007-01-26 Denis Vlasenkoadd link to post 1.4.1 patches
2007-01-26 Denis Vlasenkofix bin2hex bug. lowercase = uppercase | 0x20, not...
2007-01-26 Denis Vlasenkofind: fix -mtime, -mmin, -perm (+ add symbolic perm...
2007-01-26 Denis Vlasenkofix "expr has no effect" warning
2007-01-26 Denis Vlasenkobb_parse_mode: do not do umask() needlessly.
2007-01-26 Bernhard Reutner... - readahead depends on LFS
2007-01-26 Mike Frysingerrespect CFLAGS/CPPFLAGS in env
2007-01-26 Denis Vlasenkofix option -F mishandling
2007-01-26 Denis Vlasenkofix non-ipv6 compile
2007-01-25 Denis Vlasenkoannounce 1.4.1
next