History log of /freebsd-current/usr.sbin/fstyp/hammer2_disk.h
Revision Date Author Comments
# ec8a394d 11-Apr-2024 Elyes Haouas <ehaouas@noos.fr>

usr.sbin: Remove repeated words

Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/887


# b3e76948 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: two-line .h pattern

Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/


# df4da2d6 04-Jun-2022 Gordon Bergling <gbe@FreeBSD.org>

fstype(8): Fix two typos in source code comments

- s/auxillary/auxiliary/

MFC after: 3 days


# c254580c 08-Apr-2022 Gordon Bergling <gbe@FreeBSD.org>

fstyp(8): Fix a typo in a source code comment

- s/Miscellanious/Miscellaneous/

MFC after: 3 days


# 509798ea 24-Dec-2019 Pedro F. Giffuni <pfg@FreeBSD.org>

sbin/fstyp: recgonize Dragonfly's hammer and hammer2.

This is based on DragonFly's implementation from about 2019-09-13. It
only contains the basic code and header information to identify the
disks.

Relnotes: yes
Differential Revision: https://reviews.freebsd.org/D13369