aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-09-21update Glenn McGrath's email addressDenis Vlasenko
2007-09-20remove stray 8-bit chars from copyright bannerDenis Vlasenko
2007-09-16announce 1.7.1 on websiteDenis Vlasenko
2007-09-15httpd: do not clear environmentDenis Vlasenko
2007-09-13webpage: add a link to vda's "init must die" pageDenis Vlasenko
2007-09-11cp: make it a bit closer to POSIX, but still refuse to open andDenis Vlasenko
2007-09-11cp: make "cp file /dev/node" special case; explained in commentsDenis Vlasenko
2007-09-10run_shell: code shrink for selinuxDenis Vlasenko
2007-09-10setup_environment: code shrinkDenis Vlasenko
2007-09-10grep: delete obsolete commentDenis Vlasenko
2007-09-10grep: fix grep -F -e str1 -e str2 (was matching str2 only)Denis Vlasenko
2007-09-09style fix, no code changesDenis Vlasenko
2007-09-09open_transformer: fix vda's goofupDenis Vlasenko
2007-09-08top: small fix for command line wrappingDenis Vlasenko
2007-09-08top: get rid of on-stack variable buffers, use permanent one.Denis Vlasenko
2007-09-08top: add sizeof(G) check; fix styleDenis Vlasenko
2007-09-08top: TOPMEM feature - 's(how sizes)' command. +2.5k when enabled,Denis Vlasenko
2007-09-07overload the existing '-q' flag so that if '-l' and '-q' are usedPaul Fox
2007-09-07messages: by popular request allow PATH to be customized at build timeDenis Vlasenko
2007-09-07syslogd: do not need to poll(), we can just block in read().Denis Vlasenko
2007-09-07*: replace select-for-one descriptor with poll, it's smaller.Denis Vlasenko
2007-09-06fix infinite retry bug. also, reduce per-packet receive timeoutPaul Fox
2007-09-06fix -xdev behavior in the presence of two or more nested mount pointsPaul Fox
2007-09-06umount: support (by ignoring) -i; style fixesDenis Vlasenko
2007-09-05usage: trim a bitDenis Vlasenko
2007-09-05watchdog: allow millisecond spec (-t 250ms)Denis Vlasenko
2007-09-05tar + gzip/bzip2/etc: support NOMMU machines (by Alex Landau <landau_alex@yah...Denis Vlasenko
2007-09-05busybox --install -s: prevent puzzling "/bin/busybox: Invalid argument" messageDenis Vlasenko
2007-09-04tar: conditionally don't wait for vforked child to exec, as it alwaysDenis Vlasenko
2007-09-04mount: ignore NFS bg option on NOMMU machinesDenis Vlasenko
2007-09-03du: remove statics (by Bernhard Fischer <rep.dot.nop@gmail.com>)Denis Vlasenko
2007-09-03login: do reject wrong passwords with PAM authDenis Vlasenko
2007-09-03trylink: reinstate accidentally deleted --verboseDenis Vlasenko
2007-09-02- IFUPDOWN_IFSTATE_PATH depends on IFUPDOWNBernhard Reutner-Fischer
2007-09-02- Generally strip off -l that does not pull in a lib.Bernhard Reutner-Fischer
2007-09-02- fix bug where we linked again -lm even though it is not needed.Bernhard Reutner-Fischer
2007-08-31isrv: use monotonic_secDenis Vlasenko
2007-08-29top: another readability fixDenis Vlasenko
2007-08-29vsz and rss are unsigned longs (ulong ~= width of void* =>Denis Vlasenko
2007-08-29top: don't wait before final bailout (try top -b -n1).Denis Vlasenko
2007-08-29mount: allow (and ignore) -iDenis Vlasenko
2007-08-28smart_ulltoa5: emit small letters k,m,g... - makes topDenis Vlasenko
2007-08-28top: use poll instead of select for waiting on one descriptorDenis Vlasenko
2007-08-28mount: don't close fd twice in NFS codeDenis Vlasenko
2007-08-27cp: fix recursion check to not waste bytes remembering names of dirsDenis Vlasenko
2007-08-27cp: detect and prevent infinite recursionDenis Vlasenko
2007-08-26ps: fix RSS parsing (rss field in /proc/PID/stat is in pages, not bytes)Denis Vlasenko
2007-08-26add links to vda's pet projectsDenis Vlasenko
2007-08-26install: shrink a bit, fix two bugletsDenis Vlasenko
2007-08-25Start a small document "why ifupdown is bad"Denis Vlasenko