index
:
forks/toybox
master
Toybox with POSIX patches from E5ten
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
genconfig.sh
Age
Commit message (
Collapse
)
Author
2012-08-25
Move commands into "posix", "lsb", and "other" menus/directories.
Rob Landley
2012-03-19
Have probe for unshare test for actual unshare() function in libc.
Rob Landley
2012-03-04
Fix build on slackware-current.
Georgi Chorbadzhiyski
2012-03-03
Fix from Georgi Chorbadzhiyski to make cross compiling more robust.
0.2.1
Rob Landley
2012-02-23
Don't mix the the probed symbols with the command symbols.
Rob Landley
2012-02-13
The unshare test needs $CC defined, source configure to get it.
Rob Landley
2012-02-03
Add autodetect for container support.
Rob Landley
2008-01-20
Fluff out hello.c to supply more example code as a skeleton for new commands,
Rob Landley
and update a chunk of code.html (much more to do there).
2008-01-19
Zap toys/Config.in and instead create generated/Config.in from contents of
Rob Landley
toys/*.c. Move relevant info into comment at the top of each toys/*.c. Also convert more of Makefile into a thin wrapper around shell scripts that actually do the work. (Makefile is only still there for the user interface.)