OSDN Git Service

Merge remote-tracking branch 'toybox/master' into HEAD
[android-x86/external-toybox.git] / lib /
2016-08-22 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
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-08-02 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2016-07-26 Rob LandleyMove regexec0 into lib (regexec that takes length and...
2016-07-15 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
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-11 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2016-07-08 Elliott Hughesdd improvements.
2016-07-08 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
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-22 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
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-27 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2016-05-25 Rob LandleyStand alone builds of OLDTOY should show help text...
2016-05-24 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2016-05-20 Rob LandleyAdd bufgetgrgid()
2016-05-17 Rob LandleyAdd bufgetpwuid. (Repeated calls to getpwuid() are...
2016-05-05 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2016-05-04 Rob LandleySimplify ps android scheduling policy fetch slightly.
2016-05-04 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2016-05-01 Elliott HughesAdd a ps "PCY" field for Android scheduling policy.
2016-04-24 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
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-21 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
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-30 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
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-07 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
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-29 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2016-02-25 Rob LandleyTypecast a printf argument because wchar_t isn't a...
2016-02-20 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
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-12 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
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-02-02 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
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-21 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
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 HughesMerge remote-tracking branch 'toybox/master' into HEAD
2016-01-11 Elliott HughesFix hwclock -u.
2016-01-11 Elliott HughesFix perror_exit_raw.
2016-01-10 Rob LandleyMake cursor left/right change sort type in iotop.
2016-01-09 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2016-01-09 Elliott HughesFix cat -.
2016-01-09 Josh GaoMerge "Revert "Don't add a symlink for killall ---...
2016-01-07 Rob LandleyMake scan_key() specify timeout in miliseconds, split...
2016-01-06 Rob LandleyAdd error_msg_raw() and friends, replace error_msg...
2016-01-04 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2015-12-31 Rob LandleyTweak error message.
2015-12-31 Rob LandleyAdd more keys to scan_key() and fix hang in scan_key_ge...
2015-12-30 Rob LandleyI didn't add comma_args() to lib.c, I added it with...
2015-12-29 Rob LandleyAdd strafter() to lib.
2015-12-27 Rob LandleyAdd scan_key_getsize() doing the ANSI probe, switch...
2015-12-24 Rob LandleyMove get_line() header to pending.h because posix has...
2015-12-24 Rob LandleyFactor out draw_str() and friends.
2015-12-11 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2015-12-10 Rob LandleyExpand toys.optargs to 64 bits so people adding more...
2015-12-07 Rob LandleyRename dirtree->data to dirfd, and don't store symlink...
2015-11-27 Rob LandleySplit do_ps() into get_ps() and show_ps() as a start...
2015-11-13 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2015-11-08 Rob LandleyNOEXIT(thingy()) wrapper to turn xwrap() functions...
2015-11-04 Elliott HughesMerge "If chomp() needs to test it found \n, should...
2015-11-04 Elliott HughesMerge "Add ps -Z."
2015-11-02 Rob LandleyDon't pass target $CFLAGS to host builds (telling x86...
2015-11-02 Rob LandleyIf chomp() needs to test it found \n, should also test...
2015-11-02 Elliott HughesAdd ps -Z.
2015-10-30 Elliott HughesMerge remote-tracking branch \'toybox/master\' into...
2015-10-30 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
next