Searched hist:c3f0fd28 (Results 1 - 11 of 11) sorted by relevance

/haiku/src/system/kernel/
H A Dimage.cppdiff c3f0fd28 Thu Jul 12 04:29:33 MDT 2012 Alex Smith <alex@alex-smith.me.uk> Fixed formatting of output in some debugger commands.

Currently all debugger commands assume 32-bit pointers when formatting their
output. This means that on x86_64 the output is incorrectly formatted. Fixed
this by adding a B_PRINTF_POINTER_WIDTH definition (16 on 64-bit, 8 on
32-bit), and using this to correctly format the output. Not all commands have
been fixed yet, but all VM, slab, VFS, team, thread and image commands should
be correct.
H A Dsem.cppdiff c3f0fd28 Thu Jul 12 04:29:33 MDT 2012 Alex Smith <alex@alex-smith.me.uk> Fixed formatting of output in some debugger commands.

Currently all debugger commands assume 32-bit pointers when formatting their
output. This means that on x86_64 the output is incorrectly formatted. Fixed
this by adding a B_PRINTF_POINTER_WIDTH definition (16 on 64-bit, 8 on
32-bit), and using this to correctly format the output. Not all commands have
been fixed yet, but all VM, slab, VFS, team, thread and image commands should
be correct.
H A Delf.cppdiff c3f0fd28 Thu Jul 12 04:29:33 MDT 2012 Alex Smith <alex@alex-smith.me.uk> Fixed formatting of output in some debugger commands.

Currently all debugger commands assume 32-bit pointers when formatting their
output. This means that on x86_64 the output is incorrectly formatted. Fixed
this by adding a B_PRINTF_POINTER_WIDTH definition (16 on 64-bit, 8 on
32-bit), and using this to correctly format the output. Not all commands have
been fixed yet, but all VM, slab, VFS, team, thread and image commands should
be correct.
H A Dteam.cppdiff c3f0fd28 Thu Jul 12 04:29:33 MDT 2012 Alex Smith <alex@alex-smith.me.uk> Fixed formatting of output in some debugger commands.

Currently all debugger commands assume 32-bit pointers when formatting their
output. This means that on x86_64 the output is incorrectly formatted. Fixed
this by adding a B_PRINTF_POINTER_WIDTH definition (16 on 64-bit, 8 on
32-bit), and using this to correctly format the output. Not all commands have
been fixed yet, but all VM, slab, VFS, team, thread and image commands should
be correct.
H A Dthread.cppdiff c3f0fd28 Thu Jul 12 04:29:33 MDT 2012 Alex Smith <alex@alex-smith.me.uk> Fixed formatting of output in some debugger commands.

Currently all debugger commands assume 32-bit pointers when formatting their
output. This means that on x86_64 the output is incorrectly formatted. Fixed
this by adding a B_PRINTF_POINTER_WIDTH definition (16 on 64-bit, 8 on
32-bit), and using this to correctly format the output. Not all commands have
been fixed yet, but all VM, slab, VFS, team, thread and image commands should
be correct.
/haiku/src/system/kernel/vm/
H A DVMAddressSpace.cppdiff c3f0fd28 Thu Jul 12 04:29:33 MDT 2012 Alex Smith <alex@alex-smith.me.uk> Fixed formatting of output in some debugger commands.

Currently all debugger commands assume 32-bit pointers when formatting their
output. This means that on x86_64 the output is incorrectly formatted. Fixed
this by adding a B_PRINTF_POINTER_WIDTH definition (16 on 64-bit, 8 on
32-bit), and using this to correctly format the output. Not all commands have
been fixed yet, but all VM, slab, VFS, team, thread and image commands should
be correct.
H A Dvm.cppdiff c3f0fd28 Thu Jul 12 04:29:33 MDT 2012 Alex Smith <alex@alex-smith.me.uk> Fixed formatting of output in some debugger commands.

Currently all debugger commands assume 32-bit pointers when formatting their
output. This means that on x86_64 the output is incorrectly formatted. Fixed
this by adding a B_PRINTF_POINTER_WIDTH definition (16 on 64-bit, 8 on
32-bit), and using this to correctly format the output. Not all commands have
been fixed yet, but all VM, slab, VFS, team, thread and image commands should
be correct.
/haiku/headers/os/support/
H A DSupportDefs.hdiff c3f0fd28 Thu Jul 12 04:29:33 MDT 2012 Alex Smith <alex@alex-smith.me.uk> Fixed formatting of output in some debugger commands.

Currently all debugger commands assume 32-bit pointers when formatting their
output. This means that on x86_64 the output is incorrectly formatted. Fixed
this by adding a B_PRINTF_POINTER_WIDTH definition (16 on 64-bit, 8 on
32-bit), and using this to correctly format the output. Not all commands have
been fixed yet, but all VM, slab, VFS, team, thread and image commands should
be correct.
/haiku/src/system/kernel/slab/
H A DMemoryManager.cppdiff c3f0fd28 Thu Jul 12 04:29:33 MDT 2012 Alex Smith <alex@alex-smith.me.uk> Fixed formatting of output in some debugger commands.

Currently all debugger commands assume 32-bit pointers when formatting their
output. This means that on x86_64 the output is incorrectly formatted. Fixed
this by adding a B_PRINTF_POINTER_WIDTH definition (16 on 64-bit, 8 on
32-bit), and using this to correctly format the output. Not all commands have
been fixed yet, but all VM, slab, VFS, team, thread and image commands should
be correct.
H A DSlab.cppdiff c3f0fd28 Thu Jul 12 04:29:33 MDT 2012 Alex Smith <alex@alex-smith.me.uk> Fixed formatting of output in some debugger commands.

Currently all debugger commands assume 32-bit pointers when formatting their
output. This means that on x86_64 the output is incorrectly formatted. Fixed
this by adding a B_PRINTF_POINTER_WIDTH definition (16 on 64-bit, 8 on
32-bit), and using this to correctly format the output. Not all commands have
been fixed yet, but all VM, slab, VFS, team, thread and image commands should
be correct.
/haiku/src/system/kernel/fs/
H A Dvfs.cppdiff c3f0fd28 Thu Jul 12 04:29:33 MDT 2012 Alex Smith <alex@alex-smith.me.uk> Fixed formatting of output in some debugger commands.

Currently all debugger commands assume 32-bit pointers when formatting their
output. This means that on x86_64 the output is incorrectly formatted. Fixed
this by adding a B_PRINTF_POINTER_WIDTH definition (16 on 64-bit, 8 on
32-bit), and using this to correctly format the output. Not all commands have
been fixed yet, but all VM, slab, VFS, team, thread and image commands should
be correct.

Completed in 892 milliseconds