aboutsummaryrefslogtreecommitdiff
path: root/libbb/xfuncs.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* xfuncs: Handle missing non-POSIX termios constantsJames Clarke2017-10-301-0/+9
* whitespace and comment format fixes, no code changesDenys Vlasenko2017-10-051-2/+0
* Clarify OPOST bit meaningDenys Vlasenko2017-09-151-3/+3
* less,microcom,lineedit: use common routine to set raw termiosDenys Vlasenko2017-09-151-15/+40
* slattach: code shrink, better --help textDenys Vlasenko2017-08-061-1/+1
* libbb: consolidate the code to set termios unbuffered modeDenys Vlasenko2017-01-111-0/+37
* man: make width selection more thorough; explain how to override itDenys Vlasenko2016-10-311-9/+38
* libbb: two new functions: wait_for_exitstatus(pid), xfchdir(fd)Denys Vlasenko2016-04-011-0/+12
* libbb: factor out code which queries screen widthDenys Vlasenko2015-10-231-0/+6
* Removes stray empty line from codeManinder Singh2015-07-131-1/+0
* less: move "retry-on-EAGAIN" logic closer to read opsDenys Vlasenko2014-09-221-4/+6
* libbb: make ndelay_no/off a bit more clever. +14 bytesDenys Vlasenko2011-01-241-6/+12
* typo fixDenys Vlasenko2010-12-051-1/+1
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* libbb: introduce and use BB_EXECVP_or_die()Pascal Bellard2010-07-041-0/+34
* utoa: shrinkDenys Vlasenko2010-06-101-15/+29
* bbconfig: make it independent from printf functionsDenys Vlasenko2010-06-071-0/+10
* pipe_progress: make it independent of printf machineryDenys Vlasenko2010-06-061-71/+2
* vi: discover window size even on serial consoles. optionalDenys Vlasenko2010-04-181-24/+30
* libbb: factor out hex2bin() for infiniband address parserDenys Vlasenko2010-04-041-0/+35
* tidy up O_NONBLOCK usage. use libbb functions in stty.Denys Vlasenko2009-11-111-2/+2
* move generate_uuid from mkswap to libbbVladimir Dronnikov2009-10-151-0/+63
* libbb/human_readable.c: shrink; and reduce bss usageDenys Vlasenko2009-10-131-104/+0
* libbb: introduce and use xmalloc_ttyname (-32 in bss).Denis Vlasenko2008-12-231-0/+11
* libbb: add strncpy_IFNAMSIZDenis Vlasenko2008-12-021-0/+8
* *: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, x...Denis Vlasenko2008-11-051-0/+5
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-271-12/+12
* more -Wall warning fixes. -Wall is enabled now.Denis Vlasenko2008-05-181-1/+1
* style fixes. no code changesDenis Vlasenko2008-04-191-1/+1
* Splitting xfuncs.c into two parts. No code chabges.Denis Vlasenko2008-04-091-507/+24
* brctl: optional support for "show" cmd (by L. Gabriel Somlo <somlo AT cmu.edu>)Denis Vlasenko2008-04-061-6/+17
* actually add bb_qsort.cDenis Vlasenko2008-03-021-1/+1
* lpd: spool mode added by VladimirDenis Vlasenko2008-02-251-0/+6
* lpr and lpq applets by Walter Harms.Denis Vlasenko2008-02-221-1/+1
* libbb: introduce and use xrename and rename_or_warn.Denis Vlasenko2008-02-171-6/+20
* libbb: introduce bb_signals and bb_signals_recursive,Denis Vlasenko2008-02-161-42/+0
* mkswap, readahead: stop using fdlength, it is reported to be unreliableDenis Vlasenko2008-01-271-0/+2
* ps: fix build breakage from vda's recent commitDenis Vlasenko2008-01-071-1/+1
* ps: fix overflow in USER and VSZ columnsDenis Vlasenko2008-01-061-8/+61
* 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.Denis Vlasenko2007-10-011-2/+2
* introduce and use close_on_exec_on(fd). -50 bytes.Denis Vlasenko2007-09-301-0/+5
* introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko2007-09-271-0/+8
* smart_ulltoa5: emit small letters k,m,g... - makes topDenis Vlasenko2007-08-281-1/+2
* top: use poll instead of select for waiting on one descriptorDenis Vlasenko2007-08-281-18/+28
* libbb,crond,lash: fix getopt32 (don't know how it managed to slip through)Denis Vlasenko2007-08-191-2/+2
* introduce and use xdup2(int, int)Denis Vlasenko2007-08-181-2/+7
* v[hp]error_msg have 2-3 callsites only -> incorporate there.Denis Vlasenko2007-08-151-2/+2
* httpd: add -v[v]: prints client addresses, HTTP codes returned [and URLs]Denis Vlasenko2007-08-141-5/+7
* ls,ps,watch: measure terminal width on fd 0, not 1Denis Vlasenko2007-08-091-1/+1
* stray trailing tabs removedDenis Vlasenko2007-07-191-2/+2