CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/04/24 10:24:11
Modified files:
usr.bin/file : Makefile file.1 file.c file.h magic.h
Added files:
usr.bin/file : magic-common.c magic-dump.c magic-load.c
magic-test.c text.c xmalloc.c xmalloc.h
Removed files:
usr.bin/file : LEGAL.NOTICE MAINT README apprentice.c
ascmagic.c compress.c config.h elfclass.h
file_opts.h fsmagic.c funcs.c is_tar.c magic.c
names.h patchlevel.h print.c readelf.c
readelf.h softmagic.c tar.h
Log message:
New implementation of the file(1) utility. This is a simplified,
modernised version with a nearly complete magic(5) parser but omits some
of the complex builtin tests (notably ELF) and has a reduced set of
options.
ok deraadt