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
2021-03-27
More cleanup of chsh.c
Rob Landley
2021-03-27
chsh cleanup: Reindent and tweak help text.
Rob Landley
2021-03-26
Create (lsb) chsh command
Michael Christensen
2021-03-24
Fix install -t
Ethan Sommer
2021-03-20
Nir Lichtman pointed out that rm -p shouldn't try to rmdir / at the end.
Rob Landley
2021-03-19
Fix another sh regression.
Rob Landley
2021-03-19
Fix some more sh regressions.
Rob Landley
2021-03-18
Fix first few testsuite regressions from function/local plumbing.
Rob Landley
2021-03-18
telnetd: don't exit if waitpid() returns 0.
Elliott Hughes
2021-03-17
init: fix waitforpid().
Elliott Hughes
2021-03-17
Tighten up parse_word() a bit and and teach it to read empty ${}
Rob Landley
2021-03-17
vi: various fixes.
Elliott Hughes
2021-03-17
Add local variables and basic function() support plumbing.
Rob Landley
2021-03-16
Add more shell tests, and teach txpect to do regex matches (RO and RE).
Rob Landley
2021-03-15
chmod: fix +X.
Elliott Hughes
2021-03-13
Commit 3b9cfa70db needed some cleanup I forgot to do, oops. Elliott stumbled
Rob Landley
2021-03-13
Elliott spotted that errno==EAGAIN usually goes with an rc of -1, not 0.
Rob Landley
2021-03-12
Fix grep bug testing errno before check status
Robin Hsu
2021-03-12
df: Allow -P + -k together as defined in POSIX
Daniel Santana
2021-03-09
Minor tweaks: #define -> inlineable function, while() -> for(;;)
Rob Landley
2021-03-09
tar: fix base-256 output.
Elliott Hughes
2021-03-05
Some more shell tests.
Rob Landley
2021-03-01
Yi-yo Chiang wants cpio -u implemented, and sent some tests.
Rob Landley
2021-02-28
Tar should remove empty directories where it wants to put a non-directory.
Rob Landley
2021-02-23
dd: simplify signal handling and fix status output.
Elliott Hughes
2021-02-23
Add df to the macOS default configuration.
Elliott Hughes
2021-02-22
Remove ifdefs from stat.
Rob Landley
2021-02-22
stat: fix macOS build and behavior.
Elliott Hughes
2021-02-22
Nope, marshalling install -D to cp caused regressions.
Rob Landley
2021-02-21
Teach -o to print ranges that produce zero length matches.
Rob Landley
2021-02-20
Fix df on macOS.
Elliott Hughes
2021-02-19
Ethan Sommer pointed out that install -Dt needs -D marshalled to cp.
Rob Landley
2021-02-19
Fix cp -t with one argument and make --parents work with -t.
Rob Landley
2021-02-17
Teach df /dev/node to reliably show rdev even when devtmpfs is mounted
Rob Landley
2021-02-16
Only error once for each "df nonexistent"
Rob Landley
2021-02-16
Let df -a show overmounted filesystems.
Rob Landley
2021-02-15
Fix mount.test command string quoting
Yo Chiang
2021-02-14
Redo df plumbing a bit.
Rob Landley
2021-02-14
cpio: Guard free() with CFG_TOYBOX_FREE
Yi-Yo Chiang
2021-02-14
Add find -executable
Rob Landley
2021-02-14
Cleanup pass on df.
Rob Landley
2021-02-13
Minor cleanup.
Rob Landley
2021-02-11
Add -t to cp and mv.
Rob Landley
2021-02-11
Switch sha3sum on in defconfig, and document -b (it's same as sha2sum).
Rob Landley
2021-02-10
Add install -t
Rob Landley
2021-02-09
ulimit: include descriptions and units.
Elliott Hughes
2021-02-08
Yi-Yo Chiang reported that readlink() failures could corrupt archive
Rob Landley
2021-02-08
Have xclose() perform the fd != -1 test.
Rob Landley
2021-02-08
Yi-Yo Chiang pointed out install -D was broken when the target file exists.
Rob Landley
2021-02-07
Remove unused function.
Rob Landley
[prev]
[next]