Denys Vlasenko
|
01ccdd1d3c
libbb: consolidate the code to set termios unbuffered mode
|
8 years ago |
Denys Vlasenko
|
7c3c92c533
man: make width selection more thorough; explain how to override it
|
8 years ago |
Denys Vlasenko
|
c4199f22d0
libbb: two new functions: wait_for_exitstatus(pid), xfchdir(fd)
|
8 years ago |
Denys Vlasenko
|
641caaec3d
libbb: factor out code which queries screen width
|
9 years ago |
Maninder Singh
|
97f2f7ca7f
Removes stray empty line from code
|
9 years ago |
Denys Vlasenko
|
d6e7672545
less: move "retry-on-EAGAIN" logic closer to read ops
|
10 years ago |
Denys Vlasenko
|
e9a40e3b91
libbb: make ndelay_no/off a bit more clever. +14 bytes
|
14 years ago |
Denys Vlasenko
|
a04440ccad
typo fix
|
14 years ago |
Denys Vlasenko
|
0ef64bdb40
*: make GNU licensing statement forms more regular
|
14 years ago |
Pascal Bellard
|
21e8e8da64
libbb: introduce and use BB_EXECVP_or_die()
|
14 years ago |
Denys Vlasenko
|
ab60cd1382
utoa: shrink
|
14 years ago |
Denys Vlasenko
|
729ecb87bf
bbconfig: make it independent from printf functions
|
14 years ago |
Denys Vlasenko
|
19ced5c425
pipe_progress: make it independent of printf machinery
|
14 years ago |
Denys Vlasenko
|
c175c46647
vi: discover window size even on serial consoles. optional
|
14 years ago |
Denys Vlasenko
|
4836331924
libbb: factor out hex2bin() for infiniband address parser
|
14 years ago |
Denys Vlasenko
|
ab19ede655
tidy up O_NONBLOCK usage. use libbb functions in stty.
|
15 years ago |
Vladimir Dronnikov
|
db67a20595
move generate_uuid from mkswap to libbb
|
15 years ago |
Denys Vlasenko
|
0bf44d00a4
libbb/human_readable.c: shrink; and reduce bss usage
|
15 years ago |
Denis Vlasenko
|
4e12b1a2a9
libbb: introduce and use xmalloc_ttyname (-32 in bss).
|
16 years ago |
Denis Vlasenko
|
360d9661b6
libbb: add strncpy_IFNAMSIZ
|
16 years ago |
Denis Vlasenko
|
202ac504e1
*: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, xx) op
|
16 years ago |
Denis Vlasenko
|
defc1ea340
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
|
16 years ago |
Denis Vlasenko
|
5599502a55
more -Wall warning fixes. -Wall is enabled now.
|
16 years ago |
Denis Vlasenko
|
6c10657c4a
style fixes. no code changes
|
16 years ago |
Denis Vlasenko
|
b12b1c87b5
Splitting xfuncs.c into two parts. No code chabges.
|
16 years ago |
Denis Vlasenko
|
278a1c2264
brctl: optional support for "show" cmd (by L. Gabriel Somlo <somlo AT cmu.edu>)
|
16 years ago |
Denis Vlasenko
|
d18f52bd18
actually add bb_qsort.c
|
17 years ago |
Denis Vlasenko
|
394eebed66
lpd: spool mode added by Vladimir
|
17 years ago |
Denis Vlasenko
|
68444b9f0c
lpr and lpq applets by Walter Harms.
|
17 years ago |
Denis Vlasenko
|
cb448fe01b
libbb: introduce and use xrename and rename_or_warn.
|
17 years ago |