- 7634b55 Add loopfiles() function, make catv use it. by Rob Landley · 17 years ago
- f7bb55b Add a comment about a case that made me stop and think. by Rob Landley · 17 years ago
- d213bc2 Rebuild toybox when a header file changes by Charlie Shepherd · 17 years ago
- 860f263 Patch from Charlie Shepherd: remove extra \n from error_exit() arguments. by Rob Landley · 17 years ago
- 0d88c38 Add comment, and whitespace changes. by Rob Landley · 17 years ago
- 0dea00d Add kconfig/conf to .hgignore by Charlie Shepherd · 17 years ago
- 801aa55 Add tty applet by Charlie Shepherd · 17 years ago
- b938705 Add comment and very minor tweak. by Rob Landley · 17 years ago
- 860902c Remove a few bytes from basename and add 'em back (and more) in the help string. by Rob Landley · 17 years ago
- c15b3ed Patch from Charlie Shepherd to add basename and dirname. (Fixed up to apply.) by Rob Landley · 17 years ago
- 57389ec Re-roll loop, making code smaller. Also localize all the crypto information by Rob Landley · 17 years ago
- f198082 Untangle algorithm: use uint64_t for count, move union into struct, use struct by Rob Landley · 17 years ago
- 0a22c5c More cleanup: consistent indents, uint32_t, rename functions and structs, by Rob Landley · 17 years ago
- b911de3 Whitespace change: 4 spaces become one tab. by Rob Landley · 17 years ago
- 9fe9901 Minimal changes to make it actually work on an x86-64 host. by Rob Landley · 17 years ago
- 509dd14 Start with public domain SHA-1 in C by Steve Reid <steve@edmweb.com> by Rob Landley · 17 years ago
- b5b82d9 Implement dmesg. by Rob Landley · 17 years ago
- 126f9c5 Tighten up error handling, add a umask() call so -m 123 actually works. by Rob Landley · 17 years ago
- e15850a Replace strlcpy() with xstrcpy(), which exits if the string won't fit. by Rob Landley · 17 years ago
- efa93b9 Add noreturn mark to [p]error_exit(), suggested by Charlie Shepherd. by Rob Landley · 17 years ago
- ac442b4 Zap a warning. by Rob Landley · 17 years ago
- d0c379e Fix error message by Charlie Shepherd · 17 years ago
- 00ee268 Simplify touch -l slightly. by Rob Landley · 17 years ago
- 627dc77 Add an option to let touch extend or truncate a file and rename the err label to time_error to reduce confusion. by Charlie Shepherd · 17 years ago
- ded91bd Don't error on stat success, and create files with a sensible mode instead of 000 by Charlie Shepherd · 17 years ago
- d42ed83 Use builtin functions to simplify some code in touch by Charlie Shepherd · 17 years ago
- d3ab5f0 Fix typo in toysh tty description. by Charlie Shepherd · 17 years ago
- 6d15f37 Make toybox_unstripped depend upon toys/help.h (so it will be rebuilt when toys/Config.in is updated) by Charlie Shepherd · 17 years ago
- 60c2e3e Add initial mkfifo implementation by Charlie Shepherd · 17 years ago
- 2c22685 Remove trailing whitespace (thanks to Charlie Shepherd), and a couple comment by Rob Landley · 17 years ago
- 5d43eb4 Replace space indent with tab indent by Charlie Shepherd · 17 years ago
- 5bc74b6 Add .hgignore file by Charlie Shepherd · 17 years ago
- 59f757e Change strlcpy not to use strncpy. (Adds 24 bytes, but doesn't memset the by Rob Landley · 17 years ago
- ce8aae4 Patch fromm Roberto Foglietta: distclean should remove toys/help.h by Rob Landley · 17 years ago
- 2c4f3cb Add or correct file descriptions by Charlie Shepherd · 17 years ago
- 064d1b1 Move toybox_old delete (for bloatcheck) from clean to distclean. by Rob Landley · 17 years ago
- 6a6dee3 Fix from Charlie Shepherd: at end of string, don't match the null terminator by Rob Landley · 17 years ago
- 961e171 xcreate(): perror already prints error name and newline, remove redundancy. by Rob Landley · 17 years ago
- 8ae467c Patch from Charlie Shepherd: Implement touch, set the default in Config.in to by Rob Landley · 17 years ago
- 503d0f5 Get toysh.c to start using the option parsing logic, and some minor cleanup. by Rob Landley · 17 years ago
- 9abf136 Need to commit this too. :) by Rob Landley · 17 years ago
- d06c58d Promote help to global config option, teach error_exit() to output usage message when called by Rob Landley · 17 years ago
- 103b7e0 Break out dirtree.c and let it call a function instead of returning the data. by Rob Landley · 17 years ago
- df27a60 Missing config dependency: The mdev config file should depend on mdev. by Rob Landley · 17 years ago
- 34d4ce7 Move optimizer flags to OPTIMIZE, so "make CC=tcc OPTIMIZE=" is an option. by Rob Landley · 17 years ago
- a76f82c Minor tweak to web page. by Rob Landley · 17 years ago
- 7ecedea Add "help" command. (Building help/help.h requires python, but I'll ship by Rob Landley · 17 years ago
- 6ed92f3 Tweak error message. by Rob Landley · 17 years ago
- 9303e2f More klibc fixes from Maximilian Attems, strlcpy() this time. by Rob Landley · 17 years ago
- f3c56e7 Remove strings.h which Maximilian Attems points out is obsolete: by Rob Landley · 17 years ago
- 9aa9d14 Update web page to mention 0.0.3 release. by Rob Landley · 17 years ago
- 145879c Added tag 0.0.3 for changeset a459c6b39645 by Rob Landley · 17 years ago
- e35f2b8 Fix makefile to defconfig properly, and leak in a bit of the new test by Rob Landley · 17 years ago
- 132922a Fix READLINK_F dependency. by Rob Landley · 17 years ago
- 2b8b127 Change defaults of working commands to yes, so "make defconfig" is more by Rob Landley · 17 years ago
- 56dac2a Add a dummy "touch" to make it all build again. by Rob Landley · 17 years ago
- 5288145 Add readlink. Why doesn't mercurial show newly added files in "hg diff"? by Rob Landley · 17 years ago
- 5084fea Add xputs() to detect EOF on writes. by Rob Landley · 17 years ago
- 7aa9d8f Fix "Need 1 arguments". by Rob Landley · 17 years ago
- 0d8dfb2 Vladimir Oleynik pointed out that va_start() twice in the same function by Rob Landley · 17 years ago
- 4307a7b Make warning go away. by Rob Landley · 17 years ago
- 18d43ff Work around uClibc weirdness. by Rob Landley · 17 years ago
- 171af61 More cross compiling infrastructure. by Rob Landley · 17 years ago
- fc2224b Show the compiler how to optimize out the option parsing logic when nothing by Rob Landley · 17 years ago
- b841cd2 Allow applets with optarg string NULL to use toy.optargs[]. by Rob Landley · 17 years ago
- 9fdf465 Humor dash, which is broken. by Rob Landley · 17 years ago
- 30d79a1 Make it easier to specify which compiler to use. by Rob Landley · 17 years ago
- f2f98fa Add sleep. by Rob Landley · 17 years ago
- 8e0520c Link to ars technica paedia broke because ars is now using Windows 2003 on by Rob Landley · 17 years ago
- f2ccc2d Add true and false. by Rob Landley · 18 years ago
- 0c93f6c Add readlink, xreadlink(), and change xrealloc() to not fight the stupid by Rob Landley · 18 years ago
- c92fde0 Add sync and an incomplete version of mdev. by Rob Landley · 18 years ago
- 4f34f0a And more mke2fs changes. by Rob Landley · 18 years ago
- 8f4119a Next iteration of mke2fs development. by Rob Landley · 18 years ago
- d989df3 Apply uClibc's changes to this kconfig. by Rob Landley · 18 years ago
- 217047b Move project name to Makefile. by Rob Landley · 18 years ago
- 6126b25 Convert HOST_CC to HOSTCC to be more like uClibc build. by Rob Landley · 18 years ago
- d1ed4c6 Change help text: not just used for the kernel. by Rob Landley · 18 years ago
- b90926a Add web page background image and check in some half-finished ext2 by Rob Landley · 18 years ago
- 3caedb7 Fix oneit: <1 is only parsed at the start of the argument list. by Rob Landley · 18 years ago
- 1465cfa Calculate block and inode usage in group table and bitmaps. by Rob Landley · 18 years ago
- cff28b7 Precalculate block and inode usage given a starting file tree. This compiles, by Rob Landley · 18 years ago
- 5f1d7e2 An old test suite wrapper I wrote, cleaned up a bit and checked for copyrights. by Rob Landley · 18 years ago
- f575716 Add atolx() which understands extensions for kilobytes and megabytes and such. by Rob Landley · 18 years ago
- fb6c09e Calculate st_nlink for each node, via a small but n^2 algorithm. by Rob Landley · 18 years ago
- 2aa494d MacOS X has a defective sed with no -r. by Rob Landley · 18 years ago
- 4f5a671 More work on mke2fs.c. Random in-progress snapshot... by Rob Landley · 18 years ago
- 6275b1f Make kconfig build on MacOS X. (Because it's there.) by Rob Landley · 18 years ago
- 720fc26 Add parent pointer to dirtree, more work on mke2fs (populate dirtree, count by Rob Landley · 18 years ago
- 97c63ec Rename functions.c to lib.c. (Easier name to remember.) by Rob Landley · 18 years ago
- d25f7e4 Add xstat(), read_dirtree(), and read_dirtree_node(). by Rob Landley · 18 years ago
- fd1c5ba Teach build to build only the toys/*.c selected in .config, and teach by Rob Landley · 18 years ago
- 5a60e26 Trim a redundant definition that confuses older compilers. (Regression testing by Rob Landley · 18 years ago
- bf284cb Toybox option parsing must stop at the first non-option argument. by Rob Landley · 18 years ago
- edee7dd Missing comma, and slight simplification in defconfig sed invocation. by Rob Landley · 18 years ago
- de05a70 Add "make defconfig". Modify global options to start with CONFIG_TOYBOX_. by Rob Landley · 18 years ago
- bcfad87 Add make install_flat. by Rob Landley · 18 years ago
- a6d696b Small cleanup to prepare for cross-compile friendly make install. by Rob Landley · 18 years ago
- 00569d6 Added tag 0.0.2 for changeset d2e38cb0b1cd by Rob Landley · 18 years ago
- c555a0c I forgot to add count.c a while ago. (Memo to self: grab snapshots and build by Rob Landley · 18 years ago