platform/upstream/toybox.git
2014-06-11 Rob LandleyUpdate toybox help to say how to install the static...
2014-06-10 Isaac Dunhampending/useradd: unbreak build
2014-06-09 Rob LandleyPromote rfkill.
2014-06-09 Rob LandleyForgot to check in strstart().
2014-06-09 Rob LandleyCleanup pass on rfkill.
2014-06-09 Rob Landleyhost needs -lresolv
2014-06-09 Rob LandleyWhen locale is enabled, sprintf("%.123s", str) is count...
2014-06-08 Rob LandleyWarning fix from Rich Felker.
2014-06-08 Rob LandleyAdd host by Rich Felker.
2014-06-08 Rob LandleyIsaac Dunham also reported that some diff implementatio...
2014-06-08 Rob LandleyIsaac Dunham pointed out that busybox diff only impleme...
2014-06-08 Rob LandleyReplace large parenthetical in bloatcheck with a function.
2014-06-07 Rob LandleyMinor tweaks to code style section.
2014-06-07 Rob LandleyMake md5sum/sha1sum -b flag be "brief" output (just...
2014-06-03 Rob Landleymount: start on option parsing, implement loopback...
2014-06-03 Rob LandleyHelp text should have a blank line after usage: lines...
2014-06-01 Isaac DunhamThe tests for link and du are attached.
2014-06-01 Isaac Dunhamcpio: archive more files
2014-05-31 Felix Jandaiconv: some fixes
2014-05-31 Rob LandleyPromote partprobe.
2014-05-31 Rob LandleyCleanup partprobe.
2014-05-31 Rob LandleyIntroduce xfork() and make commands use it, and make...
2014-05-29 Ashwini Sharmakillall5 - kill all the processes not in its session.
2014-05-29 Ashwini Sharmamakedevs - making devices/nodes in a range. Supports...
2014-05-29 Ashwini Sharmastrings - print the strings in the file.
2014-05-29 Rob LandleyFirst stab at mount, very incomplete.
2014-05-29 Rob LandleyMake "losetup /dev/loop0 filename" work.
2014-05-29 Rob LandleySwitch mtab_list to doubly linked so we can traverse...
2014-05-27 Rob LandleyAdd mount options to data getmountlist collects.
2014-05-27 Rob LandleyBrush the dust off toysh.
2014-05-26 Rob LandleyIsaac Dunham suggested xprintf() should call fflush...
2014-05-26 Bertold Van... I have attached a patch adding a program that allows...
2014-05-25 Ashwini Sharmaatolx_range() is already added into lib/lib.c, in vconf...
2014-05-25 Isaac Dunhamlogname and whoami are the same as id -un, so merge...
2014-05-25 Rob LandleyBugfix from Isaac Dunham (new pci database has # commen...
2014-05-24 Rob LandleyPending commands should default n
2014-05-24 Ashwini SharmaSingle-user login.
2014-05-24 Rob LandleyThe "not root" test happens before looking for --help...
2014-05-24 Rob LandleyRemove debug detritus I didn't mean to to check in...
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...
next