oweals/busybox.git
2007-07-17 Denis Vlasenkoremove accumulated stray trailing whitespace
2007-07-17 Denis VlasenkoModify method of linking against libs. Now we fisrt...
2007-07-16 Denis Vlasenkofix discrepancy in GPL version number. Pointed out...
2007-07-15 Denis Vlasenkotop: nested function allows us to reuse some code
2007-07-15 Denis Vlasenkotop: make "100%" case less ugly, and shrink code while...
2007-07-15 Denis Vlasenkotop: simpler loadavg processing
2007-07-15 Denis Vlasenkotop: truncate usernames to 8 chars
2007-07-15 Denis Vlasenkogrep: implement -m MAX_MATCHES; fix help text
2007-07-15 Denis Vlasenkogrep: fix buglets with context printing
2007-07-15 Denis Vlasenkoash: make "jobs | cat" work like in bash (was giving...
2007-07-14 Denis Vlasenkoadduser: close /etc/{passwd,shadow} before calling...
2007-07-14 Denis Vlasenkovi: make status line less confusing when we open non...
2007-07-14 Denis Vlasenkoxioctl and friends by Tito <farmatito@tiscali.it>
2007-07-14 Denis Vlasenkoash: small size optimization
2007-07-14 Denis Vlasenkoash: recognize -l as --login equivalent; do not recogni...
2007-07-14 Denis Vlasenkoash: fix for buglet in DEBUG code (Nguyen Thai Ngoc...
2007-07-13 Denis VlasenkoFAQ: add timezone Q
2007-07-13 Denis Vlasenkonc: minor code shrink
2007-07-13 Mike Frysingerremove last source id
2007-07-13 Mike Frysingeradd support for --symbol-prefix/-P
2007-07-06 Denis Vlasenkofix applet order error
2007-07-05 Denis Vlasenkomd5_sha1_sum: fix mishandling when run as /bin/md5sum...
2007-07-03 Denis Vlasenkoudhcp: many small fixes:
2007-07-03 Denis Vlasenkocorrect_password: if password is 'x' or '*' and there...
2007-07-03 Denis Vlasenkoifupdown: kill -TERM is default, so drop -TERM
2007-07-03 Denis Vlasenkocorrect_password: do not print "no shadow passwd.....
2007-07-02 Denis Vlasenkoping: fix non-fancy ping6
2007-07-01 Denis Vlasenkodevfsd: futher sanitization by Tito <farmatito@tiscali.it>
2007-07-01 Denis Vlasenkoexpr: small code shrink
2007-07-01 Denis Vlasenkodevfsd: indentation fixes
2007-07-01 Denis Vlasenkofind: fix build failure on certain configs
2007-07-01 Denis Vlasenkofind: style fix
2007-07-01 Denis Vlasenkops: revert wrong "optimization": (i & 1) -> i
2007-07-01 Denis Vlasenkofix comment placement (no code changes)
2007-07-01 Denis Vlasenkoudhcp: new config option "Rewrite the lease file at...
2007-07-01 Denis Vlasenkops: fix "unused variable" warning; fix integer variable...
2007-06-30 Denis Vlasenkoweb site: announce 1.6.1
2007-06-30 Denis Vlasenkotop,ps: improve /proc/PID/cmdinfo reading code
2007-06-30 Denis Vlasenkoadd bb_basename.c
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
next