Age | Commit message (Expand) | Author |
2007-09-08 | top: get rid of on-stack variable buffers, use permanent one. | Denis Vlasenko |
2007-09-08 | top: add sizeof(G) check; fix style | Denis Vlasenko |
2007-09-08 | top: TOPMEM feature - 's(how sizes)' command. +2.5k when enabled, | Denis Vlasenko |
2007-09-07 | overload the existing '-q' flag so that if '-l' and '-q' are used | Paul Fox |
2007-09-07 | messages: by popular request allow PATH to be customized at build time | Denis Vlasenko |
2007-09-07 | syslogd: 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-06 | fix infinite retry bug. also, reduce per-packet receive timeout | Paul Fox |
2007-09-06 | fix -xdev behavior in the presence of two or more nested mount points | Paul Fox |
2007-09-06 | umount: support (by ignoring) -i; style fixes | Denis Vlasenko |
2007-09-05 | usage: trim a bit | Denis Vlasenko |
2007-09-05 | watchdog: allow millisecond spec (-t 250ms) | Denis Vlasenko |
2007-09-05 | tar + gzip/bzip2/etc: support NOMMU machines (by Alex Landau <landau_alex@yah... | Denis Vlasenko |
2007-09-05 | busybox --install -s: prevent puzzling "/bin/busybox: Invalid argument" message | Denis Vlasenko |
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 |