Mercurial > hg > toybox
graph
-
Replace strlcpy() with xstrcpy(), which exits if the string won't fit.Mon, 19 Nov 2007 01:51:00 -0600, by Rob Landley
-
Add noreturn mark to [p]error_exit(), suggested by Charlie Shepherd.Thu, 15 Nov 2007 21:12:24 -0600, by Rob Landley
-
Zap a warning.Thu, 15 Nov 2007 20:52:01 -0600, by Rob Landley
-
Fix error messageSat, 10 Nov 2007 10:25:23 +0000, by Charlie Shepherd
-
Simplify touch -l slightly.Thu, 15 Nov 2007 20:43:35 -0600, by Rob Landley
-
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:03:01 +0000, by Charlie Shepherd
-
Don't error on stat success, and create files with a sensible mode instead of 000Sat, 10 Nov 2007 10:01:28 +0000, by Charlie Shepherd
-
Use builtin functions to simplify some code in touchSat, 10 Nov 2007 09:30:02 +0000, by Charlie Shepherd
-
Fix typo in toysh tty description.Sat, 10 Nov 2007 09:10:51 +0000, by Charlie Shepherd
-
Make toybox_unstripped depend upon toys/help.h (so it will be rebuilt when toys/Config.in is updated)Sat, 10 Nov 2007 08:54:22 +0000, by Charlie Shepherd
-
Add initial mkfifo implementationWed, 07 Nov 2007 00:11:20 +0000, by Charlie Shepherd
-
Remove trailing whitespace (thanks to Charlie Shepherd), and a couple commentThu, 15 Nov 2007 18:30:30 -0600, by Rob Landley
-
Replace space indent with tab indentTue, 06 Nov 2007 23:24:56 +0000, by Charlie Shepherd
-
Add .hgignore fileTue, 06 Nov 2007 23:12:03 +0000, by Charlie Shepherd
-
Change strlcpy not to use strncpy. (Adds 24 bytes, but doesn't memset theThu, 15 Nov 2007 16:18:33 -0600, by Rob Landley
-
Patch fromm Roberto Foglietta: distclean should remove toys/help.hMon, 12 Nov 2007 19:24:52 -0600, by Rob Landley
-
Add or correct file descriptionsTue, 06 Nov 2007 20:47:18 +0000, by Charlie Shepherd
-
Move toybox_old delete (for bloatcheck) from clean to distclean.Tue, 06 Nov 2007 00:35:26 -0600, by Rob Landley
-
Fix from Charlie Shepherd: at end of string, don't match the null terminatorSun, 04 Nov 2007 15:32:59 -0600, by Rob Landley
-
xcreate(): perror already prints error name and newline, remove redundancy.Sun, 04 Nov 2007 15:31:06 -0600, by Rob Landley
-
Patch from Charlie Shepherd: Implement touch, set the default in Config.in toWed, 31 Oct 2007 01:13:36 -0500, by Rob Landley
-
Get toysh.c to start using the option parsing logic, and some minor cleanup.Fri, 19 Oct 2007 19:12:48 -0500, by Rob Landley
-
Need to commit this too. :)Tue, 16 Oct 2007 01:49:05 -0500, by Rob Landley
-
Promote help to global config option, teach error_exit() to output usage message when calledThu, 11 Oct 2007 15:36:36 -0500, by Rob Landley
-
Break out dirtree.c and let it call a function instead of returning the data.Thu, 04 Oct 2007 02:04:10 -0500, by Rob Landley
-
Missing config dependency: The mdev config file should depend on mdev.Wed, 05 Sep 2007 21:23:56 -0500, by Rob Landley
-
Move optimizer flags to OPTIMIZE, so "make CC=tcc OPTIMIZE=" is an option.Tue, 04 Sep 2007 23:02:58 -0500, by Rob Landley
-
Minor tweak to web page.Sat, 01 Sep 2007 16:27:31 -0500, by Rob Landley
-
Add "help" command. (Building help/help.h requires python, but I'll shipWed, 29 Aug 2007 08:10:01 -0500, by Rob Landley
-
Tweak error message.Tue, 21 Aug 2007 01:42:54 -0500, by Rob Landley
-
More klibc fixes from Maximilian Attems, strlcpy() this time.Wed, 15 Aug 2007 12:50:44 -0500, by Rob Landley
-
Remove strings.h which Maximilian Attems points out is obsolete:Wed, 15 Aug 2007 11:03:50 -0500, by Rob Landley
-
Update web page to mention 0.0.3 release.Mon, 18 Jun 2007 01:27:43 -0400, by Rob Landley
-
Added tag 0.0.3 for changeset a459c6b39645Mon, 18 Jun 2007 01:22:14 -0400, by Rob Landley
-
Fix makefile to defconfig properly, and leak in a bit of the new test 0.0.3Mon, 18 Jun 2007 01:09:00 -0400, by Rob Landley
-
Fix READLINK_F dependency.Mon, 18 Jun 2007 01:00:32 -0400, by Rob Landley
-
Change defaults of working commands to yes, so "make defconfig" is moreMon, 18 Jun 2007 00:44:53 -0400, by Rob Landley
-
Add a dummy "touch" to make it all build again.Mon, 18 Jun 2007 00:17:04 -0400, by Rob Landley
-
Add readlink. Why doesn't mercurial show newly added files in "hg diff"?Mon, 18 Jun 2007 00:15:48 -0400, by Rob Landley
-
Add xputs() to detect EOF on writes.Mon, 18 Jun 2007 00:14:03 -0400, by Rob Landley
-
Fix "Need 1 arguments".Mon, 18 Jun 2007 00:12:43 -0400, by Rob Landley
-
Vladimir Oleynik pointed out that va_start() twice in the same functionFri, 15 Jun 2007 15:16:46 -0400, by Rob Landley
-
Make warning go away.Thu, 07 Jun 2007 15:20:26 -0400, by Rob Landley
-
Work around uClibc weirdness.Thu, 07 Jun 2007 15:19:44 -0400, by Rob Landley
-
More cross compiling infrastructure.Thu, 07 Jun 2007 15:19:00 -0400, by Rob Landley
-
Show the compiler how to optimize out the option parsing logic when nothingFri, 01 Jun 2007 14:31:45 -0400, by Rob Landley
-
Allow applets with optarg string NULL to use toy.optargs[].Fri, 01 Jun 2007 13:41:24 -0400, by Rob Landley
-
Humor dash, which is broken.Fri, 01 Jun 2007 11:46:56 -0400, by Rob Landley
-
Make it easier to specify which compiler to use.Tue, 29 May 2007 16:26:47 -0400, by Rob Landley
-
Add sleep.Thu, 17 May 2007 02:38:27 -0400, by Rob Landley
-
Link to ars technica paedia broke because ars is now using Windows 2003 onThu, 17 May 2007 02:38:17 -0400, by Rob Landley
-
Add true and false.Mon, 30 Apr 2007 00:08:48 -0400, by Rob Landley
-
Add readlink, xreadlink(), and change xrealloc() to not fight the stupidSun, 29 Apr 2007 19:55:21 -0400, by Rob Landley
-
Add sync and an incomplete version of mdev.Mon, 23 Apr 2007 15:45:55 -0400, by Rob Landley
-
And more mke2fs changes.Wed, 18 Apr 2007 21:41:38 -0400, by Rob Landley
-
Next iteration of mke2fs development.Wed, 18 Apr 2007 21:39:46 -0400, by Rob Landley
-
Apply uClibc's changes to this kconfig.Thu, 15 Mar 2007 13:59:06 -0400, by Rob Landley
-
Move project name to Makefile.Mon, 12 Mar 2007 22:54:02 -0400, by Rob Landley
-
Convert HOST_CC to HOSTCC to be more like uClibc build.Mon, 12 Mar 2007 21:17:01 -0400, by Rob Landley
-
Change help text: not just used for the kernel.Mon, 12 Mar 2007 21:10:06 -0400, by Rob Landley