Home
last modified time | relevance | path

Searched hist:f2f91078bdfb4cc008c2f87af2bcc4aedec85cbc (Results 1 – 6 of 6) sorted by relevance

/haiku/src/system/libroot/posix/string/arch/x86_64/
H A Darch_string.cppf2f91078bdfb4cc008c2f87af2bcc4aedec85cbc Sat Sep 06 14:41:58 UTC 2014 Paweł Dziepak <pdziepak@quarnos.org> kernel/x86_64: remove memset and memcpy from commpage

There is absolutely no reason for these functions to be in commpage,
they don't do anything that involves the kernel in any way.

Additionaly, this patch rewrites memset and memcpy to C++, current
implementation is quite simple (though it may perform surprisingly
well when dealing with large buffers on cpus with ermsb). Better
versions are coming soon.

Signed-off-by: Paweł Dziepak <pdziepak@quarnos.org>
H A DJamfilef2f91078bdfb4cc008c2f87af2bcc4aedec85cbc Sat Sep 06 14:41:58 UTC 2014 Paweł Dziepak <pdziepak@quarnos.org> kernel/x86_64: remove memset and memcpy from commpage

There is absolutely no reason for these functions to be in commpage,
they don't do anything that involves the kernel in any way.

Additionaly, this patch rewrites memset and memcpy to C++, current
implementation is quite simple (though it may perform surprisingly
well when dealing with large buffers on cpus with ermsb). Better
versions are coming soon.

Signed-off-by: Paweł Dziepak <pdziepak@quarnos.org>
/haiku/src/system/kernel/arch/x86/32/
H A Dsyscalls.cppf2f91078bdfb4cc008c2f87af2bcc4aedec85cbc Sat Sep 06 14:41:58 UTC 2014 Paweł Dziepak <pdziepak@quarnos.org> kernel/x86_64: remove memset and memcpy from commpage

There is absolutely no reason for these functions to be in commpage,
they don't do anything that involves the kernel in any way.

Additionaly, this patch rewrites memset and memcpy to C++, current
implementation is quite simple (though it may perform surprisingly
well when dealing with large buffers on cpus with ermsb). Better
versions are coming soon.

Signed-off-by: Paweł Dziepak <pdziepak@quarnos.org>
/haiku/headers/private/system/arch/x86_64/
H A Darch_commpage_defs.hf2f91078bdfb4cc008c2f87af2bcc4aedec85cbc Sat Sep 06 14:41:58 UTC 2014 Paweł Dziepak <pdziepak@quarnos.org> kernel/x86_64: remove memset and memcpy from commpage

There is absolutely no reason for these functions to be in commpage,
they don't do anything that involves the kernel in any way.

Additionaly, this patch rewrites memset and memcpy to C++, current
implementation is quite simple (though it may perform surprisingly
well when dealing with large buffers on cpus with ermsb). Better
versions are coming soon.

Signed-off-by: Paweł Dziepak <pdziepak@quarnos.org>
/haiku/src/system/kernel/lib/arch/x86_64/
H A DJamfilef2f91078bdfb4cc008c2f87af2bcc4aedec85cbc Sat Sep 06 14:41:58 UTC 2014 Paweł Dziepak <pdziepak@quarnos.org> kernel/x86_64: remove memset and memcpy from commpage

There is absolutely no reason for these functions to be in commpage,
they don't do anything that involves the kernel in any way.

Additionaly, this patch rewrites memset and memcpy to C++, current
implementation is quite simple (though it may perform surprisingly
well when dealing with large buffers on cpus with ermsb). Better
versions are coming soon.

Signed-off-by: Paweł Dziepak <pdziepak@quarnos.org>
/haiku/src/system/kernel/arch/x86/
H A Darch_cpu.cppf2f91078bdfb4cc008c2f87af2bcc4aedec85cbc Sat Sep 06 14:41:58 UTC 2014 Paweł Dziepak <pdziepak@quarnos.org> kernel/x86_64: remove memset and memcpy from commpage

There is absolutely no reason for these functions to be in commpage,
they don't do anything that involves the kernel in any way.

Additionaly, this patch rewrites memset and memcpy to C++, current
implementation is quite simple (though it may perform surprisingly
well when dealing with large buffers on cpus with ermsb). Better
versions are coming soon.

Signed-off-by: Paweł Dziepak <pdziepak@quarnos.org>