OSDN Git Service

Merge remote-tracking branch \\'toybox/master\\' into HEAD am: 73f8634ae0
[android-x86/external-toybox.git] / toys / pending /
2016-04-24 Elliott HughesMerge remote-tracking branch \'toybox/master\' into...
2016-04-24 Elliott HughesMerge remote-tracking branch \'toybox/master\' into...
2016-04-24 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2016-04-23 Elliott HughesFix more to not append an extra newline.
2016-04-23 Elliott HughesFix more to a non-tty.
2016-04-21 Elliott HughesMerge remote-tracking branch \'toybox/master\' into...
2016-04-21 Rob LandleyMerge remote-tracking branch \'toybox/master\' into...
2016-04-21 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2016-04-17 Rob LandleyDust off toysh, remove ancient config debris, add start...
2016-04-15 Andy ChuFix a buffer overflow in diff -r.
2016-04-08 Rob LandleyRedefining basename_r to mean something random seems...
2016-03-30 Elliott HughesMerge remote-tracking branch \'toybox/master\' into...
2016-03-30 Elliott HughesMerge remote-tracking branch \'toybox/master\' into...
2016-03-30 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2016-03-21 Rob LandleyPosix requires "" to be false, and 00 should be false...
2016-03-20 Elliott HughesMake lsof 10x faster by caching /proc/net socket info.
2016-03-17 Rob Landleyexpr cleanup: simplify get_str() and free returned...
2016-03-17 Rob Landleyexpr cleanup: traverse optargs with tok instead of...
2016-03-16 Rob LandleyMove whitespace and curly brackets around, move referen...
2016-03-16 Andy ChuFix type coercion bugs in expr.
2016-03-16 Andy ChuFix the operator precedence in expr.
2016-03-08 Rob LandleyAdd depends on TOYBOX_FORK for various commands that...
2016-03-08 Rob LandleyMerge remote-tracking branch \'toybox/master\' into...
2016-03-07 Rob LandleyCleanup pass on the dirtree infrastructure, in preparat...
2016-03-07 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2016-03-06 Lipi Leewget: clean up
2016-03-06 Rob LandleyAnother pass at file.c: move posix-required "executable...
2016-03-03 Elliott HughesFix file for Java class files, improve script detection...
2016-03-03 Rob LandleyMore minor cleanup (inline a function, simplify name...
2016-03-03 Rob LandleyMinor cleanup.
2016-03-02 Rob LandleyFor years the man pages have said to #include <sys...
2016-03-02 George Burgess IVUse the correct types for recvfrom.
2016-03-01 Rob Landleydo_regular_file() prints output line, don't fall throug...
2016-03-01 Elliott HughesMerge remote-tracking branch \'toybox/master\' into...
2016-02-29 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2016-02-29 Rob LandleyFix inverted test.
2016-02-29 Isaac Dunhampending/file: add cpio, tar, zip formats.
2016-02-29 Rob LandleyFix a typo from last time, and Isaac Dunham's todo...
2016-02-29 Rob LandleySecond pass at the ELF type table.
2016-02-27 Elliott HughesMerge remote-tracking branch 'goog/master' into merge
2016-02-22 Lipi C. H. Leeimplement simple 'wget' and port name can be specified...
2016-02-21 Rob Landleylsof cleanup
2016-02-20 Elliott HughesMerge remote-tracking branch \'toybox/master\' into...
2016-02-20 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2016-02-17 Rob LandleyAdd dynamic/static checking to file (printing dynamic...
2016-02-15 Rob LandleyCleanup pass on file.c, and add detection of different...
2016-02-14 Elliott HughesImplement file(1).
2016-02-12 Elliott HughesMerge remote-tracking branch \'toybox/master\' into...
2016-02-12 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2016-02-11 Tom Marshalltoybox: tar: Fix support for long names
2016-02-08 Rob LandleyAdd xpipe() to lib.
2016-02-02 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2016-01-25 Elliott HughesFix compiler warnings in traceroute.
2016-01-22 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2016-01-21 Lipi LeeI cleaned up the code in 'netstat.c' as belows.
2016-01-21 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2016-01-20 Rob LandleyAdd basic top support to ps.c, delete toys/pending...
2016-01-16 Rob LandleyMove create_uuid() to lib and xpoll() to lib/net.c.
2016-01-16 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2016-01-15 Rob LandleyImplement most of pgrep and pkill.
2016-01-09 Josh GaoMerge "Revert "Don't add a symlink for killall ---...
2016-01-04 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2015-12-24 Rob LandleyFactor out draw_str() and friends.
2015-12-20 Rob LandleyRedo linestack to handle embedded NULs.
2015-12-19 Rob LandleyStart of vi.
2015-11-13 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
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-04 Elliott HughesMerge "Add ps -Z."
2015-11-04 Rob Landleydhcp leanup: remove flag_get() and flag_chk()
2015-11-04 Rob LandleyNew dhcp6 command from Sameer Pradhan.
2015-11-02 Elliott HughesAdd ps -Z.
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 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-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-21 Rob LandleyMake ps.c whitespace consistent.
2015-10-21 Rob Landleyps: implement -t, remove leading 0 from ETIME days...
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-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.
next