summaryrefslogtreecommitdiffstats
path: root/bin/kenv
Commit message (Collapse)AuthorAgeFilesLines
* Constify parameters, no functional or binary change.delphij2013-05-151-6/+6
| | | | | Verified with: sha256(1) MFC after: 2 weeks
* I forgot to bump the manpage date.mdf2012-05-121-1/+1
| | | | | | Reminded by: Garrett Cooper MFC after: 3 days X-MFC-with: r235297
* Add a -v and -N option to kenv(1), so it can be more easily used inmdf2012-05-112-9/+35
| | | | | | | | | | | 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
* Remove superfluous paragraph macro.joel2012-03-251-1/+0
|
* mdoc(7) markup.pluknet2011-02-211-1/+1
| | | | | Approved by: avg (mentor), kib (mentor) MFC after: 3 days
* Add missing `void' for function without arguments.ed2009-12-291-1/+1
|
* o Fix a typo. Bump .Dd for the previous delta.maxim2009-01-131-2/+2
|
* fix typoluigi2009-01-131-1/+1
| | | | Submitted by: Colin Percival
* Document how kernel environment can be statically compiled in,luigi2009-01-131-0/+20
| | | | | | and reference a few related manpages. MFC after: 3 days
* -mdoc sweep.ru2005-11-171-1/+1
|
* Add a "-q" quiet flag to kenv so that warnings can be suppressed.rwatson2005-09-132-9/+20
| | | | MFC after: 1 week
* /*- or .\"- or #- to begin license clauses.imp2005-01-102-1/+2
|
* Various quibbles:das2004-04-281-15/+28
| | | | | | | | | - Print a diagnostic if kdumpenv() fails. This can occur due to MAC restrictions or lack of memory. Catch all kenv(2) failures as well. - Just of the heck of it, DTRT if the kernel environment size changes at the wrong time. The old code could fail silently or fail to null-terminate a buffer if you got exceptionally unlucky. - Sort and GC the #includes.
* Get this area compiling with the highest WARNS= that it works with.markm2003-06-131-1/+0
| | | | | | | Obsolete WFORMAT= junk also removed where possible. OK'ed by: obrien Tested on: sparc64, alpha, i386
* Consistently use FBSDIDobrien2002-06-301-2/+4
|
* mdoc(7) police: punctuation.ru2002-05-291-1/+1
|
* Add a reference to the kenv(2) manpage.mux2002-04-181-0/+1
|
* Use the new functionalities provided by the kenv(2) syscall.mux2002-04-173-66/+122
| | | | Reviewed by: peter
* Deuglify the usage message by putting the program name after thedd2001-11-151-1/+2
| | | | | | | | "usage:" string. This is how most (all?) other programs in the system do it. PR: 31596 Submitted by: Cyrille Lefevre <clefevre@citeweb.net>
* mdoc(7) police: markup nits.ru2001-09-211-6/+10
|
* Spell "FreeBSD" with "F" and "BSD" in uppercase.ru2001-08-131-1/+1
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* kenv(1) first appeared in FreeBSD 4.1.1, not FreeBSD 5.0.ben2000-11-231-1/+1
| | | | | PR: 23020 Submitted by: Simon Dick <simond@irrelevant.org>
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-3/+3
|
* Initial kenv(1) hack for dumping the kernel environment. This can bepeter2000-07-083-0/+186
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.
OpenPOWER on IntegriCloud