History log of /freebsd-current/usr.bin/elfdump/elfdump.1
Revision Date Author Comments
# fa9896e0 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: two-line nroff pattern

Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/


# c35530f4 05-Nov-2018 Brooks Davis <brooks@FreeBSD.org>

elfdump: Add -E to test if a file is an ELF binary.

This is intended to replace potentially unreliable checks like:

file -b $1 | grep -q '^ELF ..-bit .SB executable'

Reviewed by: emaste
Sponsored by: DARPA, AFRL
Differential Revision: https://reviews.freebsd.org/D15971


# f4f080c6 16-Sep-2014 Mark Johnston <markj@FreeBSD.org>

Fix a typo.

MFC after: 3 days


# 2b7af31c 23-Jun-2014 Baptiste Daroussin <bapt@FreeBSD.org>

use .Mt to mark up email addresses consistently (part3)

PR: 191174
Submitted by: Franco Fichtner <franco at lastsummer.de>


# a7d5f7eb 19-Oct-2010 Jamie Gritton <jamie@FreeBSD.org>

A new jail(8) with a configuration file, to replace the work currently done
by /etc/rc.d/jail.


# fe0506d7 09-Mar-2010 Marcel Moolenaar <marcel@FreeBSD.org>

Create the altix project branch. The altix project will add support
for the SGI Altix 350 to FreeBSD/ia64. The hardware used for porting
is a two-module system, consisting of a base compute module and a
CPU expansion module. SGI's NUMAFlex architecture can be an excellent
platform to test CPU affinity and NUMA-aware features in FreeBSD.


# aa4a335b 15-Jan-2010 Ruslan Ermilov <ru@FreeBSD.org>

Use the newly brought %U macro.


# d7f03759 19-Oct-2008 Ulf Lilleengen <lulf@FreeBSD.org>

- Import the HEAD csup code which is the basis for the cvsmode work.


# 6c7216df 18-Jan-2005 Ruslan Ermilov <ru@FreeBSD.org>

Sort sections.


# a866e170 17-Jan-2005 Ruslan Ermilov <ru@FreeBSD.org>

Added the EXIT STATUS section where appropriate.


# 73e57b80 28-Jun-2003 Ruslan Ermilov <ru@FreeBSD.org>

Synchronize usage() and SYNOPSIS, and fix them (flags are not
optional here). Sort options. Print the file name on error.


# f1e65894 03-Mar-2003 Ruslan Ermilov <ru@FreeBSD.org>

mdoc(7) police: Revision.


# de8ab39c 28-Feb-2003 Jacques Vidrine <nectar@FreeBSD.org>

Spellcheck.


# b8adbd4e 02-Feb-2003 David E. O'Brien <obrien@FreeBSD.org>

Add a man page.