On 12/4/20 5:31 PM, Warner Losh wrote:
Hi Alexander,
I'm not sure how that definition will work together with existing code,
mixing uint64_t, unsigned long, and unsigned long long. Will this cause
more compiler warnings? This also will affect user-space and ports.
I think for the boot loader c
On Fri, Dec 4, 2020 at 9:06 AM Hans Petter Selasky wrote:
> On 12/4/20 4:59 PM, Alexander Richardson wrote:
> > On Fri, 4 Dec 2020 at 14:51, Hans Petter Selasky
> wrote:
> >>
> >> Author: hselasky
> >> Date: Fri Dec 4 14:50:55 2020
> >> New Revision: 368329
> >> URL: https://svnweb.freebsd.org/
On Fri, 4 Dec 2020 at 16:06, Hans Petter Selasky wrote:
>
> On 12/4/20 4:59 PM, Alexander Richardson wrote:
> > On Fri, 4 Dec 2020 at 14:51, Hans Petter Selasky
> > wrote:
> >>
> >> Author: hselasky
> >> Date: Fri Dec 4 14:50:55 2020
> >> New Revision: 368329
> >> URL: https://svnweb.freebsd.or
On 12/4/20 4:59 PM, Alexander Richardson wrote:
On Fri, 4 Dec 2020 at 14:51, Hans Petter Selasky wrote:
Author: hselasky
Date: Fri Dec 4 14:50:55 2020
New Revision: 368329
URL: https://svnweb.freebsd.org/changeset/base/368329
Log:
Fix definition of int64_t and uint64_t when long is 64-bit
On Fri, 4 Dec 2020 at 14:51, Hans Petter Selasky wrote:
>
> Author: hselasky
> Date: Fri Dec 4 14:50:55 2020
> New Revision: 368329
> URL: https://svnweb.freebsd.org/changeset/base/368329
>
> Log:
> Fix definition of int64_t and uint64_t when long is 64-bit. This gets the
> kernel
> shim cod
Author: hselasky
Date: Fri Dec 4 14:50:55 2020
New Revision: 368329
URL: https://svnweb.freebsd.org/changeset/base/368329
Log:
Fix definition of int64_t and uint64_t when long is 64-bit. This gets the
kernel
shim code in line with the rest of the kernel, sys/x86/include/_types.h.
MFC af