
This brings our tree to NetBSD 7.0, as found on -current on the 10-10-2015. This updates: - LLVM to 3.6.1 - GCC to GCC 5.1 - Replace minix/commands/zdump with usr.bin/zdump - external/bsd/libelf has moved to /external/bsd/elftoolchain/ - Import ctwm - Drop sprintf from libminc Change-Id: I149836ac18e9326be9353958bab9b266efb056f0
21 lines
691 B
Plaintext
21 lines
691 B
Plaintext
|
|
#------------------------------------------------------------
|
|
# $File: java,v 1.16 2013/09/24 20:22:03 christos Exp $
|
|
# Java ByteCode and Mach-O binaries (e.g., Mac OS X) use the
|
|
# same magic number, 0xcafebabe, so they are both handled
|
|
# in the entry called "cafebabe".
|
|
#------------------------------------------------------------
|
|
# Java serialization
|
|
# From Martin Pool (m.pool@pharos.com.au)
|
|
0 beshort 0xaced Java serialization data
|
|
>2 beshort >0x0004 \b, version %d
|
|
|
|
0 belong 0xfeedfeed Java KeyStore
|
|
!:mime application/x-java-keystore
|
|
0 belong 0xcececece Java JCE KeyStore
|
|
!:mime application/x-java-jce-keystore
|
|
|
|
# Java source
|
|
0 regex ^import.*;$ Java source
|
|
!:mime text/x-java
|