aboutsummaryrefslogtreecommitdiff
path: root/docs (unfollow)
Commit message (Expand)AuthorFilesLines
2007-07-17fix typo in prev commit :(Denis Vlasenko1-1/+1
2007-07-17vi: s/argv[0]/applet_name/Denis Vlasenko1-1/+1
2007-07-17vi: multiple fixes by Natanael Copa <natanael.copa@gmail.com>Denis Vlasenko1-193/+166
2007-07-17ifconfig: make it work with ifaces with ifnames > 255Denis Vlasenko1-1/+1
2007-07-17remove accumulated stray trailing whitespaceDenis Vlasenko8-11/+11
2007-07-17Modify method of linking against libs. Now we fisrt try allDenis Vlasenko2-11/+54
2007-07-16fix discrepancy in GPL version number. Pointed out by "Marsh David" <dmarsh@b...Denis Vlasenko1-1/+1
2007-07-15top: nested function allows us to reuse some codeDenis Vlasenko2-54/+58
2007-07-15top: make "100%" case less ugly, and shrink code while at itDenis Vlasenko1-20/+42
2007-07-15top: simpler loadavg processingDenis Vlasenko1-14/+10
2007-07-15top: truncate usernames to 8 charsDenis Vlasenko1-1/+1
2007-07-15grep: implement -m MAX_MATCHES; fix help textDenis Vlasenko2-39/+49
2007-07-15grep: fix buglets with context printingDenis Vlasenko1-28/+42
2007-07-15ash: make "jobs | cat" work like in bash (was giving empty output)Denis Vlasenko1-1/+10
2007-07-14adduser: close /etc/{passwd,shadow} before calling passwd etc.Denis Vlasenko1-5/+5
2007-07-14vi: make status line less confusing when we open non-readable files,Denis Vlasenko1-59/+40
2007-07-14xioctl and friends by Tito <farmatito@tiscali.it>Denis Vlasenko40-331/+295
2007-07-14ash: small size optimizationDenis Vlasenko1-33/+33
2007-07-14ash: recognize -l as --login equivalent; do not recognize +-loginDenis Vlasenko1-9/+12
2007-07-14ash: fix for buglet in DEBUG code (Nguyen Thai Ngoc Duy <pclouds@gmail.com>)Denis Vlasenko1-15/+16
2007-07-13FAQ: add timezone QDenis Vlasenko1-41/+60
2007-07-13nc: minor code shrinkDenis Vlasenko1-54/+37
2007-07-13remove last source idMike Frysinger1-2/+0
2007-07-13add support for --symbol-prefix/-PMike Frysinger1-13/+16
2007-07-06fix applet order errorDenis Vlasenko1-1/+1
2007-07-05md5_sha1_sum: fix mishandling when run as /bin/md5sum (with path)Denis Vlasenko4-48/+51
2007-07-03udhcp: many small fixes:Denis Vlasenko11-185/+177
2007-07-03correct_password: if password is 'x' or '*' and there is no shadow, useDenis Vlasenko1-4/+2
2007-07-03ifupdown: kill -TERM is default, so drop -TERMDenis Vlasenko1-37/+50
2007-07-03correct_password: do not print "no shadow passwd..." messageDenis Vlasenko1-10/+7
2007-07-02ping: fix non-fancy ping6Denis Vlasenko1-1/+2
2007-07-01devfsd: futher sanitization by Tito <farmatito@tiscali.it>Denis Vlasenko1-118/+63
2007-07-01expr: small code shrinkDenis Vlasenko1-4/+7
2007-07-01devfsd: indentation fixesDenis Vlasenko1-6/+6
2007-07-01find: fix build failure on certain configsDenis Vlasenko2-2/+4
2007-07-01find: style fixDenis Vlasenko1-6/+6
2007-07-01ps: revert wrong "optimization": (i & 1) -> iDenis Vlasenko1-1/+1
2007-07-01fix comment placement (no code changes)Denis Vlasenko1-1/+2
2007-07-01udhcp: new config option "Rewrite the lease file at every new acknowledge"Denis Vlasenko10-115/+151
2007-07-01ps: fix "unused variable" warning; fix integer variable declared as char.Denis Vlasenko1-3/+4
2007-06-30web site: announce 1.6.1Denis Vlasenko1-0/+9
2007-06-30top,ps: improve /proc/PID/cmdinfo reading codeDenis Vlasenko5-59/+80