aboutsummaryrefslogtreecommitdiff
path: root/libbb/xfuncs.c
AgeCommit message (Expand)Author
2020-12-16libbb: introduce and use xsettimeofday()Denys Vlasenko
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2018-04-16less: fix fallout from "use common routine to set raw termios"Denys Vlasenko
2018-03-28libbb: use BUILD_BUG_ON in utoa_to_buf()Denys Vlasenko
2017-10-30xfuncs: Handle missing non-POSIX termios constantsJames Clarke
2017-10-05whitespace and comment format fixes, no code changesDenys Vlasenko
2017-09-15Clarify OPOST bit meaningDenys Vlasenko
2017-09-15less,microcom,lineedit: use common routine to set raw termiosDenys Vlasenko
2017-08-06slattach: code shrink, better --help textDenys Vlasenko
2017-01-11libbb: consolidate the code to set termios unbuffered modeDenys Vlasenko
2016-10-31man: make width selection more thorough; explain how to override itDenys Vlasenko
2016-04-01libbb: two new functions: wait_for_exitstatus(pid), xfchdir(fd)Denys Vlasenko
2015-10-23libbb: factor out code which queries screen widthDenys Vlasenko
2015-07-13Removes stray empty line from codeManinder Singh
2014-09-22less: move "retry-on-EAGAIN" logic closer to read opsDenys Vlasenko
2011-01-24libbb: make ndelay_no/off a bit more clever. +14 bytesDenys Vlasenko
2010-12-05typo fixDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-07-04libbb: introduce and use BB_EXECVP_or_die()Pascal Bellard
2010-06-10utoa: shrinkDenys Vlasenko
2010-06-07bbconfig: make it independent from printf functionsDenys Vlasenko
2010-06-06pipe_progress: make it independent of printf machineryDenys Vlasenko
2010-04-18vi: discover window size even on serial consoles. optionalDenys Vlasenko
2010-04-04libbb: factor out hex2bin() for infiniband address parserDenys Vlasenko
2009-11-11tidy up O_NONBLOCK usage. use libbb functions in stty.Denys Vlasenko
2009-10-15move generate_uuid from mkswap to libbbVladimir Dronnikov
2009-10-13libbb/human_readable.c: shrink; and reduce bss usageDenys Vlasenko
2008-12-23libbb: introduce and use xmalloc_ttyname (-32 in bss).Denis Vlasenko
2008-12-02libbb: add strncpy_IFNAMSIZDenis 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-onDenis Vlasenko
2008-05-18more -Wall warning fixes. -Wall is enabled now.Denis Vlasenko
2008-04-19style fixes. no code changesDenis Vlasenko
2008-04-09Splitting xfuncs.c into two parts. No code chabges.Denis Vlasenko
2008-04-06brctl: optional support for "show" cmd (by L. Gabriel Somlo <somlo AT cmu.edu>)Denis Vlasenko
2008-03-02actually add bb_qsort.cDenis Vlasenko
2008-02-25lpd: spool mode added by VladimirDenis Vlasenko
2008-02-22lpr and lpq applets by Walter Harms.Denis Vlasenko
2008-02-17libbb: introduce and use xrename and rename_or_warn.Denis Vlasenko
2008-02-16libbb: introduce bb_signals and bb_signals_recursive,Denis Vlasenko
2008-01-27mkswap, readahead: stop using fdlength, it is reported to be unreliableDenis Vlasenko
2008-01-07ps: fix build breakage from vda's recent commitDenis Vlasenko
2008-01-06ps: fix overflow in USER and VSZ columnsDenis Vlasenko
2007-10-01'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.Denis Vlasenko
2007-09-30introduce and use close_on_exec_on(fd). -50 bytes.Denis Vlasenko
2007-09-27introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko
2007-08-28smart_ulltoa5: emit small letters k,m,g... - makes topDenis Vlasenko
2007-08-28top: use poll instead of select for waiting on one descriptorDenis Vlasenko
2007-08-19libbb,crond,lash: fix getopt32 (don't know how it managed to slip through)Denis Vlasenko
2007-08-18introduce and use xdup2(int, int)Denis Vlasenko