History log of /freebsd-9.3-release/bin/kenv/kenv.1
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 236118 26-May-2012 mdf

MFC r235297, r235316:

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.


# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 218917 21-Feb-2011 pluknet

mdoc(7) markup.

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


# 187159 13-Jan-2009 maxim

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


# 187145 13-Jan-2009 luigi

fix typo

Submitted by: Colin Percival


# 187142 13-Jan-2009 luigi

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

MFC after: 3 days


# 152547 17-Nov-2005 ru

-mdoc sweep.


# 150101 13-Sep-2005 rwatson

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

MFC after: 1 week


# 139969 10-Jan-2005 imp

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


# 109574 20-Jan-2003 obrien

kenv(1) has been repo copied from usr.bin to bin.
Sometimes we need kenv(1) in /etc/rc.diskless*.


# 97502 29-May-2002 ru

mdoc(7) police: punctuation.


# 95007 18-Apr-2002 mux

Add a reference to the kenv(2) manpage.


# 94937 17-Apr-2002 mux

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

Reviewed by: peter


# 83760 21-Sep-2001 ru

mdoc(7) police: markup nits.


# 81588 13-Aug-2001 ru

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


# 79535 10-Jul-2001 ru

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


# 69089 23-Nov-2000 ben

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

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


# 68963 20-Nov-2000 ru

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


# 62813 08-Jul-2000 peter

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.