| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | crond: make it NOMMU-capable | Denis Vlasenko | 2008-03-12 | 1 | -1/+0 |
* | libbb: inntroduce and use bb_pstrcmp() and qsort_string_vector() | Denis Vlasenko | 2008-03-02 | 1 | -0/+3 |
* | *: add optimization barrier to all "G trick" locations | Denis Vlasenko | 2008-02-27 | 1 | -3/+7 |
* | script: new applet by Pascal Bellard <pascal.bellard AT ads-lu.com> | Denis Vlasenko | 2008-02-27 | 1 | -0/+1 |
* | *: intrduce and use safe_gethostname. By Tito <farmatito AT tiscali.it> | Denis Vlasenko | 2008-02-25 | 1 | -0/+2 |
* | lpd: spool mode added by Vladimir | Denis Vlasenko | 2008-02-25 | 1 | -0/+5 |
* | less,klogd,syslogd,nc,tcpudp: exit on signal by killing itself, not exit(1) | Denis Vlasenko | 2008-02-24 | 1 | -0/+1 |
* | less: update line input so that it doesn't interfere with | Denis Vlasenko | 2008-02-23 | 1 | -3/+26 |
* | libbb: introduce and use nonblock_safe_read(). Yay! | Denis Vlasenko | 2008-02-20 | 1 | -0/+2 |
* | mount: recognize "dirsync" (closes bug 835) | Denis Vlasenko | 2008-02-18 | 1 | -2/+2 |
* | libbb: introduce and use xrename and rename_or_warn. | Denis Vlasenko | 2008-02-17 | 1 | -0/+2 |
* | libbb: introduce bb_signals and bb_signals_recursive, | Denis Vlasenko | 2008-02-16 | 1 | -8/+12 |
* | *: more readable handling of pipe fds. No code changes. | Denis Vlasenko | 2008-02-16 | 1 | -1/+6 |
* | random s/short/int/ | Denis Vlasenko | 2008-02-16 | 1 | -2/+2 |
* | hush: reinstate `cmd` handling for NOMMU (with fat big warning). | Denis Vlasenko | 2008-02-10 | 1 | -0/+3 |
* | some more fixes for cross-compiling on an OS X host: apple provides core type... | Mike Frysinger | 2008-02-07 | 1 | -1/+10 |
* | only include mntent.h according to HAVE_MNTENT_H and dont define this on OS X | Mike Frysinger | 2008-02-07 | 1 | -1/+4 |
* | msh: fix Ctrl-C handling with line editing | Denis Vlasenko | 2008-02-02 | 1 | -3/+2 |
* | - be C99 friendly. Anonymous unions are a GNU extension. This change is | Bernhard Reutner-Fischer | 2008-01-29 | 1 | -1/+1 |
* | *: tidy up usage of char **environ | Denis Vlasenko | 2008-01-28 | 1 | -0/+3 |
* | - fix commentary typo | Bernhard Reutner-Fischer | 2008-01-13 | 1 | -1/+1 |
* | ps: fix overflow in USER and VSZ columns | Denis Vlasenko | 2008-01-06 | 1 | -1/+3 |
* | ps: add conditional support for -o [e]time | Denis Vlasenko | 2008-01-05 | 1 | -1/+3 |
* | libbb: introduce and use safe_waitpid (loops in EINTR) | Denis Vlasenko | 2008-01-02 | 1 | -2/+2 |
* | libbb: introduce fputc_printable (from ed) | Denis Vlasenko | 2007-12-30 | 1 | -0/+5 |
* | Fix xmalloc_fgets_str so that it really does NOT strip terminator. | Denis Vlasenko | 2007-12-26 | 1 | -2/+5 |
* | reorganize applet table. Eliminates pointers to names. | Denis Vlasenko | 2007-11-28 | 1 | -6/+5 |
* | remove echo_main -> bb_echo indirection | Denis Vlasenko | 2007-11-24 | 1 | -1/+1 |
* | ash: fix bug where redirection of closed fd was leaving it open afterwards. | Denis Vlasenko | 2007-11-22 | 1 | -1/+1 |
* | ip: stop propagating argc; optimize ip_parse_common_args | Denis Vlasenko | 2007-11-18 | 1 | -0/+24 |
* | dmesg,klogd: make code more readable | Denis Vlasenko | 2007-11-16 | 1 | -37/+36 |
* | xmalloc_follow_symlinks() -- fix ELOOP issue with absolute paths, | Paul Fox | 2007-11-08 | 1 | -1/+1 |
* | new xmalloc_readlink_follow() routine to fully expand trailing symlinks | Paul Fox | 2007-11-08 | 1 | -0/+1 |
* | login: clear dangerous environment variables if started by non-root | Denis Vlasenko | 2007-11-06 | 1 | -0/+2 |
* | ifconfig: code shrink | Denis Vlasenko | 2007-11-04 | 1 | -4/+7 |
* | ping: fix breakage from -I fix | Denis Vlasenko | 2007-10-20 | 1 | -0/+5 |
* | bzip2: port bzip2 1.0.4 to busybox. note: bzip2 code resides | Denis Vlasenko | 2007-10-13 | 1 | -0/+3 |
* | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko | 2007-10-11 | 1 | -5/+14 |
* | get rid of global "struct bb_applet *current_applet" | Denis Vlasenko | 2007-10-10 | 1 | -3/+2 |
* | 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>. | Denis Vlasenko | 2007-10-01 | 1 | -1/+2 |
* | introduce and use close_on_exec_on(fd). -50 bytes. | Denis Vlasenko | 2007-09-30 | 1 | -0/+1 |
* | print_signames_and_exit -> print_signames (because of "ash calls kill_main") | Denis Vlasenko | 2007-09-30 | 1 | -1/+1 |
* | pgrep,pkill: new applets by Loic Grenie <loic.grenie@gmail.com> | Denis Vlasenko | 2007-09-29 | 1 | -1/+3 |
* | remove stray '/*' within comment | Denis Vlasenko | 2007-09-27 | 1 | -1/+1 |
* | introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). | Denis Vlasenko | 2007-09-27 | 1 | -5/+7 |
* | introduce safe_poll (fixes a problem in top) | Denis Vlasenko | 2007-09-27 | 1 | -1/+7 |
* | documentation bits in comments, no code changes | Denis Vlasenko | 2007-09-25 | 1 | -0/+6 |
* | *: kill bb_get_last_path_component, replace with two functions | Denis Vlasenko | 2007-09-24 | 1 | -3/+9 |
* | setup_environment: code shrink | Denis Vlasenko | 2007-09-10 | 1 | -0/+16 |
* | top: TOPMEM feature - 's(how sizes)' command. +2.5k when enabled, | Denis Vlasenko | 2007-09-08 | 1 | -1/+11 |