HardenedBSD/sys/amd64/amd64
Garrett Wollman f23b4c91c4 Fix up some sloppy coding practices:
- Delete redundant declarations.
- Add -Wredundant-declarations to Makefile.i386 so they don't come back.
- Delete sloppy COMMON-style declarations of uninitialized data in
  header files.
- Add a few prototypes.
- Clean up warnings resulting from the above.

NB: ioconf.c will still generate a redundant-declaration warning, which
is unavoidable unless somebody volunteers to make `config' smarter.
1994-08-18 22:36:09 +00:00
..
autoconf.c Change all #includes to follow the current Berkeley style. Some of these 1994-08-13 03:50:34 +00:00
cpu_switch.S Made the tmpstk start at tmpstk. Not doing so causes problems for the 1994-08-06 09:17:44 +00:00
db_disasm.c Change all #includes to follow the current Berkeley style. Some of these 1994-08-13 03:50:34 +00:00
db_interface.c Change all #includes to follow the current Berkeley style. Some of these 1994-08-13 03:50:34 +00:00
db_trace.c Change all #includes to follow the current Berkeley style. Some of these 1994-08-13 03:50:34 +00:00
exception.s Change all #includes to follow the current Berkeley style. Some of these 1994-08-13 03:50:34 +00:00
exception.S Change all #includes to follow the current Berkeley style. Some of these 1994-08-13 03:50:34 +00:00
fpu.c Change all #includes to follow the current Berkeley style. Some of these 1994-08-13 03:50:34 +00:00
genassym.c
locore.s Change all #includes to follow the current Berkeley style. Some of these 1994-08-13 03:50:34 +00:00
locore.S Change all #includes to follow the current Berkeley style. Some of these 1994-08-13 03:50:34 +00:00
machdep.c Fix up some sloppy coding practices: 1994-08-18 22:36:09 +00:00
mem.c Fixed various prototype problems with the pmap functions and the subsequent 1994-08-06 10:25:50 +00:00
pmap.c Fix up some sloppy coding practices: 1994-08-18 22:36:09 +00:00
support.s Removed ntohl and ntohs functions. These were already inlined assembly in 1994-08-09 11:21:44 +00:00
support.S Removed ntohl and ntohs functions. These were already inlined assembly in 1994-08-09 11:21:44 +00:00
swtch.s Made the tmpstk start at tmpstk. Not doing so causes problems for the 1994-08-06 09:17:44 +00:00
sys_machdep.c Change all #includes to follow the current Berkeley style. Some of these 1994-08-13 03:50:34 +00:00
trap.c Fix up some sloppy coding practices: 1994-08-18 22:36:09 +00:00
tsc.c Fix up some sloppy coding practices: 1994-08-18 22:36:09 +00:00
vm_machdep.c Made pmap_kenter "TLB safe". ...and then removed all the pmap_updates that 1994-08-07 14:53:27 +00:00