| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
Sponsored by: Netflix
Notes:
svn path=/head/; revision=325834
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Set WARNS if not set for EFI boot code and fix the issues highlighted by
setting it.
Most components are set to WARNS level 6 with few being left at lower
levels due to the amount of changes needed to fix at higher levels.
Error types fixed:
* Missing / invalid casts
* Missing inner structs
* Unused vars
* Missing static for internal only funcs
* Missing prototypes
* Alignment changes
* Use of uninitialised vars
* Unknown pragma (intrinsic)
* Missing types etc due to missing includes
* printf formatting types
Reviewed by: emaste (in part)
MFC after: 2 weeks
X-MFC-With: r293268
Sponsored by: Multiplay
Differential Revision: https://reviews.freebsd.org/D4839
Notes:
svn path=/head/; revision=293724
|
| |
|
|
| |
Notes:
svn path=/head/; revision=292625
|
| |
|
|
|
|
|
|
|
|
|
|
| |
i386 is the only current FreeBSD architecture that ever used a.out
format.
Reviewed by: kib
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D4687
Notes:
svn path=/head/; revision=292623
|
| |
|
|
|
|
|
|
| |
implementation. This re-introduces C99 style comments that previously
were replaced by original C comments.
Notes:
svn path=/head/; revision=163898
|
| |
|
|
|
|
|
|
| |
style comments. This is not an attempt to conform to style(9).
Such has lower priority.
Notes:
svn path=/head/; revision=96893
|
|
|
Notes:
svn path=/head/; revision=77943
|