OSDN Git Service

Merge remote-tracking branch 'toybox/master' into HEAD
[android-x86/external-toybox.git] / toys / posix /
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-30 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2016-04-30 Rob LandleyFirst guess at showing thread names properly.
2016-04-29 Elliott HughesShow "-" rather 0 if we don't know whether a process...
2016-04-29 Elliott HughesFix ps -O help output alignment.
2016-04-29 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2016-04-25 Rob Landleyps thread supportand 32/64 bit detection.
2016-04-25 Rob LandleyFix find bug reported by Tom Marshall, add test for...
2016-04-24 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2016-04-21 Rob LandleyHave dirtree_recurse() take the new dirfd as an argument.
2016-04-21 Davis MosenkovsFix touch -t seconds parsing
2016-04-21 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2016-04-17 Elliott HughesFix tail -NUM again.
2016-04-17 Elliott HughesFix "ssh top".
2016-04-17 Elliott HughesFix top -b.
2016-04-16 Rob LandleyRename gratuitous references to Roger Zelazny's amber...
2016-04-11 Rob Landleysed -f - should read from stdin.
2016-03-30 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2016-03-30 Rob LandleyWhitespace and comment.
2016-03-30 Andy ChuImplement mv -n / cp -n (no clobber).
2016-03-25 Samuel Hollandbasename: fix segfault on null input; add tests
2016-03-25 Elliott HughesAdd od -w.
2016-03-24 Rob LandleyDebian bug 635570 did something horribly nonstandard...
2016-03-18 Rob LandleyFix last commit (had newline before first ==> name...
2016-03-18 Josh GaoFix "tail -f single_file".
2016-03-15 Rob LandleyAdd ls -b and make ls -q work with utf8.
2016-03-12 Rob LandleyUpdate scripts/single.sh and cp.c so "make mv" isn...
2016-03-12 Rob LandleyThe xattr functions were added during the 2.5 kernel...
2016-03-10 Andy ChuFix segfault in sed -e 'c\'.
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-04 Rob LandleyElliott pointed out that we output "unlimited" instead...
2016-03-02 Rob LandleyFor years the man pages have said to #include <sys...
2016-03-02 Rob LandleyThe last-ever release of uClibc hasn't got prlimit...
2016-02-29 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2016-02-29 Elliott HughesFix trailing spaces on ps -o cmdline.
2016-02-20 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2016-02-18 Rob LandleyThe perl build's attempt to escape spaces and such...
2016-02-14 Elliott HughesFix wc -c optimization.
2016-02-12 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2016-02-12 lovelycuppatearemoved unread assignment in sed.c
2016-02-11 Rob LandleyFactor out strnstr() since posix hasn't got it, and...
2016-02-11 izaberamake wc -c faster
2016-02-10 Rob LandleyAlthough printf("%.*s", INT_MAX, s) works fine on ubunt...
2016-02-10 izaberaimplement env -u
2016-02-09 Rob LandleyAdd ulimit.
2016-02-06 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2016-02-05 Rob LandleyAnother fix from Josh Gao to avoid a null pointer deref...
2016-02-05 Josh GaoFix segfault when `find -iname` gets no argument.
2016-02-04 Rob LandleyFix -H and -n with -ABC, and add tests.
2016-02-03 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2016-02-02 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2016-02-02 Elliott HughesFix directory test in cp.
2016-02-01 Rob LandleyAdd find -delete
2016-01-31 Rob LandleyAdd grep -B -C
2016-01-31 Rob LandleyAdd grep -A
2016-01-29 Rob LandleyAdd SIGWINCH support to top, and implement -o and ...
2016-01-28 Rob LandleyAdding -M broke ps -k header printing without -M.
2016-01-28 Rob LandleyBugfix I forgot to checkin, plus a wrapper function.
2016-01-28 Rob LandleyDon't resort or recalculate headers for cursor up/down...
2016-01-28 Rob LandleyAdd cpu line to top, and fix a bug initializing upticks...
2016-01-27 Rob LandleyDon't try to be fancy with top headers, just hardwired...
2016-01-26 Rob LandleyAdd ps -M to measure/expand field widths if they don...
2016-01-26 Rob LandleyAdd ps -O (inserts extra args before last field), and...
2016-01-25 Rob LandleyNext lump of top work. Add -o DISPLAY_FIELDS -k FALLBAC...
2016-01-22 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2016-01-22 Rob LandleyReplace slot[] constants with SLOT_blah, fix some that...
2016-01-21 Elliott HughesDisable CFG_TOYBOX_DEBUG for now.
2016-01-21 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2016-01-20 Rob LandleyCorrect units of %MEM and %VSZ.
2016-01-20 Rob LandleyAdd basic top support to ps.c, delete toys/pending...
2016-01-19 Rob LandleyImplement pgrep -clv (and remove some accidentally...
2016-01-18 Rob LandleyImplement basic pkill plumbing, and fix FORCE_FLAGS...
2016-01-17 Rob LandleyExtend utf8 fontmetrics so ps can use them.
2016-01-16 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2016-01-15 Rob LandleyCommand line files without paths were attempting to...
2016-01-15 Rob LandleyFix sort -f, add tests, make TEST_HOST pass new tests.
2016-01-15 Rob LandleyImplement most of pgrep and pkill.
2016-01-14 Rob LandleyMake "find -execdir toys echo {} +" batch correctly...
2016-01-11 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2016-01-11 Elliott HughesFix tail -f /does/not/exist.
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 HughesThe sense of -L was flipped.
2016-01-09 Josh GaoMerge "Revert "Don't add a symlink for killall ---...
2016-01-06 Rob LandleyAdd error_msg_raw() and friends, replace error_msg...
2016-01-05 Rob LandleyWork towards making "find . -execdir echo {} + -execdir...
2016-01-04 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2016-01-02 Rob LandleyFix find --prune.
2016-01-02 Rob LandleyFix "find . -exec echo {}" segfault, and stop measuring...
2016-01-01 Rob LandleyFirst pass at iotop.
2015-12-31 Rob LandleyFirst half of iotop. Add READ, WRITE, IO, DREAD, DWRITE...
2015-12-30 Rob Landleymake "ls -m | cat" assume 80 columns.
2015-12-29 Rob LandleyMove comma_args() from ps.c to lib.
2015-12-22 Rob LandleyFirst guess at cp xattr support, ala --preserve=context...
2015-12-22 Rob LandleyConvert cp from magic constants to TAGGED_ARRAY()
2015-12-21 Rob LandleyCleanup tail -f.
2015-12-21 Rob LandleyRich Felker's reading of posix is that fchown() and...
2015-12-21 Elliott HughesAdd ps -o psr,rtprio,sched.
next