OSDN Git Service

Switch help.c from #ifdef to if()
[android-x86/external-toybox.git] / toys / pending /
2016-08-25 Elliott HughesAdd chrt to pending.
2016-08-22 Rob LandleyA round of dd cleanup.
2016-08-21 Rob LandleyPromote setfattr
2016-08-21 Rob LandleyClean up setfattr.
2016-08-07 Rob LandleyInline setup_inout(), test ftruncate() return value...
2016-08-04 Rob LandleyMake xopen() skip stdin/stdout/stderr, add xopen_stdio...
2016-07-18 Elliott HughesAdd getfattr(1) and setfattr(1).
2016-07-08 Elliott Hughesdd improvements.
2016-07-04 Rob LandleyPromote file.
2016-07-04 Elliott HughesImprove file(1)'s ELF support.
2016-07-03 Rob LandleyPromote netsat, and move ifconfig, netcat, and rfkill...
2016-07-03 Rob LandleyMore netstat cleanup (inline display_data)
2016-07-02 Rob LandleyNext round of netstat cleanup.
2016-06-19 Rob LandleyNext round of diffstat cleanup.
2016-06-12 Rob LandleyLots of netstat cleanup, including a rewrite of the...
2016-06-12 Elliott HughesFinish switching to dev_major/dev_minor.
2016-06-11 Rob LandleyMissing parentheses. (Oops.)
2016-06-10 Elliott HughesFix trailing whitespace bug in netstat.
2016-06-10 Rob Landleyxreadlink() only exits for memory allocation, it return...
2016-04-23 Elliott HughesFix more to not append an extra newline.
2016-04-23 Elliott HughesFix more to a non-tty.
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-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-07 Rob LandleyCleanup pass on the dirtree infrastructure, in preparat...
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-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-22 Lipi C. H. Leeimplement simple 'wget' and port name can be specified...
2016-02-21 Rob Landleylsof cleanup
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-11 Tom Marshalltoybox: tar: Fix support for long names
2016-02-08 Rob LandleyAdd xpipe() to lib.
2016-01-25 Elliott HughesFix compiler warnings in traceroute.
2016-01-21 Lipi LeeI cleaned up the code in 'netstat.c' as belows.
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-15 Rob LandleyImplement most of pgrep and pkill.
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-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 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-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-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 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 HughesDecode netlink sockets in lsof.
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 Landleyxvfork went away.
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-11 Rob LandleyReplace toys.exithelp with help_exit() in lib.
2015-09-09 Rob LandleySquish more warnings in pending.
2015-09-09 Elliott HughesFix netstat -e.
2015-09-09 Elliott Hughesi already did -l and -t, the positive side of -p, plus...
2015-09-08 Elliott HughesFix netstat -p.
2015-09-08 Lipi Leeincrease the size of progname to avoid buffer overflow
2015-09-07 Rob LandleyRemove prompt argument from yesno(), caller can fprintf...
2015-09-04 Elliott HughesImplement lsof.
2015-08-20 Isaac DunhamI discovered that the reason SIGINT causes a reboot...
2015-08-09 Elliott HughesDifferent tools have different ideas about what human...
2015-08-08 Rob LandleyIsaac Dunham pointed out that SIGINT's handler was...
next