aboutsummaryrefslogtreecommitdiff
path: root/libbb/xfuncs.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* win32: work around problem with stderr in MSVCRTRon Yorston2024-09-301-0/+5
* Merge branch 'busybox' into mergeRon Yorston2023-07-131-0/+10
|\
| * libbb: code shrink: introduce and use [_]exit_FAILURE()Denys Vlasenko2023-06-151-0/+10
* | libbb: don't build useless functionsRon Yorston2023-04-161-0/+2
* | win32: virtual terminal input fixesRon Yorston2023-03-061-1/+2
* | win32: add virtual terminal support to termios(3)Ron Yorston2023-03-051-3/+5
* | Merge busybox into mergeRon Yorston2022-01-061-0/+10
|\|
| * libbb: code shrink: introduce and use [_]exit_SUCCESS()Denys Vlasenko2022-01-051-0/+10
* | Merge branch 'busybox' into mergeRon Yorston2021-06-071-0/+6
|\|
| * libbb: correct the name of is_TERM_dumb()Denys Vlasenko2021-06-051-1/+1
| * ls: don't output any colors with TERM=dumbSören Tempel2021-06-041-0/+6
* | Merge branch 'busybox' into mergeRon Yorston2021-01-141-12/+0
|\|
| * libbb: introduce and use xsettimeofday()Denys Vlasenko2020-12-161-12/+0
* | Merge branch 'busybox' into mergeRon Yorston2019-08-161-1/+1
|\|
| * libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2018-05-131-4/+9
|\|
| * less: fix fallout from "use common routine to set raw termios"Denys Vlasenko2018-04-161-4/+9
* | win32: exclude termios codeRon Yorston2018-04-051-0/+2
* | win32: improvements to get_terminal_width_heightRon Yorston2018-04-031-0/+2
|/
* libbb: use BUILD_BUG_ON in utoa_to_buf()Denys Vlasenko2018-03-281-4/+3
* 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