aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2007-08-25make copy_file() a bit easier to understand, and smallerDenis Vlasenko
2007-08-25support "#!/bin/busybox"-style wrappers. Needed for SELinux.Denis Vlasenko
2007-08-25- add Yann's email-addrBernhard Reutner-Fischer
2007-08-24cp,mv: simpler arg[cv] handling -> smallish code savingsDenis Vlasenko
2007-08-24- cosmetic html cleanupBernhard Reutner-Fischer
2007-08-24- obfuscate addrs a little bitBernhard Reutner-Fischer
2007-08-24cp: make POSIX-me-harder mode complain with a bit less insane messageDenis Vlasenko
2007-08-24spelling fixes to websiteDenis Vlasenko
2007-08-24Cosmetic fixes to webpageDenis Vlasenko
2007-08-24add missed attribution to httpd sendfile supportDenis Vlasenko
2007-08-24Start 1.8.x cycleDenis Vlasenko
2007-08-24news.html: add 1.7.0 announcementDenis Vlasenko
2007-08-24Update defconfig; fix commentsDenis Vlasenko
2007-08-23build system: stop moaning about unset integer CONFIGs.Denis Vlasenko
2007-08-23*: compile fixes for 64-bit buildDenis Vlasenko
2007-08-23httpd: code shrink of dir indexer exampleDenis Vlasenko
2007-08-22login: fixes for PAM buildDenis Vlasenko
2007-08-22httpd: style fix in indexer exampleDenis Vlasenko
2007-08-22httpd: replace shell-based dir indexer cgi example with C-based one.Denis Vlasenko
2007-08-21httpd: fix buglet in hex conversion. Remove alloca NULL checksDenis Vlasenko
2007-08-21login: optional support for PAMDenis Vlasenko
2007-08-21s/communal/common/ part 2Denis Vlasenko
2007-08-21s/communal/common/Denis Vlasenko
2007-08-21httpd: add optional support for error pages Denis Vlasenko
2007-08-20runit/*: get rid of tai[a] time abstraction, it's too bloaty.Denis Vlasenko
2007-08-19removed stray debugging commentsDenis Vlasenko
2007-08-19max_option_length[] holds small ints, uint8_t is enoughDenis Vlasenko