aboutsummaryrefslogtreecommitdiff
path: root/toys/posix/file.c
AgeCommit message (Expand)Author
2019-04-26file: fix ELF note parsing.Elliott Hughes
2019-03-09file: add c-sky ELF machine.Elliott Hughes
2019-01-08file: add riscv ELF machine.Elliott Hughes
2018-12-04Clean up some --help formatting.Elliott Hughes
2018-11-26file: small do_regular_file optimizationReverend Homer
2018-09-16file: remove %s with no corresponding argument.Rob Landley
2018-09-15Add .bmp supoprt to file(1).Elliott Hughes
2018-09-15Add .wav support to file(1).Elliott Hughes
2018-08-04file: slightly improve .class, add .dex.Elliott Hughes
2018-07-28Check for integer overflow in pathologically broken elf files by moving theRob Landley
2018-05-27Teach "file -" to recognize ELF files, add bounds checking and comments.Rob Landley
2017-11-26Recognize sh/frv fdpic, and add types for bpf and new microblaze.Rob Landley
2017-11-26Use endianness info to read executable type.Rob Landley
2017-11-03file(1): add ogg, TrueType font, LLVM bitcode, PEM certs, and PE executables.Elliott Hughes
2017-09-25Basic Mach-O support in file(1).Elliott Hughes
2017-09-05Replace remaining mb*towc() calls with utf8towc().Rob Landley
2017-05-24Add and use xmmap.Elliott Hughes
2017-04-03Trivial cleanup. (Whitespace, brackets, and remove unnecessary typecasts.)Rob Landley
2017-04-03Add gzip support. (Doesn't show source OS and timestamp, but reporting themRob Landley
2017-02-16Teach file(1) about bzip2 files.Elliott Hughes
2017-01-30Improve file's ELF parsing.Elliott Hughes
2016-09-13Add ar archive support to file.Elliott Hughes
2016-09-13Add -h and -L to file.Elliott Hughes
2016-09-11Izabera pointed out that "file -" was inconsistent (calling stat on "-" butRob Landley
2016-07-05Don't try to guess the build id type in file(1).Elliott Hughes
2016-07-03Promote file.Rob Landley