the bitrig natano_shorten branch has been created by natano.

it is 0 commits behind master, and 3 commits ahead.

commit 69bb5b3018d8d506e9a621d6a2646c0d28becbd1
diff: https://github.com/bitrig/bitrig/commit/69bb5b3
author: Martin Natano <[email protected]>
date: Sun Mar 15 18:12:58 2015 +0100

Prevent integer truncation in udelay, usleep_range and mdelay.

M       sys/dev/pci/drm/drmP.h

commit 2afac55c655bce8d7c16ed3c1a4c0c5ca74577c6
diff: https://github.com/bitrig/bitrig/commit/2afac55
author: Martin Natano <[email protected]>
date: Sun Mar 15 13:27:08 2015 +0100

Explicitly truncate integer to silence -Wshorten-64-to-32 warnings.

These macros purpose is to split integers into a higher and a lower part,
which requires truncation. No functional change intended.

M       sys/sys/disklabel.h

commit 081dca2f2eb4c8f038b2f8db6c6a7f626223f4e5
diff: https://github.com/bitrig/bitrig/commit/081dca2
author: Martin Natano <[email protected]>
date: Sun Mar 15 10:30:12 2015 +0100

Explicitly truncate integer to avoid -Wshorten-64-to-32 warnings.

The truncation is desired, because the cr0 and cr4 registers don't
contain information in the upper half. No functional change intended.

M       sys/arch/amd64/include/cpufunc.h

Reply via email to