Searched refs:launchd (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/libpcap/doc/ |
H A D | README.macos | 24 a launchd daemon for Tiger and later versions of macOS; 46 The launchd daemon is the chmod_bpf script, plus the 47 org.tcpdump.chmod_bpf.plist launchd plist file. chmod_bpf should be
|
/freebsd/contrib/openbsm/bin/auditdistd/ |
H A D | auditdistd.c | 626 bool foreground, launchd; in main() local 649 launchd = false; in main() 669 launchd = true; in main() 774 if (!launchd && daemon(0, 0) == -1) { in main()
|
/freebsd/tools/test/stress2/misc/ |
H A D | machipc.sh | 32 ps -p1 | grep -q launchd || exit 0
|
H A D | machipc2.sh | 32 ps -p1 | grep -q launchd || exit 0
|
/freebsd/contrib/openbsm/ |
H A D | README | 30 libauditd/ Common audit management functions for auditd and launchd
|
H A D | NEWS | 128 - When started by launchd, use the label com.apple.auditd rather than 144 - Major auditd rewrite for launchd(8) support. Add libauditd library that is 145 shared between launchd and auditd. 147 auditing under launchd(8) on Mac OS X.
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_mac.cpp | 676 bool launchd = (res == 0 && internal_strlen(vers) < 3); in GetOSVersion() local 677 if (launchd) CHECK_EQ(internal_getpid(), 1); in GetOSVersion() 679 if (no_os_version || launchd) { in GetOSVersion()
|
/freebsd/contrib/unbound/contrib/ |
H A D | README | 13 * unbound.plist: launchd configuration file for MacOSX.
|
/freebsd/contrib/libpcap/rpcapd/ |
H A D | CMakeLists.txt | 133 # launched by inetd/xinetd/launchd/systemd, just run it on a
|
/freebsd/contrib/libpcap/ |
H A D | CHANGES | 171 Fix name of launchd service. 173 Document use of rpcapd with systemd, launchd, inetd, and xinetd. 1117 On Mac OS X, add scripts for changing permissions on /dev/bpf* and launchd plist
|
/freebsd/contrib/unbound/doc/ |
H A D | Changelog | 9548 - added launchd plist example file for MacOSX to contrib.
|