index
:
forks/toybox
master
Toybox with POSIX patches from E5ten
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toys
/
Config.in
Age
Commit message (
Expand
)
Author
2007-06-18
Fix READLINK_F dependency.
Rob Landley
2007-06-18
Change defaults of working commands to yes, so "make defconfig" is more
Rob Landley
2007-05-17
Add sleep.
Rob Landley
2007-04-30
Add true and false.
Rob Landley
2007-04-29
Add readlink, xreadlink(), and change xrealloc() to not fight the stupid
Rob Landley
2007-04-23
Add sync and an incomplete version of mdev.
Rob Landley
2007-02-13
MacOS X has a defective sed with no -r.
Rob Landley
2007-01-20
Add "yes" command.
Rob Landley
2007-01-20
Add "echo". Has -n and -e (but not \0123 yet).
Rob Landley
2007-01-18
Add count command.
Rob Landley
2007-01-07
Two unrelated additions I'm working on cross over in this file. In theory I
Rob Landley
2006-11-25
Add cat -v.
Rob Landley
2006-11-25
Add oneit.
Rob Landley
2006-11-19
New option parsing infrastructure (doesn't use getopt). Hook it up to
Rob Landley
2006-11-04
Add pwd. Consolidate toy list information under toylist.h.
Rob Landley
2006-11-03
Implement which. Add hello world to menuconfig. Wrap the various applet main
Rob Landley
2006-11-02
Thinko: the Config.in for the toys should be in ./toys, not ./lib.
Rob Landley