OSDN Git Service

android-x86/external-busybox.git
2007-07-21 Denis Vlasenkostyle fix (stray space before ';')
2007-07-21 Denis Vlasenkofix typo in last commit
2007-07-21 Denis VlasenkoThree patches from FreeWRT people
2007-07-21 Denis Vlasenkochpasswd: fixes for shadow password handling
2007-07-21 Denis Vlasenkolibbb: nuke BB_GETOPT_ERROR, always die if there are...
2007-07-21 Denis Vlasenkochpasswd: fixes and code shrink
2007-07-20 Denis Vlasenkochpasswd: now with svn add
2007-07-20 Denis Vlasenkochpasswd: new applet by Alexander Shishkin <virtuoso...
2007-07-19 Denis Vlasenkostray trailing tabs removed
2007-07-19 Denis Vlasenkoifup/ifdown: make location of ifstate configurable
2007-07-18 Denis Vlasenkovi: comment out dead code
2007-07-18 Denis VlasenkoTrim help text. With compressed help: -143 bytes
2007-07-18 Denis Vlasenkoash: fix SEGV in forkchild (jp can be NULL). here docum...
2007-07-18 Denis Vlasenkofix unpacker testsuite to match actual output
2007-07-18 Denis Vlasenkoawk: actually do "svn add" for testsuite
2007-07-18 Denis Vlasenkoawk: fix -F 'regex' bug (miscounted fields if last...
2007-07-18 Denis Vlasenkoawk: style fixes; remove one xstrdup/free pair; testsuite
2007-07-17 Denis Vlasenkovi: style fixlet
2007-07-17 Denis Vlasenkofix typo in prev commit :(
2007-07-17 Denis Vlasenkovi: s/argv[0]/applet_name/
2007-07-17 Denis Vlasenkovi: multiple fixes by Natanael Copa <natanael.copa...
2007-07-17 Denis Vlasenkoifconfig: make it work with ifaces with ifnames > 255
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
next