haiku/headers/private/system
Paweł Dziepak f2f91078bd 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>
2014-09-14 19:16:52 +02:00
..
arch kernel/x86_64: remove memset and memcpy from commpage 2014-09-14 19:16:52 +02:00
posix
architecture_private.h Add get_architectures() and C++ versions 2013-11-17 02:09:37 +01:00
commpage_defs.h commpage: randomize position of commpage 2013-04-04 15:27:22 +02:00
computed_asm_macros.h
convertutf.h exfat: handle 4-byte UTF-16 surrogate pairs 2014-04-11 18:46:03 -04:00
ddm_userland_interface_defs.h
device_manager_defs.h
directories.h packagefs: Support blacklisting entries in packages 2013-11-19 15:30:34 +01:00
disk_device_types.h Lost the "EFI" in front of "GUID Partition Map" name. 2013-01-24 01:15:26 +01:00
elf32.h Support ELF64 in the kernel. 2012-07-09 11:11:38 +01:00
elf64.h Support ELF64 in the kernel. 2012-07-09 11:11:38 +01:00
elf_common.h Bootloader: fix loading of ARM ELF files 2014-09-02 18:15:50 +02:00
extended_system_info_defs.h Added new private API to get more information on a team: 2010-11-16 19:42:08 +00:00
find_directory_private.h Add get_*architecture() API, extend find_path*() API 2013-11-17 02:09:36 +01:00
generic_syscall_defs.h
image_defs.h
node_monitor_private.h As suggested by Ingo use a B_WATCH_VOLUME flag to tell the kernel to watch 2010-10-24 00:49:20 +00:00
pe_common.h runtime_loader: Detect and trigger on PE binaries 2014-01-07 19:38:07 -06:00
real_time_data.h * More header cleanup, continuing korli's work. 2010-04-13 09:48:02 +00:00
safemode_defs.h Added x2APIC support. 2013-08-26 21:08:21 +02:00
scheduler_defs.h
signal_defs.h Merged signals-merge branch into trunk with the following changes: 2011-06-12 00:00:23 +00:00
spinlock_contention.h
symbol_versioning.h
syscall_process_info.h * More header cleanup, continuing korli's work. 2010-04-13 09:48:02 +00:00
syscalls.h arm/atomic: round of atomic function changes 2014-02-15 11:46:12 +01:00
system_info.h kernel, libroot: Add more memory info in system_info 2013-12-16 04:53:46 +01:00
system_profiler_defs.h
thread_defs.h system: Use B_PAGE_SIZE to define stack sizes 2013-09-17 14:42:04 +02:00
tls.h runtime_loader: add support for ELF based TLS 2014-05-04 04:00:17 +02:00
user_mutex_defs.h * Moved created subdirectory src/system/kernel/lock.cpp to new subdirectory 2010-04-11 16:07:39 +00:00
user_runtime.h Closing #7056: 2011-01-02 19:12:19 +00:00
user_thread_defs.h Merged signals-merge branch into trunk with the following changes: 2011-06-12 00:00:23 +00:00
user_timer_defs.h Merged signals-merge branch into trunk with the following changes: 2011-06-12 00:00:23 +00:00
vfs_defs.h VFS FIFO: Enlarge FIFO buffer sizes 2013-11-25 12:45:37 +01:00
vm_defs.h libroot: make all areas executable for old binaries 2013-05-15 00:06:39 +02:00