Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
doc/ | H | - | - | 1,976 | 1,969 | |
magic/ | H | - | - | 41,552 | 38,548 | |
src/ | H | - | - | 19,683 | 15,809 | |
COPYING | H A D | 11-May-2020 | 1.6 KiB | 30 | 26 | |
ChangeLog | H A D | 12-Nov-2022 | 59.4 KiB | 2,070 | 1,234 | |
MAINT | H A D | 26-Nov-2011 | 1.5 KiB | 45 | 35 | |
README.DELETED | H A D | 12-Nov-2022 | 631 | 51 | 50 | |
README.DRAGONFLY | H A D | 14-Dec-2022 | 809 | 25 | 18 |
README.DELETED
1AUTHORS 2INSTALL 3Makefile.am 4Makefile.in 5NEWS 6README.md 7README.DEVELOPER 8RELEASE-PROCEDURE 9TODO 10acinclude.m4 11aclocal.m4 12compile 13config.guess 14config.h.in 15config.sub 16configure 17configure.ac 18depcomp 19doc/Makefile.am 20doc/Makefile.in 21install-sh 22libmagic.pc.in 23ltmain.sh 24m4/ 25magic/Makefile.am 26magic/Makefile.in 27magic/scripts/ 28missing 29python/ 30src/BNF 31src/Makefile.am 32src/Makefile.in 33src/asctime_r.c 34src/asprintf.c 35src/cdf.mk 36src/ctime_r.c 37src/dprintf.c 38src/fmtcheck.c 39src/getline.c 40src/getopt_long.c 41src/gmtime_r.c 42src/localtime_r.c 43src/memtest.c 44src/pread.c 45src/seccomp.c 46src/strcasestr.c 47src/strlcat.c 48src/strlcpy.c 49src/vasprintf.c 50tests/ 51
README.DRAGONFLY
1FILE 5.43 2========= 3 4This directory contains a selected set of files from file 5.41 5 6Original source can be downloaded from: 7http://ftp.astron.com/pub/file/ 8 9file = file-5.43.tar.gz 10date = 13 September 2022 11size = 1162786 12sha1 = 8cb1a01257e9d9b15bb58dae409e1cb6710c5947 13 14A list of the omitted files and directories can be found in 15README.DELETED. 16 17This is used in lib/libmagic and usr.bin/file. When upgrading, remember 18to update config.h in lib/libmagic/libmagic. 19 20NOTE: Not all current header files are present in older versions of DFly, 21 which may present bootstrapping issues when building from sources. 22 The generated config.h may not be able to be used as-is. See 23 conditionals around (for example) HAVE_BYTESWAP_H, which themselves 24 may also require <sys/param.h> to be included. 25