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
/
pending
Age
Commit message (
Expand
)
Author
2015-04-16
Shout from the rooftops that pending is not like other directories.
Rob Landley
2015-04-14
Yet more ps work. Still not there yet.
Rob Landley
2015-04-10
Make more(1) usable.
Elliott Hughes
2015-04-08
Revert last mdev commit because it copied code out of a GPLv2 program.
Rob Landley
2015-04-04
Another in-progress ps snapshot.
Rob Landley
2015-04-03
ps checkpoint du jour. Does not work yet.
Rob Landley
2015-04-02
Redoing ps from scratch. Random checkpoint that probably doesn't even compile.
Rob Landley
2015-03-27
Promote setenforce to android.
Rob Landley
2015-03-27
Cleanup setenforce.
Rob Landley
2015-03-27
Promote getenforce.
Rob Landley
2015-03-27
Cleanup getenforce.
Rob Landley
2015-03-27
Promote load_policy to android.
Rob Landley
2015-03-27
Minor cleanup of load_policy.
Rob Landley
2015-03-24
Implement load_policy.
Elliott Hughes
2015-03-23
Promote runcon to android (and add an android menu).
Rob Landley
2015-03-23
Trivial runcon cleanups.
Rob Landley
2015-03-23
Add runcon(1).
Elliott Hughes
2015-03-23
add missing space in dd output
Elliott Hughes
2015-03-18
mdev : add hotplugin feature
Hyejin Kim
2015-03-15
I added error handling code in write_rotate().
Hyejin Kim
2015-03-14
More ps cleanup, mostly refactoring.
Rob Landley
2015-03-13
Minor ps refactoring.
Rob Landley
2015-03-03
Quick cleanup pass on tar.
Rob Landley
2015-03-01
fix format problems in tar.c
Elliott Hughes
2015-02-27
Cleanup pass on ps.
Rob Landley
2015-02-28
Minor toysh cleanup: remove another unnecessary option.
Rob Landley
2015-02-09
One more cleanup pass on hwclock factoring out common code.
Rob Landley
2015-02-09
Inline rtc_open() and get_rtc_seconds(), perform resulting cleanups.
Rob Landley
2015-02-09
Cleanup/refactoring pass on hwclock.
Rob Landley
2015-02-08
Promote chcon to "other".
Rob Landley
2015-02-08
Cleanup pass on chcon.
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-02-07
Merge unshare and nsenter (promoting and cleaning up nsenter).
Rob Landley
2015-01-25
Commit 1061 said "this gets expand off my to-review list". Remove it from the...
Rob Landley
2015-01-25
Cleanup mountpoint and remove it from the pending README.
Rob Landley
2015-01-22
bootchartd: Removing wrong free call to non-malloc'ed string.
Luis Felipe Strano Moraes
2015-01-20
fix hwclock's rtc selection
Elliott Hughes
2015-01-16
AOSP master has <pty.h> and builds netcat/nc.
Elliott Hughes
2015-01-16
This patch adds a TOYBOX_SELINUX configuration option to control both
Elliott Hughes
2015-01-11
Promote printf.
Rob Landley
2015-01-11
One more bugfix for printf.c, with test suite entry. (Make %-3d etc work.)
Rob Landley
2015-01-11
Cleanup pass on printf.
Rob Landley
2015-01-10
More half-finished cleanup of printf.c, and more test suite entries.
Rob Landley
2015-01-06
More printf cleanup, and test suite entries.
Rob Landley
2015-01-03
Another cleanup pass on printf.
Rob Landley
2015-01-02
Cleanup pass on printf.
Rob Landley
2015-01-01
Switch a lot of strncpy() calls to xstrncpy().
Rob Landley
2015-01-01
strncpy(optptr, hname, strlen(hname)) is really just strcpy().
Rob Landley
2015-01-01
typo fixes
Elliott Hughes
2014-12-31
Redo option parsing infrastructure so #define FORCE_FLAGS can unzero flag mac...
Rob Landley
[next]