History log of /netbsd/sys/arch/hp300/stand/common/conf.h (Results 1 – 3 of 3)
Revision Date Author Comments
# c23fd9fb 11-Dec-2022 tsutsui <tsutsui@NetBSD.org>

Make hp300 bootloaders UFS2 ready.


# 95e1ffb1 11-Dec-2005 christos <christos@NetBSD.org>

merge ktrace-lwp.


# 212f884f 14-Nov-2003 tsutsui <tsutsui@NetBSD.org>

Misc cleanup:
- KNF
- WARNSfy
- remove __P()
- remove register declarations
- const'ify some variables
- make some local functions/variables static
- bcopy -> memcpy
- bcmp -> memcmp
- bzero -> memse

Misc cleanup:
- KNF
- WARNSfy
- remove __P()
- remove register declarations
- const'ify some variables
- make some local functions/variables static
- bcopy -> memcpy
- bcmp -> memcmp
- bzero -> memset
- space/TAB fix
etc.

show more ...