summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-10-31man: make width selection more thorough; explain how to override itDenys Vlasenko2-16/+44
2016-04-01libbb: two new functions: wait_for_exitstatus(pid), xfchdir(fd)Denys Vlasenko6-15/+22
2015-10-22libbb: factor out code which queries screen widthDenys Vlasenko9-15/+15
2015-07-13Removes stray empty line from codeManinder Singh28-46/+0
2014-09-22less: move "retry-on-EAGAIN" logic closer to read opsDenys Vlasenko3-32/+29
2011-01-23libbb: make ndelay_no/off a bit more clever. +14 bytesDenys Vlasenko2-9/+15
2010-12-05typo fixDenys Vlasenko1-1/+1
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-07-03libbb: introduce and use BB_EXECVP_or_die()Pascal Bellard22-81/+67
2010-06-10utoa: shrinkDenys Vlasenko1-15/+29
2010-06-07bbconfig: make it independent from printf functionsDenys Vlasenko11-35/+32
2010-06-06pipe_progress: make it independent of printf machineryDenys Vlasenko13-444/+1390
2010-04-19vi: discover window size even on serial consoles. optionalDenys Vlasenko4-26/+65
2010-04-04libbb: factor out hex2bin() for infiniband address parserDenys Vlasenko4-49/+46
2009-11-11tidy up O_NONBLOCK usage. use libbb functions in stty.Denys Vlasenko7-22/+12
2009-10-15move generate_uuid from mkswap to libbbVladimir Dronnikov3-79/+79
2009-10-12libbb/human_readable.c: shrink; and reduce bss usageDenys Vlasenko6-146/+158
2008-12-23libbb: introduce and use xmalloc_ttyname (-32 in bss).Denis Vlasenko9-13/+26
2008-12-02libbb: add strncpy_IFNAMSIZDenis Vlasenko19-49/+52
2008-11-05*: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, x...Denis Vlasenko13-27/+34
2008-06-27*: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko176-841/+847
2008-05-18more -Wall warning fixes. -Wall is enabled now.Denis Vlasenko14-35/+34
2008-04-19style fixes. no code changesDenis Vlasenko2-4/+4
2008-04-09Splitting xfuncs.c into two parts. No code chabges.Denis Vlasenko3-507/+26
2008-04-06brctl: optional support for "show" cmd (by L. Gabriel Somlo <somlo AT cmu.edu>)Denis Vlasenko5-84/+147
2008-03-02actually add bb_qsort.cDenis Vlasenko21-20/+40
2008-02-25lpd: spool mode added by VladimirDenis Vlasenko11-82/+143
2008-02-22lpr and lpq applets by Walter Harms.Denis Vlasenko11-1/+399
2008-02-17libbb: introduce and use xrename and rename_or_warn.Denis Vlasenko10-39/+33
2008-02-16libbb: introduce bb_signals and bb_signals_recursive,Denis Vlasenko26-154/+249
2008-01-27mkswap, readahead: stop using fdlength, it is reported to be unreliableDenis Vlasenko3-4/+15
2008-01-07ps: fix build breakage from vda's recent commitDenis Vlasenko9-64/+64
2008-01-06ps: fix overflow in USER and VSZ columnsDenis Vlasenko5-83/+99
2007-10-01'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.Denis Vlasenko50-62/+73
2007-09-30introduce and use close_on_exec_on(fd). -50 bytes.Denis Vlasenko14-43/+41
2007-09-27introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko62-210/+208
2007-08-28smart_ulltoa5: emit small letters k,m,g... - makes topDenis Vlasenko1-1/+2
2007-08-28top: use poll instead of select for waiting on one descriptorDenis Vlasenko3-38/+48
2007-08-19libbb,crond,lash: fix getopt32 (don't know how it managed to slip through)Denis Vlasenko9-20/+15
2007-08-18introduce and use xdup2(int, int)Denis Vlasenko23-107/+95
2007-08-15v[hp]error_msg have 2-3 callsites only -> incorporate there.Denis Vlasenko9-47/+6
2007-08-14httpd: add -v[v]: prints client addresses, HTTP codes returned [and URLs]Denis Vlasenko3-135/+128
2007-08-09ls,ps,watch: measure terminal width on fd 0, not 1Denis Vlasenko5-7/+9
2007-07-19stray trailing tabs removedDenis Vlasenko5-11/+11
2007-07-14xioctl and friends by Tito <farmatito@tiscali.it>Denis Vlasenko40-331/+295
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-05-26xpipe: introduce (saves ~170 bytes)Denis Vlasenko9-36/+35
2007-05-02fix suid config handlingDenis Vlasenko2-16/+27
2007-04-13make xsocket die with address family printed (if VERBOSE_RESOLUTION_ERRORS=y)Denis Vlasenko1-1/+12
2007-04-12- add xsendto and use where appropriate; shrink iplink; sanitize libiproute a...Bernhard Reutner-Fischer16-239/+159
[next]