aboutsummaryrefslogtreecommitdiff
path: root/libpwdgrp (unfollow)
Commit message (Expand)AuthorFilesLines
2007-09-21update Glenn McGrath's email addressDenis Vlasenko15-16/+15
2007-09-20remove stray 8-bit chars from copyright bannerDenis Vlasenko1-2/+2
2007-09-16announce 1.7.1 on websiteDenis Vlasenko1-0/+10
2007-09-15httpd: do not clear environmentDenis Vlasenko3-16/+57
2007-09-13webpage: add a link to vda's "init must die" pageDenis Vlasenko1-2/+3
2007-09-11cp: make it a bit closer to POSIX, but still refuse to open andDenis Vlasenko1-5/+7
2007-09-11cp: make "cp file /dev/node" special case; explained in commentsDenis Vlasenko1-7/+15
2007-09-10run_shell: code shrink for selinuxDenis Vlasenko1-7/+5
2007-09-10setup_environment: code shrinkDenis Vlasenko5-21/+41
2007-09-10grep: delete obsolete commentDenis Vlasenko1-7/+1
2007-09-10grep: fix grep -F -e str1 -e str2 (was matching str2 only)Denis Vlasenko1-37/+61
2007-09-09style fix, no code changesDenis Vlasenko4-4/+7
2007-09-09open_transformer: fix vda's goofupDenis Vlasenko1-2/+3
2007-09-08top: small fix for command line wrappingDenis Vlasenko1-2/+2
2007-09-08top: get rid of on-stack variable buffers, use permanent one.Denis Vlasenko2-21/+25
2007-09-08top: add sizeof(G) check; fix styleDenis Vlasenko1-31/+17
2007-09-08top: TOPMEM feature - 's(how sizes)' command. +2.5k when enabled,Denis Vlasenko4-54/+473
2007-09-07overload the existing '-q' flag so that if '-l' and '-q' are usedPaul Fox2-12/+20
2007-09-07messages: by popular request allow PATH to be customized at build timeDenis Vlasenko2-10/+18
2007-09-07syslogd: do not need to poll(), we can just block in read().Denis Vlasenko1-30/+23
2007-09-07*: replace select-for-one descriptor with poll, it's smaller.Denis Vlasenko6-82/+61
2007-09-06fix infinite retry bug. also, reduce per-packet receive timeoutPaul Fox1-11/+20
2007-09-06fix -xdev behavior in the presence of two or more nested mount pointsPaul Fox1-2/+4
2007-09-06umount: support (by ignoring) -i; style fixesDenis Vlasenko1-11/+16
2007-09-05usage: trim a bitDenis Vlasenko1-34/+32
2007-09-05watchdog: allow millisecond spec (-t 250ms)Denis Vlasenko2-14/+22
2007-09-05tar + gzip/bzip2/etc: support NOMMU machines (by Alex Landau <landau_alex@yah...Denis Vlasenko9-42/+92
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