Home
last modified time | relevance | path

Searched refs:launchd (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/libpcap/doc/
H A DREADME.macos24 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 Dauditdistd.c626 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 Dmachipc.sh32 ps -p1 | grep -q launchd || exit 0
H A Dmachipc2.sh32 ps -p1 | grep -q launchd || exit 0
/freebsd/contrib/openbsm/
H A DREADME30 libauditd/ Common audit management functions for auditd and launchd
H A DNEWS128 - 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 Dsanitizer_mac.cpp676 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 DREADME13 * unbound.plist: launchd configuration file for MacOSX.
/freebsd/contrib/libpcap/rpcapd/
H A DCMakeLists.txt133 # launched by inetd/xinetd/launchd/systemd, just run it on a
/freebsd/contrib/libpcap/
H A DCHANGES171 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 DChangelog9548 - added launchd plist example file for MacOSX to contrib.