haiku/headers/private/system
Alexander von Gluck IV aa4b5749d6 runtime_loader: Detect and trigger on PE binaries
* Previously PE binaries would trigger the "incorrectly
  executable" dialog. Now we get a special message for
  B_LEGACY_EXECUTABLE and B_UNKNOWN_EXECUTABLE
* Legacy at the moment is a R3 x86 PE binary. This could
  be extended to gcc2 binaries someday far, far, down the
  road though
* The check for legacy is based on a PE flag I see
  set on every R3 binary (that isn't set on dos ones)
* Unknown is something we know *is* an executable, but
  can't do anything with (such as an MSDOS or Windows
  application)
* No performance drops as we do the PE scan last
* Tested on x86 and x86_gcc2
2014-01-07 19:38:07 -06:00
..
arch ARM: kernel: Make 32/64-bit atomics work for ARMv5/6 2013-09-18 05:03:18 +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
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 Fixed compilation of C code using ELF headers. 2012-07-09 14:35:01 +01:00
extended_system_info_defs.h
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
pe_common.h runtime_loader: Detect and trigger on PE binaries 2014-01-07 19:38:07 -06:00
real_time_data.h
safemode_defs.h Added x2APIC support. 2013-08-26 21:08:21 +02:00
scheduler_defs.h
signal_defs.h
spinlock_contention.h
symbol_versioning.h
syscall_process_info.h
syscalls.h Implemented user debugging support for x86_64. 2012-08-07 20:20:42 +01:00
system_info.h
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
user_mutex_defs.h
user_runtime.h
user_thread_defs.h
user_timer_defs.h
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