Mercurial > hg > toybox
graph
-
Untangle algorithm: use uint64_t for count, move union into struct, use structSat, 24 Nov 2007 22:02:07 -0600, by Rob Landley
-
More cleanup: consistent indents, uint32_t, rename functions and structs,Sat, 24 Nov 2007 21:33:23 -0600, by Rob Landley
-
Whitespace change: 4 spaces become one tab.Sat, 24 Nov 2007 21:26:56 -0600, by Rob Landley
-
Minimal changes to make it actually work on an x86-64 host.Sat, 24 Nov 2007 21:26:09 -0600, by Rob Landley
-
Start with public domain SHA-1 in C by Steve Reid <steve@edmweb.com>Sat, 24 Nov 2007 21:25:18 -0600, by Rob Landley
-
Implement dmesg.Tue, 20 Nov 2007 01:06:29 -0600, by Rob Landley
-
Tighten up error handling, add a umask() call so -m 123 actually works.Mon, 19 Nov 2007 07:07:50 -0600, by Rob Landley
-
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