OSDN Git Service

gzip cleanup: fix test_gzip, unify do_gzip/do_gunzip, inline gzerror_msg().
[android-x86/external-toybox.git] / lib /
2018-01-15 Rob LandleySwitch xgettty() -> tty_fd() (returning -1 instead...
2018-01-06 Rob LandleyMove millitime() into lib.c.
2018-01-01 Rob LandleyCleanup logger.c, and move the facilitynames/priorityna...
2018-01-01 Rob Landleyxphung on github said: "config2help currently doesn...
2017-12-22 Rob LandleyRedo namestopid to handle more cases.
2017-12-19 Elliott Hugheskillall should kill scripts too.
2017-12-03 Elliott HughesDon't capitalize in the middle of a sentence.
2017-10-10 Rob LandleyTweak help_exit() to show "See %s --help" message on...
2017-10-10 Rob LandleyComplete rewrite of cut. Handle multipe ranges, add...
2017-10-01 Elliott HughesFix xargs to obey POSIX's ARG_MAX restrictions.
2017-09-10 Rob LandleyLast commit used xstrtod(), forgot to check it in.
2017-09-05 Rob LandleyTweak utf8towc() to return -1 earlier sometimes (instea...
2017-09-03 Rob Landleyutf8towc() has to be in lib.c if strlower() is going...
2017-09-02 Rob LandleyIn wc, replace mbrtowc() with new utf8towc() which...
2017-07-17 Rob LandleySplit out xgetaddrinfo() from xconnect()
2017-07-11 Rob Landleycomma_scan()'s clean option wasn't removing entry at...
2017-07-07 Rob LandleyMake dd use atolx_range(), and teach atolx_range()...
2017-06-26 Rob LandleyMost things seem to want the "b" suffix to mean 512...
2017-06-06 Rob LandleyAdd comment explaining strend()
2017-06-06 Rob LandleyHave help_exit() give a brief "See %s --help" message...
2017-05-25 Elliott HughesAdd and use xmmap.
2017-05-23 Rob LandleyAdd minof/maxof macros that autodetect type. Make xzcat...
2017-05-21 Rob LandleyCleaup chrt
2017-05-09 Rob LandleyMove strend() to lib/lib.c
2017-05-09 Rob LandleyRemove old uClibc compatibility glue. It's been 5 years...
2017-04-30 Rob LandleyAndroid NDK doesn't have cutils/sched_policy.h so add...
2017-03-23 Rob LandleyNow that just about everything has --help, don't output...
2017-03-20 Rob LandleyAdd TOYBOX_PEDANTIC_ARGS to check arguments when there...
2017-02-21 Elliott Hughes4a4b3d65644ce403b0f22887fc0d38b0202ec8c7 upset clang.
2017-02-21 Elliott HughesFix dmesg -c and -C.
2017-02-06 Rob LandleyDon't set SIGWINCH when reading ANSI size probe data...
2017-02-05 Rob LandleySilence a warning.
2017-02-04 Rob LandleyPosix says stdio.h should define 'stdout' as a macro...
2017-02-04 Rob LandleySwitch oneit to use xopen_stdio() for -c (oops) and...
2017-01-29 Rob LandleyFix padto in draw_trim_esc() so it behaves like printf...
2017-01-04 Rob LandleySome lib fixes: mark xvfork() noinline, make xsendfile...
2017-01-04 Rob LandleyAn option can't exclude itself, so "abc[-ab][!abc]...
2016-12-09 Rob LandleyAdd DIRTREE_PROC to skip non-numeric entries and make...
2016-11-21 Rob LandleyHave dirtree_notdotdot() pass through !node->parent...
2016-10-20 Rob LandleyAllow out and escout to be NULL in crunch_str()
2016-10-11 Rob LandleyMake netcat work with nommu and factor out poll() loop...
2016-09-30 Rob Landleysed -i run as root wasn't preserving ownership.
2016-09-05 Rob LandleyReplace loopfiles' failok with WARN_ONLY open flag.
2016-09-05 Rob LandleyExport notstdio() wrapper.
2016-09-04 Rob LandleyAdd openro() and WARN_ONLY flag so xopen() and friends...
2016-09-04 Rob LandleySwitch help.c from #ifdef to if()
2016-09-03 Rob LandleyMove genericish function to lib.
2016-08-19 Rob LandleyChange xgetpwnamid/xgetgrnamid to xgetuid/xgetgid retur...
2016-08-13 Rob LandleyAdd TOYFLAG_NOHELP to disable --help processing for...
2016-08-13 Rob LandleyMove getusername/getgroupname to lib. (Return name...
2016-08-04 Rob LandleyMake xopen() skip stdin/stdout/stderr, add xopen_stdio...
2016-08-02 Elliott HughesFix warning: 'XATTR_NAME_SMACK' macro redefined.
2016-07-26 Rob LandleyMove regexec0 into lib (regexec that takes length and...
2016-07-15 Rob LandleyDon't close stdin when loopfiles reads "-".
2016-07-13 Rob LandleyBugfix: suffixless string was feeding terminating NUL...
2016-07-12 Rob LandleyConvert atolx() and friends to use long long internally...
2016-07-08 Elliott Hughesdd improvements.
2016-07-04 Rob LandleyNow that we're using the adjusted option string, need...
2016-06-30 Rob LandleyUse libbuf instead of stack buffer.
2016-06-19 Rob LandleyLast commit depends on new lib code I forgot to check...
2016-06-15 Rob LandleyAdd readlink0() and readlinkat0() which null terminate...
2016-05-25 Rob LandleyStand alone builds of OLDTOY should show help text...
2016-05-20 Rob LandleyAdd bufgetgrgid()
2016-05-17 Rob LandleyAdd bufgetpwuid. (Repeated calls to getpwuid() are...
2016-05-04 Rob LandleySimplify ps android scheduling policy fetch slightly.
2016-05-01 Elliott HughesAdd a ps "PCY" field for Android scheduling policy.
2016-04-23 Elliott HughesFix more to not append an extra newline.
2016-04-21 Rob LandleyHave dirtree_recurse() take the new dirfd as an argument.
2016-04-17 Elliott HughesFix "ssh top".
2016-04-10 Rob LandleyDidn't check in all my local basename_r->getbasename...
2016-04-08 Rob LandleyRedefining basename_r to mean something random seems...
2016-03-29 Elliott HughesFix build when wchar_t is unsigned.
2016-03-29 Rob LandleyFix exit code of things like sed -i that use tempfile_h...
2016-03-15 Rob LandleyAdd ls -b and make ls -q work with utf8.
2016-03-14 Rob LandleySplit out _xexit() from xexit() and give sigatexit...
2016-03-12 Rob LandleyThe xattr functions were added during the 2.5 kernel...
2016-03-07 Rob LandleyCleanup pass on the dirtree infrastructure, in preparat...
2016-03-02 Rob LandleyFor years the man pages have said to #include <sys...
2016-03-02 Rob LandleyThe last-ever release of uClibc didn't #define MS_RELATIME.
2016-02-25 Rob LandleyTypecast a printf argument because wchar_t isn't a...
2016-02-19 Elliott HughesImplement "insmod -".
2016-02-19 Rob LandleyRLIMIT_RTTIME was added to the kernel in 2008, you...
2016-02-14 Elliott HughesImplement file(1).
2016-02-11 Rob LandleyWean scripts/install.c off toys.h so cross compiling...
2016-02-11 Rob LandleyDon't include toys.h from config2help.c (so cross-compi...
2016-02-11 Rob LandleyFactor out strnstr() since posix hasn't got it, and...
2016-02-09 Rob LandleyAdd ulimit.
2016-02-09 Rob LandleyFix xpipe. (thinko.)
2016-02-08 Rob LandleyAdd xpipe() to lib.
2016-01-29 Rob LandleyAdd SIGWINCH support to top, and implement -o and ...
2016-01-28 Rob LandleyBugfix I forgot to checkin, plus a wrapper function.
2016-01-25 Elliott HughesFix comma_args error reporting.
2016-01-23 Rob LandleyFactor out insanitize() from seq.c to next_printf(...
2016-01-20 Rob LandleyFirst stab at making readfileat() realloc() in a loop...
2016-01-20 Rob LandleyAnother CFG_TOYBOX_DEBUG test.
2016-01-17 Rob LandleyExtend utf8 fontmetrics so ps can use them.
2016-01-17 Rob LandleyUpdate draw_str() and friends to do standard escaping...
2016-01-16 Rob LandleyMove create_uuid() to lib and xpoll() to lib/net.c.
2016-01-11 Elliott HughesFix hwclock -u.
2016-01-11 Elliott HughesFix perror_exit_raw.
next