Searched hist:3863 (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/sys/dev/aic/
H A Daic.cdiff 192066 Wed May 13 20:44:44 MDT 2009 des Snip redundant assignment.

Approved by: scottl
MFC after: 2 weeks
Coverity ID: 3863
/freebsd-9.3-release/sys/conf/
H A DMakefile.i386diff 3863 Tue Oct 25 17:34:57 MDT 1994 bde Never strip the kernel.

Recommend -Wimplicit in CWARNFLAGS next. There are still a few hundred
potential arg mismatches because no function declaration is in scope.

Don't duplicate option `-I.'.

Remove null editing of the assembler source for all profiled objects.
The required magic has been done since prehistoric times by an
asm("mcount") declaration.

Simplify the clean rule.

Don't try to be clever about timestamps involving genassym. genassym's
timestamp usually got ahead of assym.s's timestamp, so `make' almost
always had to run genassym and compare *assym.s to decide that nothing
needed to be done. The cost is reassembling a few files whenever
genassym is rebuilt. Assembling is almost as fast as comparing.

Always go through genassym.o to build genassym. This would have avoided
numerous bugs involving mkdep -p. Now it just stops genassym from
depending on the name of the temporary object file.

Use ${CFLAGS} for building genassym. Mainly ${CWARNFLAGS} were missing.
H A DMakefile.powerpcdiff 3863 Tue Oct 25 17:34:57 MDT 1994 bde Never strip the kernel.

Recommend -Wimplicit in CWARNFLAGS next. There are still a few hundred
potential arg mismatches because no function declaration is in scope.

Don't duplicate option `-I.'.

Remove null editing of the assembler source for all profiled objects.
The required magic has been done since prehistoric times by an
asm("mcount") declaration.

Simplify the clean rule.

Don't try to be clever about timestamps involving genassym. genassym's
timestamp usually got ahead of assym.s's timestamp, so `make' almost
always had to run genassym and compare *assym.s to decide that nothing
needed to be done. The cost is reassembling a few files whenever
genassym is rebuilt. Assembling is almost as fast as comparing.

Always go through genassym.o to build genassym. This would have avoided
numerous bugs involving mkdep -p. Now it just stops genassym from
depending on the name of the temporary object file.

Use ${CFLAGS} for building genassym. Mainly ${CWARNFLAGS} were missing.

Completed in 207 milliseconds