Age | Commit message (Expand) | Author |
2007-09-10 | setup_environment: code shrink | Denis Vlasenko |
2007-09-08 | top: TOPMEM feature - 's(how sizes)' command. +2.5k when enabled, | Denis Vlasenko |
2007-09-07 | messages: by popular request allow PATH to be customized at build time | Denis Vlasenko |
2007-09-05 | busybox --install -s: prevent puzzling "/bin/busybox: Invalid argument" message | 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-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-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-24 | cp,mv: simpler arg[cv] handling -> smallish code savings | Denis Vlasenko |
2007-08-24 | cp: make POSIX-me-harder mode complain with a bit less insane message | Denis Vlasenko |
2007-08-19 | libbb,crond,lash: fix getopt32 (don't know how it managed to slip through) | Denis Vlasenko |
2007-08-18 | don't pass argc in getopt32, it's superfluous | 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-16 | hdparm: shrink rodata by ~250 bytes | Denis Vlasenko |
2007-08-16 | whitespace fixes, no code changes | 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-14 | httpd: add -v[v]: prints client addresses, HTTP codes returned [and URLs] | 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 | s/#ifdef CONFIG_/#if ENABLE_/g | Denis Vlasenko |
2007-08-12 | trylink: produce even more info about final link stage | Denis Vlasenko |
2007-08-11 | httpd: fix CGI handling bug (we were closing wrong fd). | Denis Vlasenko |
2007-08-09 | ls,ps,watch: measure terminal width on fd 0, not 1 | Denis Vlasenko |
2007-08-09 | stat: fix option -Z segv (bug 1454) | Denis Vlasenko |
2007-08-06 | bb_uudecode: now this is the more thorough fix... I hope... | Denis Vlasenko |
2007-08-06 | bb_uuencode: fix obscure case where we were using data past last byte of source | Denis Vlasenko |
2007-08-03 | mount: print errno on NFS error (again) | Denis Vlasenko |
2007-08-02 | udhcp: slight shrink | 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 | bb_getpwuid, bb_getgrgid: change order of arguments to more intuitive one; | Denis Vlasenko |
2007-07-25 | getopt32: fix getopt32 breakage (forgot to memset(0) it) -- thanks rockeychu | Denis Vlasenko |
2007-07-24 | Replace index_in_[sub]str_array with index_in_[sub]strings, | Denis Vlasenko |
2007-07-23 | getopt32 must remain NOFORK-safe (no mallocs!). Using alloca and pretending | Denis Vlasenko |
2007-07-23 | rework long option handling. saves ~1.2k | Denis Vlasenko |
2007-07-21 | style fix (stray space before ';') | Denis Vlasenko |
2007-07-21 | libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive options | Denis Vlasenko |
2007-07-21 | chpasswd: fixes and code shrink | Denis Vlasenko |
2007-07-20 | chpasswd: now with svn add | Denis Vlasenko |
2007-07-20 | chpasswd: new applet by Alexander Shishkin <virtuoso@slind.org> | Denis Vlasenko |
2007-07-19 | stray trailing tabs removed | Denis Vlasenko |
2007-07-17 | remove accumulated stray trailing whitespace | Denis Vlasenko |
2007-07-14 | xioctl and friends by Tito <farmatito@tiscali.it> | Denis Vlasenko |