OSDN Git Service

android-x86/external-toybox.git
2016-01-06 Rob LandleySome utf8/unicode stress test files.
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 LandleyTweak error message.
2015-12-31 Rob LandleyDon't let mktemp -q /path/to/file delete arbitrary...
2015-12-31 Kylie McClainlsb/mktemp: Add -u flag
2015-12-31 Rob LandleyFirst half of iotop. Add READ, WRITE, IO, DREAD, DWRITE...
2015-12-31 Rob LandleyAdd more keys to scan_key() and fix hang in scan_key_ge...
2015-12-30 Rob Landleymake "ls -m | cat" assume 80 columns.
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-29 Rob LandleyMake pidof use comma_scan()
2015-12-29 Rob LandleyMove comma_args() from ps.c 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-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-20 Rob LandleyRedo linestack to handle embedded NULs.
2015-12-19 Rob LandleyStart of vi.
2015-12-18 Rob LandleyNext giant chunk of ps work: add _NAME_TAG bitmask...
2015-12-17 Rob LandleyDon't discard previous block when mkstatus finds anothe...
2015-12-13 Rob LandleyStart of TAGGED_ARRAY() infrastructure.
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 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-12-04 Rob LandleyReplace duplicate sed test with case we hadn't covered...
2015-12-01 Rob LandleyTwitter's page seems reasonably simple and straightforw...
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-16 Rob LandleyTypo
2015-11-16 Rob LandleyRewrite of the about page, re-triage of sbase, and...
2015-11-15 Rob LandleyDocumentation tweaks.
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 LandleyNOEXIT(thingy()) wrapper to turn xwrap() functions...
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 Rob Landleydhcp leanup: remove flag_get() and flag_chk()
2015-11-04 Rob LandleyNew dhcp6 command from Sameer Pradhan.
2015-11-03 Rob LandleyVersion 0.6.1
2015-11-03 Rob LandleyWhitespace and parentheses.
2015-11-02 Rob LandleyExplain signals in oneit help text.
2015-11-02 Rob LandleyDon't pass target $CFLAGS to host builds (telling x86...
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 Rob LandleyIf chomp() needs to test it found \n, should also test...
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-31 Rob LandleyNow that toybox is chmod -w, mv needs -f to overwrite it.
2015-10-29 Rob LandleyTweak permissions of toybox binary.
2015-10-29 Elliott HughesUpdate Android section of roadmap.
2015-10-29 Rob LandleyNote Debian abandoning LSB and our own decision not...
2015-10-29 Rob LandleyFix sed bug reported by Isabella Parakiss, where sed...
2015-10-29 Rob LandleyOops, forgot to check in the header file change for...
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-29 Rob LandleyTweak build instructions in README/code.html.
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.
next