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
2019-08-22
Add scripts/mkroot.sh and makefile changes for "make root".
Rob Landley
2019-08-22
Quiet "make clean" so it doesn't fill a whole screen with output.
Rob Landley
2019-08-21
Add some 2>/dev/null to tests that produce gratuitous stderr output.
Rob Landley
2019-08-21
Add xgetline (which the last sh checkin used, oops).
Rob Landley
2019-08-21
Fix the unshare probe.
Rob Landley
2019-08-19
Tiny cleanup, net two lines shorter.
Rob Landley
2019-08-19
Fix bad test.
Rob Landley
2019-08-19
echo/printf: expand test cases, fix \x corner cases.
Elliott Hughes
2019-08-18
Next round of shell plumbing.
Rob Landley
2019-08-15
Fix two typos.
Elliott Hughes
2019-08-15
Switch makedevs to new GLOBALS naming.
Rob Landley
2019-08-15
find.test: allow any error message about symlink loops.
Elliott Hughes
2019-08-15
dd: fix skip= with short reads.
Elliott Hughes
2019-08-15
linestack.c: fix buffer length.
Elliott Hughes
2019-08-13
Return md5sum/sha1sum to the slightly slower but more explicit version
Rob Landley
2019-08-12
find.test: fix flakiness.
Elliott Hughes
2019-08-12
sort: move off get_rawline.
Elliott Hughes
2019-08-12
blkid: add -s, SEC_TYPE, f2fs LABEL, and fix vfat/ntfs UUID.
Elliott Hughes
2019-08-09
blkid.test: match TEST_HOST expectations.
Elliott Hughes
2019-08-09
find: fix dangling symlink behavior.
Elliott Hughes
2019-08-09
lsof: simplify octal mode display.
Elliott Hughes
2019-08-09
losetup: fix the race.
Elliott Hughes
2019-08-09
Split out run_function() and free_function(), add start of _TOYSH_LOCALS
Rob Landley
2019-08-05
du: disable the tests if we have SELinux.
Elliott Hughes
2019-08-04
Make "if true; then echo hello; fi" work. More work on redirection.
Rob Landley
2019-08-04
Add TOYFLAG_MAYFORK and annotate a couple commands.
Rob Landley
2019-08-03
Fix a bug report from E5ten: stat of a file with suid or sticky bit set
Rob Landley
2019-08-02
Next round of infrastructure. Start of redirect logic and runtime flow control.
Rob Landley
2019-08-02
fix parallel make build failure
Patrick Oppenlander
2019-08-02
fix typo in Makefile
Patrick Oppenlander
2019-07-31
Move the empty regex workaround into xregcomp.
Elliott Hughes
2019-07-31
Fix error path and tweak comments.
Rob Landley
2019-07-31
man: switch to xregcomp.
Elliott Hughes
2019-07-30
Fix signed typecast bug.
Rob Landley
2019-07-29
grep: fake GNU behavior for non-POSIX empty regex.
Elliott Hughes
2019-07-29
Add ASAN=1 to the build system.
Elliott Hughes
2019-07-27
losetup.test: bail out if loopback devices are already in use.
Elliott Hughes
2019-07-27
modinfo.test: bail out early if there are no modules.
Elliott Hughes
2019-07-27
ifconfig.test: actually skip tests if dummy0 up fails.
Elliott Hughes
2019-07-26
truncate.test: work around ext extended attributes space usage.
Elliott Hughes
2019-07-26
hostname: fix tests for non-root on Android.
Elliott Hughes
2019-07-25
killall: implement -w.
Elliott Hughes
2019-07-25
killall.test: fix flakiness.
Elliott Hughes
2019-07-24
tests: fix for empty /etc/passwd or /etc/group.
Elliott Hughes
2019-07-24
Avoid double-close of fd in loopfiles_lines.
Elliott Hughes
2019-07-24
crontab: switch to getline().
Elliott Hughes
2019-07-24
Rewrite tac to make better use of lib functions.
Rob Landley
2019-07-24
tac: switch to getline().
Elliott Hughes
2019-07-23
nl: switch from getline() to loopfiles_lines().
Elliott Hughes
2019-07-22
Start replacing get_line() with getline().
Elliott Hughes
[prev]
[next]