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
2019-01-22
Fix sigjmp_buf/jmp_buf mismatches.
Elliott Hughes
2019-01-22
Actually calculating/displaying a reasonable time.
Rob Landley
2019-01-18
First chunk of sntp code.
Rob Landley
2019-01-08
modprobe: don't return failure just because we didn't find global config.
Elliott Hughes
2019-01-08
more: don't _exit(0) on success.
Elliott Hughes
2019-01-07
modprobe: reset errno before ins_mod.
Elliott Hughes
2018-12-27
ipv6 address didn't fit in the buffer.
Rob Landley
2018-12-21
Fix UDP checksum verification error.
Elliott Hughes
2018-12-04
Clean up some --help formatting.
Elliott Hughes
2018-12-02
Fresh implementation of test.c.
Rob Landley
2018-11-29
Marius Adaskevicius pointed out mdev -s should follow symlinks.
Rob Landley
2018-11-19
Eduardas Meile reported "The -Werror=format-security flag is applied by
Rob Landley
2018-11-17
Remove the "const" and "restrict" nonsense so it compiles without tainting lib.c
Rob Landley
2018-11-17
Update bc for 1.1 release
Gavin Howard
2018-10-30
Promote watch to other.
Rob Landley
2018-10-30
Use % for -n and shut up gcc's broken "may be used uninitialized" warnings.
Rob Landley
2018-10-21
Move start_redraw() to lib/ and have ps.c (top) use it.
Rob Landley
2018-10-20
Some more --help consistency.
Elliott Hughes
2018-10-10
Rewrite of watch.
Rob Landley
2018-09-21
Promote i2ctools.
Rob Landley
2018-09-21
Implement i2c utilities.
Elliott Hughes
2018-09-08
Clean up test.c
Kevin Spiteri
2018-08-08
Add bc (and its tests) to pending
Gavin Howard
2018-08-07
Added support for a fourth field in mdev.conf
Faustas Azuolas Bagdonas
2018-08-07
Forgot to check in the deflate header change, and pending shouldn't default y.
Rob Landley
2018-08-05
Make gzip/zcat use lib/deflate.c when not using zlib, and inline fix_time().
Rob Landley
2018-08-04
Fix modprobe error handling.
Elliott Hughes
2018-08-03
Typo.
Rob Landley
2018-08-03
Fix error message pointed out by Reverend Homer.
Rob Landley
2018-08-02
Move pending/compress.c to lib/deflate.c, first pass at genericizing it.
Rob Landley
2018-07-13
diff: fix build with -Wformat=security.
Elliott Hughes
2018-07-04
diff: add timestamps to the ---/+++ lines and --color.
Elliott Hughes
2018-06-21
Promote fmt to other
Rob Landley
2018-06-21
Tweak fmt width calculation.
Rob Landley
2018-06-20
Redo of fmt.c around loopfiles_lines() and understanding tab indents.
Rob Landley
2018-06-11
Promote ping to toys/net
Rob Landley
2018-06-11
Fix ping -f, add summary section, yank TOYFLAG_ROOTONLY.
Rob Landley
2018-06-09
Show workaround for the kernel bug when ping hits it.
Rob Landley
2018-05-03
Promote uuidgen.
Rob Landley
2018-05-03
Add uuidgen.
Elliott Hughes
2018-04-20
Update tftp.c
filipperich
2018-04-08
Add mkpath() for common case of mkpathat(), and #define magic constants.
Rob Landley
2018-03-23
Inline toys/e2fs.h into mke2fs.c. (Debris from the dawn of time.)
Rob Landley
2018-03-18
Un-default fmt(1) while it's in pending.
Elliott Hughes
2018-03-18
The author of that bc.c says it won't be ready for 6 months and I'm not
Rob Landley
2018-03-13
Add beep feature to watch
Minghui Liu
2018-03-12
bc cleanup: a few obvious inlines.
Rob Landley
2018-03-12
bc cleanup: move for(int i;) declarations to int i; for(i;).
Rob Landley
2018-03-11
Add bc to pending
Gavin Howard
2018-01-31
Ahem, I _said_ basic ping support.
Rob Landley
[next]