aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-07-17fix typo in prev commit :(Denis Vlasenko
2007-07-17vi: s/argv[0]/applet_name/Denis Vlasenko
2007-07-17vi: multiple fixes by Natanael Copa <natanael.copa@gmail.com>Denis Vlasenko
2007-07-17ifconfig: make it work with ifaces with ifnames > 255Denis Vlasenko
2007-07-17remove accumulated stray trailing whitespaceDenis Vlasenko
2007-07-17Modify method of linking against libs. Now we fisrt try allDenis Vlasenko
2007-07-16fix discrepancy in GPL version number. Pointed out by "Marsh David" <dmarsh@b...Denis Vlasenko
2007-07-15top: nested function allows us to reuse some codeDenis Vlasenko
2007-07-15top: make "100%" case less ugly, and shrink code while at itDenis Vlasenko
2007-07-15top: simpler loadavg processingDenis Vlasenko
2007-07-15top: truncate usernames to 8 charsDenis Vlasenko
2007-07-15grep: implement -m MAX_MATCHES; fix help textDenis Vlasenko
2007-07-15grep: fix buglets with context printingDenis Vlasenko
2007-07-15ash: make "jobs | cat" work like in bash (was giving empty output)Denis Vlasenko
2007-07-14adduser: close /etc/{passwd,shadow} before calling passwd etc.Denis Vlasenko
2007-07-14vi: make status line less confusing when we open non-readable files,Denis Vlasenko
2007-07-14xioctl and friends by Tito <farmatito@tiscali.it>Denis Vlasenko
2007-07-14ash: small size optimizationDenis Vlasenko
2007-07-14ash: recognize -l as --login equivalent; do not recognize +-loginDenis Vlasenko
2007-07-14ash: fix for buglet in DEBUG code (Nguyen Thai Ngoc Duy <pclouds@gmail.com>)Denis Vlasenko
2007-07-13FAQ: add timezone QDenis Vlasenko
2007-07-13nc: minor code shrinkDenis Vlasenko
2007-07-13remove last source idMike Frysinger
2007-07-13add support for --symbol-prefix/-PMike Frysinger
2007-07-06fix applet order errorDenis Vlasenko
2007-07-05md5_sha1_sum: fix mishandling when run as /bin/md5sum (with path)Denis Vlasenko
2007-07-03udhcp: many small fixes:Denis Vlasenko
2007-07-03correct_password: if password is 'x' or '*' and there is no shadow, useDenis Vlasenko
2007-07-03ifupdown: kill -TERM is default, so drop -TERMDenis Vlasenko
2007-07-03correct_password: do not print "no shadow passwd..." messageDenis Vlasenko
2007-07-02ping: fix non-fancy ping6Denis Vlasenko
2007-07-01devfsd: futher sanitization by Tito <farmatito@tiscali.it>Denis Vlasenko
2007-07-01expr: small code shrinkDenis Vlasenko
2007-07-01devfsd: indentation fixesDenis Vlasenko
2007-07-01find: fix build failure on certain configsDenis Vlasenko
2007-07-01find: style fixDenis Vlasenko
2007-07-01ps: revert wrong "optimization": (i & 1) -> iDenis Vlasenko
2007-07-01fix comment placement (no code changes)Denis Vlasenko
2007-07-01udhcp: new config option "Rewrite the lease file at every new acknowledge"Denis Vlasenko
2007-07-01ps: fix "unused variable" warning; fix integer variable declared as char.Denis Vlasenko
2007-06-30web site: announce 1.6.1Denis Vlasenko
2007-06-30top,ps: improve /proc/PID/cmdinfo reading codeDenis Vlasenko
2007-06-30add bb_basename.cDenis Vlasenko
2007-06-30introduce and use bb_basename()Denis Vlasenko
2007-06-30killall, pidof: use argv0 for process matching tooDenis Vlasenko
2007-06-30procps: shrink /proc scanning code a bitDenis Vlasenko
2007-06-28document firmware supportMike Frysinger
2007-06-27wget: fix bug in base64 encoding (bug 1404). +10 bytes.Denis Vlasenko
2007-06-27devfsd: style cleanup; size reduction (Tito <farmatito@tiscali.it>)Denis Vlasenko
2007-06-26uuencode: shrinkDenis Vlasenko