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
Age
Commit message (
Expand
)
Author
2019-02-05
Fix some llvm warnings.
Rob Landley
2019-02-05
Suppress warnings gcc should not be making (and a comment typo).
Rob Landley
2019-02-05
Fix server loop timeout logic.
Rob Landley
2019-02-05
Fix server mode and make request timeout 3 tries of 3 seconds (9 sec total).
Rob Landley
2019-02-04
Reset screen wrap mode (broken by qemu -nographic output).
Rob Landley
2019-02-04
sort -o: fix behavior when output file is one of the input files.
Elliott Hughes
2019-02-04
Next round of sntp work: server and multicast modes, actually set time...
Rob Landley
2019-02-04
who: make the output more like coreutils who.
Elliott Hughes
2019-02-01
Fix record-commands and logwrapper.c
Rob Landley
2019-01-31
Sed assumed FLAG(r) was 1 but didn't document it above the NEWTOY line. (oops)
Rob Landley
2019-01-30
Command logging wrapper to help analyze what commands scripts call and how.
Rob Landley
2019-01-28
bc: Update to upstream version 1.1.0
Gavin Howard
2019-01-25
nc: allow immediate reuse of ports.
Josh Gao
2019-01-25
No real need to copy data into variables and do nothing else with it...
Rob Landley
2019-01-25
OpenEmbedded needs commands installed in specific places.
Rob Landley
2019-01-24
grep: "tried" should track arguments (not files) that existed, move -o "" test
Rob Landley
2019-01-24
More random in-progress sntp work.
Rob Landley
2019-01-22
Whitespace: remove tabs from indentation.
Elliott Hughes
2019-01-22
Fix sigjmp_buf/jmp_buf mismatches.
Elliott Hughes
2019-01-22
Actually calculating/displaying a reasonable time.
Rob Landley
2019-01-21
Add more comments to ps.c and replace hardcoded value with a macro.
Rob Landley
2019-01-19
hostname: fix behavior when in jail.
Elliott Hughes
2019-01-18
xargs: make --help match reality.
Elliott Hughes
2019-01-18
First chunk of sntp code.
Rob Landley
2019-01-16
Move xsendto() to lib/net.c.
Rob Landley
2019-01-14
Minor cleanups to patch. (Mostly whitespace and brackets.)
Rob Landley
2019-01-13
Better support patching files with tabs in the name.
Rob Landley
2019-01-12
Fix cp permissions when copying symlink contents, and add test.
Rob Landley
2019-01-12
stat: add --format synonym for -c.
Elliott Hughes
2019-01-12
sed: add -z.
Elliott Hughes
2019-01-12
patch: add -s to the synopsis line and fix typos.
Elliott Hughes
2019-01-11
Fix b ending with }
Rob Landley
2019-01-11
patch: add -s/--quiet.
Elliott Hughes
2019-01-08
modprobe: don't return failure just because we didn't find global config.
Elliott Hughes
2019-01-08
ls: Fix -t to also sort by st_mtim.tv_nsec.
Peter Collingbourne
2019-01-08
file: add riscv ELF machine.
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
2019-01-02
Josh Gao said "netcat -l -p 12345" broke:
Rob Landley
2018-12-29
Use FLAG() macros in ps.
Rob Landley
2018-12-27
ipv6 address didn't fit in the buffer.
Rob Landley
2018-12-23
Add grep --color
Rob Landley
2018-12-21
Fix UDP checksum verification error.
Elliott Hughes
2018-12-19
First stab at sort -V
Rob Landley
2018-12-19
Fix sort -x attached to a key.
Rob Landley
2018-12-19
readlink: add --canonicalize synonym for -f.
Elliott Hughes
2018-12-19
md5sum/sha1sum: add --status and --check, fix --check with multiple files.
Elliott Hughes
2018-12-17
Use FLAG() macros in grep.
Rob Landley
2018-12-17
A couple more grep tests, and slightly use dlist_terminate() for the loops.
Rob Landley
2018-12-17
Fix remaining grep_tests.
Rob Landley
[next]