radare2/libr/magic
2017-04-17 19:30:39 +08:00
..
d Fix #6176 - Avoid using non-gnu-friendly format types in magic files 2017-03-12 11:46:38 +01:00
apprentice.c Fix Cygwin build [2] 2017-04-17 19:30:39 +08:00
ascmagic.c Fix #5633 - Change x == NULL to correct syntax 2016-09-19 14:44:47 +02:00
config.h
file_opts.h
file.1
file.h More OSX-PPC fixes 2016-04-27 01:52:35 +02:00
fsmagic.c Fix #5633 - Change x == NULL to correct syntax 2016-09-19 14:44:47 +02:00
funcs.c Fix #5633 - Change x == NULL to correct syntax 2016-09-19 14:44:47 +02:00
is_tar.c
Jamroot
magic.c Fix #5633 - Change x == NULL to correct syntax 2016-09-19 14:44:47 +02:00
Makefile More OSX-PPC fixes 2016-04-27 01:52:35 +02:00
names.h
patchlevel.h
print.c Fix #5633 - Change x == NULL to correct syntax 2016-09-19 14:44:47 +02:00
README
softmagic.c fix more coverities 2016-12-19 17:23:30 +01:00
tar.h

This implementation of file(1) has been taken from OpenBSD,
I have removed the elf part which reduces more than 1KLOC.
I have also cleaned up the code in order to fix some warnings
and integrate with r2 syntax. magic_ api is now r_magic_

   --pancake

$ cvs -d anoncvs@anoncvs.ca.openbsd.org:/cvs get src/usr.bin/file

* understand and document how conditional works