History log of /freebsd-current/bin/kenv/kenv.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/


# db0f2643 20-Jun-2021 Kyle Evans <kevans@FreeBSD.org>

kenv: allow listing of static kernel environments

The early environment is typically cleared, so these new options
need the PRESERVE_EARLY_KENV kernel config(8) option. These environments
are reported as missing by kenv(1) if the option is not present in the
running kernel.

Reviewed by: imp
Differential Revision: https://reviews.freebsd.org/D30835


# 46438b53 20-Jun-2021 Kyle Evans <kevans@FreeBSD.org>

kenv: s/dump/list/ to clarify meaning

The contents of the kenv will be dumped to stdout, while dump could have
also meant 'discard'. Call it 'list' instead.

Suggested by: imp
Reviewed by: imp, jhb
Differential Revision: https://reviews.freebsd.org/D30836


# a8f6fe34 05-Oct-2020 Fernando ApesteguĂ­a <fernape@FreeBSD.org>

kenv(1): Add EXAMPLES to man page

Add EXAMPLES section covering all the options

Approved by: manpages (bcr@)
Differential Revision: https://reviews.freebsd.org/D26664


# f3aff7c9 06-Dec-2017 Benjamin Kaduk <bjk@FreeBSD.org>

Fix mandoc -Tlint warnings in bin/

Many style-level issues are still reported.

Submitted by: Yuri Pankov <yuripv@gmx.com>
Reviewed by: jilles (previous revision)
Differential Revision: https://reviews.freebsd.org/D13334


# 64afb51c 11-May-2012 Matthew D Fleming <mdf@FreeBSD.org>

I forgot to bump the manpage date.

Reminded by: Garrett Cooper
MFC after: 3 days
X-MFC-with: r235297


# af68c71a 11-May-2012 Matthew D Fleming <mdf@FreeBSD.org>

Add a -v and -N option to kenv(1), so it can be more easily used in
scripts the way sysctl(8) is. The -N option, like in sysctl(8),
displays only the kenv names, not their values. The -v option prints an
individual kenv variable name with its value as name="value". This is
the inverse of sysctl(8)'s -n flag, since the default behaviour of
kenv(1) is already like sysctl(8) -n.

Submitted by: Garrett Cooper < yanegomi AT gmail DOT com >
MFC after: 1 week


# 904d0726 25-Mar-2012 Joel Dahl <joel@FreeBSD.org>

Remove superfluous paragraph macro.


# 440c834c 21-Feb-2011 Sergey Kandaurov <pluknet@FreeBSD.org>

mdoc(7) markup.

Approved by: avg (mentor), kib (mentor)
MFC after: 3 days


# 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.


# 3ed338dd 13-Jan-2009 Maxim Konovalov <maxim@FreeBSD.org>

o Fix a typo. Bump .Dd for the previous delta.


# 7b300dd6 12-Jan-2009 Luigi Rizzo <luigi@FreeBSD.org>

fix typo

Submitted by: Colin Percival


# f7fc4669 12-Jan-2009 Luigi Rizzo <luigi@FreeBSD.org>

Document how kernel environment can be statically compiled in,
and reference a few related manpages.

MFC after: 3 days


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

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


# 8af11131 16-Nov-2005 Ruslan Ermilov <ru@FreeBSD.org>

-mdoc sweep.


# af2b8e58 13-Sep-2005 Robert Watson <rwatson@FreeBSD.org>

Add a "-q" quiet flag to kenv so that warnings can be suppressed.

MFC after: 1 week


# 9ddb49cb 10-Jan-2005 Warner Losh <imp@FreeBSD.org>

/*- or .\"- or #- to begin license clauses.


# 2d341e5c 29-May-2002 Ruslan Ermilov <ru@FreeBSD.org>

mdoc(7) police: punctuation.


# 7eab3d34 18-Apr-2002 Maxime Henrion <mux@FreeBSD.org>

Add a reference to the kenv(2) manpage.


# 41196280 17-Apr-2002 Maxime Henrion <mux@FreeBSD.org>

Use the new functionalities provided by the kenv(2) syscall.

Reviewed by: peter


# db1909f7 21-Sep-2001 Ruslan Ermilov <ru@FreeBSD.org>

mdoc(7) police: markup nits.


# c5e7e03a 13-Aug-2001 Ruslan Ermilov <ru@FreeBSD.org>

Spell "FreeBSD" with "F" and "BSD" in uppercase.


# 62500372 10-Jul-2001 Ruslan Ermilov <ru@FreeBSD.org>

mdoc(7) police: removed HISTORY info from the .Os call.


# d9a7d86c 23-Nov-2000 Ben Smithurst <ben@FreeBSD.org>

kenv(1) first appeared in FreeBSD 4.1.1, not FreeBSD 5.0.

PR: 23020
Submitted by: Simon Dick <simond@irrelevant.org>


# 8fe908ef 20-Nov-2000 Ruslan Ermilov <ru@FreeBSD.org>

mdoc(7) police: use the new features of the Nm macro.


# c87a63c1 08-Jul-2000 Peter Wemm <peter@FreeBSD.org>

Initial kenv(1) hack for dumping the kernel environment. This can be
used to extract modified boot hints to make loader(8)-time changes
"sticky". It tries to use \ style quoting so that it can be used directly
with foo.conf files. It can also extract specific variables.