Skip to content
This repository has been archived by the owner on May 22, 2023. It is now read-only.

Commit

Permalink
xnu-4570.1.46
Browse files Browse the repository at this point in the history
  • Loading branch information
Darwin authored and das committed Sep 28, 2017
1 parent 82dda5e commit 0a798f6
Show file tree
Hide file tree
Showing 1,695 changed files with 278,930 additions and 53,551 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@ BUILD/
build/
.DS_Store

# vim turds
# vim swap files
*~
*.swp

# JSON compilation definitions (for the YouCompleteMe vim plugin)
compile_commands.json

# /
/.remotebuild_credential
/cscope.*
Expand Down
2 changes: 2 additions & 0 deletions .upstream_base_commits
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#freebsd = https://github.com/freebsd/freebsd.git
bsd/man/man2/access.2 freebsd lib/libc/sys/access.2 5b882020081a138285227631c46a406c08e17bc8
bsd/man/man7/sticky.7 freebsd share/man/man7/sticky.7 5b882020081a138285227631c46a406c08e17bc8
bsd/man/man2/utimensat.2 freebsd lib/libc/sys/utimensat.2 89c1fcc0d088065021703b658ef547f46b5481f0
tools/tests/darwintests/netbsd_utimensat.c freebsd contrib/netbsd-tests/lib/libc/c063/t_utimensat.c 89c1fcc0d088065021703b658ef547f46b5481f0
2 changes: 2 additions & 0 deletions EXTERNAL_HEADERS/AvailabilityMacros.h
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@
#else
#if __i386__ || __x86_64__
#define MAC_OS_X_VERSION_MIN_REQUIRED MAC_OS_X_VERSION_10_4
#elif __arm__ || __arm64__
#define MAC_OS_X_VERSION_MIN_REQUIRED MAC_OS_X_VERSION_10_5
#else
#define MAC_OS_X_VERSION_MIN_REQUIRED MAC_OS_X_VERSION_10_1
#endif
Expand Down
21 changes: 21 additions & 0 deletions EXTERNAL_HEADERS/architecture/arm/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
export MakeInc_def=${SRCROOT}/makedefs/MakeInc.def
export MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule
export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir

include $(MakeInc_cmd)
include $(MakeInc_def)

EXPORT_FILES = \
arm_neon.h \

INSTALL_MD_LIST =

INSTALL_MD_DIR =

EXPORT_MD_LIST = ${EXPORT_FILES}

EXPORT_MD_DIR = architecture/arm

include $(MakeInc_rule)
include $(MakeInc_dir)
Loading

3 comments on commit 0a798f6

@skvggor
Copy link

@skvggor skvggor commented on 0a798f6 Oct 6, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

vim 💩

@Alhadis
Copy link

@Alhadis Alhadis commented on 0a798f6 May 1, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In all fairness, Emacs leaves them lying around as well:

#File-I-edited#
FileGrowingATail~

... and so does Darwin.

._*
.DS_Store
.AppleDesktop
.AppleDouble
.DS_Store
.LSOverride
._*

@Alhadis
Copy link

@Alhadis Alhadis commented on 0a798f6 May 1, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can anybody at Apple confirm whether it's possible to have .DS_Store dot-file crap officially termed "Darwinisms"? 😀

Please sign in to comment.