History log of /freebsd-10-stable/sys/cddl/boot/zfs/lz4.c
Revision Date Author Comments
# 301608 08-Jun-2016 ngie

MFC r299657:

Include arpa/inet.h to get the htonl(3) definition


# 294718 25-Jan-2016 smh

MFC r293271:

Fix const conversion warning in lz4_decompress

Sponsored by: Multiplay


# 272425 02-Oct-2014 delphij

MFC r272389:

Diff reduction with kernel code: instruct the compiler that the data of
these types may be unaligned to their "normal" alignment and exercise
caution when accessing them.

PR: 194071
Approved by: re (gjb)


# 272425 02-Oct-2014 delphij

MFC r272389:

Diff reduction with kernel code: instruct the compiler that the data of
these types may be unaligned to their "normal" alignment and exercise
caution when accessing them.

PR: 194071
Approved by: re (gjb)