OSDN Git Service

lsof cleanup
[android-x86/external-toybox.git] / toys / posix /
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...
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 Rob LandleyReplace slot[] constants with SLOT_blah, fix some that...
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-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 HughesFix tail -f /does/not/exist.
2016-01-10 Rob LandleyMake cursor left/right change sort type in iotop.
2016-01-09 Elliott HughesThe sense of -L was flipped.
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-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.
2015-12-21 Josh GaoImplement tail -f.
2015-12-18 Rob LandleyNext giant chunk of ps work: add _NAME_TAG bitmask...
2015-12-13 Rob LandleyMake "ps -o TIME+ -k TIME+" work. Factor out -o field...
2015-12-12 Rob LandleyAdd a useless memset (under CFG_TOYBOX_DEBUG) to shut...
2015-12-10 Josh Gaotail: use off_t instead of ssize_t for file offset.
2015-12-07 Rob LandleyRename dirtree->data to dirfd, and don't store symlink...
2015-12-07 Rob LandleyAttempt at making cpio chown() mode 000 files sanely.
2015-12-06 Rob LandleyRemove trailing whitespace and wrap lines to 80 chars.
2015-12-06 Mike MoretonCPIO: Add --no-preserve-owner option.
2015-12-06 Mike MoretonCorrect setting of guid and uid when extracting from...
2015-12-06 Gilad ArnoldEnable matching any perm bits.
2015-12-05 Rob LandleyAdd start of top infrastructure to ps, null terminate...
2015-11-30 Rob LandleyImplement ps --sort.
2015-11-29 Rob LandleyAdd basic sort logic.
2015-11-28 Rob LandleySplit out string_field() from show_ps().
2015-11-28 Rob LandleySave string offsets rather than recalculating them...
2015-11-27 Rob LandleySplit do_ps() into get_ps() and show_ps() as a start...
2015-11-19 Elliott HughesFix find -perm.
2015-11-13 Elliott HughesDocument %s in date(1).
2015-11-13 Elliott HughesFix year parsing in date(1).
2015-11-10 Rob LandleyCleanup pass: inline find_tty_name(), bounds check...
2015-11-09 Elliott HughesMake ps try harder to find a name for a tty.
2015-11-09 Elliott HughesOn Android, ps' default output should match toolbox.
2015-11-09 Elliott HughesAdd ps -n.
2015-11-09 Elliott HughesAdd ps -o CMDLINE.
2015-11-05 Rob LandleyFix sed bug where any ] right after [ was skipped,...
2015-11-02 Rob LandleyAdd -P as short option for --ppid.
2015-11-02 Elliott HughesFix the ps -o CMD vs COMM distinction.
2015-11-02 Elliott HughesMake ps -o error reporting intelligible.
2015-11-02 Elliott HughesAdd ps -Z.
2015-11-02 Elliott HughesAdd ps --ppid.
2015-11-01 Rob LandleyLast patch broke creating new file as a patch, fix it.
2015-11-01 Rob LandleyFix applying patch hunks with trailing context to the...
2015-11-01 Rob LandleyChange grep -w to checking matches after the fact rathe...
2015-10-29 Rob LandleyFix sed bug reported by Isabella Parakiss, where sed...
2015-10-29 Rob LandleyPromote ps to posix.
2015-10-28 Rob LandleyUse the /proc/self/fd/%d workaround for O_PATH not...
2015-10-28 Rob LandleyFix ls error message for chmod -r directories.
2015-10-28 Rob LandleyInstall without a mode should use 0755, and check FLAG_...
2015-10-22 Elliott HughesAuto-size df columns.
2015-10-06 Rob LandleyFix bug in od that screwed up position indicator on...
2015-09-29 Rob LandleyMake defconfig build for nommu.
2015-09-24 Rob LandleyAdd xvfork() as a static inline and use it from various...
2015-09-12 Rob LandleyFix a find segfault.
2015-09-11 Rob LandleyReplace toys.exithelp with help_exit() in lib.
2015-09-09 Rob LandleySquish a warning in pending.
2015-09-07 Rob LandleyRemove prompt argument from yesno(), caller can fprintf...
2015-09-07 Rob LandleySwitch HR_SI to HR_1000, make binary the default, make...
2015-09-05 Elliott Hughesls -h support.
2015-09-05 Elliott Hughesdf -h and -H.
next