OSDN Git Service

android-x86/external-toybox.git
2016-01-21 Elliott HughesDisable CFG_TOYBOX_DEBUG for now.
2016-01-21 Elliott HughesRegenerate generated files.
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-20 Rob LandleyFirst stab at making readfileat() realloc() in a loop...
2016-01-20 Rob LandleyAnother CFG_TOYBOX_DEBUG test.
2016-01-20 Rob Landleyruncon needs to exec, not recurse.
2016-01-19 Elliott HughesSet CONFIG_TOYBOX_NORECURSE.
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-17 Rob LandleyAdd -L label and UUID support to mkswap.
2016-01-17 Rob LandleyUpdate draw_str() and friends to do standard escaping...
2016-01-16 Rob LandleyMove create_uuid() to lib and xpoll() to lib/net.c.
2016-01-16 Rob LandleyAdd swapon -d (discard)
2016-01-16 Elliott HughesRegenerate generated files.
2016-01-16 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2016-01-16 Elliott HughesTurn on CFG_TOYBOX_DEBUG for valgrind.
2016-01-15 Rob LandleyCommand line files without paths were attempting to...
2016-01-15 Rob LandleyLocale setting is case sensitive.
2016-01-15 Rob LandleyMore utf8 test files.
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-12 Rob LandleyExpand defconfig/allyesconfig/allnoconfig help text...
2016-01-11 Elliott HughesRegenerate generated files.
2016-01-11 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2016-01-11 Elliott HughesFix tail -f /does/not/exist.
2016-01-11 Elliott HughesFix hwclock -u.
2016-01-11 Elliott HughesFix perror_exit_raw.
2016-01-10 Rob LandleyMake cursor left/right change sort type in iotop.
2016-01-09 Elliott HughesRegenerate generated files.
2016-01-09 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2016-01-09 Elliott HughesFix cat -.
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-07 Rob LandleyMake scan_key() specify timeout in miliseconds, split...
2016-01-06 Rob LandleyAdd error_msg_raw() and friends, replace error_msg...
2016-01-06 Rob LandleySome utf8/unicode stress test files.
2016-01-05 Rob LandleyWork towards making "find . -execdir echo {} + -execdir...
2016-01-04 Elliott HughesUpdate generated files after toybox sync.
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 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 Josh GaoRevert "Don't add a symlink for killall --- it's broken."
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-12 Elliott HughesRegenerate generated toybox files.
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-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 HughesMerge remote-tracking branch 'toybox/master' into HEAD
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 HughesRegenerate generated files after upstream sync.
2015-11-13 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
next