#
ad04a21d |
| 12-Jul-2022 |
thorpej <thorpej@NetBSD.org> |
Remove uneeded bus_space_barrier() calls.
|
#
fea98925 |
| 14-Jul-2016 |
msaitoh <msaitoh@NetBSD.org> |
- Use aprint*() instead of printf() in xxx_attach(). - Add missing aprint_naive("\n"); - KNF
|
#
0e374985 |
| 11-Jul-2016 |
msaitoh <msaitoh@NetBSD.org> |
KNF. No functional change.
|
#
83fe5ffe |
| 03-Jun-2011 |
tsutsui <tsutsui@NetBSD.org> |
Split device_t/softc of i82586. No crash on TME emulating sun2.
|
#
99747a80 |
| 12-May-2009 |
cegger <cegger@NetBSD.org> |
struct device * -> device_t, no functional changes intended.
|
#
d16a259f |
| 12-May-2009 |
cegger <cegger@NetBSD.org> |
struct cfdata * -> cfdata_t, no functional changes intended.
|
#
82357f6d |
| 14-Mar-2009 |
dsl <dsl@NetBSD.org> |
ANSIfy another 1261 function definitions. The only ones left in sys are beyond by sed script! (or in sys/dist or sys/external) Mostly they have function pointer parameters.
|
#
454af1c0 |
| 14-Mar-2009 |
dsl <dsl@NetBSD.org> |
Change about 4500 of the K&R function definitions to ANSI ones. There are still about 1600 left, but they have ',' or /* ... */ in the actual variable definitions - which my awk script doesn't handle
Change about 4500 of the K&R function definitions to ANSI ones. There are still about 1600 left, but they have ',' or /* ... */ in the actual variable definitions - which my awk script doesn't handle. There are also many that need () -> (void). (The script does handle misordered arguments.)
show more ...
|
#
ce099b40 |
| 28-Apr-2008 |
martin <martin@NetBSD.org> |
Remove clause 3 and 4 from TNF licenses
|
#
1ef783cb |
| 08-Apr-2008 |
cegger <cegger@NetBSD.org> |
use aprint_*_dev and device_xname
|
#
a2a38285 |
| 19-Oct-2007 |
ad <ad@NetBSD.org> |
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
|
#
168cd830 |
| 16-Nov-2006 |
christos <christos@NetBSD.org> |
__unused removal on arguments; approved by core.
|
#
4d595fd7 |
| 12-Oct-2006 |
christos <christos@NetBSD.org> |
- sprinkle __unused on function decls. - fix a couple of unused bugs - no more -Wno-unused for i386
|
#
838ee1e0 |
| 29-Mar-2006 |
thorpej <thorpej@NetBSD.org> |
Use device_private().
|
#
95e1ffb1 |
| 11-Dec-2005 |
christos <christos@NetBSD.org> |
merge ktrace-lwp.
|
#
1cf5f6f6 |
| 30-May-2005 |
christos <christos@NetBSD.org> |
add const to a cast.
|
#
f31bd063 |
| 27-Feb-2005 |
perry <perry@NetBSD.org> |
nuke trailing whitespace
|
#
18db93c7 |
| 04-Feb-2005 |
perry <perry@NetBSD.org> |
de-__P
|
#
015f8743 |
| 29-Dec-2004 |
jdolecek <jdolecek@NetBSD.org> |
fix error printf()
change one mask to use hexadecimal number instead of decimal, so it's easier to verify
|
#
8e823735 |
| 25-Oct-2003 |
mycroft <mycroft@NetBSD.org> |
break -> return in previous.
|
#
8bfd5e32 |
| 25-Oct-2003 |
christos <christos@NetBSD.org> |
Fix uninitialized variable warnings
|
#
f0192b8a |
| 23-Feb-2003 |
simonb <simonb@NetBSD.org> |
Remove assigned-to but not used variable (including nice little switch statement to set said variable).
|
#
c9b3657c |
| 02-Oct-2002 |
thorpej <thorpej@NetBSD.org> |
Add trailing ; to CFATTACH_DECL.
|
#
9bb77522 |
| 30-Sep-2002 |
thorpej <thorpej@NetBSD.org> |
Use CFATTACH_DECL().
|
#
f818766a |
| 27-Sep-2002 |
thorpej <thorpej@NetBSD.org> |
Declare all cfattach structures const.
|