Isaku Yamahata
|
df358b8ba8
[Make] Consistently use $(RM) instead of rm -f
|
5 years ago |
Thomas Knauth
|
6f0690f223
Remove forcing some cpuid subleafs to zero
|
5 years ago |
Isaku Yamahata
|
e3c62c7a9f
[CI] run-pylint: Exclude .py from external sources
|
5 years ago |
Isaku Yamahata
|
ff0fd4d0fd
[.gitignore] Remove * from .gitignore files
|
5 years ago |
Isaku Yamahata
|
f1a346985d
[Pal/Linux-SGX] Eliminate an unused function, unset_sighandler()
|
5 years ago |
Isaku Yamahata
|
5a84d36e8c
[LibOS] Use right type, struct wake_queue_node*, instead of void*
|
5 years ago |
Isaku Yamahata
|
0214a5b7ca
[Pal/Linux] 16-align stack before calling pal_linux_main
|
5 years ago |
Isaku Yamahata
|
ada76139e2
[LibOS] Makefile: Remove OMIT_FRAME_POINTER flag
|
5 years ago |
Isaku Yamahata
|
ba28a9c02c
[Pal/{Linux, Linux-SGX}] Remove duplicated labels in clone-x86_64.S
|
5 years ago |
Isaku Yamahata
|
d2d88e16fe
[LibOS] Change ioctl(, int cmd) to ioctl(, unsigned long cmd)
|
5 years ago |
Isaku Yamahata
|
15e298ace9
[LibOS] glibc: Remove INLINE_SYSCALL_ASM and related changes
|
5 years ago |
borysp
|
d4dcbdd76b
[Runtime] Fix pal_loader bash script typo
|
5 years ago |
Simon Gaiser
|
32c1965fdd
[CI] Runtime/pal_loader has been cleaned up, remove it from ignore list
|
5 years ago |
Isaku Yamahata
|
afddf5c4cc
[LibOS] Build test/{benchmark, inline, regression}
|
5 years ago |
Isaku Yamahata
|
43ef9982e2
[Runtime] Fix pal_loader bash script for shellcheck
|
5 years ago |
Isaku Yamahata
|
8db9c73431
[Pal] Error out on unsupported platforms in regression/ and test/
|
5 years ago |
Isaku Yamahata
|
0a7e3dd127
[LibOS,Pal] Move header files from Pal/lib/ under Pal/include/
|
5 years ago |
Isaku Yamahata
|
07722756e5
[Scripts] Include dependency file for .c in Makefile.Test
|
5 years ago |
Isaku Yamahata
|
05e42acbc6
[Pal] Move header files under include/ and adjust the include directive
|
5 years ago |
Isaku Yamahata
|
d524bd7e30
[Pal/Skeleton] Remove header dependency from Makefile
|
5 years ago |
Isaku Yamahata
|
8d65898d91
[LibOS,Pal] Eliminate creation of host_endian.h symlink
|
5 years ago |
Isaku Yamahata
|
cff1146892
[LibOS,Pal] Modify Makefiles' logic to simplify checks on SYS
|
5 years ago |
Isaku Yamahata
|
fc0b5c4012
[LibOS,Pal] remove unnecessary `.PHONY: default` in Makefiles
|
5 years ago |
Isaku Yamahata
|
fa2ed00153
[LibOS] Include Makefile.{config, rule} in test/*/Makefile
|
5 years ago |
Isaku Yamahata
|
647a8f3953
[LibOS,Pal] Consolidate common CFLAGS in Makefile.configs
|
5 years ago |
Isaku Yamahata
|
72ddedc065
[Scripts] Remove PAL_LOADER variable from Makefile.test
|
5 years ago |
Isaku Yamahata
|
6d30b68be6
[Pal] regression/Makefile: Remove unused variable `extra_rules`
|
5 years ago |
Isaku Yamahata
|
29d907a573
[LibOS,Pal] Consolidate DEBUG, WERROR, PROFILE in Makefile.configs
|
5 years ago |
Isaku Yamahata
|
88ea5164d6
[LibOS,Pal] Makefiles: use `+=` instead of `=` in CFLAGS/LDFLAGS/etc
|
5 years ago |
Isaku Yamahata
|
b7e336e15e
[Pal/lib] Remove useless setting of CFLAGS in Makefile
|
5 years ago |