index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
file
/
magic-test.c
Age
Commit message (
Expand
)
Author
2015-08-12
Support + and - for dates.
Nicholas Marriott
2015-08-12
Fix adjustment of the offset when string, pstring or search match.
Nicholas Marriott
2015-08-12
Add string/Ww as aliases for string/Bb, and ignore t. (The latest
Nicholas Marriott
2015-08-11
When an exact string match is found, only print the test string, not up
Nicholas Marriott
2015-08-11
Any type can be prefixed with "u", even where it makes no sense. Also
Nicholas Marriott
2015-08-11
Extend accepted operators to +-&/%* for integer tests.
Nicholas Marriott
2015-08-11
Support = test for floats and doubles.
Nicholas Marriott
2015-05-29
Use gmtime not localtime when we want UTC, I got it right in one place
Nicholas Marriott
2015-05-29
Don't stop at the first successful test unless it has generated some
Nicholas Marriott
2015-05-29
The case-insensitive flag (c) for string and search tests doesn't make
Nicholas Marriott
2015-04-25
Switch to using the POSIX endian macros, i.e: be64toh vs. betoh64.
Bryan Steele
2015-04-24
move an ugly space
Theo de Raadt
2015-04-24
New implementation of the file(1) utility. This is a simplified,
Nicholas Marriott