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
/
posix
Age
Commit message (
Expand
)
Author
2019-05-04
Optimize s//g to avoid fresh strdup/free of entire line for each match.
Rob Landley
2019-05-01
tar: use same tools for decompression as for compression.
Elliott Hughes
2019-04-30
Make echo -E switch off -e.
Rob Landley
2019-04-30
echo: add -E.
Elliott Hughes
2019-04-26
file: fix ELF note parsing.
Elliott Hughes
2019-04-21
Promote tar.
Rob Landley
2019-04-20
Add xunsetenv() for the error checking.
Rob Landley
2019-04-20
New xsetenv() plumbing (repeatedly set same environment variables without
Rob Landley
2019-04-18
Ignore --line-buffered argument for script compatibility (it's the default).
Rob Landley
2019-04-16
Add argument to xflush() so it can test for stdout err without flushing.
Rob Landley
2019-04-02
Help text tweak.
Rob Landley
2019-03-27
Change fileunderdir() to return abspath to file.
Rob Landley
2019-03-26
Make touch use xparsedate() (result: -t and -d the same, autodetects format),
Rob Landley
2019-03-25
Add rm -v.
makepost@firemail.cc
2019-03-25
find: fix inverted -exec exit status
Vidar Holen
2019-03-24
Factor out xparsedate() and xvali_date() into lib.
Rob Landley
2019-03-18
cmp/env/nice/nohup/sort: use TOYFLAG_ARGFAIL.
Elliott Hughes
2019-03-18
Document the -k2.3,4.5 syntax and make it behave closer to the other one.
Rob Landley
2019-03-14
grep: use TOYFLAG_ARGFAIL for grep too.
Elliott Hughes
2019-03-13
date: fix various time zone/daylight time issues.
Elliott Hughes
2019-03-13
Use defined constants for mkpathat.
Hadrian Węgrzynowski
2019-03-10
timeout: --foreground, --preserve-status, and --signal.
Elliott Hughes
2019-03-10
find: minor whitespace cleanup.
Elliott Hughes
2019-03-10
find: improve -context behavior on failure.
Elliott Hughes
2019-03-09
find: add -context.
Elliott Hughes
2019-03-09
file: add c-sky ELF machine.
Elliott Hughes
2019-03-04
Don't print (null) in error messages.
Rob Landley
2019-03-02
Make top -H show TID instead of PID, not collate %CPU into parent thread
Rob Landley
2019-03-02
Improve help consistency.
Elliott Hughes
2019-03-01
Yes it's a one instruction race, but it bothers me.
Rob Landley
2019-02-27
top: fix -b.
Elliott Hughes
2019-02-24
grep: add missing long synonyms used in AOSP.
Elliott Hughes
2019-02-23
Bumper typo cleanup.
Elliott Hughes
2019-02-19
grep: add --quiet and --silent synonyms for -q.
Elliott Hughes
2019-02-17
top: make the task/thread count add up.
Elliott Hughes
2019-02-16
Disallow -o "" in top.
Rob Landley
2019-02-16
top: differentiate tasks (processes) and threads in the header.
Elliott Hughes
2019-02-16
top: make the column header span the terminal.
Elliott Hughes
2019-02-15
Fix typos: e.g. change "cannonical" to "canonical".
Jason Spiro
2019-02-14
Use current time for unspecified fields, set weekday to match date.
Rob Landley
2019-02-13
top: support Enter as a synonym for Space.
Elliott Hughes
2019-02-13
top: use human_readable for the header lines too.
Elliott Hughes
2019-02-13
top: hide the cursor in interactive mode.
Elliott Hughes
2019-02-13
find: fix -path/-ipath and add -wholename/-iwholename synonyms.
Elliott Hughes
2019-02-13
sed: fix endless loop in "b loop" test.
Elliott Hughes
2019-02-12
sed: fix substitution of empty capturing groups.
Elliott Hughes
2019-02-11
date: some fixes.
Elliott Hughes
2019-02-07
ps, top: fix VIRT and SHR fields.
Elliott Hughes
2019-02-04
sort -o: fix behavior when output file is one of the input files.
Elliott Hughes
2019-02-04
who: make the output more like coreutils who.
Elliott Hughes
[prev]
[next]