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
/
file.c
Age
Commit message (
Expand
)
Author
2017-11-26
Recognize sh/frv fdpic, and add types for bpf and new microblaze.
Rob Landley
2017-11-26
Use endianness info to read executable type.
Rob Landley
2017-11-03
file(1): add ogg, TrueType font, LLVM bitcode, PEM certs, and PE executables.
Elliott Hughes
2017-09-25
Basic Mach-O support in file(1).
Elliott Hughes
2017-09-05
Replace remaining mb*towc() calls with utf8towc().
Rob Landley
2017-05-24
Add and use xmmap.
Elliott Hughes
2017-04-03
Trivial cleanup. (Whitespace, brackets, and remove unnecessary typecasts.)
Rob Landley
2017-04-03
Add gzip support. (Doesn't show source OS and timestamp, but reporting them
Rob Landley
2017-02-16
Teach file(1) about bzip2 files.
Elliott Hughes
2017-01-30
Improve file's ELF parsing.
Elliott Hughes
2016-09-13
Add ar archive support to file.
Elliott Hughes
2016-09-13
Add -h and -L to file.
Elliott Hughes
2016-09-11
Izabera pointed out that "file -" was inconsistent (calling stat on "-" but
Rob Landley
2016-07-05
Don't try to guess the build id type in file(1).
Elliott Hughes
2016-07-03
Promote file.
Rob Landley