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-05-29
Add sed -s
Rob Landley
2020-05-28
remove unneeded ; after GLOBALS
Ethan Sommer
2020-05-09
Shrink sed --help from 150 lines to 91.
Rob Landley
2020-05-01
Minor cleanup.
Rob Landley
2020-04-28
Remove unnecessary MAYFORK.
Rob Landley
2020-04-20
patch: fix out of bounds memory access.
Elliott Hughes
2020-04-16
cpio: fix tests by removing --trailer.
Elliott Hughes
2020-04-15
cpio: fix --trailer flag check, switch to FLAG() macros.
Ethan Sommer
2020-04-13
Humor asan.
Rob Landley
2020-04-13
Add unescape2(), migrate some unescape() users over.
Rob Landley
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
[prev]
[next]