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
2020-04-08
ls: fix -h with block counts.
Elliott Hughes
2020-04-07
Use optc to detect end of arguments, because [ removes ] but doesn't zero it.
Rob Landley
2020-03-29
file: add 7z format
Joeky
2020-03-28
sed s///: support POSIX I as synonym for i
Elliott Hughes
2020-03-26
du: consistent --help capitalization.
Elliott Hughes
2020-03-26
du: Implement -b
Rob Landley
2020-03-23
tar: implement --absolute-names.
Elliott Hughes
2020-03-18
Fix WARN_ONLY (and the one caller feeding it in the field it was checking).
Rob Landley
2020-03-13
Fix various typos.
Elliott Hughes
2020-03-08
cp: fix -D (--parents) (REWORK MINIMAL FIX)
Jarno Mäkipää
2020-03-03
Remove another command sub-option.
Rob Landley
2020-03-02
Merge realpath into readlink, use xabspath() instead of libc realpath().
Rob Landley
2020-02-28
Some compilers get upset if ? : produces different types.
Rob Landley
2020-02-25
ps: widen pid_t fields.
Elliott Hughes
2020-02-24
Fix fuzz to output lines that didn't match patch context.
Rob Landley
2020-02-06
Remove old GNU style `' quoting.
Elliott Hughes
2020-02-02
Canonicalize the usage: lines for the POSIX toys.
Elliott Hughes
2020-01-28
David Legault complained that dir/.* tells rm to delete dir/.. and we'd do it.
Rob Landley
2020-01-26
Add mayfork to printf
Rob Landley
2020-01-24
cp/mv: add -T.
Elliott Hughes
2020-01-20
cal: highlight current day.
Elliott Hughes
2020-01-11
find.c: don't assume time_t is the same as long
Rich Felker
2020-01-09
ls.c: just use getxattr()/lgetxattr().
Elliott Hughes
2020-01-08
Implement readelf(1).
Elliott Hughes
2020-01-06
date.c: add a few more important specifiers to --help.
Elliott Hughes
2020-01-01
Add MAYFORK to more pseudo-builtins.
Rob Landley
2019-12-28
More sheer pedantry.
Rob Landley
2019-12-28
Rename get_chunk()/dump_chunk() to read_chunk()/write_chunk().
Rob Landley
2019-12-28
Cleanup, mostly whitespace.
Rob Landley
2019-12-28
Sheer pedantry.
Rob Landley
2019-12-28
Change variable type to avoid typecast.
Rob Landley
2019-12-28
tar: fix memory write error
Emmanuel Nicolet
2019-12-22
Bugfix: tee with no arguments was writing to stdout twice.
Rob Landley
2019-12-21
Add patch -F (fuzz factor)
Rob Landley
2019-12-21
Tighten up unquote_file()
Rob Landley
2019-12-20
patch: support [FILE [PATCH]] arguments.
Elliott Hughes
2019-11-23
Fix iconv and tests on Mac.
Elliott Hughes
2019-11-23
du: use FLAG().
Elliott Hughes
2019-11-14
xargs: distinguish the two "argument too long" error cases.
Elliott Hughes
2019-11-13
Pedantic constant annotations to shut up older toolchains.
Rob Landley
2019-11-12
Don't rm prompt for nonexistent, just warn.
Denys Nykula
2019-11-12
Replace a test I took out last commit because it seemed impossible to trigger,
Rob Landley
2019-11-08
ls cleanup: use FLAG() macros, simplify next_column(), fix off by one errors
Rob Landley
2019-11-05
id: fix Android issues.
Elliott Hughes
2019-11-05
id.c: fix -nG.
Elliott Hughes
2019-11-05
Switch -w tests to check boundary conditions, fix code to pass tests,
Rob Landley
2019-11-04
id: various fixes.
Elliott Hughes
2019-11-03
id: support numeric lookup.
Elliott Hughes
2019-10-31
ls: Remove trailing whitespace so that tests pass
Andrew Ilijic
2019-10-28
ls: Add `-w` which sets the column width
Andrew Ilijic
[next]