forked from freebsd/freebsd-src
-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'freebsd/main' into hardened/current/master
Conflicts: share/mk/src.opts.mk (unresolved)
- Loading branch information
Showing
111 changed files
with
1,656 additions
and
1,348 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -815,6 +815,8 @@ | |
mac | ||
bsdextended | ||
.. | ||
ipacl | ||
.. | ||
portacl | ||
.. | ||
.. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
# arm headers installed on arm64 | ||
|
||
.PATH: ${SRCTOP}/sys/arm/include ${SRCTOP}/lib/msun/arm | ||
|
||
INCS= _align.h \ | ||
_inttypes.h \ | ||
_limits.h \ | ||
_stdint.h \ | ||
_types.h \ | ||
acle-compat.h \ | ||
armreg.h \ | ||
asm.h \ | ||
atomic.h \ | ||
bus.h \ | ||
counter.h \ | ||
cpu.h \ | ||
cpufunc.h \ | ||
cpuinfo.h \ | ||
efi.h \ | ||
elf.h \ | ||
exec.h \ | ||
float.h \ | ||
frame.h \ | ||
ieeefp.h \ | ||
param.h \ | ||
pcb.h \ | ||
pcpu.h \ | ||
pmap.h \ | ||
proc.h \ | ||
profile.h \ | ||
pte.h \ | ||
reg.h \ | ||
reloc.h \ | ||
resource.h \ | ||
runq.h \ | ||
setjmp.h \ | ||
signal.h \ | ||
sysarch.h \ | ||
sysreg.h \ | ||
tls.h \ | ||
ucontext.h \ | ||
vdso.h \ | ||
vfp.h \ | ||
vmparam.h | ||
# These kernel-only headers are used by procstat's ZFS support. | ||
# This should be fixed. | ||
INCS+= pcpu_aux.h \ | ||
sf_buf.h | ||
# from lib/msun/arm | ||
INCS+= fenv.h | ||
INCSDIR= ${INCLUDEDIR}/arm | ||
|
||
beforeinstall: armdir | ||
META_TARGETS+= armdir | ||
|
||
armdir: | ||
${INSTALL} -d ${TAG_ARGS} -o ${BINOWN} -g ${BINGRP} -m 755 \ | ||
${DESTDIR}${INCLUDEDIR}/arm | ||
|
||
.include <bsd.prog.mk> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
#define FREEBSD_CC_VERSION 1400005 | ||
#define FREEBSD_CC_VERSION 1400006 |
Oops, something went wrong.