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
2018-06-28
stat: `stat -f` uses %T rather than %t.
Elliott Hughes
2018-06-28
stat: fix %a in default output.
Elliott Hughes
2018-06-28
stat: remove hideous GNUism.
Elliott Hughes
2018-06-28
Tweak help text to clarify time fields are access/modification/creation time.
Rob Landley
2018-06-21
Promote fmt to other
Rob Landley
2018-05-06
Fix bug in 'xxd' causing incorrect translation for upper-case characters.
Zach van Rijn
2018-05-03
Promote uuidgen.
Rob Landley
2018-04-08
Add readlink -m to show where a missing path would be.
Rob Landley
2018-04-06
Fix precedence error in vmstat.
Elliott Hughes
2018-03-28
Haroon Maqsood pointed out "vmstat 1 1" didn't stop and "vmstat -n" didn't
Rob Landley
2018-03-23
Add the extra info we've got back to the error message.
Rob Landley
2018-03-21
Collate two error messages that both mean "your kernel is broken".
Rob Landley
2018-03-21
Fix vmstat for large machines.
Elliott Hughes
2018-03-12
Add xxd -o.
Elliott Hughes
2018-03-10
Add getra and setra to blockdev
Ng Zhi An
2018-01-14
Switch xgettty() -> tty_fd() (returning -1 instead of erroring out if none).
Rob Landley
2017-12-27
Promote setfattr
Rob Landley
2017-12-26
Add xxd -i (and xxd -ri).
Elliott Hughes
2017-12-03
Add uptime -p.
Elliott Hughes
2017-12-02
Android has its loop devices under "block" as Elliott says "by reason of
Rob Landley
2017-10-31
Only show LABEL= when there is one.
Rob Landley
2017-10-10
Tweak help_exit() to show "See %s --help" message on the same line.
Rob Landley
2017-09-21
Add #warning about musl intentionally breaking chrt.
Rob Landley
2017-07-17
Split out xgetaddrinfo() from xconnect()
Rob Landley
2017-05-27
Replace two space indents with tab indents in help text (for consistency).
Rob Landley
2017-05-27
Add separators in help -a with command name.
Rob Landley
2017-05-26
Be more consistent about periods in help text.
Elliott Hughes
2017-05-24
Add and use xmmap.
Elliott Hughes
2017-05-21
Promote chrt
Rob Landley
2017-05-14
factor shouldn't give incorrect answers for >64-bit integers.
Elliott Hughes
2017-04-30
Building mkpasswd on Android makes no sense.
Elliott Hughes
2017-03-22
Implement uptime -s.
Elliott Hughes
2017-03-20
Add TOYBOX_PEDANTIC_ARGS to check arguments when there are no arguments,
Rob Landley
2017-02-18
Ascii only showed 15 rows instead of 16 and spacing was wrong for 96-100.
Rob Landley
2017-02-07
Add ascii: display ascii table.
Rob Landley
2017-02-04
Switch oneit to use xopen_stdio() for -c (oops) and switch XVFORK() to use
Rob Landley
2017-01-28
Add missing `static`s and remove an unused function.
Elliott Hughes
2017-01-28
Whitespace.
Rob Landley
2016-12-30
Remove unnecessary casts in stat.c, fix a claimed buffer length.
Elliott Hughes
2016-12-26
Move hostid to toys/example and have it "default n".
Rob Landley
2016-11-21
Have dirtree_notdotdot() pass through !node->parent so . and .. on the command
Rob Landley
2016-10-25
Add fallocate -o.
Elliott Hughes
2016-10-22
Tweak help text.
Rob Landley
2016-10-20
Close to cutting a release and I don't want to have setfattr in defconfig
Rob Landley
2016-09-28
Make setns depend on TOYBOX_CONTAINER probed value.
Rob Landley
2016-09-05
Replace loopfiles' failok with WARN_ONLY open flag.
Rob Landley
2016-08-20
Promote setfattr
Rob Landley
2016-08-18
Change xgetpwnamid/xgetgrnamid to xgetuid/xgetgid returning the id number
Rob Landley
2016-08-16
Add length modifier to date escapes, and length sanity check.
Rob Landley
2016-08-15
Make "stat -c %37G file" and "stat -c %.5G file" work, and fix %U and %G to
Rob Landley
[next]