Remove $FreeBSD$: one-line bare tagRemove /^\s*\$FreeBSD\$$\n/
Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
Remove $FreeBSD$: two-line .h patternRemove /^\s*\*\n \*\s+\$FreeBSD\$$\n/
Update share/examples/* to properly install /usr/share/examples.As result of this, a new examples package is now created.Note, this is only effective with 'SHARED=copies' (the default),as the 'S
Update share/examples/* to properly install /usr/share/examples.As result of this, a new examples package is now created.Note, this is only effective with 'SHARED=copies' (the default),as the 'SHARED=symlinks' mechanism will create a symlink to thesource tree version of the file(s).Sponsored by: The FreeBSD Foundation
show more ...
NO_MAN= has been deprecated in favor of MAN= for some time, go aheadand finish the job. ncurses is now the only Makefile in the tree thatuses it since it wasn't a simple mechanical change, and will
NO_MAN= has been deprecated in favor of MAN= for some time, go aheadand finish the job. ncurses is now the only Makefile in the tree thatuses it since it wasn't a simple mechanical change, and will beaddressed in a future commit.
Revert r253748,253749This WIP should not have been committed yet.Pointyhat to: avg
remove needless inclusion of machine/cpu.h in userlandMFC after: 21 days
Fix missing argument for errx().While here, clean up the code a bit.
Start the dreaded NOFOO -> NO_FOO conversion.OK'ed by: core
Clarify a little: the mandatory argument is an event number.PR: 26905Submitted by: AMAKAWA Shuhei <[email protected]>
$Id$ -> $FreeBSD$
Implemented `-c command'.Fixed bitrot (__dead went away; EOF is now wrong for the getopt failurevalue).Moved sleep command to the end of the main loop to avoid mismatch betweenmain loop and the
Implemented `-c command'.Fixed bitrot (__dead went away; EOF is now wrong for the getopt failurevalue).Moved sleep command to the end of the main loop to avoid mismatch betweenmain loop and the report loop. There is an extra iteration that could beused to calibrate the loop overhead, but was used to report wrong results.Fixed usage message.
Revert $FreeBSD$ to $Id$
Make the long-awaited change from $Id$ to $FreeBSD$This will make a number of things easier in the future, as well as (finally!)avoiding the Id-smashing problem which has plagued developers for so
Make the long-awaited change from $Id$ to $FreeBSD$This will make a number of things easier in the future, as well as (finally!)avoiding the Id-smashing problem which has plagued developers for so long.Boy, I'm glad we're not using sup anymore. This update would have beeninsane otherwise.
A sample program for /dev/perfmon