| Commit message (Expand) | Author | Age | Files | Lines |
* | *: make GNU licensing statement forms more regular | Denys Vlasenko | 2010-08-16 | 1 | -1/+1 |
* | libbb: introduce and use BB_EXECVP_or_die() | Pascal Bellard | 2010-07-04 | 1 | -0/+34 |
* | utoa: shrink | Denys Vlasenko | 2010-06-10 | 1 | -15/+29 |
* | bbconfig: make it independent from printf functions | Denys Vlasenko | 2010-06-07 | 1 | -0/+10 |
* | pipe_progress: make it independent of printf machinery | Denys Vlasenko | 2010-06-06 | 1 | -71/+2 |
* | vi: discover window size even on serial consoles. optional | Denys Vlasenko | 2010-04-18 | 1 | -24/+30 |
* | libbb: factor out hex2bin() for infiniband address parser | Denys Vlasenko | 2010-04-04 | 1 | -0/+35 |
* | tidy up O_NONBLOCK usage. use libbb functions in stty. | Denys Vlasenko | 2009-11-11 | 1 | -2/+2 |
* | move generate_uuid from mkswap to libbb | Vladimir Dronnikov | 2009-10-15 | 1 | -0/+63 |
* | libbb/human_readable.c: shrink; and reduce bss usage | Denys Vlasenko | 2009-10-13 | 1 | -104/+0 |
* | libbb: introduce and use xmalloc_ttyname (-32 in bss). | Denis Vlasenko | 2008-12-23 | 1 | -0/+11 |
* | libbb: add strncpy_IFNAMSIZ | Denis Vlasenko | 2008-12-02 | 1 | -0/+8 |
* | *: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, x... | Denis Vlasenko | 2008-11-05 | 1 | -0/+5 |
* | *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on | Denis Vlasenko | 2008-06-27 | 1 | -12/+12 |
* | more -Wall warning fixes. -Wall is enabled now. | Denis Vlasenko | 2008-05-18 | 1 | -1/+1 |
* | style fixes. no code changes | Denis Vlasenko | 2008-04-19 | 1 | -1/+1 |
* | Splitting xfuncs.c into two parts. No code chabges. | Denis Vlasenko | 2008-04-09 | 1 | -507/+24 |
* | brctl: optional support for "show" cmd (by L. Gabriel Somlo <somlo AT cmu.edu>) | Denis Vlasenko | 2008-04-06 | 1 | -6/+17 |
* | actually add bb_qsort.c | Denis Vlasenko | 2008-03-02 | 1 | -1/+1 |
* | lpd: spool mode added by Vladimir | Denis Vlasenko | 2008-02-25 | 1 | -0/+6 |
* | lpr and lpq applets by Walter Harms. | Denis Vlasenko | 2008-02-22 | 1 | -1/+1 |
* | libbb: introduce and use xrename and rename_or_warn. | Denis Vlasenko | 2008-02-17 | 1 | -6/+20 |
* | libbb: introduce bb_signals and bb_signals_recursive, | Denis Vlasenko | 2008-02-16 | 1 | -42/+0 |
* | mkswap, readahead: stop using fdlength, it is reported to be unreliable | Denis Vlasenko | 2008-01-27 | 1 | -0/+2 |
* | ps: fix build breakage from vda's recent commit | Denis Vlasenko | 2008-01-07 | 1 | -1/+1 |
* | ps: fix overflow in USER and VSZ columns | Denis Vlasenko | 2008-01-06 | 1 | -8/+61 |
* | 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>. | Denis Vlasenko | 2007-10-01 | 1 | -2/+2 |
* | introduce and use close_on_exec_on(fd). -50 bytes. | Denis Vlasenko | 2007-09-30 | 1 | -0/+5 |
* | introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). | Denis Vlasenko | 2007-09-27 | 1 | -0/+8 |
* | smart_ulltoa5: emit small letters k,m,g... - makes top | Denis Vlasenko | 2007-08-28 | 1 | -1/+2 |
* | top: use poll instead of select for waiting on one descriptor | Denis Vlasenko | 2007-08-28 | 1 | -18/+28 |
* | libbb,crond,lash: fix getopt32 (don't know how it managed to slip through) | Denis Vlasenko | 2007-08-19 | 1 | -2/+2 |
* | introduce and use xdup2(int, int) | Denis Vlasenko | 2007-08-18 | 1 | -2/+7 |
* | v[hp]error_msg have 2-3 callsites only -> incorporate there. | Denis Vlasenko | 2007-08-15 | 1 | -2/+2 |
* | httpd: add -v[v]: prints client addresses, HTTP codes returned [and URLs] | Denis Vlasenko | 2007-08-14 | 1 | -5/+7 |
* | ls,ps,watch: measure terminal width on fd 0, not 1 | Denis Vlasenko | 2007-08-09 | 1 | -1/+1 |
* | stray trailing tabs removed | Denis Vlasenko | 2007-07-19 | 1 | -2/+2 |
* | xioctl and friends by Tito <farmatito@tiscali.it> | Denis Vlasenko | 2007-07-14 | 1 | -0/+58 |
* | usage.c: remove reference to busybox.h | Denis Vlasenko | 2007-05-26 | 1 | -1/+1 |
* | xpipe: introduce (saves ~170 bytes) | Denis Vlasenko | 2007-05-26 | 1 | -14/+18 |
* | fix suid config handling | Denis Vlasenko | 2007-05-02 | 1 | -2/+2 |
* | make xsocket die with address family printed (if VERBOSE_RESOLUTION_ERRORS=y) | Denis Vlasenko | 2007-04-13 | 1 | -1/+12 |
* | - add xsendto and use where appropriate; shrink iplink; sanitize libiproute a... | Bernhard Reutner-Fischer | 2007-04-12 | 1 | -0/+16 |
* | bb_full_fd_action: remove potential xmalloc from NOFORK path | Denis Vlasenko | 2007-04-11 | 1 | -8/+24 |
* | make compressed help code NOMMU- and NOFORK-friendly - | Denis Vlasenko | 2007-04-10 | 1 | -0/+9 |
* | make a few struct bb_applet members conditional | Denis Vlasenko | 2007-04-10 | 1 | -1/+1 |
* | make xfunctions optionally longjump instead of exit. | Denis Vlasenko | 2007-04-09 | 1 | -1/+1 |
* | wait4pid: if passed with pid < 0, do not set errno - it is already set by exec! | Denis Vlasenko | 2007-04-09 | 1 | -33/+0 |
* | libbb: add xunlink() | Denis Vlasenko | 2007-04-05 | 1 | -0/+6 |
* | tcpsvd: new applet | Denis Vlasenko | 2007-04-01 | 1 | -0/+57 |