index
:
forks/toybox
master
Toybox with POSIX patches from E5ten
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2018-12-11
Implement --preserve default = mot behavior (fixes segfault when no argument).
Rob Landley
2018-12-10
nc: add UDP support.
Josh Gao
2018-12-10
nc: add IPv6 support.
Josh Gao
2018-12-09
Support embedded NUL bytes in grep output, and free memory leaked per-file.
Rob Landley
2018-12-09
More grep.tests: make exit code 2 happen when it should.
Rob Landley
2018-12-09
Fix first grep.test failure (-B + -b not producing middle field).
Rob Landley
2018-12-08
Rikk on github asked for the examples back.
Rob Landley
2018-12-07
macOS: fix getconf(1) build.
Elliott Hughes
2018-12-07
macOS: fix code using POSIX 2008 `st_[acm]tim` fields.
Elliott Hughes
2018-12-07
Forgot to check the portability.? changes. (Oops.)
Rob Landley
2018-12-07
Fix mktemp to pass tests.
Rob Landley
2018-12-06
mktemp: just the missing tests.
Elliott Hughes
2018-12-05
macOS: iconv(1) needs libiconv on the mac.
Elliott Hughes
2018-12-04
Add FLAG(x) macro, expanding to (toys.optflags & FLAG_##x)
Rob Landley
2018-12-04
Clean up some --help formatting.
Elliott Hughes
2018-12-04
macOS: move getmountlist.c functions into portability.c.
Elliott Hughes
2018-12-04
mktemp: more tests, more fixes.
Elliott Hughes
2018-12-04
Also remove SORT_BIG from sort.test.
Rob Landley
2018-12-04
Remove CFG_SORT_BIG, just always do that.
Rob Landley
2018-12-03
Break runtest.sh out again: the Android devs were using it.
Rob Landley
2018-12-03
mktemp: fix warning with glibc 2.15.
Elliott Hughes
2018-12-02
Teach testcmd to say short name rather than full path.
Rob Landley
2018-12-02
Merge runtest.sh into test.sh.
Rob Landley
2018-12-02
Fresh implementation of test.c.
Rob Landley
2018-12-01
Stop testing the shell builtin, test the actual command.
Rob Landley
2018-11-30
macOS: remove unnecessary <stdio.h> workarounds.
Elliott Hughes
2018-11-30
macOS: fix uname.
Elliott Hughes
2018-11-30
Tweak comments.
Rob Landley
2018-11-30
macOS: Apple's ancient linker doesn't have --as-needed or --gc-sections.
Elliott Hughes
2018-11-30
macOS: work around header idiosyncracies.
Elliott Hughes
2018-11-30
macOS: move struct sysinfo out of GLOBALS.
Elliott Hughes
2018-11-30
macOS: fix endian macros for macOS.
Elliott Hughes
2018-11-29
Marius Adaskevicius pointed out mdev -s should follow symlinks.
Rob Landley
2018-11-29
Remove an extra #include <string.h>
Rob Landley
2018-11-29
macOS: remove glibc 2.10 workarounds.
Elliott Hughes
2018-11-28
mktemp: add -t and fix behavior.
Elliott Hughes
2018-11-28
macOS: there's no <features.h> on the Mac.
Elliott Hughes
2018-11-28
macOS: replace local strnstr with strcasestr.
Elliott Hughes
2018-11-28
macOS: noreturn.
Elliott Hughes
2018-11-28
macOS: use -E rather than -r for sed extended regular expressions.
Elliott Hughes
2018-11-28
head: add --bytes synonym for -c.
Elliott Hughes
2018-11-26
file: small do_regular_file optimization
Reverend Homer
2018-11-20
Skip tests that don't have the executable bit set unless $TEST_ALL set.
Rob Landley
2018-11-20
Chmod +x tests that pass with VERBOSE=fail and -x on tests needing work.
Rob Landley
2018-11-20
Fix up some tests for running as a normal user.
Rob Landley
2018-11-20
Eduardas Meile asked umount to ignore -c due to broken init systems.
Rob Landley
2018-11-19
A few more GLOBALS() single character argument style conversions.
Rob Landley
2018-11-19
Eduardas Meile reported "The -Werror=format-security flag is applied by
Rob Landley
2018-11-17
Convert more GLOBALS argument vars to the new single letter code style.
Rob Landley
2018-11-17
hostname: add -s/-f and -d.
Elliott Hughes
[next]