Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | -mdoc sweep. | ru | 2005-11-17 | 1 | -1/+1 |
| | |||||
* | Add a "-q" quiet flag to kenv so that warnings can be suppressed. | rwatson | 2005-09-13 | 2 | -9/+20 |
| | | | | MFC after: 1 week | ||||
* | /*- or .\"- or #- to begin license clauses. | imp | 2005-01-10 | 2 | -1/+2 |
| | |||||
* | Various quibbles: | das | 2004-04-28 | 1 | -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. | markm | 2003-06-13 | 1 | -1/+0 |
| | | | | | | | Obsolete WFORMAT= junk also removed where possible. OK'ed by: obrien Tested on: sparc64, alpha, i386 | ||||
* | Consistently use FBSDID | obrien | 2002-06-30 | 1 | -2/+4 |
| | |||||
* | mdoc(7) police: punctuation. | ru | 2002-05-29 | 1 | -1/+1 |
| | |||||
* | Add a reference to the kenv(2) manpage. | mux | 2002-04-18 | 1 | -0/+1 |
| | |||||
* | Use the new functionalities provided by the kenv(2) syscall. | mux | 2002-04-17 | 3 | -66/+122 |
| | | | | Reviewed by: peter | ||||
* | Deuglify the usage message by putting the program name after the | dd | 2001-11-15 | 1 | -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. | ru | 2001-09-21 | 1 | -6/+10 |
| | |||||
* | Spell "FreeBSD" with "F" and "BSD" in uppercase. | ru | 2001-08-13 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
| | |||||
* | kenv(1) first appeared in FreeBSD 4.1.1, not FreeBSD 5.0. | ben | 2000-11-23 | 1 | -1/+1 |
| | | | | | PR: 23020 Submitted by: Simon Dick <simond@irrelevant.org> | ||||
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -3/+3 |
| | |||||
* | Initial kenv(1) hack for dumping the kernel environment. This can be | peter | 2000-07-08 | 3 | -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. |