log

age author description
Sun, 16 Dec 2007 00:04:17 -0600 Rob Landley Script to use stty with netcat -f to talk to a serial port.
Sat, 15 Dec 2007 22:05:42 -0600 Rob Landley Basic tests for readlink.
Sat, 15 Dec 2007 21:47:25 -0600 Rob Landley Start of "patch" support. Writes to stdout at the moment.
Thu, 13 Dec 2007 07:00:27 -0600 Rob Landley Update web pages.
Wed, 12 Dec 2007 16:19:00 -0600 Rob Landley Set the executable bit in license.html so the server side #includes get parsed.
Tue, 11 Dec 2007 15:41:31 -0600 Rob Landley Update links and add some more spec comments.
Sun, 09 Dec 2007 15:35:42 -0600 Rob Landley Changeset 186 assumed that toys.exitval defaults to 0. Actually change the
Sun, 09 Dec 2007 15:32:07 -0600 Rob Landley Add some more .PHONY targets.
Sun, 09 Dec 2007 15:30:36 -0600 Rob Landley Add -c option to oneit, to specify console other than /dev/tty0.
Mon, 03 Dec 2007 20:05:57 -0600 Rob Landley Add comments about SUSv3 specs (or lack thereof).
Mon, 03 Dec 2007 20:05:14 -0600 Rob Landley Other chroots fall back to "/bin/sh -i", so add the -i.
Mon, 03 Dec 2007 19:59:34 -0600 Rob Landley Minor cleanups to sha1sum.
Mon, 03 Dec 2007 19:28:51 -0600 Rob Landley Add chroot.
Mon, 03 Dec 2007 18:57:57 -0600 Rob Landley Netcat needs this to build.
Mon, 03 Dec 2007 18:53:00 -0600 Rob Landley Add first pass at netcat. Base applet, -f, and -w implemented.
Fri, 30 Nov 2007 04:37:24 -0600 Rob Landley Minor cleanups/tweaks to touch.
Thu, 29 Nov 2007 18:32:20 -0600 Rob Landley Add sha1sum. (No -c mode yet.) Slight tweaks to loopfiles() too.
Thu, 29 Nov 2007 18:14:37 -0600 Rob Landley Change command main() functions to return void, and exit(toys.exitval) from
Thu, 29 Nov 2007 17:49:50 -0600 Rob Landley Add loopfiles() function, make catv use it.
Tue, 27 Nov 2007 01:44:27 -0600 Rob Landley Add a comment about a case that made me stop and think.
Sun, 25 Nov 2007 16:54:29 +0000 Charlie Shepherd Rebuild toybox when a header file changes
Tue, 27 Nov 2007 01:41:32 -0600 Rob Landley Patch from Charlie Shepherd: remove extra \n from error_exit() arguments.
Tue, 27 Nov 2007 01:36:50 -0600 Rob Landley Add comment, and whitespace changes.
Fri, 23 Nov 2007 21:01:37 +0000 Charlie Shepherd Add kconfig/conf to .hgignore
Fri, 23 Nov 2007 20:49:27 +0000 Charlie Shepherd Add tty applet
Tue, 27 Nov 2007 01:19:40 -0600 Rob Landley Add comment and very minor tweak.
Tue, 27 Nov 2007 01:06:43 -0600 Rob Landley Remove a few bytes from basename and add 'em back (and more) in the help string.
Tue, 27 Nov 2007 00:57:42 -0600 Rob Landley Patch from Charlie Shepherd to add basename and dirname. (Fixed up to apply.)
Sat, 24 Nov 2007 22:05:29 -0600 Rob Landley Re-roll loop, making code smaller. Also localize all the crypto information
Sat, 24 Nov 2007 22:02:07 -0600 Rob Landley Untangle algorithm: use uint64_t for count, move union into struct, use struct
Sat, 24 Nov 2007 21:33:23 -0600 Rob Landley More cleanup: consistent indents, uint32_t, rename functions and structs,
Sat, 24 Nov 2007 21:26:56 -0600 Rob Landley Whitespace change: 4 spaces become one tab.
Sat, 24 Nov 2007 21:26:09 -0600 Rob Landley Minimal changes to make it actually work on an x86-64 host.
Sat, 24 Nov 2007 21:25:18 -0600 Rob Landley Start with public domain SHA-1 in C by Steve Reid <steve@edmweb.com>
Tue, 20 Nov 2007 01:06:29 -0600 Rob Landley Implement dmesg.
Mon, 19 Nov 2007 07:07:50 -0600 Rob Landley Tighten up error handling, add a umask() call so -m 123 actually works.
Mon, 19 Nov 2007 01:51:00 -0600 Rob Landley Replace strlcpy() with xstrcpy(), which exits if the string won't fit.
Thu, 15 Nov 2007 21:12:24 -0600 Rob Landley Add noreturn mark to [p]error_exit(), suggested by Charlie Shepherd.
Thu, 15 Nov 2007 20:52:01 -0600 Rob Landley Zap a warning.
Sat, 10 Nov 2007 10:25:23 +0000 Charlie Shepherd Fix error message
Thu, 15 Nov 2007 20:43:35 -0600 Rob Landley Simplify touch -l slightly.
Sat, 10 Nov 2007 10:03:01 +0000 Charlie Shepherd Add an option to let touch extend or truncate a file and rename the err label to time_error to reduce confusion.
Sat, 10 Nov 2007 10:01:28 +0000 Charlie Shepherd Don't error on stat success, and create files with a sensible mode instead of 000
Sat, 10 Nov 2007 09:30:02 +0000 Charlie Shepherd Use builtin functions to simplify some code in touch
Sat, 10 Nov 2007 09:10:51 +0000 Charlie Shepherd Fix typo in toysh tty description.
Sat, 10 Nov 2007 08:54:22 +0000 Charlie Shepherd Make toybox_unstripped depend upon toys/help.h (so it will be rebuilt when toys/Config.in is updated)
Wed, 07 Nov 2007 00:11:20 +0000 Charlie Shepherd Add initial mkfifo implementation
Thu, 15 Nov 2007 18:30:30 -0600 Rob Landley Remove trailing whitespace (thanks to Charlie Shepherd), and a couple comment
Tue, 06 Nov 2007 23:24:56 +0000 Charlie Shepherd Replace space indent with tab indent
Tue, 06 Nov 2007 23:12:03 +0000 Charlie Shepherd Add .hgignore file
Thu, 15 Nov 2007 16:18:33 -0600 Rob Landley Change strlcpy not to use strncpy. (Adds 24 bytes, but doesn't memset the
Mon, 12 Nov 2007 19:24:52 -0600 Rob Landley Patch fromm Roberto Foglietta: distclean should remove toys/help.h
Tue, 06 Nov 2007 20:47:18 +0000 Charlie Shepherd Add or correct file descriptions
Tue, 06 Nov 2007 00:35:26 -0600 Rob Landley Move toybox_old delete (for bloatcheck) from clean to distclean.
Sun, 04 Nov 2007 15:32:59 -0600 Rob Landley Fix from Charlie Shepherd: at end of string, don't match the null terminator
Sun, 04 Nov 2007 15:31:06 -0600 Rob Landley xcreate(): perror already prints error name and newline, remove redundancy.
Wed, 31 Oct 2007 01:13:36 -0500 Rob Landley Patch from Charlie Shepherd: Implement touch, set the default in Config.in to
Fri, 19 Oct 2007 19:12:48 -0500 Rob Landley Get toysh.c to start using the option parsing logic, and some minor cleanup.
Tue, 16 Oct 2007 01:49:05 -0500 Rob Landley Need to commit this too. :)
Thu, 11 Oct 2007 15:36:36 -0500 Rob Landley Promote help to global config option, teach error_exit() to output usage message when called
Thu, 04 Oct 2007 02:04:10 -0500 Rob Landley Break out dirtree.c and let it call a function instead of returning the data.
Wed, 05 Sep 2007 21:23:56 -0500 Rob Landley Missing config dependency: The mdev config file should depend on mdev.
Tue, 04 Sep 2007 23:02:58 -0500 Rob Landley Move optimizer flags to OPTIMIZE, so "make CC=tcc OPTIMIZE=" is an option.
Sat, 01 Sep 2007 16:27:31 -0500 Rob Landley Minor tweak to web page.
Wed, 29 Aug 2007 08:10:01 -0500 Rob Landley Add "help" command. (Building help/help.h requires python, but I'll ship
Tue, 21 Aug 2007 01:42:54 -0500 Rob Landley Tweak error message.
Wed, 15 Aug 2007 12:50:44 -0500 Rob Landley More klibc fixes from Maximilian Attems, strlcpy() this time.
Wed, 15 Aug 2007 11:03:50 -0500 Rob Landley Remove strings.h which Maximilian Attems points out is obsolete:
Mon, 18 Jun 2007 01:27:43 -0400 Rob Landley Update web page to mention 0.0.3 release.
Mon, 18 Jun 2007 01:22:14 -0400 Rob Landley Added tag 0.0.3 for changeset a459c6b39645
Mon, 18 Jun 2007 01:09:00 -0400 Rob Landley Fix makefile to defconfig properly, and leak in a bit of the new test 0.0.3
Mon, 18 Jun 2007 01:00:32 -0400 Rob Landley Fix READLINK_F dependency.
Mon, 18 Jun 2007 00:44:53 -0400 Rob Landley Change defaults of working commands to yes, so "make defconfig" is more
Mon, 18 Jun 2007 00:17:04 -0400 Rob Landley Add a dummy "touch" to make it all build again.
Mon, 18 Jun 2007 00:15:48 -0400 Rob Landley Add readlink. Why doesn't mercurial show newly added files in "hg diff"?
Mon, 18 Jun 2007 00:14:03 -0400 Rob Landley Add xputs() to detect EOF on writes.
Mon, 18 Jun 2007 00:12:43 -0400 Rob Landley Fix "Need 1 arguments".
Fri, 15 Jun 2007 15:16:46 -0400 Rob Landley Vladimir Oleynik pointed out that va_start() twice in the same function
Thu, 07 Jun 2007 15:20:26 -0400 Rob Landley Make warning go away.
Thu, 07 Jun 2007 15:19:44 -0400 Rob Landley Work around uClibc weirdness.
Thu, 07 Jun 2007 15:19:00 -0400 Rob Landley More cross compiling infrastructure.
Fri, 01 Jun 2007 14:31:45 -0400 Rob Landley Show the compiler how to optimize out the option parsing logic when nothing
Fri, 01 Jun 2007 13:41:24 -0400 Rob Landley Allow applets with optarg string NULL to use toy.optargs[].
Fri, 01 Jun 2007 11:46:56 -0400 Rob Landley Humor dash, which is broken.
Tue, 29 May 2007 16:26:47 -0400 Rob Landley Make it easier to specify which compiler to use.
Thu, 17 May 2007 02:38:27 -0400 Rob Landley Add sleep.
Thu, 17 May 2007 02:38:17 -0400 Rob Landley Link to ars technica paedia broke because ars is now using Windows 2003 on
Mon, 30 Apr 2007 00:08:48 -0400 Rob Landley Add true and false.
Sun, 29 Apr 2007 19:55:21 -0400 Rob Landley Add readlink, xreadlink(), and change xrealloc() to not fight the stupid
Mon, 23 Apr 2007 15:45:55 -0400 Rob Landley Add sync and an incomplete version of mdev.
Wed, 18 Apr 2007 21:41:38 -0400 Rob Landley And more mke2fs changes.
Wed, 18 Apr 2007 21:39:46 -0400 Rob Landley Next iteration of mke2fs development.
Thu, 15 Mar 2007 13:59:06 -0400 Rob Landley Apply uClibc's changes to this kconfig.
Mon, 12 Mar 2007 22:54:02 -0400 Rob Landley Move project name to Makefile.
Mon, 12 Mar 2007 21:17:01 -0400 Rob Landley Convert HOST_CC to HOSTCC to be more like uClibc build.
Mon, 12 Mar 2007 21:10:06 -0400 Rob Landley Change help text: not just used for the kernel.
Mon, 12 Mar 2007 11:02:04 -0400 Rob Landley Add web page background image and check in some half-finished ext2
Wed, 21 Feb 2007 15:19:32 -0500 Rob Landley Fix oneit: <1 is only parsed at the start of the argument list.
Mon, 19 Feb 2007 01:44:28 -0500 Rob Landley Calculate block and inode usage in group table and bitmaps.
Sun, 18 Feb 2007 16:24:55 -0500 Rob Landley Precalculate block and inode usage given a starting file tree. This compiles,
Sun, 18 Feb 2007 14:23:10 -0500 Rob Landley An old test suite wrapper I wrote, cleaned up a bit and checked for copyrights.
Fri, 16 Feb 2007 21:08:22 -0500 Rob Landley Add atolx() which understands extensions for kilobytes and megabytes and such.
Wed, 14 Feb 2007 02:20:37 -0500 Rob Landley Calculate st_nlink for each node, via a small but n^2 algorithm.
Tue, 13 Feb 2007 16:41:51 -0500 Rob Landley MacOS X has a defective sed with no -r.
Mon, 12 Feb 2007 20:03:01 -0500 Rob Landley More work on mke2fs.c. Random in-progress snapshot...
Mon, 12 Feb 2007 19:59:12 -0500 Rob Landley Make kconfig build on MacOS X. (Because it's there.)
Sun, 04 Feb 2007 19:14:58 -0500 Rob Landley Add parent pointer to dirtree, more work on mke2fs (populate dirtree, count
Sun, 04 Feb 2007 19:06:07 -0500 Rob Landley Rename functions.c to lib.c. (Easier name to remember.)
Sat, 03 Feb 2007 14:11:26 -0500 Rob Landley Add xstat(), read_dirtree(), and read_dirtree_node().
Sat, 03 Feb 2007 14:10:00 -0500 Rob Landley Teach build to build only the toys/*.c selected in .config, and teach
Fri, 02 Feb 2007 10:53:55 -0500 Rob Landley Trim a redundant definition that confuses older compilers. (Regression testing
Thu, 01 Feb 2007 17:39:14 -0500 Rob Landley Toybox option parsing must stop at the first non-option argument.
Wed, 31 Jan 2007 15:23:21 -0500 Rob Landley Missing comma, and slight simplification in defconfig sed invocation.
Wed, 31 Jan 2007 14:37:01 -0500 Rob Landley Add "make defconfig". Modify global options to start with CONFIG_TOYBOX_.
Wed, 31 Jan 2007 14:18:05 -0500 Rob Landley Add make install_flat.
Wed, 31 Jan 2007 13:31:19 -0500 Rob Landley Small cleanup to prepare for cross-compile friendly make install.
Wed, 31 Jan 2007 12:28:50 -0500 Rob Landley Added tag 0.0.2 for changeset d2e38cb0b1cd
Wed, 31 Jan 2007 12:27:10 -0500 Rob Landley I forgot to add count.c a while ago. (Memo to self: grab snapshots and build 0.0.2
Wed, 31 Jan 2007 11:57:08 -0500 Rob Landley Move download->downloads (be consistent) and add a skeletal index bar along
Wed, 31 Jan 2007 10:50:56 -0500 Rob Landley This creates an almost valid empty ext2 filesystem, except for a few superblock