Age | Commit message (Expand) | Author |
2007-09-24 | *: kill bb_get_last_path_component, replace with two functions | Denis Vlasenko |
2007-09-21 | microcom: new applet by Vladimir Dronnikov <dronnikov@gmail.ru> | Denis Vlasenko |
2007-09-10 | setup_environment: code shrink | Denis Vlasenko |
2007-09-08 | top: get rid of on-stack variable buffers, use permanent one. | 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-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-08-29 | vsz and rss are unsigned longs (ulong ~= width of void* => | Denis Vlasenko |
2007-08-28 | top: use poll instead of select for waiting on one descriptor | Denis Vlasenko |
2007-08-26 | ps: fix RSS parsing (rss field in /proc/PID/stat is in pages, not bytes) | Denis Vlasenko |
2007-08-19 | libbb,crond,lash: fix getopt32 (don't know how it managed to slip through) | Denis Vlasenko |
2007-08-18 | make standalone httpd work on NOMMU machines | Denis Vlasenko |
2007-08-18 | introduce and use xdup2(int, int) | Denis Vlasenko |
2007-08-17 | httpd shring and logging update, part 1 or 7 | Denis Vlasenko |
2007-08-17 | remove stray newline from help text | Denis Vlasenko |
2007-08-16 | add comments regarding SO_REUSEADDR | Denis Vlasenko |
2007-08-16 | Comment out "#include <strings.h>" everywhere | Denis Vlasenko |
2007-08-15 | v[hp]error_msg have 2-3 callsites only -> incorporate there. | Denis Vlasenko |
2007-08-15 | if pidfile turned out to be !regular file, do not unlink it. | Denis Vlasenko |
2007-08-15 | dhcpd: make -S and -f actually work | Denis Vlasenko |
2007-08-14 | httpd: add -v[v]: prints client addresses, HTTP codes returned [and URLs] | Denis Vlasenko |
2007-08-14 | httpd: extend -p PORT to -p [IP[v6]:]PORT | Denis Vlasenko |
2007-08-14 | udhcpd: add -f "foreground" and -S "syslog" options | Denis Vlasenko |
2007-08-14 | trylink: automatically use custom link script if user provides one | Denis Vlasenko |
2007-08-13 | expand, unexpand: new applets from Tito <farmatito@tiscali.it> | Denis Vlasenko |
2007-08-13 | df: match coreutils behavior of wrapping lines if filesystem name is too long. | Denis Vlasenko |
2007-08-13 | usage.h: style cleanup | Denis Vlasenko |
2007-08-13 | s/#ifdef CONFIG_/#if ENABLE_/g | Denis Vlasenko |
2007-08-12 | syslogd,logread: get rid of head pointer, fix logread bug in the process | Denis Vlasenko |
2007-08-12 | trylink: produce even more info about final link stage | Denis Vlasenko |
2007-08-09 | ls,ps,watch: measure terminal width on fd 0, not 1 | Denis Vlasenko |
2007-08-06 | sed: fix 'q' command handling ("Nguyen Thai Ngoc Duy" <pclouds@gmail.com>) | Denis Vlasenko |
2007-08-03 | mount: print errno on NFS error (again) | Denis Vlasenko |
2007-08-03 | svlogd: fix timestamping; do not warn if config is missing | Denis Vlasenko |
2007-08-02 | udhcp: slight shrink | Denis Vlasenko |
2007-08-02 | ttysize: new applet. +200 bytes | Denis Vlasenko |
2007-08-02 | start_stop_daemon: NOMMU fixes, round 2 by Alex Landau <landau_alex@yahoo.com> | Denis Vlasenko |
2007-07-31 | start_stop_daemon: NOMMU fix; smaller fixes | Denis Vlasenko |
2007-07-27 | fix for suffix optimization (which was in previous commit) | Denis Vlasenko |
2007-07-27 | multiplier suffixes are short, store them directly in struct suffix_mult | Denis Vlasenko |
2007-07-27 | passwd: fix bug: we are trying to update shadow even if user's record is in p... | Denis Vlasenko |
2007-07-27 | bb_getpwuid, bb_getgrgid: change order of arguments to more intuitive one; | Denis Vlasenko |
2007-07-24 | Replace index_in_[sub]str_array with index_in_[sub]strings, | Denis Vlasenko |
2007-07-24 | setfiles: small tweaks to usage text and code | Denis Vlasenko |
2007-07-23 | rework long option handling. saves ~1.2k | Denis Vlasenko |
2007-07-23 | setfiles,restorecon: new SELinux applets by Yuichi Nakamura <ynakam@hitachiso... | Denis Vlasenko |