OSDN Git Service

Merge remote-tracking branch 'toybox/master' into HEAD
[android-x86/external-toybox.git] / toys /
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-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-06 Rob LandleyAdd free -h, based on a patch from Isabella Parakiss.
2015-12-05 Rob LandleyAdd start of top infrastructure to ps, null terminate...
2015-12-04 Rob LandleyTom Marshall reported that blkid was handling ext2...
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 HughesMerge remote-tracking branch 'toybox/master' into HEAD
2015-11-19 Elliott HughesFix find -perm.
2015-11-13 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
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-08 Rob LandleyRoute cleanup: whitespace and curly bracket changes.
2015-11-08 Rob LandleyBugfix for route flags.
2015-11-08 Rob LandleyRemove TEST_ARGV() and logic to adjust irtt by "clock...
2015-11-08 Rob LandleyMore route cleanup.
2015-11-07 Rob LandleyLet's start the route cleanup.
2015-11-05 Rob LandleyFix sed bug where any ] right after [ was skipped,...
2015-11-04 Elliott HughesMerge "Fix the ps -o CMD vs COMM distinction."
2015-11-04 Elliott HughesMerge "Make ps -o error reporting intelligible."
2015-11-04 Elliott HughesMerge "If chomp() needs to test it found \n, should...
2015-11-04 Elliott HughesMerge "Add ps -Z."
2015-11-04 Elliott HughesMerge "Add ps --ppid."
2015-11-04 Elliott HughesMerge "Last patch broke creating new file as a patch...
2015-11-04 Elliott HughesMerge "Fix applying patch hunks with trailing context...
2015-11-04 Elliott HughesMerge "Change grep -w to checking matches after the...
2015-11-04 Elliott HughesMerge "Now that toybox is chmod -w, mv needs -f to...
2015-11-04 Elliott HughesMerge "Tweak permissions of toybox binary."
2015-11-04 Elliott HughesMerge "Update Android section of roadmap."
2015-11-04 Elliott HughesMerge "Note Debian abandoning LSB and our own decision...
2015-11-04 Rob Landleydhcp leanup: remove flag_get() and flag_chk()
2015-11-04 Rob LandleyNew dhcp6 command from Sameer Pradhan.
2015-11-03 Rob LandleyWhitespace and parentheses.
2015-11-02 Rob LandleyExplain signals in oneit help text.
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-30 Elliott HughesMerge remote-tracking branch \'toybox/master\' into...
2015-10-30 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2015-10-29 Rob LandleyFix sed bug reported by Isabella Parakiss, where sed...
2015-10-29 Rob LandleyPromote ps to posix.
2015-10-29 Rob LandleyFree more stuff in debug cleanup.
2015-10-29 Rob LandleyImplement -suUgG and -o majfl,minfl, move uid/ruid...
2015-10-28 Elliott HughesMerge remote-tracking branch \'toybox/master\' into...
2015-10-28 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
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-27 Rob LandleyReplace xcount_cpus() with a call to sysconf(_SC_NPROCE...
2015-10-25 Rob LandleyAdd xcount_cpus()
2015-10-25 Rob LandleyAdd comma_args() and factor out parse_o(), parse_t...
2015-10-25 Rob LandleyFactor out parse_o() and make -l -f and default output...
2015-10-25 Rob LandleyMore ps work, and fill out remaining help text.
2015-10-25 Elliott HughesFix netstat build warnings.
2015-10-23 Rob LandleyMore ps work: move l/r justification to widths[], add...
2015-10-23 Elliott HughesMerge remote-tracking branch \'toybox/master\' into...
2015-10-23 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2015-10-23 Yeongdeok Suhfix dhcpd warning
2015-10-22 Elliott HughesAuto-size df columns.
2015-10-21 Rob LandleyMake ps.c whitespace consistent.
2015-10-21 Rob Landleyps: implement -t, remove leading 0 from ETIME days...
2015-10-21 Rob LandleyMove d/h units from %d %D output to default format...
2015-10-18 Rob LandleyMore ps work, tested up through etime now.
2015-10-17 Rob LandleyFix ps display padding (truncation) and adjust -o pri...
2015-10-15 Rob LandleyMore ps work, implement -p, correct several -o fields...
2015-10-12 Rob LandleyCleanup pass on pgrep: remove flag_twiddle macros,...
2015-10-10 Rob Landley"stat -c %T" support (filesystem type names) based...
2015-10-06 Elliott Hughesam fa01b4ca: Merge changes Ie1705960,I8b94351f,I661540a...
2015-10-06 Elliott HughesMerge changes Ie1705960,I8b94351f,I661540a9,Id2dbdcab...
2015-10-06 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2015-10-06 Elliott HughesDecode netlink sockets in lsof.
2015-10-06 Elliott HughesNew command: flock.
2015-10-06 Rob LandleyFix bug in od that screwed up position indicator on...
2015-10-04 Rob LandleyMinor cleanup and add "MODALIAS" handler (suggested...
2015-10-03 Rob LandleyBack to chipping away at ps...
2015-09-29 Rob Landleyhelp_exit() tweak.
2015-09-29 Rob Landleyxvfork went away.
2015-09-29 Rob LandleyMake defconfig build for nommu.
2015-09-24 Rob Landleyxexec() is noreturn.
2015-09-24 Rob LandleyAdd xvfork() as a static inline and use it from various...
next