aboutsummaryrefslogtreecommitdiff
path: root/docs (unfollow)
Commit message (Expand)AuthorFilesLines
2007-09-05busybox --install -s: prevent puzzling "/bin/busybox: Invalid argument" messageDenis Vlasenko3-14/+24
2007-09-04tar: conditionally don't wait for vforked child to exec, as it alwaysDenis Vlasenko3-37/+54
2007-09-04mount: ignore NFS bg option on NOMMU machinesDenis Vlasenko1-2/+13
2007-09-03du: remove statics (by Bernhard Fischer <rep.dot.nop@gmail.com>)Denis Vlasenko1-64/+64
2007-09-03login: do reject wrong passwords with PAM authDenis Vlasenko1-12/+21
2007-09-03trylink: reinstate accidentally deleted --verboseDenis Vlasenko1-34/+17
2007-09-02- IFUPDOWN_IFSTATE_PATH depends on IFUPDOWNBernhard Reutner-Fischer1-0/+1
2007-09-02- Generally strip off -l that does not pull in a lib.Bernhard Reutner-Fischer1-15/+11
2007-09-02- fix bug where we linked again -lm even though it is not needed.Bernhard Reutner-Fischer1-2/+11
2007-08-31isrv: use monotonic_secDenis Vlasenko2-24/+30
2007-08-29top: another readability fixDenis Vlasenko1-3/+2
2007-08-29vsz and rss are unsigned longs (ulong ~= width of void* =>Denis Vlasenko2-5/+5
2007-08-29top: don't wait before final bailout (try top -b -n1).Denis Vlasenko1-37/+22
2007-08-29mount: allow (and ignore) -iDenis Vlasenko1-1/+2
2007-08-28smart_ulltoa5: emit small letters k,m,g... - makes topDenis Vlasenko1-1/+2
2007-08-28top: use poll instead of select for waiting on one descriptorDenis Vlasenko3-38/+48
2007-08-28mount: don't close fd twice in NFS codeDenis Vlasenko1-5/+8
2007-08-27cp: fix recursion check to not waste bytes remembering names of dirsDenis Vlasenko1-6/+5
2007-08-27cp: detect and prevent infinite recursionDenis Vlasenko1-17/+35
2007-08-26ps: fix RSS parsing (rss field in /proc/PID/stat is in pages, not bytes)Denis Vlasenko2-7/+18
2007-08-26add links to vda's pet projectsDenis Vlasenko1-1/+4
2007-08-26install: shrink a bit, fix two bugletsDenis Vlasenko1-29/+38