| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/
Similar commit in main:
(cherry picked from commit fa9896e082a1)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Better description of what the panic() function does
- Document KERNEL_PANICKED()
- Add a section describing panic execution context
- Add SEE ALSO
Reviewed by: kib, markj, rpokala
MFC after: 1 week
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D39132
(cherry picked from commit d5e105bf7e4cb7e80eb4a4f8960bd6dd12fc4885)
|
|
|
|
|
|
|
|
|
|
|
|
| |
DTrace panic() action.
Differential Revision: https://reviews.freebsd.org/D2349
Reviewed by: avg
MFC after: 2 weeks
Sponsored by: EMC / Isilon Storage Division
Notes:
svn path=/head/; revision=281915
|
|
|
|
|
|
|
|
|
|
| |
back to <sys/systm.h>.
2. Remove hard sentence breaks.
Reminded by: Stefan Farfeleder <stefan@fafoe.narf.at> (1)
Notes:
svn path=/head/; revision=121151
|
|
|
|
| |
Notes:
svn path=/head/; revision=84306
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
cd src/share; find man[1-9] -type f|xargs perl -pi -e 's/[ \t]+$//'
BTW, what editors are the culprits? I'm using vim and it shows
me whitespace at EOL in troff files with a thick blue block...
Reviewed by: Silence from cvs diff -b
MFC after: 7 days
Notes:
svn path=/head/; revision=79727
|
|
|
|
| |
Notes:
svn path=/head/; revision=75670
|
|
|
|
| |
Notes:
svn path=/head/; revision=71895
|
|
|
|
|
|
|
| |
<sys/param.h>, but the #includes weren't adjusted here.
Notes:
svn path=/head/; revision=55052
|
|
|
|
| |
Notes:
svn path=/head/; revision=50476
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
track.
The $Id$ line is normally at the bottom of the main comment block in the
man page, separated from the rest of the manpage by an empty comment,
like so;
.\" $Id$
.\"
If the immediately preceding comment is a @(#) format ID marker than the
the $Id$ will line up underneath it with no intervening blank lines.
Otherwise, an additional blank line is inserted.
Approved by: bde
Notes:
svn path=/head/; revision=48795
|
|
Obtained from: NetBSD
Notes:
svn path=/head/; revision=22650
|