index
:
busybox
master
Busybox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
include
/
libbb.h
Age
Commit message (
Expand
)
Author
2010-01-18
ls: make it so that group never glues itself to file size
Denys Vlasenko
2010-01-15
cp: fix -H handling
Denys Vlasenko
2010-01-12
libbb: introduce and use monotonic_ms
Denys Vlasenko
2010-01-09
*: make it easier to distinquish "struct tm", pointer to one, etc
Denys Vlasenko
2010-01-04
*: make 2 more "int argc"'s unused; more saved if !DESKTOP
Denys Vlasenko
2009-11-28
*: remove a few more cases of argc usage. -89 bytes.
Denys Vlasenko
2009-11-25
ntpd: and real handling for -N, show usage w/o options; trim text
Denys Vlasenko
2009-11-24
ntpd: locally bind every peer socket. +22 bytes
Denys Vlasenko
2009-11-18
libbb: robustify isXXXX(). +39 bytes
Denys Vlasenko
2009-11-15
libbb: added xfdopen_for_read/write
Denys Vlasenko
2009-11-14
use utimes() rather than obsolescent utime()
Bernhard Reutner-Fischer
2009-11-08
wget: factor out progress bar code
Magnus Damm
2009-11-04
libbb.h: remove two over-zealous RETURNS_MALLOC
Denys Vlasenko
2009-11-02
include/libbb.h: mark malloc-returning functions with GCC attribute
Denys Vlasenko
2009-11-02
*: introduce and use ffulsh_all()
Denys Vlasenko
2009-10-27
add and use xopen_nonblocking (-18b)
Bernhard Reutner-Fischer
2009-10-26
read_key: remove handling for ctrl-up/down, we don't use that. -12 bytes
Denys Vlasenko
2009-10-25
lineedit: handle Ctrl-arrows
Denys Vlasenko
2009-10-23
libbb.h: tidy it up a bit. no code changes (verified)
Denys Vlasenko
2009-10-23
fix isalnum and isxdigit. Unfortunately, +285 bytes
Denys Vlasenko
2009-10-23
eliminate all remaining users of ctype. ~600 byte large tables are gone.
Denys Vlasenko
2009-10-23
*: optimize most of isXXXXX() macros
Denys Vlasenko
2009-10-23
libbb: smaller isdigit. -95 bytes
Denys Vlasenko
2009-10-22
*: use better isspace implementation
Denys Vlasenko
2009-10-19
randomconfig fixes
Denys Vlasenko
2009-10-15
move generate_uuid from mkswap to libbb
Vladimir Dronnikov
2009-10-13
libbb/human_readable.c: shrink; and reduce bss usage
Denys Vlasenko
2009-10-05
unpackers: check errors from close() too
Denys Vlasenko
2009-09-29
find: -follow should not error out on dandling links
Denys Vlasenko
2009-09-22
ps: fix compile breakage
Denys Vlasenko
2009-09-19
ps,top: add an option to show threads. +260 bytes of code
Denys Vlasenko
2009-09-12
fix read_cmdline API and a small buglet where "[comm]" may be too narrow
Denys Vlasenko
2009-09-06
documentation and typo fixes. By Dan Fandrich (dan AT coneharvesters.com)
Denys Vlasenko
2009-09-06
remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com)
Denys Vlasenko
2009-08-21
fix duplicate FAST_FUNC FAST_FUNC
Denys Vlasenko
2009-07-29
make find_pid_by_name look at /proc/PID/exe too
Alexander Shishkin
2009-07-18
fix mountpoint test to not prevemt mkfs_xxx from making image in any file
Denys Vlasenko
2009-07-18
touch: implement -d --date (our own testsuite needs that)
Denys Vlasenko
2009-07-18
date: factor out date parsing (in preparation for touch -d)
Denys Vlasenko
2009-07-16
fix a thinko in lineedit completion code
Denys Vlasenko
2009-07-09
restore shadow.h independence
Mike Frysinger
2009-07-05
df: fix "df /"
Denys Vlasenko
2009-07-05
Patches to enable FreeBSD build
Denys Vlasenko
2009-07-03
ps: conditionally support additional -o FIELDs
Denys Vlasenko
2009-06-19
getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTS
Denys Vlasenko
2009-06-07
stop using non-standard macro, use WEXITSTATUS instead
Denys Vlasenko
2009-05-29
read_key: drop optimization where we read 3 bytes at once
Denys Vlasenko
2009-05-17
line editing: add an option to emit ESC [ 6 n and use results
Denys Vlasenko
2009-05-15
xmalloc_[open_]read[_close]: do not ignore xrealloc return value
Denys Vlasenko
2009-05-15
lineedit: use read_key to recognize ESC sequence.
Denys Vlasenko
[next]