platform/upstream/busybox.git
2007-06-30 Denis Vlasenkointroduce and use bb_basename()
2007-06-30 Denis Vlasenkokillall, pidof: use argv0 for process matching too
2007-06-30 Denis Vlasenkoprocps: shrink /proc scanning code a bit
2007-06-28 Mike Frysingerdocument firmware support
2007-06-27 Denis Vlasenkowget: fix bug in base64 encoding (bug 1404). +10 bytes.
2007-06-27 Denis Vlasenkodevfsd: style cleanup; size reduction (Tito <farmatito...
2007-06-26 Denis Vlasenkouuencode: shrink
2007-06-25 Denis Vlasenkodevfsd: fix formatting (Tito <farmatito@tiscali.it>)
2007-06-25 Denis VlasenkoConsolidate ARRAY_SIZE macro; remove one unneeded globa...
2007-06-25 Bernhard Reutner... - need to pass the PATH down to the gcc-version check...
2007-06-25 Denis Vlasenkotest: suppress gcc warning
2007-06-23 Denis Vlasenkohttpd: NOMMU fixes by Alex Landau <landau_alex@yahoo...
2007-06-23 Denis Vlasenkopidof: size optimizations (-50 bytes)
2007-06-22 Bernhard Reutner... - handy to have the cross_compile block here, too
2007-06-21 Denis Vlasenkosyslogd: do not convert tabs to ^I
2007-06-21 Denis Vlasenkotest: shrink a bit
2007-06-21 Denis Vlasenkobuild system: remove kernel .config locations (spotted...
2007-06-21 Denis Vlasenkorandom shrinkage of statics, -60 bytes saved
2007-06-21 Denis Vlasenkotar: improve OLDGNU compat, make old SUN compat configu...
2007-06-21 Bernhard Reutner... - add ATTRIBUTE_UNUSED_RESULT for internal use
2007-06-21 Bernhard Reutner... since we removed the deprecated matches() now and thus...
2007-06-21 Bernhard Reutner... - remove matches() from networking/. Untested.
2007-06-21 Denis Vlasenkoslattach: code shrink (Bernhard Fischer <rep.dot.nop...
2007-06-21 Denis Vlasenkoremove extra ')'
2007-06-20 Denis Vlasenkoslattach: new applet.
2007-06-20 Bernhard Reutner... - move iprule and ipaddress from matches() to index_in_...
2007-06-20 Denis Vlasenkodo not do utime() on links, it acts on link targets...
2007-06-20 Bernhard Reutner... - remove another user of the deprecated matches() func...
2007-06-20 Bernhard Reutner... - do not hardcode HOSTCFLAGS to gcc specific flags...
2007-06-20 Bernhard Reutner... - strndupa is a GNU extension. Using strdup to avoid...
2007-06-19 Denis Vlasenkoecho: fix yet another buglet in non-fancy echo
2007-06-19 Denis Vlasenkoping: fix incorrect handling of -I (Iouri Kharon <bc...
2007-06-19 Denis Vlasenkofind: -context support for SELinux (KaiGai Kohei <kaiga...
2007-06-19 Denis Vlasenkopscan: size optimization (Tito <farmatito@tiscali.it>)
2007-06-19 Mike Frysingerpunt %.bflt target in favor of proper LDFLAGS=-Wl,...
2007-06-19 Denis Vlasenkotop,ps: 'stringify' tty only when needed. -60 bytes.
2007-06-19 Denis Vlasenkotop: speedup if tty info is not requested
2007-06-19 Denis Vlasenkotop,ps: reduce CPU usage in decimal conversion (optional)
2007-06-19 Denis Vlasenkoll_map: disable interface name caching code
2007-06-19 Denis Vlasenkodefconfig: update
2007-06-19 Denis Vlasenkomake /etc/network parsing configurable. -200 bytes...
2007-06-19 Denis Vlasenkonetworking/interface.c: huke remaining big statics...
2007-06-19 Denis Vlasenkonetworking/interface.c: reduce bss usage
2007-06-18 Denis Vlasenkolibbb: random hunt for statics
2007-06-18 Denis Vlasenkolibpwdgrp/pwd_grp.c: allocate local storage on first...
2007-06-18 Denis Vlasenkoping: fix write-after-allocated-mem bug
2007-06-18 Mike Frysingerfix an obvious typo while trying to access the tv_usec...
2007-06-17 Denis Vlasenkowget: use monotonic_sec instead of gettimeofday
2007-06-17 Denis Vlasenkohwclock: size optimizations
2007-06-17 Denis Vlasenkotime: *const str = "xxx" ==> str[] = "xxx"
2007-06-17 Denis Vlasenkostrings: strings a b was processing a twice, fix that
2007-06-17 Denis Vlasenkoarping: -i should be -I
2007-06-17 Denis Vlasenkoinstall: fix install a b /a/link/to/dir
2007-06-16 Denis Vlasenkoforgot svn add...
2007-06-16 Denis Vlasenkoremove obsolete comment
2007-06-16 Denis Vlasenkomake FEATURE_HAVE_RPC auto-selectable by mount and...
2007-06-16 Denis Vlasenkopscan: new applet (portscanner). ~1350 bytes. By Tito...
2007-06-16 Denis Vlasenkofind: make -size match GNU find
2007-06-15 Denis Vlasenkofind: add conditional support for -maxdepth and -regex
2007-06-15 Denis Vlasenkofdisk: fix minor issues with help text
2007-06-15 Bernhard Reutner... - fix test -f ./exists
2007-06-15 Bernhard Reutner... - vda perfers not to use the banner
2007-06-14 Denis Vlasenkoapplets/Kbuild: straighten it a bit
2007-06-14 Mike FrysingerAlex Landau writes: open firmware for reading, not...
2007-06-14 Denis Vlasenkoinit: make sure fd 0,1,2 are not closed, + related...
2007-06-14 Denis Vlasenkotraceroute: stop using floating point needlessly; nuke...
2007-06-13 Denis Vlasenkominix.h: add very simple test script
2007-06-13 Denis Vlasenkofsck_minix: forgotten bit of previous commit...
2007-06-13 Denis Vlasenkofsck_minix: stop using data/bss
2007-06-13 Denis Vlasenko*: BB_BANNER -> bb_banner (it is not a const or #define)!
2007-06-13 Mike Frysingeras suggested by Renaud Cerrato and Souf, switch over...
2007-06-13 Mike Frysingeradd support for firmware loading
2007-06-13 Denis Vlasenkohush: fix read builtin to not read ahead past eol and...
2007-06-12 Denis Vlasenkoremove nearly-duplicate PATHs in several places
2007-06-12 Denis Vlasenkologin: make /etc/nologin support configurable. -240...
2007-06-12 Denis Vlasenkofix "--help prints usage for wrong applet" bug
2007-06-12 Denis Vlasenkodiff: shrink code (-85 bytes):
2007-06-12 Bernhard Reutner... - fix testing primary expressions like '"-u" = "-u"'
2007-06-12 Denis VlasenkoA few more string duplicates found & eliminated
2007-06-12 Denis Vlasenkocatv: was abusing xopen, should not die on err, but...
2007-06-12 Denis Vlasenkomove several applets to more correct ex-project. No...
2007-06-12 Denis Vlasenkouudecode: nuke duplicate base64_table[]. saves 65 bytes
2007-06-11 Denis Vlasenkotop: on user suggestion make percentile calculations...
2007-06-11 Bernhard Reutner... - use bb_msg_full_version instead of a separate string...
2007-06-10 Denis Vlasenkogetopt_mk_fifo_nod: heed warning
2007-06-10 Denis Vlasenkotop: improve global CPU percentage (smaller & faster...
2007-06-10 Denis Vlasenkotop: add config option and code for global CPU % display
2007-06-10 Denis Vlasenkomoved biggest stack buffers to malloc space, or made...
2007-06-10 Denis Vlasenkoadd script which measures stack consumption.
2007-06-09 Denis Vlasenkohttpd: move data off bss.
2007-06-09 Bernhard Reutner... - also note where to checkout the 1_6_stable branch
2007-06-08 Denis Vlasenkomdev: microscopic enhancement, should change nothing
2007-06-08 Denis Vlasenkogrep: selection done by FEATURE_GREP_EGREP_ALIAS was...
2007-06-08 Denis Vlasenkologin: ask passwords even for wrong usernames.
2007-06-08 Denis Vlasenkomake busybox --install work even if /proc/self/exe...
2007-06-08 Denis Vlasenkormp: add optional support for bz2 data. +50 bytes of...
2007-06-08 Bernhard Reutner... - fix invocation without any argument
2007-06-08 Denis Vlasenkohush: add missing dependencies (Maxime Bizon <mbizon...
2007-06-08 Denis Vlasenkotest: fix thinko in previous commit
2007-06-08 Denis Vlasenkotest: recognize /path/to/[ case too
next