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
/
other
/
lsattr.c
Age
Commit message (
Expand
)
Author
2020-12-19
FS_ENCRYPT_FL introduced too recently to depend on, use constant.
Rob Landley
2020-02-27
chattr: allow `chattr =`.
Elliott Hughes
2020-02-11
chattr: fix exit status, redo the tests.
Elliott Hughes
2020-02-06
chattr: improve error messages.
Elliott Hughes
2020-02-05
chattr: reuse toybox argument parsing.
Elliott Hughes
2020-02-01
lsattr/chattr: improve help text.
Elliott Hughes
2020-01-22
lsattr/chattr: -p support.
Elliott Hughes
2020-01-20
lsattr/chattr: add missing flags.
Elliott Hughes
2019-08-19
Tiny cleanup, net two lines shorter.
Rob Landley
2017-05-27
Replace two space indents with tab indents in help text (for consistency).
Rob Landley
2017-05-26
Be more consistent about periods in help text.
Elliott Hughes
2016-10-22
Tweak help text.
Rob Landley
2015-09-11
Replace toys.exithelp with help_exit() in lib.
Rob Landley
2014-07-26
Move DIRTREE_COMEAGAIN second callback up to when the filehandle is still ope...
Rob Landley
2014-05-02
Attached is the patch for lsattr and chattr implementation.
Ashwini Sharma