| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Remove /^\s*\$FreeBSD\$$\n/
Similar commit in main:
(cherry picked from commit 05248206f720)
|
|
|
|
|
|
|
|
| |
We'd likely be better served by converting these to the equivalent mem*
calls, but just kill the knob for now. The b* macros being defined get
in the way of _FORTIFY_SOURCE.
(cherry picked from commit cfb9be506285cd65120f9686d532130a3757ce56)
|
|
|
|
|
|
|
| |
Remove private __P.
Notes:
svn path=/head/; revision=97419
|
|
|
|
| |
Notes:
svn path=/head/; revision=50476
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
o main returns int not void
o use return 0 at end of main when needed
o use braces to avoid potentially ambiguous else
o don't default to type int (and also remove a useless register
modifier).
Reviewed by: obrien and chuckr
Notes:
svn path=/head/; revision=46078
|
|
|
|
| |
Notes:
svn path=/head/; revision=22989
|
|
|
|
|
|
|
|
|
|
|
| |
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 been
insane otherwise.
Notes:
svn path=/head/; revision=21673
|
|
|
|
| |
Notes:
svn path=/head/; revision=18471
|
|
|
|
| |
Notes:
svn path=/cvs2svn/branches/MC/; revision=13572
|
|
Notes:
svn path=/cvs2svn/branches/MC/; revision=3229
|