Age | Commit message (Expand) | Author |
2016-04-01 | libbb: two new functions: wait_for_exitstatus(pid), xfchdir(fd) | Denys Vlasenko |
2015-10-23 | libbb: factor out code which queries screen width | Denys Vlasenko |
2015-07-13 | Removes stray empty line from code | Maninder Singh |
2014-09-22 | less: move "retry-on-EAGAIN" logic closer to read ops | Denys Vlasenko |
2011-01-24 | libbb: make ndelay_no/off a bit more clever. +14 bytes | Denys Vlasenko |
2010-12-05 | typo fix | Denys Vlasenko |
2010-08-16 | *: make GNU licensing statement forms more regular | Denys Vlasenko |
2010-07-04 | libbb: introduce and use BB_EXECVP_or_die() | Pascal Bellard |
2010-06-10 | utoa: shrink | Denys Vlasenko |
2010-06-07 | bbconfig: make it independent from printf functions | Denys Vlasenko |
2010-06-06 | pipe_progress: make it independent of printf machinery | Denys Vlasenko |
2010-04-18 | vi: discover window size even on serial consoles. optional | Denys Vlasenko |
2010-04-04 | libbb: factor out hex2bin() for infiniband address parser | Denys Vlasenko |
2009-11-11 | tidy up O_NONBLOCK usage. use libbb functions in stty. | Denys Vlasenko |
2009-10-15 | move generate_uuid from mkswap to libbb | Vladimir Dronnikov |
2009-10-13 | libbb/human_readable.c: shrink; and reduce bss usage | Denys Vlasenko |
2008-12-23 | libbb: introduce and use xmalloc_ttyname (-32 in bss). | Denis Vlasenko |
2008-12-02 | libbb: add strncpy_IFNAMSIZ | Denis Vlasenko |
2008-11-05 | *: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, x... | Denis Vlasenko |
2008-06-27 | *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on | Denis Vlasenko |
2008-05-18 | more -Wall warning fixes. -Wall is enabled now. | Denis Vlasenko |
2008-04-19 | style fixes. no code changes | Denis Vlasenko |
2008-04-09 | Splitting xfuncs.c into two parts. No code chabges. | Denis Vlasenko |
2008-04-06 | brctl: optional support for "show" cmd (by L. Gabriel Somlo <somlo AT cmu.edu>) | Denis Vlasenko |
2008-03-02 | actually add bb_qsort.c | Denis Vlasenko |
2008-02-25 | lpd: spool mode added by Vladimir | Denis Vlasenko |
2008-02-22 | lpr and lpq applets by Walter Harms. | Denis Vlasenko |
2008-02-17 | libbb: introduce and use xrename and rename_or_warn. | Denis Vlasenko |
2008-02-16 | libbb: introduce bb_signals and bb_signals_recursive, | Denis Vlasenko |
2008-01-27 | mkswap, readahead: stop using fdlength, it is reported to be unreliable | Denis Vlasenko |
2008-01-07 | ps: fix build breakage from vda's recent commit | Denis Vlasenko |
2008-01-06 | ps: fix overflow in USER and VSZ columns | 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-27 | introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). | 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-19 | libbb,crond,lash: fix getopt32 (don't know how it managed to slip through) | Denis Vlasenko |
2007-08-18 | introduce and use xdup2(int, int) | Denis Vlasenko |
2007-08-15 | v[hp]error_msg have 2-3 callsites only -> incorporate there. | Denis Vlasenko |
2007-08-14 | httpd: add -v[v]: prints client addresses, HTTP codes returned [and URLs] | Denis Vlasenko |
2007-08-09 | ls,ps,watch: measure terminal width on fd 0, not 1 | Denis Vlasenko |
2007-07-19 | stray trailing tabs removed | Denis Vlasenko |
2007-07-14 | xioctl and friends by Tito <farmatito@tiscali.it> | Denis Vlasenko |
2007-05-26 | usage.c: remove reference to busybox.h | Denis Vlasenko |
2007-05-26 | xpipe: introduce (saves ~170 bytes) | Denis Vlasenko |
2007-05-02 | fix suid config handling | Denis Vlasenko |
2007-04-13 | make xsocket die with address family printed (if VERBOSE_RESOLUTION_ERRORS=y) | Denis Vlasenko |
2007-04-12 | - add xsendto and use where appropriate; shrink iplink; sanitize libiproute a... | Bernhard Reutner-Fischer |
2007-04-11 | bb_full_fd_action: remove potential xmalloc from NOFORK path | Denis Vlasenko |