platform/upstream/toybox.git
2014-05-24 Rob LandleyPass the same $CFLAGS to the library probe as the final...
2014-05-24 Rob Landleypatch from ashwini sharma: treat 0 length read at the...
2014-05-23 Ashwini Sharmarfkill - enable/disable the radio devices
2014-05-23 Ashwini Sharmainotifyd - watch for filesystem events.
2014-05-23 Rob LandleyAshwini Sharma pointed out I screwed up last.c.
2014-05-23 Rob Landleydate: add -ds, document +FORMAT escapes.
2014-05-22 Rob LandleyUpdate docs for example and pending directories.
2014-05-21 Rob LandleyConvert bootchartd to generic_signal().
2014-05-21 Rob LandleyMake telnet use generic_signal(), minor in-passing...
2014-05-21 Rob LandleyMake telnetd use generic_signal(), inline kill_session...
2014-05-21 Rob LandleyAdd generic_signal() handler, which sets toys.signal...
2014-05-21 Rob LandleyFirst pass init cleanup: use sigatexit() to set multipl...
2014-05-21 Rob LandleyMake fsck.c use common list free function, collate...
2014-05-21 Rob LandleyMake last use common llist free function, minor cleanups.
2014-05-21 Rob LandleyAdd free functions for predefined llist types.
2014-05-21 Ashwini Sharmadhcp client had a segfault, when DHCP message contained...
2014-05-21 Isaac Dunhamlspci text output: add -i, allow -n when disabled
2014-05-20 Rob LandleyCleanup pass on bootchartd.
2014-05-19 Rob LandleyFluff out the coding style section, but the result...
2014-05-18 Rob LandleyQuick cleanup pass on ps.
2014-05-18 Rob LandleyCleanup pass on lspci
2014-05-18 Rob LandleyTeach singleconfig to switch on sub-options of commands...
2014-05-16 Rob Landleybootchartd by Bilal Qureshi.
2014-05-16 Daniel VerkampHere's a quick cleanup of md5sum. Executive summary...
2014-05-15 Rob LandleyPromote sysctl from pending to other, default y.
2014-05-15 Rob LandleyMore sysctl cleanup: fix error message on nonexistent...
2014-05-14 Rob LandleyCleanup pass on sysctl.
2014-05-12 Rob LandleyFirst cleanup pass on sysctl.
2014-05-12 Rob LandleyAdd sysctl by Bilal Qureshi.
2014-05-12 Rob LandleyAdd arp from Sandeep Sharma and Kyungwan Han.
2014-05-10 Rob Landleysizeof("string") treats it as a char array _including_...
2014-05-10 Rob LandleyInitial cleanup of last: mostly whitespace, move no...
2014-05-10 Rob LandleyCatch duplicate command name (which breaks the build...
2014-05-06 Rob LandleySwitch human_readable() to just outputing decimal kilo...
2014-05-06 Rob LandleyUse compiler built-in macros to determine if argument...
2014-05-06 Rob LandleyFix bug reported by Ashwini Sharma: rebound has to...
2014-05-02 Ashwini SharmaIn function readfile(), the buffer buf is free'd when...
2014-05-02 Ashwini SharmaAttached is the patch for lsattr and chattr implementation.
2014-04-29 Rob LandleyTeach cpio to set uid/gid and timestamp. (Timestamp...
2014-04-25 Rob Landleyfold cleanup: whitespace and curly brackets.
2014-04-25 Rob LandleyCosmetic tweak: spell out "Linux Standard Base" in...
2014-04-25 Rob LandleyFix od bug reported by Samuel Holland ("od -v -b" was...
2014-04-23 Rob LandleyAdd example directory, move hello.c into it, add skelet...
2014-04-23 Rob LandleyAs long as uClibc's still around and requires you to...
2014-04-23 Rob Landleyusage: is lower case (the help generator looks for...
2014-04-20 Rob LandleyRelease announcement for 0.4.8.
2014-04-20 Rob LandleyAdded tag 0.4.8 for changeset 8556669d3928
2014-04-17 Samuel HollandThis version of fold fixes major bugs (infinite loop...
2014-04-16 Rob LandleyRevert lots of half-finished local debris I didn't...
2014-04-16 Rob LandleyProbe for the existence of FIFREEZE and make fsfreeze...
2014-04-16 Rob LandleyProbes for O_NOFOLLOW that compile and run something...
2014-04-13 Ashwini SharmaA tool to reset the terminal.
2014-04-13 Ashwini sharmaAn issue in ifconfig while verifying the HW Address...
2014-04-13 Ashwini SharmaAn implementation of __printf__ is attached.
2014-04-13 Rob Landleyiconv cleanup.
2014-04-13 Felix Jandaiconv is actually something I'm missing on my current...
2014-04-13 Isaac Dunhamgetty: build fix, clean up messages, simplify code
2014-04-13 Rob LandleyOn further analysis, none of the glibc commands are...
2014-04-12 Isaac Dunhamroadmap: describe glibc commands.
2014-04-11 Rob LandleyFix date setting, and fluff out help text a bit.
2014-04-09 Isaac Dunhammodprobe: cleanup, incorporate Ashwini's fix for alias...
2014-04-09 Rob LandleyBugfix: if $TERM and friends aren't set, putenv() got...
2014-04-09 Rob LandleyDocument some of the new temporary files in generated...
2014-04-09 Rob LandleyNote commands bundled with glibc but not musl.
2014-04-09 Rob LandleyModprobe from Madhur Verma and Kyungwan Han.
2014-04-09 Rob LandleyA getty implementation from Sandeep Sharma and Kyungwan...
2014-04-09 Ashwini Sharma_mkflags_ had an issue for generating FLAG_xxxx macros...
2014-04-07 Rob Landleygenerated/help.h is a lot easier to read with an extra...
2014-04-04 Isaac Dunhamopenvt tries opening several devices to get an fd that...
2014-04-03 Samuel HollandHere is a basic implementation of fold[0]. It does...
2014-04-02 Rob LandleyDecided not to go with the sflate implementation of...
2014-04-02 Ashwini SharmaIn ifconfig.c, there is a glitch in function get_addrin...
2014-04-01 Rob LandleyNew toy fsfreeze, from Isaac Dunham, plus minor cleanups.
2014-04-01 Rob Landleybugfix: the multiplexer increments optc and then the...
2014-03-29 Rob LandleyGroup headers by standard (POSIX or LSB) or function...
2014-03-29 Isaac Dunhamfind: clarify and expand the help for find -type
2014-03-29 Rob LandleyAdd help.html (make defconfig && help -ah > help.html...
2014-03-28 Rob LandleyAdd help -a (to show all commands) and -h (to produce...
2014-03-27 Isaac DunhamFix cpio -it: don't close(fd) unless we opened it.
2014-03-26 Rob LandleyMore cpio bugfixes from Isaac Dunham.
2014-03-25 Rob LandleyPromote cpio out of pending.
2014-03-25 Rob LandleySeveral cpio bugfixes spotted by Isaac Dunham.
2014-03-24 Rob LandleyMost of the remaining cpio cleanup.
2014-03-24 Rob LandleyFix mkdir -p with absolute paths.
2014-03-19 Ashwini SharmaThere are cases when the long options are of the format...
2014-03-16 Rob LandleyClarify an unclear comment pointed out by Steve Long.
2014-03-15 Rob LandleyNext round of cpio cleanup.
2014-03-14 Rob LandleyCleanup cpio: use getline() instead of fgets(), have...
2014-03-14 Rob LandleyCleanup cpio: fiddle with help text, make option parsin...
2014-03-12 Rob LandleyPatch from Isaac Dunham to add cpio -d, with a few...
2014-03-12 Rob LandleyMove mkpathat to lib, remove redundant function used...
2014-03-11 Rob LandleyAdd "volatile" annotation to peek/poke to stop potentia...
2014-03-11 Rob LandleyFactor out mkpathat.
2014-03-09 Rob LandleyPromote freeramdisk from pending to other, default y.
2014-03-09 Rob LandleyCleanup freeramdisk: tabs to 2 spaces, square brackets...
2014-03-09 Vivek BhagatPlease find the patches attached herewith for adding...
2014-03-09 Rob LandleyBroken URL that's been pointed out to me a couple times...
2014-03-01 Rob LandleyFix another bug reported by Ashwini Sharma.
2014-03-01 Rob LandleyFix two bugs reported by Ashwini Sharma.
2014-03-01 Rob LandleyFix header file generation to not be confused by empty...
next