Age | Commit message (Expand) | Author |
2007-09-04 | tar: conditionally don't wait for vforked child to exec, as it always | Denis Vlasenko |
2007-09-04 | mount: ignore NFS bg option on NOMMU machines | Denis Vlasenko |
2007-09-03 | du: remove statics (by Bernhard Fischer <rep.dot.nop@gmail.com>) | Denis Vlasenko |
2007-09-03 | login: do reject wrong passwords with PAM auth | Denis Vlasenko |
2007-09-03 | trylink: reinstate accidentally deleted --verbose | Denis Vlasenko |
2007-09-02 | - IFUPDOWN_IFSTATE_PATH depends on IFUPDOWN | Bernhard 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-31 | isrv: use monotonic_sec | Denis Vlasenko |
2007-08-29 | top: another readability fix | Denis Vlasenko |
2007-08-29 | vsz and rss are unsigned longs (ulong ~= width of void* => | Denis Vlasenko |
2007-08-29 | top: don't wait before final bailout (try top -b -n1). | Denis Vlasenko |
2007-08-29 | mount: allow (and ignore) -i | Denis Vlasenko |
2007-08-28 | smart_ulltoa5: emit small letters k,m,g... - makes top | Denis Vlasenko |
2007-08-28 | top: use poll instead of select for waiting on one descriptor | Denis Vlasenko |
2007-08-28 | mount: don't close fd twice in NFS code | Denis Vlasenko |
2007-08-27 | cp: fix recursion check to not waste bytes remembering names of dirs | Denis Vlasenko |
2007-08-27 | cp: detect and prevent infinite recursion | Denis Vlasenko |
2007-08-26 | ps: fix RSS parsing (rss field in /proc/PID/stat is in pages, not bytes) | Denis Vlasenko |
2007-08-26 | add links to vda's pet projects | Denis Vlasenko |
2007-08-26 | install: shrink a bit, fix two buglets | Denis Vlasenko |
2007-08-25 | Start a small document "why ifupdown is bad" | Denis Vlasenko |
2007-08-25 | make copy_file() a bit easier to understand, and smaller | Denis Vlasenko |
2007-08-25 | support "#!/bin/busybox"-style wrappers. Needed for SELinux. | Denis Vlasenko |
2007-08-25 | - add Yann's email-addr | Bernhard Reutner-Fischer |
2007-08-24 | cp,mv: simpler arg[cv] handling -> smallish code savings | Denis Vlasenko |
2007-08-24 | - cosmetic html cleanup | Bernhard Reutner-Fischer |
2007-08-24 | - obfuscate addrs a little bit | Bernhard Reutner-Fischer |
2007-08-24 | cp: make POSIX-me-harder mode complain with a bit less insane message | Denis Vlasenko |
2007-08-24 | spelling fixes to website | Denis Vlasenko |
2007-08-24 | Cosmetic fixes to webpage | Denis Vlasenko |
2007-08-24 | add missed attribution to httpd sendfile support | Denis Vlasenko |
2007-08-24 | Start 1.8.x cycle | Denis Vlasenko |
2007-08-24 | news.html: add 1.7.0 announcement | Denis Vlasenko |
2007-08-24 | Update defconfig; fix comments | Denis Vlasenko |
2007-08-23 | build system: stop moaning about unset integer CONFIGs. | Denis Vlasenko |
2007-08-23 | *: compile fixes for 64-bit build | Denis Vlasenko |
2007-08-23 | httpd: code shrink of dir indexer example | Denis Vlasenko |
2007-08-22 | login: fixes for PAM build | Denis Vlasenko |
2007-08-22 | httpd: style fix in indexer example | Denis Vlasenko |
2007-08-22 | httpd: replace shell-based dir indexer cgi example with C-based one. | Denis Vlasenko |
2007-08-21 | httpd: fix buglet in hex conversion. Remove alloca NULL checks | Denis Vlasenko |
2007-08-21 | login: optional support for PAM | Denis Vlasenko |
2007-08-21 | s/communal/common/ part 2 | Denis Vlasenko |
2007-08-21 | s/communal/common/ | Denis Vlasenko |
2007-08-21 | httpd: add optional support for error pages | Denis Vlasenko |
2007-08-20 | runit/*: get rid of tai[a] time abstraction, it's too bloaty. | Denis Vlasenko |
2007-08-19 | removed stray debugging comments | Denis Vlasenko |
2007-08-19 | max_option_length[] holds small ints, uint8_t is enough | Denis Vlasenko |
2007-08-19 | httpd: explain IP/mask parsing, and simplify it a bit. | Denis Vlasenko |