log

age author description
Wed, 23 Apr 2014 08:38:29 -0500 Rob Landley As long as uClibc's still around and requires you to jump through hoops to get iconv(), probe and build defconfig without it if it's not there. draft
Wed, 23 Apr 2014 08:37:07 -0500 Rob Landley usage: is lower case (the help generator looks for that, might as well be consistent). draft
Sun, 20 Apr 2014 14:22:19 -0500 Rob Landley Release announcement for 0.4.8. draft
Sun, 20 Apr 2014 13:38:07 -0500 Rob Landley Added tag 0.4.8 for changeset 8556669d3928 draft
Wed, 16 Apr 2014 19:49:15 -0500 Samuel Holland This version of fold fixes major bugs (infinite loop, overflow) and adds an option for un/refolding text. draft 0.4.8
Wed, 16 Apr 2014 08:54:19 -0500 Rob Landley Revert lots of half-finished local debris I didn't mean to check in with Isaac's roadmap update. draft
Wed, 16 Apr 2014 07:49:32 -0500 Rob Landley Probe for the existence of FIFREEZE and make fsfreeze depend on it. draft
Tue, 15 Apr 2014 21:59:42 -0500 Rob Landley Probes for O_NOFOLLOW that compile and run something aren't compatible with cross compiling, so just #define it to 0 if it's not in fcntl.h where posix-2008 says. draft
Sun, 13 Apr 2014 16:07:22 -0500 Ashwini Sharma A tool to reset the terminal. draft
Sun, 13 Apr 2014 16:04:16 -0500 Ashwini sharma An issue in ifconfig while verifying the HW Address, which is assumed to be of the format __C2:79:38:95:CD:AB__ but can be of form __C2:79:38:95:D:A__. In this case the HW address is reported as bad. draft
Sun, 13 Apr 2014 15:58:20 -0500 Ashwini Sharma An implementation of __printf__ is attached. draft
Sun, 13 Apr 2014 15:49:15 -0500 Rob Landley iconv cleanup. draft
Sun, 13 Apr 2014 13:12:45 -0500 Felix Janda iconv is actually something I'm missing on my current musl based system. draft
Sat, 12 Apr 2014 23:26:50 -0500 Isaac Dunham getty: build fix, clean up messages, simplify code draft
Sat, 12 Apr 2014 20:39:33 -0500 Rob Landley On further analysis, none of the glibc commands are interesting. draft
Sat, 12 Apr 2014 17:26:44 -0500 Isaac Dunham roadmap: describe glibc commands. draft
Thu, 10 Apr 2014 19:40:14 -0500 Rob Landley Fix date setting, and fluff out help text a bit. draft
Wed, 09 Apr 2014 17:26:09 -0500 Isaac Dunham modprobe: cleanup, incorporate Ashwini's fix for alias loading draft
Wed, 09 Apr 2014 09:23:17 -0500 Rob Landley Bugfix: if $TERM and friends aren't set, putenv() got passed a NULL. draft
Wed, 09 Apr 2014 08:30:09 -0500 Rob Landley Document some of the new temporary files in generated/, add anchor tags. draft
Wed, 09 Apr 2014 07:57:08 -0500 Rob Landley Note commands bundled with glibc but not musl. draft
Wed, 09 Apr 2014 07:55:08 -0500 Rob Landley Modprobe from Madhur Verma and Kyungwan Han. draft
Wed, 09 Apr 2014 07:45:59 -0500 Rob Landley A getty implementation from Sandeep Sharma and Kyungwan Han. draft
Wed, 09 Apr 2014 07:40:02 -0500 Ashwini Sharma _mkflags_ had an issue for generating FLAG_xxxx macros for long options. draft
Mon, 07 Apr 2014 12:53:24 -0500 Rob Landley generated/help.h is a lot easier to read with an extra newline between each help entry. draft
Thu, 03 Apr 2014 22:43:28 -0500 Isaac Dunham openvt tries opening several devices to get an fd that points to the current console, without a need for read or write permissions. O_RDWR implies that both O_RDONLY and O_WRONLY would work, so skip it. Reindent. draft
Thu, 03 Apr 2014 18:01:44 -0500 Samuel Holland Here is a basic implementation of fold[0]. It does not support multibyte characters, though that would probably just require more switch cases. draft
Wed, 02 Apr 2014 06:37:14 -0500 Rob Landley Decided not to go with the sflate implementation of deflate/inflate. The decompression side's already reimplemented in compress, and I'm working on compression side. draft
Wed, 02 Apr 2014 06:35:33 -0500 Ashwini Sharma In ifconfig.c, there is a glitch in function get_addrinfo() when computing the prefix length. draft
Tue, 01 Apr 2014 18:20:00 -0500 Rob Landley New toy fsfreeze, from Isaac Dunham, plus minor cleanups. draft
Tue, 01 Apr 2014 18:18:46 -0500 Rob Landley bugfix: the multiplexer increments optc and then the command the multiplexer runs increments it further, resulting in a wrong count. Fix: zero it. draft
Sat, 29 Mar 2014 18:11:00 -0500 Rob Landley Group headers by standard (POSIX or LSB) or function (internationalization, networking). Move headers standards ignore (but which have been there >15 years) to lib/portability.h. Fold xregcomp into lib since it's posix. draft
Sat, 29 Mar 2014 15:25:23 -0500 Isaac Dunham find: clarify and expand the help for find -type draft
Fri, 28 Mar 2014 22:55:30 -0500 Rob Landley Add help.html (make defconfig && help -ah > help.html) to index. draft
Fri, 28 Mar 2014 17:48:02 -0500 Rob Landley Add help -a (to show all commands) and -h (to produce HTML output). draft
Thu, 27 Mar 2014 07:02:01 -0500 Isaac Dunham Fix cpio -it: don't close(fd) unless we opened it. draft
Wed, 26 Mar 2014 06:07:06 -0500 Rob Landley More cpio bugfixes from Isaac Dunham. draft
Tue, 25 Mar 2014 07:35:56 -0500 Rob Landley Promote cpio out of pending. draft
Tue, 25 Mar 2014 07:24:50 -0500 Rob Landley Several cpio bugfixes spotted by Isaac Dunham. draft
Mon, 24 Mar 2014 08:19:21 -0500 Rob Landley Most of the remaining cpio cleanup. draft
Mon, 24 Mar 2014 06:26:49 -0500 Rob Landley Fix mkdir -p with absolute paths. draft
Wed, 19 Mar 2014 13:57:06 -0500 Ashwini Sharma There are cases when the long options are of the format abc-def. In current implementation FLAG_xxx macros are generated for long options too. with __-__ sign in the macro, it will generate errors. draft
Sun, 16 Mar 2014 16:27:38 -0500 Rob Landley Clarify an unclear comment pointed out by Steve Long. draft
Sat, 15 Mar 2014 15:41:09 -0500 Rob Landley Next round of cpio cleanup. draft
Thu, 13 Mar 2014 19:55:59 -0500 Rob Landley Cleanup cpio: use getline() instead of fgets(), have getline() allocate its own memory (instead of using toybuf), use perror_msg() instead of lower level verror_msg() (which is really an internal function needed to implement perror_msg()), don't set execute bits on created archive. draft
Thu, 13 Mar 2014 19:42:42 -0500 Rob Landley Cleanup cpio: fiddle with help text, make option parsing require/exclude -iot combinations, move loopfiles_stdin() down after write_cpio_member() so we can hardwire it instead of using a function pointer that only ever has one value. draft
Tue, 11 Mar 2014 21:10:45 -0500 Rob Landley Patch from Isaac Dunham to add cpio -d, with a few tweaks by me. draft
Tue, 11 Mar 2014 20:44:55 -0500 Rob Landley Move mkpathat to lib, remove redundant function used by patch. draft
Tue, 11 Mar 2014 18:11:12 -0500 Rob Landley Add "volatile" annotation to peek/poke to stop potential optimizer overreach. draft
Tue, 11 Mar 2014 17:50:17 -0500 Rob Landley Factor out mkpathat. draft
Sun, 09 Mar 2014 14:42:28 -0500 Rob Landley Promote freeramdisk from pending to other, default y. draft
Sun, 09 Mar 2014 14:38:51 -0500 Rob Landley Cleanup freeramdisk: tabs to 2 spaces, square brackets for option name, do optional cleanup under if (CFG_TOYBOX_FREE) guard. draft
Sun, 09 Mar 2014 14:27:11 -0500 Vivek Bhagat Please find the patches attached herewith for adding 3 new commands - draft
Sat, 08 Mar 2014 19:26:33 -0600 Rob Landley Broken URL that's been pointed out to me a couple times when I'm not at a machine I can fix it from, keep forgetting... draft
Fri, 28 Feb 2014 23:10:03 -0600 Rob Landley Fix another bug reported by Ashwini Sharma. draft
Fri, 28 Feb 2014 23:04:57 -0600 Rob Landley Fix two bugs reported by Ashwini Sharma. draft
Fri, 28 Feb 2014 20:46:16 -0600 Rob Landley Fix header file generation to not be confused by empty (but non-NULL) option string. draft
Mon, 24 Feb 2014 23:34:43 -0600 Rob Landley Put all FOR_xxx blocks after all CLEANUP_xxx in generated/flags.h so the usages don't have to be in alphabetical order. draft
Sun, 23 Feb 2014 20:11:06 -0600 Rob Landley CLEANUP transitions require all the generated/flags.h stanzas always be present (even for commands disabled in the config) to avoid undefined symbol errors referencing FLAG_ macros. draft
Sat, 22 Feb 2014 08:02:09 -0600 Rob Landley Add -H option to cksum (hex output), fix to use FLAG macros. draft
Sat, 22 Feb 2014 08:01:11 -0600 Rob Landley Add crc code: zcat now works. draft
Fri, 21 Feb 2014 22:24:02 -0600 Rob Landley Update status page. draft
Fri, 21 Feb 2014 22:21:59 -0600 Rob Landley Update inflate code: fixed tables, bugfixes, zcat alias. draft
Sun, 16 Feb 2014 17:31:33 -0600 Rob Landley Make CLEANUP transitions work, so multiple NEWTOY() can exist in the same file. draft
Sun, 16 Feb 2014 11:09:23 -0600 Rob Landley Various cleanups found by Tom Sparrow's static analysis. draft
Thu, 13 Feb 2014 06:45:35 -0600 Rob Landley Ok, _maybe_ I'm rewriting deflate from scratch rather than cleaning up the existing one, but you can't prove it. I plead the fifth, third, twelvefth, twentieth, twenty-first, twenth-fith, and twenty-seventh. draft
Mon, 10 Feb 2014 08:30:05 -0600 Rob Landley Not buying it, eh? draft
Sat, 08 Feb 2014 13:37:57 -0600 Rob Landley Nothing to see here, move along. draft
Sat, 08 Feb 2014 10:53:26 -0600 Rob Landley Fix segfault with single build of a command with bare longopts. draft
Fri, 07 Feb 2014 07:56:46 -0600 Rob Landley Move bunzip2 logic from lib into bzcat. draft
Tue, 04 Feb 2014 06:20:14 -0600 Rob Landley Tweak help text. draft
Tue, 04 Feb 2014 06:16:44 -0600 Rob Landley More cleanup.html documentation, still way behind... draft
Tue, 04 Feb 2014 06:14:30 -0600 Rob Landley Use right config for single builds. draft
Tue, 04 Feb 2014 06:13:13 -0600 Rob Landley Add /prefix netmask support to ifconfig, ala "ifconfig eth0 192.168.1.42/28" draft
Sun, 02 Feb 2014 15:02:15 -0600 Rob Landley gzip: alphebetize help entries and remove trailing literal \n, check for command line option groups, move len/dist tables to GLOBALS and calculate instead of including literal tables, collate enum and typedef, convert main to toybox option parsing. draft
Sat, 01 Feb 2014 15:03:49 -0600 Rob Landley More gzip whitespace tweaks, and the occasional curly bracket. No actual code changes. draft
Fri, 31 Jan 2014 06:22:32 -0600 Rob Landley Convert leading tabs to spaces for gzip. draft
Fri, 31 Jan 2014 06:01:30 -0600 Rob Landley Add Szabolcs Nagy's deflate/inflate code from git://git.suckless.org/flate draft
Wed, 29 Jan 2014 23:47:53 -0600 Rob Landley More elaborate help text collating logic. draft
Tue, 28 Jan 2014 17:46:14 -0600 Isaac Dunham init: don't use VT_OPENQRY. draft
Tue, 28 Jan 2014 10:10:25 -0600 Isaac Dunham Two changes to shut up GCC: draft
Wed, 22 Jan 2014 23:29:50 -0600 Isaac Dunham -Eradicate (char*) casts for strings. draft
Mon, 20 Jan 2014 17:26:50 -0600 Rob Landley Collate usage: lines in help text. draft
Thu, 16 Jan 2014 09:26:50 -0600 Rob Landley Rename xmsprintf() to just xmprintf(). draft
Wed, 15 Jan 2014 09:38:31 -0600 Rob Landley Help text, collate usage blocks (badly). draft
Sun, 05 Jan 2014 14:43:27 -0600 Rob Landley Whitespace changes, and collate a couple declarations/first assignment. draft
Sat, 04 Jan 2014 13:09:42 -0600 Rob Landley Change header and pages so each page has its own title. draft
Fri, 03 Jan 2014 18:23:09 -0600 Rob Landley Replace python help converter with C implementation. draft
Wed, 01 Jan 2014 15:00:44 -0600 Rob Landley More work on the cleanup page, partway through describing ifconfig. draft
Wed, 01 Jan 2014 14:55:53 -0600 Rob Landley Add new paragraphs on trading off different _kinds_ of simplicity (easy for machine to run vs easy for humans to follow), and why comments aren't a substitute for good code. draft
Wed, 01 Jan 2014 13:24:03 -0600 Rob Landley The README trailed off into unfinished confusion at the end, fix up the obvious parts. draft
Tue, 31 Dec 2013 09:01:32 -0600 Rob Landley A few more commands in request section of roadmap. draft
Tue, 31 Dec 2013 09:01:01 -0600 Rob Landley Link to a couple more things from nav bar. draft
Sun, 29 Dec 2013 11:07:23 -0600 Rob Landley Add -zZ support to grep (NUL delimited input/output). draft
Sat, 28 Dec 2013 17:06:55 -0600 Rob Landley Cosmetic tweak. draft
Fri, 27 Dec 2013 21:14:57 -0600 Rob Landley Cleanup vmstat. Procs, memory, and cpu are reading right, the others not so much. draft
Fri, 27 Dec 2013 18:45:01 -0600 Rob Landley Pass through all the readfile() arguments from xreadfile(). draft
Fri, 27 Dec 2013 08:36:03 -0600 Isaac Dunham Noticed a few differences from standard help messages, plus a small draft
Fri, 27 Dec 2013 08:30:32 -0600 Ashwini Sharma Attached is an implementation for ftpget/put commands. draft
Fri, 27 Dec 2013 06:53:15 -0600 Rob Landley New section on #including header files. draft
Thu, 26 Dec 2013 09:37:03 -0600 Ashwini Sharma An implementation for brctl (ethernet bridge control). draft
Thu, 26 Dec 2013 09:34:58 -0600 Ashwini Sharma arping command is implemented. draft
Mon, 23 Dec 2013 20:58:24 -0600 Isaac Dunham The recent switch from get_int_value to to atolx_range left route draft
Mon, 23 Dec 2013 09:36:14 -0600 Rob Landley Two more commands (last and more) submitted by Ashwini Sharma. draft
Mon, 23 Dec 2013 09:33:48 -0600 Rob Landley telnet and telnetd from Ashwini Sharma's guys. draft
Mon, 23 Dec 2013 07:37:36 -0600 Rob Landley Clean up half-finished blkid.test. draft
Mon, 23 Dec 2013 07:26:22 -0600 Ashwini Sharma Updating the email id in Copyright. draft
Mon, 23 Dec 2013 07:23:28 -0600 Ashwini Sharma Attached is an implementation for groupdel. draft
Mon, 23 Dec 2013 07:19:07 -0600 Rob Landley Pending commands default n. draft
Mon, 23 Dec 2013 07:15:13 -0600 Ashwini Sharma IPv6 support is added into traceroute command. draft
Mon, 23 Dec 2013 06:49:38 -0600 Rob Landley Fix some issues raised (albeit indirectly) by Isaac Dunham. draft
Sun, 22 Dec 2013 20:15:54 -0600 Rob Landley Ashwini sharma pointed out that show_help() doesn't exit so "ifconfig eth0 netmask" would segfault. Replace it with an error_exit(), see list for aesthetic issue this raises re: help text. draft
Sun, 22 Dec 2013 19:39:12 -0600 Rob Landley Add -s option, allow zero optargs for -l. (Suggested by Ashwini Sharma.) draft
Sun, 22 Dec 2013 15:48:44 -0600 Rob Landley Promote su from pending to lsb. draft
Sun, 22 Dec 2013 15:47:48 -0600 Rob Landley Cleanup su. draft
Thu, 19 Dec 2013 22:20:08 -0600 Rob Landley killall: fix return code, improve error reporting, avoid buffer overflow. draft
Thu, 19 Dec 2013 21:38:12 -0600 Rob Landley Don't permute toys.optargs, cleanup code (xexec()) can free it. draft
Thu, 19 Dec 2013 15:14:33 -0600 Rob Landley Older python spit --version to stdout, 2.7 does it to stderr. Of course. draft
Thu, 19 Dec 2013 15:11:45 -0600 Rob Landley Only define MNT_DETACH for old glibc, portability.h included _before_ sys/mount.h... draft
Thu, 19 Dec 2013 15:07:28 -0600 Rob Landley toynet.h went away, missed a file... draft