OSDN Git Service

Remove a chunk of copied header that hasn't been upated in a while.
[android-x86/external-toybox.git] / toys / posix /
2016-09-03 Rob LandleyMove genericish function to lib.
2016-08-28 Rob LandleyMake "LC_ALL=C ls -Cs --color" produce the same output...
2016-08-28 Rob LandleyRemove some redundancy and unnecessary xprintf().
2016-08-28 Elliott HughesFix ls -sh.
2016-08-19 Rob LandleyChange xgetpwnamid/xgetgrnamid to xgetuid/xgetgid retur...
2016-08-13 Rob LandleyDocument deviations from posix for echo.
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-01 Elliott HughesFix touch(1) date parsing on tzcode-derived systems.
2016-07-26 Rob LandleyMove regexec0 into lib (regexec that takes length and...
2016-07-23 Rob LandleyUsischev Yury pointed out that id shouldn't use exit...
2016-07-23 Rob LandleyUsischev Yury pointed out a use after free error.
2016-07-13 Elliott HughesIncrease ps' default RSS and VSIZE widths.
2016-07-12 Rob LandleyImplement NOP find -noleaf
2016-07-05 Elliott HughesDon't try to guess the build id type in file(1).
2016-07-04 Rob LandleyFix a bug (octal digits are 0-7, not 0-8) and deal...
2016-07-04 Rob LandleyPromote file.
2016-07-01 Rob LandleyAdd patch -d and --dry-run
2016-06-30 Rob LandleyTeach wc to do -cm together. Fix testsuite so TEST_HOST...
2016-06-29 Rob LandleyRemove unused argument from do_lines()
2016-06-28 Rob LandleyFix a "may be used uninitialized".
2016-06-18 Elliott HughesMake it clearer that CMD is the thread name.
2016-06-15 Rob LandleyAdd readlink0() and readlinkat0() which null terminate...
2016-06-15 Rob LandleyThe glibc bug at https://sourceware.org/bugzilla/show_b...
2016-06-10 Rob LandleyShuffle arguments around (TNAME->NAME->COMM->CMD),...
2016-06-10 Rob LandleyRevert commit e02e41373ea3, we're always initializing...
2016-06-10 Elliott HughesHACK: restore Android ps behavior.
2016-06-09 Kyungsik LeeFix dangling link after cp command
2016-06-09 Rob LandleyFix ps bug, last field wasn't expanding to width.
2016-06-09 Rob LandleyChange the TNAME behavior to "Show parent argv[0]....
2016-06-07 Rob LandleyIzabera pointed out that cmp -ls are contradictory.
2016-06-04 Elliott HughesBasic success/failure return from pgrep/pkill.
2016-06-04 Rob Landleyps: Show [stat2] for any otherwise blank process name...
2016-05-31 Rob LandleyIn cp -a, don't complain if non-root user can't chown...
2016-05-30 Rob LandleyAdd output path to cp error message filenames.
2016-05-27 Rob LandleyAdd -o TNAME for android, fix display of last field...
2016-05-24 Rob LandleyThe "show parent command path" commit changed the crite...
2016-05-23 Elliott HughesFix remaining pkill tests.
2016-05-23 Elliott HughesFix pkill -9.
2016-05-23 Rob LandleyDon't truncate number fields for anything but right...
2016-05-22 Rob LandleyMake -o COMMAND show parent command path for threads...
2016-05-22 Rob LandleyComment and help text tweaks.
2016-05-20 Rob LandleyAdd bufgetgrgid()
2016-05-17 Rob LandleyAdd bufgetpwuid. (Repeated calls to getpwuid() are...
2016-05-16 Rob LandleyAdd top -O
2016-05-06 Elliott HughesAdd top -H.
2016-05-05 Elliott Hughes"top -b -n1" should end with a newline.
2016-05-04 Rob LandleyElliott says -T should fetch threads even when not...
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-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-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-21 Rob LandleyHave dirtree_recurse() take the new dirfd as an argument.
2016-04-21 Davis MosenkovsFix touch -t seconds parsing
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 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-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 HughesFix trailing spaces on ps -o cmdline.
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 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-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-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...
next