#
e0ba28d7 |
| 31-Jul-2016 |
dholland <dholland@NetBSD.org> |
Speed limit 80.
|
#
d6aeeea2 |
| 31-Jul-2016 |
dholland <dholland@NetBSD.org> |
KNF
|
#
b6673285 |
| 31-Jul-2016 |
dholland <dholland@NetBSD.org> |
Instead of testing for unsigned < 0, compare before subtracting. Reset of PR 51297 from David Binderman.
|
#
d31a64a0 |
| 31-Jul-2016 |
dholland <dholland@NetBSD.org> |
Don't check for unsigned variables being less than 0 in patchunwindframe(). Instead, check before subtracting, which in this case means at the call site.
It would probably be better to change the ca
Don't check for unsigned variables being less than 0 in patchunwindframe(). Instead, check before subtracting, which in this case means at the call site.
It would probably be better to change the call signature so the subtraction happens inside patchunwindframe(), but since I don't really know exactly what this code is trying to do I'm not comfortable changing it.
Issue 1 in PR 51297 from David Binderman.
show more ...
|
#
4a9abd6a |
| 10-Mar-2014 |
martin <martin@NetBSD.org> |
Remove unused variable
|
#
c363a9cb |
| 18-Mar-2009 |
cegger <cegger@NetBSD.org> |
bzero -> memset
|
#
09c5f9cc |
| 28-Feb-2007 |
thorpej <thorpej@NetBSD.org> |
TRUE -> true, FALSE -> false
|
#
712239e3 |
| 21-Feb-2007 |
thorpej <thorpej@NetBSD.org> |
Replace the Mach-derived boolean_t type with the C99 bool type. A future commit will replace use of TRUE and FALSE with true and false.
|
#
ba7cbe76 |
| 07-Apr-2006 |
cherry <cherry@NetBSD.org> |
Initial import of arch/ia64 sources. These sources are ported from FreeBSD/ia64 code. See individual source files for credits. In addition, code from NetBSD/alpha NetBSD/sparc64, NetBSD/i386 and NetB
Initial import of arch/ia64 sources. These sources are ported from FreeBSD/ia64 code. See individual source files for credits. In addition, code from NetBSD/alpha NetBSD/sparc64, NetBSD/i386 and NetBSD/amd64 were used as templates, along with my own additions.
show more ...
|