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
/
other
Age
Commit message (
Expand
)
Author
2015-07-24
Promote fsync.
Rob Landley
2015-07-24
Promote hostid.
Rob Landley
2015-07-10
ifconfig MAC addresses should be lowercase.
Elliott Hughes
2015-07-10
Promote hwclock.
Rob Landley
2015-07-08
Fix ionice.
Elliott Hughes
2015-07-03
Promote xxd to other.
Rob Landley
2015-06-28
Add ionice and iorenice.
Rob Landley
2015-06-27
Add undo buffer for 'u'.
Rob Landley
2015-06-27
Simplify hexedit logic by adjusting viewport all in one place up top.
Rob Landley
2015-06-26
Factor out more not-curses infrastructure into lib.
Rob Landley
2015-06-11
Add nproc.
Rob Landley
2015-05-31
Move the magic list of commands needing cleanup from toys/pending/README
Rob Landley
2015-05-15
stat: fix group name
José Bollo
2015-05-14
Promote reset (actually write a new one using the simple man 4 console_codes
Rob Landley
2015-05-13
Print name of file at the bottom of the screen.
Rob Landley
2015-05-13
More hexedit cursor boundary tweaking.
Rob Landley
2015-05-10
Git hates me.
Rob Landley
2015-04-28
Fix truncate prefix bug and add truncate test suite entry.
Rob Landley
2015-04-28
Add prefix support Hyejin Kim asked about.
Rob Landley
2015-04-27
Promote hexedit to other.
Rob Landley
2015-04-27
Some infrastructure hexedit needs. (Poor man's curses.)
Rob Landley
2015-04-21
Bugfix from Hyejin Kim (count=1 shouldn't change name), plus a bounds check.
Rob Landley
2015-04-12
unshare: fix -r
Samuel Holland
2015-04-04
To ensure that toybox can be installed alongside busybox without
Paul Barker
2015-03-12
Switch nsenter to default y.
Rob Landley
2015-03-12
Implement shred -u and switch to default y in defconfig.
Rob Landley
2015-03-12
Make find accept numeric uid/gid, and simplify makedevs using the new infrast...
Rob Landley
2015-03-10
Use xsignal() instead of signal().
Rob Landley
2015-03-09
Fix thinko (don't &toybuf to get scratch space) and add -v option.
Rob Landley
2015-03-09
Upgrade oneit with -r (restart), -3 (send exiting PID values to child), and s...
Rob Landley
2015-03-01
Fix several printf_format warnings.
Rob Landley
2015-03-01
Patches from Elliott Hughes to fix various printf() format strings.
Rob Landley
2015-03-01
Patches from Elliott Hughes to add missing arguments to error_exit() calls.
Rob Landley
2015-02-25
stat -f didn't work on 32 bit systems because type sizes wrong (fix from Elli...
0.5.2
Rob Landley
2015-02-18
Patch from Isaac Dunham to add -r, fixed up so it doesn't try to include two ...
Rob Landley
2015-02-14
Split out unix2dos so scripts/single.sh and "make change" can build it standa...
Rob Landley
2015-02-08
Promote chcon to "other".
Rob Landley
2015-02-08
For some reason, ifconfig was explicitly excluding "ifconfig lo:0 127.0.0.2" ...
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
Cleanup mountpoint and remove it from the pending README.
Rob Landley
2015-01-16
AOSP master has <pty.h> and builds netcat/nc.
Elliott Hughes
2015-01-14
Switch netcat to stop parsing command line at first nonoption argument instea...
Rob Landley
2015-01-01
Switch a lot of strncpy() calls to xstrncpy().
Rob Landley
2014-12-31
Fix for mix from Isaac Dunham (who can actually test it). (I tweaked the curl...
Rob Landley
2014-12-31
Redo option parsing infrastructure so #define FORCE_FLAGS can unzero flag mac...
Rob Landley
2014-12-27
Promote mix
Rob Landley
2014-12-24
Teach factor to accept whitespace separated arguments (reported by Robert Tho...
Rob Landley
2014-12-23
Merge catv back into cat as discussed on the list. Add comments about infrast...
Rob Landley
2014-12-18
Give fstype its own config symbol (separate from blkid), and fix blkid not us...
Rob Landley
[next]