summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* messages: by popular request allow PATH to be customized at build timeDenis Vlasenko2007-09-072-10/+18
* syslogd: do not need to poll(), we can just block in read().Denis Vlasenko2007-09-071-30/+23
* *: replace select-for-one descriptor with poll, it's smaller.Denis Vlasenko2007-09-076-82/+61
* fix infinite retry bug. also, reduce per-packet receive timeoutPaul Fox2007-09-061-11/+20
* fix -xdev behavior in the presence of two or more nested mount pointsPaul Fox2007-09-061-2/+4
* umount: support (by ignoring) -i; style fixesDenis Vlasenko2007-09-061-11/+16
* usage: trim a bitDenis Vlasenko2007-09-051-34/+32
* watchdog: allow millisecond spec (-t 250ms)Denis Vlasenko2007-09-052-14/+22
* tar + gzip/bzip2/etc: support NOMMU machines (by Alex Landau <landau_alex@yah...Denis Vlasenko2007-09-059-42/+92
* busybox --install -s: prevent puzzling "/bin/busybox: Invalid argument" messageDenis Vlasenko2007-09-053-14/+24
* tar: conditionally don't wait for vforked child to exec, as it alwaysDenis Vlasenko2007-09-043-37/+54
* mount: ignore NFS bg option on NOMMU machinesDenis Vlasenko2007-09-041-2/+13
* du: remove statics (by Bernhard Fischer <rep.dot.nop@gmail.com>)Denis Vlasenko2007-09-031-64/+64
* login: do reject wrong passwords with PAM authDenis Vlasenko2007-09-031-12/+21
* trylink: reinstate accidentally deleted --verboseDenis Vlasenko2007-09-031-34/+17
* - IFUPDOWN_IFSTATE_PATH depends on IFUPDOWNBernhard Reutner-Fischer2007-09-021-0/+1
* - Generally strip off -l that does not pull in a lib.Bernhard Reutner-Fischer2007-09-021-15/+11
* - fix bug where we linked again -lm even though it is not needed.Bernhard Reutner-Fischer2007-09-021-2/+11
* isrv: use monotonic_secDenis Vlasenko2007-08-312-24/+30
* top: another readability fixDenis Vlasenko2007-08-291-3/+2
* vsz and rss are unsigned longs (ulong ~= width of void* =>Denis Vlasenko2007-08-292-5/+5
* top: don't wait before final bailout (try top -b -n1).Denis Vlasenko2007-08-291-37/+22
* mount: allow (and ignore) -iDenis Vlasenko2007-08-291-1/+2
* smart_ulltoa5: emit small letters k,m,g... - makes topDenis Vlasenko2007-08-281-1/+2
* top: use poll instead of select for waiting on one descriptorDenis Vlasenko2007-08-283-38/+48
* mount: don't close fd twice in NFS codeDenis Vlasenko2007-08-281-5/+8
* cp: fix recursion check to not waste bytes remembering names of dirsDenis Vlasenko2007-08-271-6/+5
* cp: detect and prevent infinite recursionDenis Vlasenko2007-08-271-17/+35
* ps: fix RSS parsing (rss field in /proc/PID/stat is in pages, not bytes)Denis Vlasenko2007-08-262-7/+18
* add links to vda's pet projectsDenis Vlasenko2007-08-261-1/+4
* install: shrink a bit, fix two bugletsDenis Vlasenko2007-08-261-29/+38
* Start a small document "why ifupdown is bad"Denis Vlasenko2007-08-251-0/+44
* make copy_file() a bit easier to understand, and smallerDenis Vlasenko2007-08-254-71/+68
* support "#!/bin/busybox"-style wrappers. Needed for SELinux.Denis Vlasenko2007-08-255-37/+94
* - add Yann's email-addrBernhard Reutner-Fischer2007-08-251-1/+1
* cp,mv: simpler arg[cv] handling -> smallish code savingsDenis Vlasenko2007-08-244-39/+45
* - cosmetic html cleanupBernhard Reutner-Fischer2007-08-241-2/+2
* - obfuscate addrs a little bitBernhard Reutner-Fischer2007-08-241-48/+48
* cp: make POSIX-me-harder mode complain with a bit less insane messageDenis Vlasenko2007-08-241-7/+8
* spelling fixes to websiteDenis Vlasenko2007-08-241-1/+1
* Cosmetic fixes to webpageDenis Vlasenko2007-08-241-2/+2
* add missed attribution to httpd sendfile supportDenis Vlasenko2007-08-241-1/+1
* Start 1.8.x cycleDenis Vlasenko2007-08-241-1/+1
* news.html: add 1.7.0 announcementDenis Vlasenko2007-08-241-0/+148
* Update defconfig; fix commentsDenis Vlasenko2007-08-243-10/+21
* build system: stop moaning about unset integer CONFIGs.Denis Vlasenko2007-08-231-1/+2
* *: compile fixes for 64-bit buildDenis Vlasenko2007-08-236-39/+41
* httpd: code shrink of dir indexer exampleDenis Vlasenko2007-08-231-185/+196
* login: fixes for PAM buildDenis Vlasenko2007-08-221-2/+6
* httpd: style fix in indexer exampleDenis Vlasenko2007-08-221-4/+4