aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* remove accumulated stray trailing whitespaceDenis Vlasenko2007-07-178-11/+11
* Modify method of linking against libs. Now we fisrt try allDenis Vlasenko2007-07-172-11/+54
* fix discrepancy in GPL version number. Pointed out by "Marsh David" <dmarsh@b...Denis Vlasenko2007-07-161-1/+1
* top: nested function allows us to reuse some codeDenis Vlasenko2007-07-152-54/+58
* top: make "100%" case less ugly, and shrink code while at itDenis Vlasenko2007-07-151-20/+42
* top: simpler loadavg processingDenis Vlasenko2007-07-151-14/+10
* top: truncate usernames to 8 charsDenis Vlasenko2007-07-151-1/+1
* grep: implement -m MAX_MATCHES; fix help textDenis Vlasenko2007-07-152-39/+49
* grep: fix buglets with context printingDenis Vlasenko2007-07-151-28/+42
* ash: make "jobs | cat" work like in bash (was giving empty output)Denis Vlasenko2007-07-151-1/+10
* adduser: close /etc/{passwd,shadow} before calling passwd etc.Denis Vlasenko2007-07-141-5/+5
* vi: make status line less confusing when we open non-readable files,Denis Vlasenko2007-07-141-59/+40
* xioctl and friends by Tito <farmatito@tiscali.it>Denis Vlasenko2007-07-1440-331/+295
* ash: small size optimizationDenis Vlasenko2007-07-141-33/+33
* ash: recognize -l as --login equivalent; do not recognize +-loginDenis Vlasenko2007-07-141-9/+12
* ash: fix for buglet in DEBUG code (Nguyen Thai Ngoc Duy <pclouds@gmail.com>)Denis Vlasenko2007-07-141-15/+16
* FAQ: add timezone QDenis Vlasenko2007-07-131-41/+60
* nc: minor code shrinkDenis Vlasenko2007-07-131-54/+37
* remove last source idMike Frysinger2007-07-131-2/+0
* add support for --symbol-prefix/-PMike Frysinger2007-07-131-13/+16
* fix applet order errorDenis Vlasenko2007-07-061-1/+1
* md5_sha1_sum: fix mishandling when run as /bin/md5sum (with path)Denis Vlasenko2007-07-054-48/+51
* udhcp: many small fixes:Denis Vlasenko2007-07-0311-185/+177
* correct_password: if password is 'x' or '*' and there is no shadow, useDenis Vlasenko2007-07-031-4/+2
* ifupdown: kill -TERM is default, so drop -TERMDenis Vlasenko2007-07-031-37/+50
* correct_password: do not print "no shadow passwd..." messageDenis Vlasenko2007-07-031-10/+7
* ping: fix non-fancy ping6Denis Vlasenko2007-07-021-1/+2
* devfsd: futher sanitization by Tito <farmatito@tiscali.it>Denis Vlasenko2007-07-011-118/+63
* expr: small code shrinkDenis Vlasenko2007-07-011-4/+7
* devfsd: indentation fixesDenis Vlasenko2007-07-011-6/+6
* find: fix build failure on certain configsDenis Vlasenko2007-07-012-2/+4
* find: style fixDenis Vlasenko2007-07-011-6/+6
* ps: revert wrong "optimization": (i & 1) -> iDenis Vlasenko2007-07-011-1/+1
* fix comment placement (no code changes)Denis Vlasenko2007-07-011-1/+2
* udhcp: new config option "Rewrite the lease file at every new acknowledge"Denis Vlasenko2007-07-0110-115/+151
* ps: fix "unused variable" warning; fix integer variable declared as char.Denis Vlasenko2007-07-011-3/+4
* web site: announce 1.6.1Denis Vlasenko2007-06-301-0/+9
* top,ps: improve /proc/PID/cmdinfo reading codeDenis Vlasenko2007-06-305-59/+80
* add bb_basename.cDenis Vlasenko2007-06-301-0/+18
* introduce and use bb_basename()Denis Vlasenko2007-06-3014-73/+40
* killall, pidof: use argv0 for process matching tooDenis Vlasenko2007-06-304-27/+60
* procps: shrink /proc scanning code a bitDenis Vlasenko2007-06-301-16/+22
* document firmware supportMike Frysinger2007-06-281-0/+12
* wget: fix bug in base64 encoding (bug 1404). +10 bytes.Denis Vlasenko2007-06-271-18/+23
* devfsd: style cleanup; size reduction (Tito <farmatito@tiscali.it>)Denis Vlasenko2007-06-272-135/+48
* uuencode: shrinkDenis Vlasenko2007-06-264-42/+31
* devfsd: fix formatting (Tito <farmatito@tiscali.it>)Denis Vlasenko2007-06-252-510/+447
* Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <w...Denis Vlasenko2007-06-2526-66/+55
* - need to pass the PATH down to the gcc-version check to be able to find the ...Bernhard Reutner-Fischer2007-06-251-1/+1
* test: suppress gcc warningDenis Vlasenko2007-06-252-14/+14