- Timestamp:
- 2019-02-11T22:31:04Z (7 years ago)
- Children:
- aaf9789c
- Parents:
- e3272101 (diff), 4805495 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - Location:
- abi
- Files:
-
- 32 edited
-
arch/abs32le/include/abi/arch/elf.h (modified) (1 diff)
-
arch/amd64/include/abi/arch/elf.h (modified) (1 diff)
-
arch/arm32/include/abi/arch/elf.h (modified) (1 diff)
-
arch/ia32/include/abi/arch/elf.h (modified) (1 diff)
-
arch/ia64/include/abi/arch/elf.h (modified) (1 diff)
-
arch/mips32/include/abi/arch/elf.h (modified) (1 diff)
-
arch/ppc32/include/abi/arch/elf.h (modified) (1 diff)
-
arch/riscv64/include/abi/arch/elf.h (modified) (1 diff)
-
arch/sparc64/include/abi/arch/elf.h (modified) (1 diff)
-
include/abi/asmtool.h (modified) (1 diff)
-
include/abi/cap.h (modified) (1 diff)
-
include/abi/ddi/arg.h (modified) (1 diff)
-
include/abi/ddi/irq.h (modified) (1 diff)
-
include/abi/elf.h (modified) (1 diff)
-
include/abi/fb/visuals.h (modified) (1 diff)
-
include/abi/fourcc.h (modified) (1 diff)
-
include/abi/ipc/event.h (modified) (1 diff)
-
include/abi/ipc/interfaces.h (modified) (1 diff)
-
include/abi/ipc/ipc.h (modified) (1 diff)
-
include/abi/ipc/methods.h (modified) (1 diff)
-
include/abi/kio.h (modified) (1 diff)
-
include/abi/klog.h (modified) (1 diff)
-
include/abi/log.h (modified) (1 diff)
-
include/abi/mm/as.h (modified) (1 diff)
-
include/abi/proc/task.h (modified) (1 diff)
-
include/abi/proc/thread.h (modified) (1 diff)
-
include/abi/proc/uarg.h (modified) (1 diff)
-
include/abi/synch.h (modified) (1 diff)
-
include/abi/syscall.h (modified) (1 diff)
-
include/abi/sysinfo.h (modified) (1 diff)
-
include/abi/udebug.h (modified) (1 diff)
-
include/limits.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
abi/arch/abs32le/include/abi/arch/elf.h
re3272101 rd5a89a3 33 33 */ 34 34 35 #ifndef ABI_abs32le_ELF_H_36 #define ABI_abs32le_ELF_H_35 #ifndef _ABI_abs32le_ELF_H_ 36 #define _ABI_abs32le_ELF_H_ 37 37 38 38 #define ELF_MACHINE EM_NO -
abi/arch/amd64/include/abi/arch/elf.h
re3272101 rd5a89a3 33 33 */ 34 34 35 #ifndef ABI_amd64_ELF_H_36 #define ABI_amd64_ELF_H_35 #ifndef _ABI_amd64_ELF_H_ 36 #define _ABI_amd64_ELF_H_ 37 37 38 38 #define ELF_MACHINE EM_X86_64 -
abi/arch/arm32/include/abi/arch/elf.h
re3272101 rd5a89a3 34 34 */ 35 35 36 #ifndef ABI_arm32_ELF_H_37 #define ABI_arm32_ELF_H_36 #ifndef _ABI_arm32_ELF_H_ 37 #define _ABI_arm32_ELF_H_ 38 38 39 39 #define ELF_MACHINE EM_ARM -
abi/arch/ia32/include/abi/arch/elf.h
re3272101 rd5a89a3 33 33 */ 34 34 35 #ifndef ABI_ia32_ELF_H_36 #define ABI_ia32_ELF_H_35 #ifndef _ABI_ia32_ELF_H_ 36 #define _ABI_ia32_ELF_H_ 37 37 38 38 #define ELF_MACHINE EM_386 -
abi/arch/ia64/include/abi/arch/elf.h
re3272101 rd5a89a3 33 33 */ 34 34 35 #ifndef ABI_ia64_ELF_H_36 #define ABI_ia64_ELF_H_35 #ifndef _ABI_ia64_ELF_H_ 36 #define _ABI_ia64_ELF_H_ 37 37 38 38 #define ELF_MACHINE EM_IA_64 -
abi/arch/mips32/include/abi/arch/elf.h
re3272101 rd5a89a3 33 33 */ 34 34 35 #ifndef ABI_mips32_ELF_H_36 #define ABI_mips32_ELF_H_35 #ifndef _ABI_mips32_ELF_H_ 36 #define _ABI_mips32_ELF_H_ 37 37 38 38 #define ELF_MACHINE EM_MIPS -
abi/arch/ppc32/include/abi/arch/elf.h
re3272101 rd5a89a3 33 33 */ 34 34 35 #ifndef ABI_ppc32_ELF_H_36 #define ABI_ppc32_ELF_H_35 #ifndef _ABI_ppc32_ELF_H_ 36 #define _ABI_ppc32_ELF_H_ 37 37 38 38 #define ELF_MACHINE EM_PPC -
abi/arch/riscv64/include/abi/arch/elf.h
re3272101 rd5a89a3 33 33 */ 34 34 35 #ifndef ABI_riscv64_ELF_H_36 #define ABI_riscv64_ELF_H_35 #ifndef _ABI_riscv64_ELF_H_ 36 #define _ABI_riscv64_ELF_H_ 37 37 38 38 #define ELF_MACHINE EM_RISCV -
abi/arch/sparc64/include/abi/arch/elf.h
re3272101 rd5a89a3 33 33 */ 34 34 35 #ifndef ABI_sparc64_ELF_H_36 #define ABI_sparc64_ELF_H_35 #ifndef _ABI_sparc64_ELF_H_ 36 #define _ABI_sparc64_ELF_H_ 37 37 38 38 #define ELF_MACHINE EM_SPARCV9 -
abi/include/abi/asmtool.h
re3272101 rd5a89a3 33 33 */ 34 34 35 #ifndef ABI_ASMTOOL_H_36 #define ABI_ASMTOOL_H_35 #ifndef _ABI_ASMTOOL_H_ 36 #define _ABI_ASMTOOL_H_ 37 37 38 38 #define SYMBOL(sym) \ -
abi/include/abi/cap.h
re3272101 rd5a89a3 33 33 */ 34 34 35 #ifndef ABI_CAP_H_36 #define ABI_CAP_H_35 #ifndef _ABI_CAP_H_ 36 #define _ABI_CAP_H_ 37 37 38 38 #define CAP_NIL 0 -
abi/include/abi/ddi/arg.h
re3272101 rd5a89a3 33 33 */ 34 34 35 #ifndef ABI_DDI_ARG_H_36 #define ABI_DDI_ARG_H_35 #ifndef _ABI_DDI_ARG_H_ 36 #define _ABI_DDI_ARG_H_ 37 37 38 38 #include <stdint.h> -
abi/include/abi/ddi/irq.h
re3272101 rd5a89a3 33 33 */ 34 34 35 #ifndef ABI_DDI_IRQ_H_36 #define ABI_DDI_IRQ_H_35 #ifndef _ABI_DDI_IRQ_H_ 36 #define _ABI_DDI_IRQ_H_ 37 37 38 38 #include <stdint.h> -
abi/include/abi/elf.h
re3272101 rd5a89a3 33 33 */ 34 34 35 #ifndef ABI_ELF_H_36 #define ABI_ELF_H_35 #ifndef _ABI_ELF_H_ 36 #define _ABI_ELF_H_ 37 37 38 38 #include <stdint.h> -
abi/include/abi/fb/visuals.h
re3272101 rd5a89a3 34 34 */ 35 35 36 #ifndef ABI_VISUALS_H_37 #define ABI_VISUALS_H_36 #ifndef _ABI_VISUALS_H_ 37 #define _ABI_VISUALS_H_ 38 38 39 39 typedef enum { -
abi/include/abi/fourcc.h
re3272101 rd5a89a3 33 33 */ 34 34 35 #ifndef ABI_FOURCC_H_36 #define ABI_FOURCC_H_35 #ifndef _ABI_FOURCC_H_ 36 #define _ABI_FOURCC_H_ 37 37 38 38 #include <stdint.h> -
abi/include/abi/ipc/event.h
re3272101 rd5a89a3 33 33 */ 34 34 35 #ifndef ABI_IPC_EVENT_H_36 #define ABI_IPC_EVENT_H_35 #ifndef _ABI_IPC_EVENT_H_ 36 #define _ABI_IPC_EVENT_H_ 37 37 38 38 /** Global events */ -
abi/include/abi/ipc/interfaces.h
re3272101 rd5a89a3 35 35 */ 36 36 37 #ifndef ABI_IPC_INTERFACES_H_38 #define ABI_IPC_INTERFACES_H_37 #ifndef _ABI_IPC_INTERFACES_H_ 38 #define _ABI_IPC_INTERFACES_H_ 39 39 40 40 #include <abi/fourcc.h> -
abi/include/abi/ipc/ipc.h
re3272101 rd5a89a3 33 33 */ 34 34 35 #ifndef ABI_IPC_IPC_H_36 #define ABI_IPC_IPC_H_35 #ifndef _ABI_IPC_IPC_H_ 36 #define _ABI_IPC_IPC_H_ 37 37 38 38 #include <abi/proc/task.h> -
abi/include/abi/ipc/methods.h
re3272101 rd5a89a3 33 33 */ 34 34 35 #ifndef ABI_IPC_METHODS_H_36 #define ABI_IPC_METHODS_H_35 #ifndef _ABI_IPC_METHODS_H_ 36 #define _ABI_IPC_METHODS_H_ 37 37 38 38 #include <abi/cap.h> -
abi/include/abi/kio.h
re3272101 rd5a89a3 33 33 */ 34 34 35 #ifndef ABI_KIO_H_36 #define ABI_KIO_H_35 #ifndef _ABI_KIO_H_ 36 #define _ABI_KIO_H_ 37 37 38 38 enum { -
abi/include/abi/klog.h
re3272101 rd5a89a3 33 33 */ 34 34 35 #ifndef ABI_KLOG_H_36 #define ABI_KLOG_H_35 #ifndef _ABI_KLOG_H_ 36 #define _ABI_KLOG_H_ 37 37 38 38 typedef enum { -
abi/include/abi/log.h
re3272101 rd5a89a3 35 35 */ 36 36 37 #ifndef ABI_LOG_H_38 #define ABI_LOG_H_37 #ifndef _ABI_LOG_H_ 38 #define _ABI_LOG_H_ 39 39 40 40 /** Log message level. */ -
abi/include/abi/mm/as.h
re3272101 rd5a89a3 33 33 */ 34 34 35 #ifndef ABI_AS_H_36 #define ABI_AS_H_35 #ifndef _ABI_AS_H_ 36 #define _ABI_AS_H_ 37 37 38 38 #include <abi/cap.h> -
abi/include/abi/proc/task.h
re3272101 rd5a89a3 33 33 */ 34 34 35 #ifndef ABI_PROC_TASK_H_36 #define ABI_PROC_TASK_H_35 #ifndef _ABI_PROC_TASK_H_ 36 #define _ABI_PROC_TASK_H_ 37 37 38 38 #include <stdint.h> -
abi/include/abi/proc/thread.h
re3272101 rd5a89a3 33 33 */ 34 34 35 #ifndef ABI_PROC_THREAD_H_36 #define ABI_PROC_THREAD_H_35 #ifndef _ABI_PROC_THREAD_H_ 36 #define _ABI_PROC_THREAD_H_ 37 37 38 38 #include <stdint.h> -
abi/include/abi/proc/uarg.h
re3272101 rd5a89a3 33 33 */ 34 34 35 #ifndef ABI_PROC_UARG_H_36 #define ABI_PROC_UARG_H_35 #ifndef _ABI_PROC_UARG_H_ 36 #define _ABI_PROC_UARG_H_ 37 37 38 38 #include <stddef.h> -
abi/include/abi/synch.h
re3272101 rd5a89a3 33 33 */ 34 34 35 #ifndef ABI_SYNCH_H_36 #define ABI_SYNCH_H_35 #ifndef _ABI_SYNCH_H_ 36 #define _ABI_SYNCH_H_ 37 37 38 38 /** Request with no timeout. */ -
abi/include/abi/syscall.h
re3272101 rd5a89a3 33 33 */ 34 34 35 #ifndef ABI_SYSCALL_H_36 #define ABI_SYSCALL_H_35 #ifndef _ABI_SYSCALL_H_ 36 #define _ABI_SYSCALL_H_ 37 37 38 38 typedef enum { -
abi/include/abi/sysinfo.h
re3272101 rd5a89a3 34 34 */ 35 35 36 #ifndef ABI_SYSINFO_H_37 #define ABI_SYSINFO_H_36 #ifndef _ABI_SYSINFO_H_ 37 #define _ABI_SYSINFO_H_ 38 38 39 39 #include <stdbool.h> -
abi/include/abi/udebug.h
re3272101 rd5a89a3 33 33 */ 34 34 35 #ifndef ABI_UDEBUG_H_36 #define ABI_UDEBUG_H_35 #ifndef _ABI_UDEBUG_H_ 36 #define _ABI_UDEBUG_H_ 37 37 38 38 #define UDEBUG_EVMASK(event) (1 << ((event) - 1)) -
abi/include/limits.h
re3272101 rd5a89a3 33 33 */ 34 34 35 #ifndef LIBC_LIMITS_H_36 #define LIBC_LIMITS_H_35 #ifndef _LIBC_LIMITS_H_ 36 #define _LIBC_LIMITS_H_ 37 37 38 38 #ifdef __GNUC__
Note:
See TracChangeset
for help on using the changeset viewer.
