What's New / Storage, System & Virtualization

What's new in Darwin

+3 NewiOS · macOS · tvOS · watchOS

Darwin is the BSD- and Mach-based system layer under iOS and macOS. It exposes the C library and kernel interfaces, including POSIX and BSD syscalls and file and process primitives, that higher-level Apple frameworks build on.

The 27 SDK adds 3 symbols and removes or deprecates none. fchflagsat sets file flags relative to a directory descriptor. getumask reads the process file-creation mask without modifying it. os_lockdown_mode_enabled reports whether Lockdown Mode is active.

New

3
func

fchflagsat

NewiOSmacOStvOSwatchOS
public func fchflagsat(_: Int32, _: UnsafePointer<CChar>!, _: __uint32_t, _: Int32) -> Int32
func

getumask

NewiOSmacOStvOSwatchOS
public func getumask() -> mode_t
func

os_lockdown_mode_enabled

NewiOSmacOStvOSwatchOS
public func os_lockdown_mode_enabled() -> Bool

No APIs match your filter.

← More in Storage, System & Virtualization