Age | Commit message (Expand) | Author |
2008-02-10 | hush: reinstate `cmd` handling for NOMMU (with fat big warning). | Denis Vlasenko |
2008-02-07 | some more fixes for cross-compiling on an OS X host: apple provides core type... | Mike Frysinger |
2008-02-07 | only include mntent.h according to HAVE_MNTENT_H and dont define this on OS X | Mike Frysinger |
2008-02-02 | msh: fix Ctrl-C handling with line editing | Denis Vlasenko |
2008-01-29 | - be C99 friendly. Anonymous unions are a GNU extension. This change is | Bernhard Reutner-Fischer |
2008-01-28 | *: tidy up usage of char **environ | Denis Vlasenko |
2008-01-13 | - fix commentary typo | Bernhard Reutner-Fischer |
2008-01-06 | ps: fix overflow in USER and VSZ columns | Denis Vlasenko |
2008-01-05 | ps: add conditional support for -o [e]time | Denis Vlasenko |
2008-01-02 | libbb: introduce and use safe_waitpid (loops in EINTR) | Denis Vlasenko |
2007-12-30 | libbb: introduce fputc_printable (from ed) | Denis Vlasenko |
2007-12-26 | Fix xmalloc_fgets_str so that it really does NOT strip terminator. | Denis Vlasenko |
2007-11-28 | reorganize applet table. Eliminates pointers to names. | Denis Vlasenko |
2007-11-24 | remove echo_main -> bb_echo indirection | Denis Vlasenko |
2007-11-22 | ash: fix bug where redirection of closed fd was leaving it open afterwards. | Denis Vlasenko |
2007-11-18 | ip: stop propagating argc; optimize ip_parse_common_args | Denis Vlasenko |
2007-11-16 | dmesg,klogd: make code more readable | Denis Vlasenko |
2007-11-08 | xmalloc_follow_symlinks() -- fix ELOOP issue with absolute paths, | Paul Fox |
2007-11-08 | new xmalloc_readlink_follow() routine to fully expand trailing symlinks | Paul Fox |
2007-11-06 | login: clear dangerous environment variables if started by non-root | Denis Vlasenko |
2007-11-04 | ifconfig: code shrink | Denis Vlasenko |
2007-10-20 | ping: fix breakage from -I fix | Denis Vlasenko |
2007-10-13 | bzip2: port bzip2 1.0.4 to busybox. note: bzip2 code resides | Denis Vlasenko |
2007-10-11 | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko |
2007-10-10 | get rid of global "struct bb_applet *current_applet" | Denis Vlasenko |
2007-10-01 | 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>. | Denis Vlasenko |
2007-09-30 | introduce and use close_on_exec_on(fd). -50 bytes. | Denis Vlasenko |
2007-09-30 | print_signames_and_exit -> print_signames (because of "ash calls kill_main") | Denis Vlasenko |
2007-09-29 | pgrep,pkill: new applets by Loic Grenie <loic.grenie@gmail.com> | Denis Vlasenko |
2007-09-27 | remove stray '/*' within comment | Denis Vlasenko |
2007-09-27 | introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). | Denis Vlasenko |
2007-09-27 | introduce safe_poll (fixes a problem in top) | Denis Vlasenko |
2007-09-25 | documentation bits in comments, no code changes | Denis Vlasenko |
2007-09-24 | *: kill bb_get_last_path_component, replace with two functions | Denis Vlasenko |
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-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-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-14 | trylink: automatically use custom link script if user provides one | Denis Vlasenko |