1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00
openbsd-src/usr.bin/file
deraadt 7aa9f692dc dev_t is signed to permit passing -1 as an invalid condition, but the
decomposition into major and minor is unsigned, so we should print them
with %u instead of %d.
ok guenther
2019-02-05 02:17:32 +00:00
..
magdir Update qcow file definitions 2018-10-04 16:51:38 +00:00
file.1
file.c dev_t is signed to permit passing -1 as an invalid condition, but the 2019-02-05 02:17:32 +00:00
file.h Remove old unused prototype, from Ilya Kaliman. 2016-06-12 21:10:42 +00:00
magic-common.c
magic-dump.c Add support for 'name' and 'use' which allows more of the latest magic 2016-05-01 10:56:03 +00:00
magic-load.c Replace fgetln with POSIX getline, even though file was using fgetln in 2017-07-02 10:58:15 +00:00
magic-test.c Regex flags should include REG_NEWLINE and REG_ICASE should actually be 2019-01-15 09:24:59 +00:00
magic.5 add missing types; from klemens nanni 2017-09-20 10:03:34 +00:00
magic.h Tidy up some #include lines. 2016-05-01 20:34:26 +00:00
Makefile Revert my changes in r1.60 back to nicm@'s latest for now. 2018-01-15 19:45:51 +00:00
text.c Style nits; no binary change. 2017-04-18 14:16:48 +00:00
xmalloc.c
xmalloc.h