index
:
forks/toybox
master
Toybox with POSIX patches from E5ten
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
main.c
Age
Commit message (
Expand
)
Author
2019-04-16
Call setlinebuf(stdout) from singleinit, so automatic flush each \n of output.
Rob Landley
2019-02-08
Sigh. Update release version for non-git source builds.
Rob Landley
2018-10-31
Update version to 0.7.8.
0.7.8
Rob Landley
2018-09-21
Stack can grow in either direction, so needs signed subtraction and abs().
Rob Landley
2018-09-16
It should never matter on Linux (where the top half of virtual address space
Rob Landley
2018-07-02
Dereference one layer of symlink in multiplexer on lookup failure, so you can
Rob Landley
2018-06-23
News and version update for 0.7.7 release.
0.7.7
Rob Landley
2018-02-24
Update version string to 0.7.6.
0.7.6
Rob Landley
2017-10-21
Use setlocale(LC_CTYPE, "C.UTF-8") for more targeted locale enable:
Rob Landley
2017-10-19
Elliott wants to add TOYBOX_VENDOR.
Rob Landley
2017-06-19
Past time for 0.7.4.
0.7.4
Rob Landley
2017-05-23
fixup code style
Joyounger
2017-02-21
It's past time for 0.7.3.
0.7.3
Rob Landley
2017-02-17
Fix the comment about the Android SIGPIPE behavior.
Elliott Hughes
2017-02-10
Add back bionic SIGPIPE handler workaround accidentally removed in 3b51a07e478d
Rob Landley
2016-10-20
Announce 0.7.2.
0.7.2
Rob Landley
2016-10-17
The recent --help infrastructure fiddling made "toybox --help unknown" segfault
Rob Landley
2016-10-01
Move --version handling next to --help handling, so it applies to all commands.
Rob Landley
2016-08-13
Add TOYFLAG_NOHELP to disable --help processing for individual commands,
Rob Landley
2016-06-30
Fix option parsing infrastructure bug.
Rob Landley
2016-06-05
Fix TOYBOX_VERSION
Paul Barker
2016-05-10
Use CFG_TOYBOX_NORECURSE to avoid
Rob Landley
2016-05-07
Work around increasingly insane compiler developers wanting to make everything
Rob Landley
2016-04-10
Didn't check in all my local basename_r->getbasename changes. (Oops.)
Rob Landley
2016-02-10
main.c: fix non-root usage when installed suid root
Patrick Ohly
2016-02-02
Release time.
0.7.0
Rob Landley
2016-01-30
Fix two CFG_TOYBOX_SUID corner cases:
Rob Landley
2015-11-03
Version 0.6.1
0.6.1
Rob Landley
2015-09-27
Another chunk of nommu support, replacing toys.recursion with toys.stacktop.
Rob Landley
2015-09-11
Replace toys.exithelp with help_exit() in lib.
Rob Landley
2015-08-06
Make multiplexer's "command not found" exit 127.
Rob Landley
2015-07-19
Tweak version number.
Rob Landley
2015-05-03
Replace android-specific hack with just signal(SIGPIPE, SIG_IGN).
Rob Landley
2015-04-30
Add default sigpipe handler for android (as suggested by Elliott Hughes).
Rob Landley
2015-04-17
Make toybox --version use the "git describe" info if it's available.
Rob Landley
2015-04-07
Adding --version broke ./toybox command list. (Oops.)
Rob Landley
2015-04-05
Add --version to multiplexer.
Rob Landley
2015-03-06
The "no }" error with find | xargs sed is because toy_init() wasn't blanking ...
Rob Landley
2015-02-15
Only discard optargs in toy_exec() after finding the command to run (otherwis...
Rob Landley
2015-02-07
Make toy_exec() check if argc is in optargs and deal with it there so we don'...
Rob Landley
2015-01-18
Remove trailing whitespace.
Rob Landley
2015-01-03
Move fflush() checking to xexit() and have exit paths in main() call that.
Rob Landley
2014-12-31
Redo option parsing infrastructure so #define FORCE_FLAGS can unzero flag mac...
Rob Landley
2014-11-29
The "re-exec to regain root permissions" logic broke the error message when c...
Rob Landley
2014-10-26
Cosmetic tweak: no trailing spaces when ./toybox lists command names.
Rob Landley
2014-09-27
Don't segfault for --help of single.sh build of OLDTOY commands that use anot...
Rob Landley
2014-09-20
Always call setlocale if I18N is enabled, so nested toy_exec() can switch it ...
Rob Landley
2014-09-09
Two problems: 1) Sometimes toy_exec() needs to re-exec to gain dropped root p...
Rob Landley
2014-08-31
Give a hint when setuid logic fails.
Rob Landley
2014-06-21
Forgot to check in main() part of TOYFLAG_LOCALE change.
Rob Landley
[next]