|
MacEnterprise will be publishing Extended Knowledge Base articles similar to the format that is used by afp548.com. Read on for an analysis.
Download Information
Direct Download URL:
10.4.8 (Intel),
10.4.8 (PowerPC)
DMG Name: MacOSXUpd10.4.8Intel.dmg, MacOSXUpd10.4.8PPC.dmg
DMG Size: 206M (Intel), 31M (PowerPC)
SHA1 Hash: 540955d0c2c7d4b11a3a6951003f02d6b46e8d2d (Intel), 982d70a52099297e322ba8e4540ef6d30fa5673a (PowerPC)
Release date: 09/29/06
Installer Package Details
Intel
Distribution package: Yes
Distribution Filename: MacOSXUpd10.4.8Intel.dist
Size: 211.9 MB
Creation Date: 9/27/06
PowerPC
Distribution package: Yes
Distribution Filename: MacOSXUpd10.4.8PPC.dist
Size: 32.2 MB
Creation Date: 9/27/06
Apple Knowledgebase Info
This information is provided by Apple in Knowledgebase article 304200, 304482,304460
Printing
-
Adds support for CDSASSL (Common Data Security Architecture Secure Sockets Layer) printer connections.
- Addresses an issue for Mac OS X 10.4.7 in which some documents containing some Chinese or Korean language characters might not print as expected.
Finder and Apple applications
-
Resolves an issue in which a Finder alert message with the buttons "Initialize", "Ignore", and "Eject" might not appear after connecting a partitioned FireWire hard drive.
- Addresses a potential issue in which Preview may unexpectedly quit.
- Improves reliability of iTunes syncing with certain iPod models.
Networking and modem
-
Resolves performance issues that could occur when connecting to a Comcast network.
- Improves security by adding support for EAP-FAST for AirPort wireless authentication.
- Improves Express Card behavior for portable Intel-based Macs.
- Improves reliability for connections made in Ireland with an external Apple USB Modem.
- Improves connection reliability for external Apple USB Modems when resuming an Internet connection after answering an incoming call.
- A computer restart is no longer needed to restart nfsd.
- Improves Apple File Sharing client performance by changing the default AFP WAN quantum size. More information can be found in Apple Knowledgebase article 304106
- Windows File Sharing now generates only one process, avoiding an issue that could cause a Mac OS X computer to become unresponsive if it won a master browser election.
- Improves reliability when faxing in France or Belgium via an external Apple USB Modem.
Third-party
-
Resolves an issue for Microsoft Word in which Word might stop responding when saving a file that uses certain OpenType fonts.
- Adds RAW image decoding support for these cameras: Sony DSLR-A100, Nikon D2Xs, Fuji FinePix S2 Pro, Fuji FinePix S3 Pro (+Highlights) and Konica Minolta 7.
- Resolves an issue in which thumbnails may appear blank when importing RAW images from a Canon 30D camera.
- Resolves an issue for Microsoft PowerPoint in which the display resolution might not change as expected after switching from a PowerPoint presentation to a different application via Command-Tab.
- Improves compatibility for Canon EOS Utility software after connecting a Canon EOS Kiss Digital camera to a PowerPC-based Mac.
- Improves compatibility for the TV Tracker 2 Dashboard widget.
Other
-
Includes recent Apple security updates.
- Improves the accuracy of Rosetta numerics and addresses Altivec translation issues on Intel-based Macs.
- ColorSync matching no longer fails when using a V4 ICC profile in an application opened with Rosetta on an Intel-based Mac.
- Addresses an issue in which some USB devices connected to a PCI card may not be recognized after starting up or waking the computer.
- Resolves an issue in which external USB-based video cameras may not be available after quitting the application that is using it.
- Reduces time needed to transfer data from a USB-based image scanner.
- Improves responsiveness of the Translation Dashboard widget.
- Addresses an issue in which text typed with the Hangul input method may not be visible while the Caps Lock key is active, on PowerPC-based Macs.
- Adds support on Intel-based Macs for multiple cores to LAPACK and BLAS routines in the Accelerate framework; the maximum number of threads used by Accelerate BLAS routines is now limited by the environment variable VECLIB_MAXIMUM_THREADS; addresses an issue with some complex BLAS routines in the Accelerate framework that were encountering an illegal instruction.
Additional installation scripts
There are numerous scripts which updated various bits of functionality both before and after the installation takes place.
Preflight scripts
servicesfix_pre
Services fix. This shell script checks for enabled services, and records them to the temporary installation directory.
#!/bin/sh
# 4665091
cd "$3/System/Library/LaunchDaemons"
ls | sed 's,\.plist$,,g' | while read
do
if [ -e "$3/System/Library/LaunchDaemons/${REPLY}.plist" ] ; then
var=`defaults read "$3/System/Library/LaunchDaemons/${REPLY}" Disabled 2>/dev/null`
if [ $? != 0 ] || [ "$var" == "0" ] ; then
/usr/bin/touch "${INSTALLER_TEMP}/${REPLY}.enabled"
fi
fi
done
prebindFix
This script only exists in the Intel version of the update. translate (Rosetta) needs to be prebound before update.
#!/bin/sh
# 4421824
# flush cache if installing to startup volume
if [ "$3" = "/" ]; then
/usr/libexec/oah/translate -prebindOAH
fi
createPatchToolSymLink
This creates a symbolic link to the patch tool
#!/bin/sh
# 4115067
TARG="$3"
if [ ! -e "$TARG/usr/bin/bspatch_apple" ] ; then
echo "restoring bspatch_apple symlink"
cd "$TARG/usr/bin"
/bin/ln -s bspatch bspatch_apple
fi
Postflight scripts
servicefix_Post
This script re-enables any changed services.
#!/bin/bash
# 4665091
cd "$3/System/Library/LaunchDaemons"
ls | sed 's,\.plist$,,g' | while read
do
if [ -e "${INSTALLER_TEMP}/${REPLY}.enabled" ] ; then
var=`defaults read "$3/System/Library/LaunchDaemons/${REPLY}" Disabled 2>/dev/null`
if [ "$var" == "1" ] ; then
"$1/Contents/Resources/PlistBuddy" -c "Delete Disabled" "$3/System/Library/LaunchDaemons/${REPLY}.plist"
fi
fi
done
activateEFI
reblesses the boot.efi file for system boot (Intel only)
#!/bin/sh
# 4428916
if [ -f "$3/usr/standalone/i386/boot.efi" ]; then
/usr/sbin/bless --folder "$3/System/Library/CoreServices" --bootinfo --bootefi
fi
hidefiles
rehides mach.sym if needed
#!/usr/bin/perl
# 4107497
system($ARGV[0] . "/Contents/Resources/SetFile","-a","V",$ARGV[2] . "/mach_kernel");
exit(0);
nmbdAddOption
Touches the plist file and alters so that smb will not fork.
#!/bin/sh
# 4668493
PLISTBUDDY_LOC="$1/Contents/Resources/PlistBuddy"
file="$3/System/Library/LaunchDaemons/nmbd.plist"
"$PLISTBUDDY_LOC" -c "print ProgramArguments" "$file" | egrep "[\b]*\-F$" >/dev/null
if [ $? != 0 ]; then
"$PLISTBUDDY_LOC" -c "Add ProgramArguments: string -F" "$file"
fi
smbdAddOption
Touches the plist file and alters so that smb will not fork.
#!/bin/sh
# 4668493
PLISTBUDDY_LOC="$1/Contents/Resources/PlistBuddy"
file="$3/System/Library/LaunchDaemons/smbd.plist"
"$PLISTBUDDY_LOC" -c "print ProgramArguments" "$file" | egrep "[\b]*\-F$" >/dev/null
if [ $? != 0 ]; then
"$PLISTBUDDY_LOC" -c "Add ProgramArguments: string -F" "$file"
fi
coretypes
this touches the coretypes bundle file, causing the time to be updated.
#!/bin/sh
# 4724022
/usr/bin/touch "$3/System/Library/CoreServices/CoreTypes.bundle"
tweakperms
This file only exists in the PowerPC update, it does not exist on the Intel update.
#!/bin/sh
# 4125468, 4125467, 4525305
/bin/chmod 755 "$3/System/Library/Caches"
/bin/chmod 755 "$3/Library/Widgets"
exit 0
keyCacheDelete
THis file only exists in the PowerPC update, it removes the International Keyboard caches, presumably to fix the UTF8 printing issues found in Mac OS 10.4.7
#!/bin/sh
# 4203595
/bin/rm -f "$3"/System/Library/Caches/com.apple.IntlDataCache.kbdx
/bin/rm -f "$3"/System/Library/Caches/com.apple.IntlDataCache.le.kbdx
# 4323895
/bin/rm -f "$3"/Library/Caches/com.apple.IntlDataCache.kbdx.*
Analysis
The 10.4.8 client update is a small update for PowerPC platforms, and is massive update for the Intel platform. It applies a wide combination of system and user level updates.
Critical changes include:
Frameworks have seen a large update, including:
Accelerate (Intel)
AppKit (Intel)
ApplicationServices
Carbon (Intel)
CoreServices
DirectoryService
DiscRecording (Intel)
DiscRecordingUI (Intel)
DiskArbitration (Intel)
DVDPlayback
Foundation (Intel)
FWAUserLib (Intel)
GLUT (Intel)
ICADevices (PowerPC)
InstantMessage (Intel)
IOBluetooth
IOBluetoothUI
IOKit (Intel)
Kerberos (Intel)
Kernel
LDAP (Intel)
Message (Intel)
OpenGL (Intel)
Python (Intel)
QuartzCore
ScreenSaver
Security (PowerPC)
System
vecLib (Intel)
WebKit
Over fifteen updates are for Intel only, with a mere two for PowerPC. Bluetooth, Application Services, CoreServices, DVD Playback, QuartzCore, System, and WebKit all receive updates in both versions.
Private frameworks to receive an update:
Admin
AFPDefines (Intel)
Apple80211
AppleVA
BezelServices
BOM
DirectoryServiceCore
DiskArbitration (Intel)
DiskManagement
EAP8021X
GraphKit (Intel)
InternetConnect
LatentSemanticMapping (Intel)
MachineSettings
MediaKit (Intel)
Netinfo (Intel)
PasswordServer (Intel)
VideoConference (Intel)
vmutils (Intel)
Again, a large number of frameworks receive an update on the Intel platform only. Most updates that are universal relate to the new ability for machines to connect to EAP-FAST networks, with an update of the EAP8021X framework.
A setting in the Apple Client Core preferences files is changed, raising the value for afp_wan_quantum. This value is used to calculate the response time of an AFP connection. More detailed information can be found in the Apple KB article 304106
Samba and its associated daemon (nmbd) receive updates in both version of the updates. The pre and postflight scripts alter the behavior of samba so that it will no longer spawn multiple processes if it wins a master browser election. This is simply accomplished by altering the program arguments, adding -F to prevent multiple process spawning.
Internet Connect, iCal, Preview, Bluetooth receive an update in both versions of the update. iChat, Mail, System Preferences, Activity Monitor, Airport Admin Utility, Disk Utility and Netinfo Manager all receive an update in the Intel version of this update only. As noted on Daring Fireball, the ability to zoom-scroll has been added in 10.4.8 both for trackpads, and for those using a mouse with a scroll wheel.
Rosetta has a major update in the Intel update, including updating the Accelerate framework, and addressing issues relate to numerics and translation issues on Intel based machines. NFS receives an update on both platforms to address nfsd not restarting on reboot. Perl has been updated on the Intel platform, adding support for the Archive, auto, Convert, IO, Mail, MIME and Net modules. /bin receives updates on the Intel side, with none for the PowerPC side.
The translation widget receives and update on both platforms, for increased performance. The Flash player is updated on each platform to address the known security vulnerability. Additional components are updated in the Library directory in the Intel update only, including Mail Services, PDF Services, and Modem scripts. Some may note that a new driver for the Verizon 5220 card is included in this Intel update, including its associated Menu item. Sorry, iPhone rumors :-)
Low level items that include updates are mach_kernel, rc scripts, mach_init scripts, and snmp.
In the Intel update, the machine may reboot twice. This is related to the fact that the libSystem.B.dylib is updated. This update must be completed to successfully apply the 10.4.8 update. The script may or may not cause a second reboot after update as noted in the knowledge base article. Additionally, the Rosetta application is included in the RunAtStartup folder, presumably to update code which must be done at a low level.
Filesystem updates include AppleShare and msdos on both platforms. UDF, UFS, HFS, and AFPFS receive updates on the Intel platform only. asr receives a small bump to version 64.6.
There are many, many updates to /sbin, manual pages, as well as host of other low levels items. For complete listings of both the PowerPC version, as well as the Intel version, please check the complete file listings.
PowerPC
Intel
Man page listing
AppleFileServer
BuildStrings
CpMac
DeRez
DumpPEF
FixupResourceForks
MergePef
MvMac
PPCExplain
PPCLink
ResMerger
Rez
RezDet
RezWack
SplitForks
UnRezWack
arch
at
atq
atrm
authopen
batch
cap_mkdb
chfn
chpass
chsh
colldef
compile_et
dig
sd
drutil
editreg
fetchmail
fetchmailconf
file
findsmb
finger
fs_usage
gencat
getconf
gunzip
gzcat
gzexe
gzip
hdiutil
host
kdestroy
kdump
kerberos
kinit
klist
kpasswd
krb5-config
kswitch
ktrace
kvno
languagesetup
last
latency
launchctl
ldapadd
ldapcompare
ldapdelete
ldapmodify
ldapmodrdn
ldappasswd
ldapsearch
ldapwhoami
locale
localedef
log2pcap
login
lsvfs
mDNS
machine
md
mib2c
mklocale
nicl
nifind
nigrep
nireport
niutil
nmblookup
nslookup
ntlm_auth
pagesize
passwd
pmset
profiles
ps
quota
rpcclient
sample
sar
sc_usage
scp
securityd
sftp
slogin
smbcacls
smbclient
smbcontrol
smbcquotas
smbget
smbsh
smbstatus
smbtar
smbtree
snmpbulkget
snmpbulkwalk
snmpcmd
snmpconf
snmpdelta
snmpdf
snmpget
snmpgetnext
snmpinform
snmpnetstat
snmpset
snmpstatus
snmptable
snmptest
snmptranslate
snmptrap
snmpusm
snmpvacm
snmpwalk
ssh-add
ssh-agent
ssh-keygen
ssh-keyscan
ssh
stty
tabs
telnet
testparm
testprns
top
tty
vfstest
vm_stat
vmmap
wait4path
wbinfo
whois
ypcat
ypmatch
ypwhich
zcat
zcmp
zdiff
zegrep
zfgrep
zforce
zgrep
zless
zmore
znew
zprint
Archive::Tar
Archive::Tar::File
Archive::Zip
Archive::Zip::FAQ
Archive::Zip::MemberRead
Archive::Zip::Tree
BerkeleyDB
Compress::Zlib
Convert::TNEF
Convert::UUlib
Digest::SHA1
HTML::Entities
HTML::Filter
HTML::HeadParser
HTML::LinkExtor
HTML::Parser
HTML::PullParser
HTML::TokeParser
IO::AtomicFile
IO::InnerFile
IO::Lines
IO::Scalar
IO::ScalarArray
IO::String
IO::Stringy
IO::Wrap
IO::WrapTie
IO::Zlib
MIME::Body
MIME::Decoder
MIME::Decoder::Base64
MIME::Decoder::BinHex
MIME::Decoder::Binary
MIME::Decoder::Gzip64
MIME::Decoder::NBit
MIME::Decoder::QuotedPrint
MIME::Decoder::UU
MIME::Entity
MIME::Field::ConTraEnc
MIME::Field::ContDisp
MIME::Field::ContType
MIME::Field::ParamVal
MIME::Head
MIME::Parser
MIME::ParserFiler
MIME::ParserReader
MIME::ParserResults
MIME::Tools
MIME::WordDecoder
MIME::Words
Mail::Address
Mail::Cap
Mail::Field
Mail::FieldAddrList
Mail::Filter
Mail::Header
Mail::Internet
Mail::Mailer
Mail::Send
Mail::Util
Net::Server
Net::Server::Daemonize
Net::Server::Fork
Net::Server::INET
Net::Server::MultiType
Net::Server::Multiplex
Net::Server::PreFork
Net::Server::PreForkSimple
Net::Server::Proto
Net::Server::Proto::SSL
Net::Server::Proto::TCP
Net::Server::Proto::UDP
Net::Server::Proto::UNIX
Net::Server::SIG
Net::Server::Single
Unix::Syslog
acos
acosf
acosh
acoshf
add_mibdir
add_module_replacement
arch
asin
asinf
asinh
asinhf
atan
atan2
atan2f
atanf
atanh
atanhf
ber_alloc_t
ber_bvarray_add
ber_bvarray_free
ber_bvdup
ber_bvecadd
ber_bvecfree
ber_bvfree
ber_bvstr
ber_bvstrdup
ber_dupbv
ber_first_element
ber_flush
ber_free
ber_get_bitstring
ber_get_boolean
ber_get_enum
ber_get_int
ber_get_next
ber_get_null
ber_get_stringa
ber_get_stringb
ber_next_element
ber_peek_tag
ber_printf
ber_put_enum
ber_put_int
ber_put_null
ber_put_ostring
ber_put_seq
ber_put_set
ber_put_string
ber_scanf
ber_skip_tag
ber_start_set
ber_str2bv
cabs
cabsf
cacos
cacosf
cacosh
cacoshf
carg
cargf
casin
casinf
casinh
casinhf
catan
catanf
catanh
catanhf
cbrt
cbrtf
ccos
ccosf
ccosh
ccoshf
ceil
ceilf
cexp
cexpf
cimag
cimagf
clog
clogf
complex
conj
conjf
copysign
copysignf
cos
cosf
cosh
coshf
cpow
cpowf
cproj
cprojf
creal
crealf
csin
csinf
csinh
csinhf
csqrt
csqrtf
ctan
ctanf
ctanh
ctanhf
default_store
dyld_debug
end
endhostent
endnetent
endprotoent
endservent
erf
erfc
erfcf
erff
ether_addr
exp
exp2
exp2f
expf
expm1
expm1f
fabs
fabsf
fdim
fdimf
finite
float
floor
floorf
fma
fmaf
fmax
fmaxf
fmin
fminf
fmod
fmodf
freeaddrinfo
freehostent
freeifaddrs
frexp
frexpf
gai_strerror
gamma
get_end
get_module_node
getaddrinfo
gethostbyaddr
gethostbyname
gethostbyname2
gethostent
getifaddrs
getipnodebyaddr
getipnodebyname
getnameinfo
getnetbyaddr
getnetbyname
getnetent
getprotobyname
getprotobynumber
getprotoent
getsectbyname
getsectbynamefromheader
getsectdata
getsectdatafromheader
getsegbyname
getservbyname
getservbyport
getservent
herror
hstrerror
hypot
hypotf
if_freenameindex
if_indextoname
if_nameindex
if_nametoindex
ilogb
ilogbf
inet6_option_alloc
inet6_option_append
inet6_option_find
inet6_option_init
inet6_option_next
inet6_option_space
inet6_rthdr_add
inet6_rthdr_getaddr
inet6_rthdr_getflags
inet6_rthdr_init
inet6_rthdr_lasthop
inet6_rthdr_reverse
inet6_rthdr_segments
inet6_rthdr_space
init_mib
init_mib_internals
iruserok
iruserok_sa
j0
j1
jn
kld
lber-decode
lber-encode
lber-memory
lber-types
ld_errno
ldap
ldap_abandon
ldap_abandon_ext
ldap_add
ldap_add_ext
ldap_add_ext_s
ldap_add_s
ldap_attributetype2name
ldap_attributetype2str
ldap_attributetype_free
ldap_bind
ldap_bind_s
ldap_compare
ldap_compare_ext
ldap_compare_ext_s
ldap_compare_s
ldap_count_entries
ldap_count_messages
ldap_count_references
ldap_count_values
ldap_count_values_len
ldap_dcedn2dn
ldap_delete
ldap_delete_ext
ldap_delete_ext_s
ldap_delete_s
ldap_dn2ad_canonical
ldap_dn2dcedn
ldap_dn2str
ldap_dn2ufn
ldap_err2string
ldap_errlist
ldap_error
ldap_explode_dn
ldap_explode_rdn
ldap_first_attribute
ldap_first_entry
ldap_first_message
ldap_first_reference
ldap_free_urldesc
ldap_get_dn
ldap_get_values
ldap_get_values_len
ldap_init
ldap_is_ldap_url
ldap_kerberos_bind1
ldap_kerberos_bind1_s
ldap_kerberos_bind2
ldap_kerberos_bind2_s
ldap_kerberos_bind_s
ldap_matchingrule2name
ldap_matchingrule2str
ldap_matchingrule_free
ldap_modify
ldap_modify_ext
ldap_modify_ext_s
ldap_modify_s
ldap_modrdn
ldap_modrdn2
ldap_modrdn2_s
ldap_modrdn_s
ldap_mods_free
ldap_msgfree
ldap_msgid
ldap_msgtype
ldap_next_attribute
ldap_next_entry
ldap_next_message
ldap_next_reference
ldap_objectclass2name
ldap_objectclass2str
ldap_objectclass_free
ldap_open
ldap_parse_extended_result
ldap_parse_reference
ldap_parse_result
ldap_parse_sasl_bind_result
ldap_perror
ldap_result
ldap_result2error
ldap_sasl_bind
ldap_sasl_bind_s
ldap_schema
ldap_scherr2str
ldap_search
ldap_search_ext
ldap_search_ext_s
ldap_search_s
ldap_search_st
ldap_simple_bind
ldap_simple_bind_s
ldap_sort
ldap_sort_entries
ldap_sort_strcasecmp
ldap_sort_values
ldap_str2attributetype
ldap_str2dn
ldap_str2matchingrule
ldap_str2objectclass
ldap_str2syntax
ldap_syntax2name
ldap_syntax2str
ldap_syntax_free
ldap_unbind
ldap_unbind_ext
ldap_unbind_ext_s
ldap_unbind_s
ldap_url
ldap_url_parse
ldap_value_free
ldap_value_free_len
ldexp
ldexpf
lgamma
lgammaf
llrint
llrintf
llround
llroundf
log
log10
log10f
log1p
log1pf
log2
logb
logbf
logf
lrint
lrintf
lround
lroundf
math
matherr
mib_api
modf
modff
nan
nanf
nearbyint
nearbyintf
netsnmp_Container_iterator
netsnmp_agent
netsnmp_baby_steps
netsnmp_bulk_to_next
netsnmp_cache_handler
netsnmp_container
netsnmp_debug
netsnmp_example_scalar_int
netsnmp_handler
netsnmp_instance
netsnmp_iterator_info_s
netsnmp_leaf
netsnmp_library
netsnmp_mib_handler_methods
netsnmp_mib_utilities
netsnmp_mode_end_call
netsnmp_multiplexer
netsnmp_old_api
netsnmp_read_only
netsnmp_row_merge
netsnmp_scalar
netsnmp_scalar_group_group
netsnmp_serialize
netsnmp_stash_cache
netsnmp_table
netsnmp_table_array
netsnmp_table_data
netsnmp_table_dataset
netsnmp_table_iterator
netsnmp_utilities
netsnmp_watcher
nextafter
nextafterf
pow
powf
print_description
print_mib
print_objid
print_value
print_variable
rcmd
rcmd_af
read_all_mibs
read_config
read_mib
read_module
read_module_node
read_objid
remainder
remainderf
remquo
remquof
rint
rintf
round
roundf
rresvport
rresvport_af
ruserok
scalbln
scalblnf
scalbn
scalbnf
sethostent
setnetent
setprotoent
setservent
shutdown_mib
sin
sinf
sinh
sinhf
snmp_agent_api
snmp_alarm
snmp_api
snmp_api_errstring
snmp_close
snmp_error
snmp_free_pdu
snmp_open
snmp_perror
snmp_read
snmp_select_info
snmp_send
snmp_sess_api
snmp_sess_async_send
snmp_sess_close
snmp_sess_error
snmp_sess_init
snmp_sess_open
snmp_sess_perror
snmp_sess_read
snmp_sess_select_info
snmp_sess_send
snmp_sess_session
snmp_sess_timeout
snmp_set_mib_warnings
snmp_set_save_descriptions
snmp_timeout
snmp_trap_api
sqrt
sqrtf
tan
tanf
tanh
tanhf
tgamma
tgammaf
trunc
truncf
y0
y1
yn
yp_all
yp_bind
yp_first
yp_get_default_domain
yp_master
yp_match
yp_next
yp_order
yp_unbind
ypclnt
yperr_string
ypprot_err
exports
fstab
gettytab
equiv
kdc.conf
krb5.conf
launchd.conf
launchd.plist
ldap.conf
ldif
lmhosts
magic
mib2c.conf
named.conf
netgroup
netinfo
resolver
rndc.conf
slapd-bdb
slapd-dnssrv
slapd-ldap
slapd-ldbm
slapd-meta
slapd-monitor
slapd-null
slapd-passwd
slapd-perl
slapd-shell
slapd-sql
slapd-tcl
slapd.access
slapd.conf
slapd.plugin
slapd.replog
smb.conf
smbgetrc
smbpasswd
snmp.conf
snmp_config
snmpd.conf
snmptrapd-conf
ssh_config
sshd_config
ttys
variables
Accelerate
Altivec
BLAS
LAPACK
samba
vBasicOps
vBigNum
vDSP
vImage
vMathLib
vecLib
ConsoleMessage
StartupItemContext
SystemStarter
ac
apple80211
asr
atrun
autodiskmount
bless
blued
bootpd
chat
chkpasswd
clri
crashdump
crashreporterd
dev_mkdb
diskarbitrationd
disktool
diskutil
dmesg
dnsextd
dnssec-keygen
dnssec-signzone
dump
dumpfs
dynamic_pager
edquota
fdisk
fibreconfig
fingerd
fsck
fsck_hfs
fsck_msdos
getty
halt
hdid
hdik
util
hostinfo
init
iostat
ioupsd
ipconfig
kadmin
local
kadmind
kdb5_util
kerberosautoconfig
kextcache
kextd
kextload
kextstat
kextunload
kgmon
kprop
kpropd
|