Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Mar 2006 19:16:27 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 93655 for review
Message-ID:  <200603201916.k2KJGRUO031461@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=93655

Change 93655 by rwatson@rwatson_zoo on 2006/03/20 19:15:26

	Integrate TrustedBSD base branch from FreeBSD CVS HEAD:
	
	- make showconfig
	- MK_foo
	- NETSMBCRYPTO now always built into smbfs
	- getfacl -q
	- csup update
	- hostapd update
	- wpa_supplicant update
	- vkbd now default
	- security/audit include files installed
	- libc symbol versioning
	- more jemalloc fixes and optimizations
	- COMPAT_43 gone
	- more arm
	- linux truncate, sethostname calls now explicitly emulated,
	  32/64-bit work on stat
	- ATA USB attachment
	- Audit restructuring, now audit_worker.c; audit pipe ioctls, style
	  fixes, etc.
	- File descriptor optimization fixes for MAC
	- m_unshare
	- SS_PROTOREF
	- soabort() can't fail
	- UNIX domain sockets, netatalk, netipx, natm now believe so_pcb !=
	  NULL
	- More auditing of namei() arguments, such as open()
	- A fair number of UFS/snapshots/soft updates fixes.
	- Countless device driver fixes/changes/bugs/...

Affected files ...

.. //depot/projects/trustedbsd/base/Makefile#43 integrate
.. //depot/projects/trustedbsd/base/Makefile.inc1#70 integrate
.. //depot/projects/trustedbsd/base/ObsoleteFiles.inc#7 integrate
.. //depot/projects/trustedbsd/base/UPDATING#64 integrate
.. //depot/projects/trustedbsd/base/bin/Makefile#9 integrate
.. //depot/projects/trustedbsd/base/bin/Makefile.inc#13 integrate
.. //depot/projects/trustedbsd/base/bin/chflags/chflags.1#11 integrate
.. //depot/projects/trustedbsd/base/bin/csh/Makefile#13 integrate
.. //depot/projects/trustedbsd/base/bin/ed/Makefile#11 integrate
.. //depot/projects/trustedbsd/base/bin/getfacl/getfacl.1#8 integrate
.. //depot/projects/trustedbsd/base/bin/getfacl/getfacl.c#8 integrate
.. //depot/projects/trustedbsd/base/bin/ps/keyword.c#22 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/FREEBSD-Upgrade#6 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/FREEBSD-Xlist#5 integrate
.. //depot/projects/trustedbsd/base/contrib/csup/GNUmakefile#2 integrate
.. //depot/projects/trustedbsd/base/contrib/csup/Makefile#2 integrate
.. //depot/projects/trustedbsd/base/contrib/csup/TODO#2 integrate
.. //depot/projects/trustedbsd/base/contrib/csup/config.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/csup/config.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/csup/csup.1#2 integrate
.. //depot/projects/trustedbsd/base/contrib/csup/fattr.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/csup/globtree.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/csup/idcache.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/csup/idcache.h#1 branch
.. //depot/projects/trustedbsd/base/contrib/csup/lister.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/csup/main.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/csup/misc.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/csup/misc.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/csup/proto.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/csup/token.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/csup/token.l#2 integrate
.. //depot/projects/trustedbsd/base/contrib/csup/updater.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/ChangeLog#2 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/FREEBSD-Xlist#2 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/FREEBSD-upgrade#2 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/Makefile#2 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/README#2 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/accounting.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/aes.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/aes_wrap.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/aes_wrap.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/common.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/common.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/config.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/config.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/config_types.h#1 branch
.. //depot/projects/trustedbsd/base/contrib/hostapd/crypto.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/crypto.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/ctrl_iface.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/defconfig#2 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/defs.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/driver.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/driver_test.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/driver_wired.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/eap.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/eap.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/eap_defs.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/eap_i.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/eap_identity.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/eap_md5.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/eap_pax.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/hostapd/eap_pax_common.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/hostapd/eap_pax_common.h#1 branch
.. //depot/projects/trustedbsd/base/contrib/hostapd/eap_peap.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/eap_psk.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/hostapd/eap_psk_common.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/hostapd/eap_psk_common.h#1 branch
.. //depot/projects/trustedbsd/base/contrib/hostapd/eap_sim.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/eap_sim_common.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/eap_sim_common.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/eap_sim_db.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/eap_tls.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/eap_tls_common.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/eap_ttls.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/eap_ttls.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/eapol_sm.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/eapol_sm.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/eloop.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/eloop.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/hostap_common.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/hostapd.8#1 branch
.. //depot/projects/trustedbsd/base/contrib/hostapd/hostapd.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/hostapd.conf#2 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/hostapd.eap_user#2 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/hostapd.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/hostapd_cli.1#1 branch
.. //depot/projects/trustedbsd/base/contrib/hostapd/hostapd_cli.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/hostapd_ctrl.c#2 delete
.. //depot/projects/trustedbsd/base/contrib/hostapd/hostapd_ctrl.h#2 delete
.. //depot/projects/trustedbsd/base/contrib/hostapd/iapp.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/ieee802_11.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/ieee802_11_auth.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/ieee802_1x.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/ieee802_1x.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/l2_packet.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/logwatch/README#1 branch
.. //depot/projects/trustedbsd/base/contrib/hostapd/logwatch/hostapd#1 branch
.. //depot/projects/trustedbsd/base/contrib/hostapd/logwatch/hostapd.conf#1 branch
.. //depot/projects/trustedbsd/base/contrib/hostapd/madwifi.conf#2 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/md5.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/md5.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/ms_funcs.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/ms_funcs.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/radius.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/radius.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/radius_client.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/radius_client.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/radius_server.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/radius_server.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/rc4.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/rc4.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/sha1.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/sha1.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/sta_info.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/sta_info.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/tls.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/tls_none.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/tls_openssl.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/version.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/wired.conf#2 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/wpa.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/wpa.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/wpa_ctrl.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/hostapd/wpa_ctrl.h#1 branch
.. //depot/projects/trustedbsd/base/contrib/libbegemot/rpoll.man#2 integrate
.. //depot/projects/trustedbsd/base/contrib/netcat/nc.1#3 integrate
.. //depot/projects/trustedbsd/base/contrib/ngatm/man/libngatm.3#4 integrate
.. //depot/projects/trustedbsd/base/contrib/ngatm/man/uniaddr.3#4 integrate
.. //depot/projects/trustedbsd/base/contrib/ngatm/man/unifunc.3#4 integrate
.. //depot/projects/trustedbsd/base/contrib/ngatm/man/unimsg.3#3 integrate
.. //depot/projects/trustedbsd/base/contrib/ngatm/man/unisap.3#3 integrate
.. //depot/projects/trustedbsd/base/contrib/ngatm/man/unistruct.3#4 integrate
.. //depot/projects/trustedbsd/base/contrib/openbsm/FREEBSD-upgrade#3 integrate
.. //depot/projects/trustedbsd/base/contrib/pf/pflogd/pflogd.c#6 integrate
.. //depot/projects/trustedbsd/base/contrib/tcsh/FREEBSD-Xlist#3 integrate
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/ChangeLog#2 integrate
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/FREEBSD-Xlist#3 integrate
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/Makefile#2 integrate
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/README#2 integrate
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/aes.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/aes_wrap.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/aes_wrap.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/base64.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/base64.h#1 branch
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/common.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/common.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/config.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/config.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/config_file.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/config_ssid.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/config_types.h#1 branch
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/crypto.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/crypto.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/crypto_gnutls.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/ctrl_iface.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/ctrl_iface.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/defconfig#2 integrate
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/defs.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/developer.txt#2 delete
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/doc/code_structure.doxygen#1 branch
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/doc/ctrl_iface.doxygen#1 branch
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/doc/docbook/Makefile#1 branch
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/doc/docbook/wpa_background.8#1 branch
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/doc/docbook/wpa_background.sgml#1 branch
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/doc/docbook/wpa_cli.8#1 branch
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/doc/docbook/wpa_cli.sgml#1 branch
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/doc/docbook/wpa_passphrase.8#1 branch
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/doc/docbook/wpa_passphrase.sgml#1 branch
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/doc/docbook/wpa_supplicant.8#1 branch
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/doc/docbook/wpa_supplicant.conf.5#1 branch
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/doc/docbook/wpa_supplicant.conf.sgml#1 branch
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/doc/docbook/wpa_supplicant.sgml#1 branch
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/doc/doxygen.fast#1 branch
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/doc/doxygen.full#1 branch
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/doc/driver_wrapper.doxygen#1 branch
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/doc/eap.doxygen#1 branch
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/doc/kerneldoc2doxygen.pl#1 branch
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/doc/mainpage.doxygen#1 branch
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/doc/porting.doxygen#1 branch
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/doc/testing_tools.doxygen#1 branch
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/doc/wpa_supplicant.fig#2 integrate
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/driver.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/driver_hostap.h#1 branch
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/driver_ndis.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/driver_ndis.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/driver_wired.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/drivers.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/eap.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/eap.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/eap_aka.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/eap_defs.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/eap_fast.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/eap_gtc.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/eap_i.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/eap_leap.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/eap_md5.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/eap_mschapv2.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/eap_otp.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/eap_pax.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/eap_pax_common.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/eap_pax_common.h#1 branch
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/eap_peap.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/eap_psk.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/eap_psk_common.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/eap_psk_common.h#1 branch
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/eap_sim.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/eap_sim_common.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/eap_sim_common.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/eap_testing.txt#2 integrate
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/eap_tls.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/eap_tls_common.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/eap_tls_common.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/eap_tlv.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/eap_tlv.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/eap_ttls.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/eap_ttls.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/eapol_sm.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/eapol_sm.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/eapol_test.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/eloop.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/eloop.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/events.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/examples/ieee8021x.conf#1 branch
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/examples/plaintext.conf#1 branch
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/examples/wep.conf#1 branch
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/examples/wpa-psk-tkip.conf#1 branch
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/examples/wpa2-eap-ccmp.conf#1 branch
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/hostap_common.h#2 delete
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/hostapd.h#1 branch
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/l2_packet.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/main.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/md5.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/md5.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/ms_funcs.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/ms_funcs.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/openssl-tls-extensions.patch#2 integrate
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/pcsc_funcs.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/pcsc_funcs.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/preauth.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/preauth.h#1 branch
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/preauth_test.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/radius.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/radius.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/radius_client.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/radius_client.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/rc4.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/rc4.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/sha1.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/sha1.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/tls.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/tls_gnutls.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/tls_none.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/tls_openssl.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/tls_schannel.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/todo.txt#2 integrate
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/version.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/wpa.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/wpa.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/wpa_cli.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/wpa_ctrl.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/wpa_ctrl.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/wpa_gui-qt4/eventhistory.ui#1 branch
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/wpa_gui-qt4/eventhistory.ui.h#1 branch
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/wpa_gui-qt4/main.cpp#1 branch
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/wpa_gui-qt4/networkconfig.ui#1 branch
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/wpa_gui-qt4/networkconfig.ui.h#1 branch
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/wpa_gui-qt4/scanresults.ui#1 branch
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/wpa_gui-qt4/scanresults.ui.h#1 branch
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/wpa_gui-qt4/setup-mingw-cross-compiling#1 branch
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/wpa_gui-qt4/userdatarequest.ui#1 branch
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/wpa_gui-qt4/userdatarequest.ui.h#1 branch
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/wpa_gui-qt4/wpa_gui.pro#1 branch
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/wpa_gui-qt4/wpagui.ui#1 branch
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/wpa_gui-qt4/wpagui.ui.h#1 branch
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/wpa_gui-qt4/wpamsg.h#1 branch
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/wpa_gui/eventhistory.ui#1 branch
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/wpa_gui/eventhistory.ui.h#1 branch
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/wpa_gui/main.cpp#1 branch
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/wpa_gui/networkconfig.ui#1 branch
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/wpa_gui/networkconfig.ui.h#1 branch
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/wpa_gui/scanresults.ui#1 branch
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/wpa_gui/scanresults.ui.h#1 branch
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/wpa_gui/userdatarequest.ui#1 branch
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/wpa_gui/userdatarequest.ui.h#1 branch
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/wpa_gui/wpa_gui.pro#1 branch
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/wpa_gui/wpagui.ui#1 branch
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/wpa_gui/wpagui.ui.h#1 branch
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/wpa_gui/wpamsg.h#1 branch
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/wpa_i.h#1 branch
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/wpa_passphrase.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/wpa_supplicant.c#3 integrate
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/wpa_supplicant.conf#2 integrate
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/wpa_supplicant.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/wpa_supplicant_i.h#2 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/FREEBSD-upgrade#9 integrate
.. //depot/projects/trustedbsd/base/etc/Makefile#48 integrate
.. //depot/projects/trustedbsd/base/etc/devd.conf#19 integrate
.. //depot/projects/trustedbsd/base/etc/hosts.allow#7 integrate
.. //depot/projects/trustedbsd/base/etc/isdn/Makefile#8 integrate
.. //depot/projects/trustedbsd/base/etc/mtree/BSD.include.dist#35 integrate
.. //depot/projects/trustedbsd/base/etc/mtree/BSD.x11-4.dist#12 integrate
.. //depot/projects/trustedbsd/base/etc/mtree/Makefile#5 integrate
.. //depot/projects/trustedbsd/base/etc/periodic/daily/440.status-mailq#6 integrate
.. //depot/projects/trustedbsd/base/etc/periodic/security/800.loginfail#6 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/Makefile#36 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/jail#12 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/kernel#1 branch
.. //depot/projects/trustedbsd/base/etc/rc.d/nsswitch#3 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/syscons#11 integrate
.. //depot/projects/trustedbsd/base/games/factor/Makefile#8 integrate
.. //depot/projects/trustedbsd/base/gnu/lib/Makefile#8 integrate
.. //depot/projects/trustedbsd/base/gnu/lib/libdialog/Makefile#11 integrate
.. //depot/projects/trustedbsd/base/gnu/lib/libg2c/Makefile#10 integrate
.. //depot/projects/trustedbsd/base/gnu/lib/libgcc/Makefile#13 integrate
.. //depot/projects/trustedbsd/base/gnu/lib/libgcov/Makefile#4 integrate
.. //depot/projects/trustedbsd/base/gnu/lib/libobjc/Makefile#14 integrate
.. //depot/projects/trustedbsd/base/gnu/usr.bin/Makefile#16 integrate
.. //depot/projects/trustedbsd/base/gnu/usr.bin/bc/Makefile#7 integrate
.. //depot/projects/trustedbsd/base/gnu/usr.bin/cc/Makefile#7 integrate
.. //depot/projects/trustedbsd/base/gnu/usr.bin/cc/cc_tools/Makefile#14 integrate
.. //depot/projects/trustedbsd/base/gnu/usr.bin/cvs/cvs/Makefile#14 integrate
.. //depot/projects/trustedbsd/base/gnu/usr.bin/dialog/Makefile#4 integrate
.. //depot/projects/trustedbsd/base/include/Makefile#51 integrate
.. //depot/projects/trustedbsd/base/include/arpa/nameser.h#3 integrate
.. //depot/projects/trustedbsd/base/include/stdlib.h#24 integrate
.. //depot/projects/trustedbsd/base/kerberos5/Makefile#10 integrate
.. //depot/projects/trustedbsd/base/kerberos5/lib/libgssapi/Makefile#10 integrate
.. //depot/projects/trustedbsd/base/lib/Makefile#42 integrate
.. //depot/projects/trustedbsd/base/lib/bind/bind/Makefile#3 integrate
.. //depot/projects/trustedbsd/base/lib/bind/bind9/Makefile#3 integrate
.. //depot/projects/trustedbsd/base/lib/bind/config.mk#6 integrate
.. //depot/projects/trustedbsd/base/lib/bind/dns/Makefile#4 integrate
.. //depot/projects/trustedbsd/base/lib/bind/isc/Makefile#4 integrate
.. //depot/projects/trustedbsd/base/lib/bind/isccc/Makefile#3 integrate
.. //depot/projects/trustedbsd/base/lib/bind/isccfg/Makefile#3 integrate
.. //depot/projects/trustedbsd/base/lib/bind/lwres/Makefile#4 integrate
.. //depot/projects/trustedbsd/base/lib/libarchive/INSTALL#2 delete
.. //depot/projects/trustedbsd/base/lib/libarchive/Makefile#18 integrate
.. //depot/projects/trustedbsd/base/lib/libarchive/Makefile.am#4 delete
.. //depot/projects/trustedbsd/base/lib/libarchive/archive.h.in#9 integrate
.. //depot/projects/trustedbsd/base/lib/libarchive/archive_platform.h#13 integrate
.. //depot/projects/trustedbsd/base/lib/libarchive/archive_read_support_format_tp.c#2 delete
.. //depot/projects/trustedbsd/base/lib/libarchive/configure.ac.in#9 delete
.. //depot/projects/trustedbsd/base/lib/libc/Makefile#21 integrate
.. //depot/projects/trustedbsd/base/lib/libc/Versions.def#1 branch
.. //depot/projects/trustedbsd/base/lib/libc/alpha/Makefile.inc#4 integrate
.. //depot/projects/trustedbsd/base/lib/libc/alpha/Symbol.map#1 branch
.. //depot/projects/trustedbsd/base/lib/libc/amd64/Makefile.inc#4 integrate
.. //depot/projects/trustedbsd/base/lib/libc/amd64/Symbol.map#1 branch
.. //depot/projects/trustedbsd/base/lib/libc/arm/Makefile.inc#4 integrate
.. //depot/projects/trustedbsd/base/lib/libc/arm/Symbol.map#1 branch
.. //depot/projects/trustedbsd/base/lib/libc/compat-43/Makefile.inc#3 integrate
.. //depot/projects/trustedbsd/base/lib/libc/compat-43/Symbol.map#1 branch
.. //depot/projects/trustedbsd/base/lib/libc/db/Makefile.inc#3 integrate
.. //depot/projects/trustedbsd/base/lib/libc/db/Symbol.map#1 branch
.. //depot/projects/trustedbsd/base/lib/libc/gdtoa/Makefile.inc#6 integrate
.. //depot/projects/trustedbsd/base/lib/libc/gdtoa/Symbol.map#1 branch
.. //depot/projects/trustedbsd/base/lib/libc/gen/Makefile.inc#28 integrate
.. //depot/projects/trustedbsd/base/lib/libc/gen/Symbol.map#1 branch
.. //depot/projects/trustedbsd/base/lib/libc/gen/_pthread_stubs.c#8 integrate
.. //depot/projects/trustedbsd/base/lib/libc/gen/_spinlock_stub.c#4 integrate
.. //depot/projects/trustedbsd/base/lib/libc/gmon/Makefile.inc#4 integrate
.. //depot/projects/trustedbsd/base/lib/libc/gmon/Symbol.map#1 branch
.. //depot/projects/trustedbsd/base/lib/libc/i386/Makefile.inc#2 integrate
.. //depot/projects/trustedbsd/base/lib/libc/i386/Symbol.map#1 branch
.. //depot/projects/trustedbsd/base/lib/libc/ia64/Makefile.inc#4 integrate
.. //depot/projects/trustedbsd/base/lib/libc/ia64/Symbol.map#1 branch
.. //depot/projects/trustedbsd/base/lib/libc/include/libc_private.h#9 integrate
.. //depot/projects/trustedbsd/base/lib/libc/include/namespace.h#10 integrate
.. //depot/projects/trustedbsd/base/lib/libc/include/un-namespace.h#9 integrate
.. //depot/projects/trustedbsd/base/lib/libc/locale/Makefile.inc#24 integrate
.. //depot/projects/trustedbsd/base/lib/libc/locale/Symbol.map#1 branch
.. //depot/projects/trustedbsd/base/lib/libc/net/Makefile.inc#13 integrate
.. //depot/projects/trustedbsd/base/lib/libc/net/Symbol.map#1 branch
.. //depot/projects/trustedbsd/base/lib/libc/nls/Makefile.inc#4 integrate
.. //depot/projects/trustedbsd/base/lib/libc/nls/Symbol.map#1 branch
.. //depot/projects/trustedbsd/base/lib/libc/posix1e/Makefile.inc#13 integrate
.. //depot/projects/trustedbsd/base/lib/libc/posix1e/Symbol.map#1 branch
.. //depot/projects/trustedbsd/base/lib/libc/powerpc/Makefile.inc#2 integrate
.. //depot/projects/trustedbsd/base/lib/libc/powerpc/Symbol.map#1 branch
.. //depot/projects/trustedbsd/base/lib/libc/quad/Makefile.inc#3 integrate
.. //depot/projects/trustedbsd/base/lib/libc/quad/Symbol.map#1 branch
.. //depot/projects/trustedbsd/base/lib/libc/regex/Makefile.inc#3 integrate
.. //depot/projects/trustedbsd/base/lib/libc/regex/Symbol.map#1 branch
.. //depot/projects/trustedbsd/base/lib/libc/rpc/Makefile.inc#8 integrate
.. //depot/projects/trustedbsd/base/lib/libc/rpc/Symbol.map#1 branch
.. //depot/projects/trustedbsd/base/lib/libc/softfloat/Makefile.inc#3 integrate
.. //depot/projects/trustedbsd/base/lib/libc/softfloat/Symbol.map#1 branch
.. //depot/projects/trustedbsd/base/lib/libc/sparc64/Makefile.inc#5 integrate
.. //depot/projects/trustedbsd/base/lib/libc/sparc64/Symbol.map#1 branch
.. //depot/projects/trustedbsd/base/lib/libc/stdio/Makefile.inc#9 integrate
.. //depot/projects/trustedbsd/base/lib/libc/stdio/Symbol.map#1 branch
.. //depot/projects/trustedbsd/base/lib/libc/stdlib/Makefile.inc#16 integrate
.. //depot/projects/trustedbsd/base/lib/libc/stdlib/Symbol.map#1 branch
.. //depot/projects/trustedbsd/base/lib/libc/stdlib/malloc.3#12 integrate
.. //depot/projects/trustedbsd/base/lib/libc/stdlib/malloc.c#24 integrate
.. //depot/projects/trustedbsd/base/lib/libc/stdlib/strtonum.3#1 branch
.. //depot/projects/trustedbsd/base/lib/libc/stdlib/strtonum.c#1 branch
.. //depot/projects/trustedbsd/base/lib/libc/stdtime/Makefile.inc#3 integrate
.. //depot/projects/trustedbsd/base/lib/libc/stdtime/Symbol.map#1 branch
.. //depot/projects/trustedbsd/base/lib/libc/string/Makefile.inc#9 integrate
.. //depot/projects/trustedbsd/base/lib/libc/string/Symbol.map#1 branch
.. //depot/projects/trustedbsd/base/lib/libc/sys/Makefile.inc#20 integrate
.. //depot/projects/trustedbsd/base/lib/libc/sys/Symbol.map#1 branch
.. //depot/projects/trustedbsd/base/lib/libc/sys/mq.c#2 delete
.. //depot/projects/trustedbsd/base/lib/libc/sys/recv.2#11 integrate
.. //depot/projects/trustedbsd/base/lib/libc/uuid/Makefile.inc#3 integrate
.. //depot/projects/trustedbsd/base/lib/libc/uuid/Symbol.map#1 branch
.. //depot/projects/trustedbsd/base/lib/libc/xdr/Makefile.inc#4 integrate
.. //depot/projects/trustedbsd/base/lib/libc/xdr/Symbol.map#1 branch
.. //depot/projects/trustedbsd/base/lib/libc/yp/Makefile.inc#3 integrate
.. //depot/projects/trustedbsd/base/lib/libc/yp/Symbol.map#1 branch
.. //depot/projects/trustedbsd/base/lib/libc_r/Makefile#9 integrate
.. //depot/projects/trustedbsd/base/lib/libcrypt/Makefile#8 integrate
.. //depot/projects/trustedbsd/base/lib/libfetch/Makefile#18 integrate
.. //depot/projects/trustedbsd/base/lib/libgpib/Makefile#3 integrate
.. //depot/projects/trustedbsd/base/lib/libio/Makefile#4 integrate
.. //depot/projects/trustedbsd/base/lib/libipsec/Makefile#7 integrate
.. //depot/projects/trustedbsd/base/lib/libmilter/Makefile#6 integrate
.. //depot/projects/trustedbsd/base/lib/libncp/Makefile#6 integrate
.. //depot/projects/trustedbsd/base/lib/libncurses/Makefile#19 integrate
.. //depot/projects/trustedbsd/base/lib/libpam/modules/Makefile.inc#10 integrate
.. //depot/projects/trustedbsd/base/lib/libpam/modules/modules.inc#10 integrate
.. //depot/projects/trustedbsd/base/lib/libpam/modules/pam_login_access/Makefile#6 integrate
.. //depot/projects/trustedbsd/base/lib/libpam/modules/pam_login_access/login.access.5#3 integrate
.. //depot/projects/trustedbsd/base/lib/libpam/modules/pam_login_access/pam_login_access.8#4 integrate
.. //depot/projects/trustedbsd/base/lib/libpam/modules/pam_nologin/pam_nologin.c#8 integrate
.. //depot/projects/trustedbsd/base/lib/libpam/modules/pam_unix/Makefile#10 integrate
.. //depot/projects/trustedbsd/base/lib/libpcap/Makefile#10 integrate
.. //depot/projects/trustedbsd/base/lib/libpmc/libpmc.c#5 integrate
.. //depot/projects/trustedbsd/base/lib/libpmc/pmc.3#7 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/Makefile#14 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/pthread.map#13 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/sys/thr_error.c#5 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_accept.c#2 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_aio_suspend.c#4 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_atfork.c#2 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_attr_destroy.c#2 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_attr_get_np.c#4 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_attr_getdetachstate.c#2 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_attr_getguardsize.c#2 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_attr_getinheritsched.c#2 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_attr_getschedparam.c#2 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_attr_getschedpolicy.c#2 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_attr_getscope.c#2 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_attr_getstack.c#2 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_attr_getstackaddr.c#2 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_attr_getstacksize.c#2 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_attr_init.c#5 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_attr_setcreatesuspend_np.c#4 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_attr_setdetachstate.c#2 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_attr_setguardsize.c#4 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_attr_setinheritsched.c#3 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_attr_setschedparam.c#3 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_attr_setschedpolicy.c#2 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_attr_setscope.c#4 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_attr_setstack.c#2 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_attr_setstackaddr.c#2 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_attr_setstacksize.c#2 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_barrier.c#2 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_barrierattr.c#2 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_cancel.c#13 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_clean.c#4 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_close.c#4 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_concurrency.c#9 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_cond.c#12 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_condattr_destroy.c#2 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_condattr_init.c#3 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_connect.c#2 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_creat.c#5 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_create.c#16 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_detach.c#5 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_equal.c#2 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_execve.c#2 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_exit.c#9 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_fcntl.c#4 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_fork.c#7 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_fsync.c#4 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_getprio.c#2 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_getschedparam.c#4 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_info.c#5 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_init.c#18 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_join.c#6 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_kill.c#4 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_main_np.c#3 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_mattr_init.c#3 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_mattr_kind_np.c#3 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_msync.c#4 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_multi_np.c#2 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_mutex.c#15 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_mutex_prioceiling.c#4 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_mutex_protocol.c#3 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_mutexattr_destroy.c#2 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_nanosleep.c#8 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_once.c#5 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_open.c#4 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_pause.c#5 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_poll.c#4 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_private.h#25 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_pselect.c#5 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_pspinlock.c#4 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_raise.c#2 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_read.c#4 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_readv.c#4 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_resume_np.c#5 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_rwlock.c#7 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_rwlockattr.c#2 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_select.c#5 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_self.c#3 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_sem.c#7 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_setprio.c#2 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_setschedparam.c#3 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_sig.c#19 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_sigaction.c#7 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_sigaltstack.c#2 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_sigmask.c#8 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_sigpending.c#7 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_sigprocmask.c#6 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_sigsuspend.c#12 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_sigwait.c#11 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_single_np.c#2 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_sleep.c#6 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_spec.c#5 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_spinlock.c#10 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_suspend_np.c#4 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_switch_np.c#3 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_symbols.c#3 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_system.c#5 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_tcdrain.c#5 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_vfork.c#2 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_wait.c#5 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_wait4.c#5 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_waitpid.c#5 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_write.c#4 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_writev.c#4 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_yield.c#6 integrate
.. //depot/projects/trustedbsd/base/lib/libradius/Makefile#12 integrate
.. //depot/projects/trustedbsd/base/lib/librpcsvc/Makefile#8 integrate
.. //depot/projects/trustedbsd/base/lib/librt/Makefile#2 integrate
.. //depot/projects/trustedbsd/base/lib/librt/aio.c#2 integrate
.. //depot/projects/trustedbsd/base/lib/librt/mq.c#2 integrate
.. //depot/projects/trustedbsd/base/lib/librt/sigev_thread.c#2 integrate
.. //depot/projects/trustedbsd/base/lib/librt/sigev_thread.h#2 integrate
.. //depot/projects/trustedbsd/base/lib/librt/timer.c#2 integrate
.. //depot/projects/trustedbsd/base/lib/libsm/Makefile#9 integrate
.. //depot/projects/trustedbsd/base/lib/libsmb/Makefile#9 integrate
.. //depot/projects/trustedbsd/base/lib/libstand/printf.c#5 integrate
.. //depot/projects/trustedbsd/base/lib/libtelnet/Makefile#10 integrate
.. //depot/projects/trustedbsd/base/lib/libthr/Makefile#13 integrate
.. //depot/projects/trustedbsd/base/lib/libthr/pthread.map#5 integrate
.. //depot/projects/trustedbsd/base/lib/libthr/thread/thr_init.c#16 integrate
.. //depot/projects/trustedbsd/base/lib/libthr/thread/thr_timer.c#3 delete
.. //depot/projects/trustedbsd/base/lib/libwrap/Makefile#10 integrate
.. //depot/projects/trustedbsd/base/libexec/Makefile#20 integrate
.. //depot/projects/trustedbsd/base/libexec/ftpd/Makefile#12 integrate
.. //depot/projects/trustedbsd/base/libexec/lukemftpd/Makefile#15 integrate
.. //depot/projects/trustedbsd/base/libexec/tcpd/Makefile#5 integrate
.. //depot/projects/trustedbsd/base/libexec/telnetd/Makefile#9 integrate
.. //depot/projects/trustedbsd/base/release/Makefile#73 integrate
.. //depot/projects/trustedbsd/base/release/amd64/boot_crunch.conf#5 integrate
.. //depot/projects/trustedbsd/base/release/doc/zh_CN.GB2312/errata/article.sgml#4 integrate
.. //depot/projects/trustedbsd/base/release/doc/zh_CN.GB2312/hardware/amd64/proc-amd64.sgml#3 integrate
.. //depot/projects/trustedbsd/base/release/doc/zh_CN.GB2312/hardware/common/dev.sgml#6 integrate
.. //depot/projects/trustedbsd/base/release/doc/zh_CN.GB2312/installation/common/artheader.sgml#3 integrate
.. //depot/projects/trustedbsd/base/release/doc/zh_CN.GB2312/installation/common/install.sgml#3 integrate
.. //depot/projects/trustedbsd/base/release/doc/zh_CN.GB2312/installation/common/trouble.sgml#4 integrate
.. //depot/projects/trustedbsd/base/release/doc/zh_CN.GB2312/installation/sparc64/install.sgml#2 integrate
.. //depot/projects/trustedbsd/base/release/doc/zh_CN.GB2312/relnotes/amd64/article.sgml#2 integrate
.. //depot/projects/trustedbsd/base/release/doc/zh_CN.GB2312/relnotes/common/new.sgml#6 integrate
.. //depot/projects/trustedbsd/base/release/doc/zh_CN.GB2312/relnotes/sparc64/article.sgml#2 integrate
.. //depot/projects/trustedbsd/base/release/doc/zh_CN.GB2312/share/sgml/release.dsl#2 integrate
.. //depot/projects/trustedbsd/base/release/i386/boot_crunch.conf#11 integrate
.. //depot/projects/trustedbsd/base/release/ia64/boot_crunch.conf#9 integrate
.. //depot/projects/trustedbsd/base/release/pc98/boot_crunch.conf#11 integrate
.. //depot/projects/trustedbsd/base/release/picobsd/bridge/crunch.conf#10 integrate
.. //depot/projects/trustedbsd/base/release/picobsd/tinyware/login/Makefile#5 integrate
.. //depot/projects/trustedbsd/base/release/scripts/kernels-install.sh#1 branch
.. //depot/projects/trustedbsd/base/release/scripts/package-split.py#6 integrate
.. //depot/projects/trustedbsd/base/rescue/librescue/Makefile#5 integrate
.. //depot/projects/trustedbsd/base/rescue/rescue/Makefile#17 integrate
.. //depot/projects/trustedbsd/base/sbin/Makefile#33 integrate
.. //depot/projects/trustedbsd/base/sbin/Makefile.inc#9 integrate
.. //depot/projects/trustedbsd/base/sbin/atacontrol/atacontrol.c#22 integrate
.. //depot/projects/trustedbsd/base/sbin/bsdlabel/bsdlabel.8#13 integrate
.. //depot/projects/trustedbsd/base/sbin/geom/class/Makefile#6 integrate
.. //depot/projects/trustedbsd/base/sbin/geom/class/mirror/gmirror.8#7 integrate
.. //depot/projects/trustedbsd/base/sbin/ggate/Makefile#4 integrate
.. //depot/projects/trustedbsd/base/sbin/ggate/ggatec/ggatec.c#7 integrate
.. //depot/projects/trustedbsd/base/sbin/ifconfig/Makefile#10 integrate
.. //depot/projects/trustedbsd/base/sbin/ifconfig/ifconfig.c#29 integrate
.. //depot/projects/trustedbsd/base/sbin/ifconfig/ifvlan.c#5 integrate
.. //depot/projects/trustedbsd/base/sbin/ipfw/ipfw.8#44 integrate
.. //depot/projects/trustedbsd/base/sbin/ipfw/ipfw2.c#36 integrate
.. //depot/projects/trustedbsd/base/secure/Makefile#8 integrate
.. //depot/projects/trustedbsd/base/secure/Makefile.inc#9 integrate
.. //depot/projects/trustedbsd/base/secure/lib/Makefile#7 integrate
.. //depot/projects/trustedbsd/base/secure/lib/libcrypto/Makefile#25 integrate
.. //depot/projects/trustedbsd/base/secure/lib/libcrypto/Makefile.inc#14 integrate
.. //depot/projects/trustedbsd/base/secure/lib/libssh/Makefile#20 integrate
.. //depot/projects/trustedbsd/base/secure/libexec/Makefile#6 integrate
.. //depot/projects/trustedbsd/base/secure/usr.bin/Makefile#8 integrate
.. //depot/projects/trustedbsd/base/secure/usr.bin/ssh/Makefile#14 integrate
.. //depot/projects/trustedbsd/base/secure/usr.sbin/Makefile#2 integrate
.. //depot/projects/trustedbsd/base/secure/usr.sbin/sshd/Makefile#19 integrate
.. //depot/projects/trustedbsd/base/share/Makefile#10 integrate
.. //depot/projects/trustedbsd/base/share/doc/Makefile#4 integrate
.. //depot/projects/trustedbsd/base/share/doc/smm/Makefile#5 integrate
.. //depot/projects/trustedbsd/base/share/examples/Makefile#13 integrate
.. //depot/projects/trustedbsd/base/share/examples/etc/make.conf#42 integrate
.. //depot/projects/trustedbsd/base/share/examples/kld/syscall/test/Makefile#4 integrate
.. //depot/projects/trustedbsd/base/share/examples/netgraph/ether.bridge#4 integrate
.. //depot/projects/trustedbsd/base/share/man/Makefile#7 integrate
.. //depot/projects/trustedbsd/base/share/man/man3/Makefile#14 integrate
.. //depot/projects/trustedbsd/base/share/man/man4/ata.4#19 integrate
.. //depot/projects/trustedbsd/base/share/man/man4/cpufreq.4#7 integrate
.. //depot/projects/trustedbsd/base/share/man/man4/dcons.4#8 integrate
.. //depot/projects/trustedbsd/base/share/man/man4/gre.4#5 integrate
.. //depot/projects/trustedbsd/base/share/man/man4/ipw.4#7 integrate
.. //depot/projects/trustedbsd/base/share/man/man4/iwi.4#8 integrate
.. //depot/projects/trustedbsd/base/share/man/man4/netgraph.4#9 integrate
.. //depot/projects/trustedbsd/base/share/man/man4/ng_fec.4#2 integrate
.. //depot/projects/trustedbsd/base/share/man/man4/ral.4#7 integrate
.. //depot/projects/trustedbsd/base/share/man/man4/sysmouse.4#6 integrate
.. //depot/projects/trustedbsd/base/share/man/man5/Makefile#21 integrate
.. //depot/projects/trustedbsd/base/share/man/man5/nsswitch.conf.5#7 integrate
.. //depot/projects/trustedbsd/base/share/man/man5/rc.conf.5#56 integrate
.. //depot/projects/trustedbsd/base/share/man/man7/build.7#11 integrate
.. //depot/projects/trustedbsd/base/share/man/man9/firmware.9#2 integrate
.. //depot/projects/trustedbsd/base/share/man/man9/g_consumer.9#3 integrate
.. //depot/projects/trustedbsd/base/share/man/man9/hash.9#1 branch
.. //depot/projects/trustedbsd/base/share/man/man9/mbuf.9#23 integrate
.. //depot/projects/trustedbsd/base/share/mk/Makefile#14 integrate
.. //depot/projects/trustedbsd/base/share/mk/bsd.README#11 integrate
.. //depot/projects/trustedbsd/base/share/mk/bsd.incs.mk#6 integrate
.. //depot/projects/trustedbsd/base/share/mk/bsd.info.mk#11 integrate
.. //depot/projects/trustedbsd/base/share/mk/bsd.lib.mk#28 integrate
.. //depot/projects/trustedbsd/base/share/mk/bsd.libnames.mk#28 integrate
.. //depot/projects/trustedbsd/base/share/mk/bsd.nls.mk#8 integrate
.. //depot/projects/trustedbsd/base/share/mk/bsd.own.mk#12 integrate
.. //depot/projects/trustedbsd/base/share/mk/bsd.prog.mk#24 integrate
.. //depot/projects/trustedbsd/base/share/mk/version_gen.awk#1 branch
.. //depot/projects/trustedbsd/base/sys/Makefile#10 integrate
.. //depot/projects/trustedbsd/base/sys/alpha/alpha/clock.c#15 integrate
.. //depot/projects/trustedbsd/base/sys/alpha/include/pcpu.h#4 integrate
.. //depot/projects/trustedbsd/base/sys/alpha/linux/linux_proto.h#17 integrate
.. //depot/projects/trustedbsd/base/sys/alpha/linux/linux_syscall.h#16 integrate
.. //depot/projects/trustedbsd/base/sys/alpha/linux/linux_sysent.c#16 integrate
.. //depot/projects/trustedbsd/base/sys/alpha/linux/linux_sysvec.c#19 integrate
.. //depot/projects/trustedbsd/base/sys/alpha/linux/syscalls.master#16 integrate
.. //depot/projects/trustedbsd/base/sys/amd64/amd64/apic_vector.S#10 integrate
.. //depot/projects/trustedbsd/base/sys/amd64/amd64/db_trace.c#13 integrate
.. //depot/projects/trustedbsd/base/sys/amd64/amd64/io_apic.c#9 integrate
.. //depot/projects/trustedbsd/base/sys/amd64/amd64/machdep.c#24 integrate
.. //depot/projects/trustedbsd/base/sys/amd64/amd64/mp_machdep.c#18 integrate
.. //depot/projects/trustedbsd/base/sys/amd64/amd64/pmap.c#26 integrate
.. //depot/projects/trustedbsd/base/sys/amd64/amd64/trap.c#25 integrate
.. //depot/projects/trustedbsd/base/sys/amd64/conf/NOTES#13 integrate
.. //depot/projects/trustedbsd/base/sys/amd64/include/asmacros.h#6 integrate
.. //depot/projects/trustedbsd/base/sys/amd64/include/bus.h#6 integrate
.. //depot/projects/trustedbsd/base/sys/amd64/include/pmap.h#17 integrate
.. //depot/projects/trustedbsd/base/sys/amd64/include/trap.h#4 integrate
.. //depot/projects/trustedbsd/base/sys/amd64/linux32/linux.h#2 integrate
.. //depot/projects/trustedbsd/base/sys/amd64/linux32/linux32_machdep.c#6 integrate
.. //depot/projects/trustedbsd/base/sys/amd64/linux32/linux32_proto.h#6 integrate
.. //depot/projects/trustedbsd/base/sys/amd64/linux32/linux32_syscall.h#6 integrate
.. //depot/projects/trustedbsd/base/sys/amd64/linux32/linux32_sysent.c#6 integrate
.. //depot/projects/trustedbsd/base/sys/amd64/linux32/linux32_sysvec.c#8 integrate
.. //depot/projects/trustedbsd/base/sys/amd64/linux32/syscalls.master#6 integrate
.. //depot/projects/trustedbsd/base/sys/amd64/pci/pci_bus.c#14 integrate
.. //depot/projects/trustedbsd/base/sys/arm/arm/in_cksum.c#5 integrate
.. //depot/projects/trustedbsd/base/sys/arm/at91/at91.c#3 integrate
.. //depot/projects/trustedbsd/base/sys/arm/at91/at91_st.c#2 integrate
.. //depot/projects/trustedbsd/base/sys/arm/at91/at91rm92reg.h#2 integrate
.. //depot/projects/trustedbsd/base/sys/arm/at91/files.at91#2 integrate
.. //depot/projects/trustedbsd/base/sys/arm/at91/if_ate.c#4 integrate
.. //depot/projects/trustedbsd/base/sys/arm/at91/kb920x_machdep.c#2 integrate
.. //depot/projects/trustedbsd/base/sys/arm/at91/ohci_atmelarm.c#1 branch
.. //depot/projects/trustedbsd/base/sys/arm/include/in_cksum.h#4 integrate
.. //depot/projects/trustedbsd/base/sys/boot/Makefile#14 integrate
.. //depot/projects/trustedbsd/base/sys/boot/alpha/common/Makefile.common#6 integrate
.. //depot/projects/trustedbsd/base/sys/boot/i386/libi386/Makefile#13 integrate
.. //depot/projects/trustedbsd/base/sys/boot/i386/libi386/libi386.h#9 integrate
.. //depot/projects/trustedbsd/base/sys/boot/i386/libi386/smbios.c#3 integrate
.. //depot/projects/trustedbsd/base/sys/boot/i386/loader/Makefile#14 integrate
.. //depot/projects/trustedbsd/base/sys/boot/ia64/efi/Makefile#2 integrate
.. //depot/projects/trustedbsd/base/sys/boot/ia64/ski/Makefile#3 integrate
.. //depot/projects/trustedbsd/base/sys/boot/pc98/loader/Makefile#12 integrate
.. //depot/projects/trustedbsd/base/sys/boot/powerpc/loader/Makefile#10 integrate
.. //depot/projects/trustedbsd/base/sys/boot/sparc64/loader/Makefile#15 integrate
.. //depot/projects/trustedbsd/base/sys/cam/scsi/scsi_da.c#53 integrate
.. //depot/projects/trustedbsd/base/sys/compat/freebsd32/freebsd32_misc.c#19 integrate
.. //depot/projects/trustedbsd/base/sys/compat/linux/linux_file.c#23 integrate
.. //depot/projects/trustedbsd/base/sys/compat/linux/linux_getcwd.c#18 integrate
.. //depot/projects/trustedbsd/base/sys/compat/linux/linux_ioctl.c#34 integrate
.. //depot/projects/trustedbsd/base/sys/compat/linux/linux_ipc.c#13 integrate
.. //depot/projects/trustedbsd/base/sys/compat/linux/linux_mib.c#12 integrate
.. //depot/projects/trustedbsd/base/sys/compat/linux/linux_misc.c#38 integrate
.. //depot/projects/trustedbsd/base/sys/compat/linux/linux_signal.c#12 integrate
.. //depot/projects/trustedbsd/base/sys/compat/linux/linux_socket.c#21 integrate
.. //depot/projects/trustedbsd/base/sys/compat/linux/linux_stats.c#24 integrate
.. //depot/projects/trustedbsd/base/sys/compat/linux/linux_sysctl.c#11 integrate
.. //depot/projects/trustedbsd/base/sys/compat/linux/linux_uid16.c#11 integrate
.. //depot/projects/trustedbsd/base/sys/conf/NOTES#69 integrate
.. //depot/projects/trustedbsd/base/sys/conf/files#98 integrate
.. //depot/projects/trustedbsd/base/sys/conf/files.alpha#28 integrate
.. //depot/projects/trustedbsd/base/sys/conf/files.amd64#26 integrate
.. //depot/projects/trustedbsd/base/sys/conf/files.i386#60 integrate
.. //depot/projects/trustedbsd/base/sys/conf/files.ia64#34 integrate
.. //depot/projects/trustedbsd/base/sys/conf/files.pc98#51 integrate
.. //depot/projects/trustedbsd/base/sys/conf/files.powerpc#20 integrate
.. //depot/projects/trustedbsd/base/sys/conf/files.sparc64#45 integrate
.. //depot/projects/trustedbsd/base/sys/conf/options#69 integrate
.. //depot/projects/trustedbsd/base/sys/contrib/pf/net/if_pflog.h#6 integrate
.. //depot/projects/trustedbsd/base/sys/ddb/db_command.c#20 integrate
.. //depot/projects/trustedbsd/base/sys/ddb/ddb.h#15 integrate
.. //depot/projects/trustedbsd/base/sys/dev/aic7xxx/aic79xx_osm.c#17 integrate
.. //depot/projects/trustedbsd/base/sys/dev/ata/ata-all.c#51 integrate
.. //depot/projects/trustedbsd/base/sys/dev/ata/ata-all.h#33 integrate
.. //depot/projects/trustedbsd/base/sys/dev/ata/ata-chipset.c#34 integrate
.. //depot/projects/trustedbsd/base/sys/dev/ata/ata-disk.c#41 integrate
.. //depot/projects/trustedbsd/base/sys/dev/ata/ata-pci.h#27 integrate
.. //depot/projects/trustedbsd/base/sys/dev/ata/ata-queue.c#20 integrate
.. //depot/projects/trustedbsd/base/sys/dev/ata/ata-raid.c#37 integrate
.. //depot/projects/trustedbsd/base/sys/dev/ata/ata-usb.c#1 branch
.. //depot/projects/trustedbsd/base/sys/dev/ata/atapi-cd.c#39 integrate
.. //depot/projects/trustedbsd/base/sys/dev/ata/atapi-fd.c#28 integrate
.. //depot/projects/trustedbsd/base/sys/dev/ata/atapi-fd.h#13 integrate
.. //depot/projects/trustedbsd/base/sys/dev/ath/ath_rate/sample/sample.c#5 integrate
.. //depot/projects/trustedbsd/base/sys/dev/atkbdc/psm.c#3 integrate
.. //depot/projects/trustedbsd/base/sys/dev/bge/if_bge.c#51 integrate
.. //depot/projects/trustedbsd/base/sys/dev/cs/if_cs.c#15 integrate
.. //depot/projects/trustedbsd/base/sys/dev/dc/if_dc.c#4 integrate
.. //depot/projects/trustedbsd/base/sys/dev/dc/if_dcreg.h#3 integrate
.. //depot/projects/trustedbsd/base/sys/dev/exca/exca.c#16 integrate
.. //depot/projects/trustedbsd/base/sys/dev/hwpmc/hwpmc_logging.c#3 integrate
.. //depot/projects/trustedbsd/base/sys/dev/hwpmc/hwpmc_mod.c#8 integrate
.. //depot/projects/trustedbsd/base/sys/dev/ieee488/upd7210.c#5 integrate
.. //depot/projects/trustedbsd/base/sys/dev/ipw/if_ipw.c#7 integrate
.. //depot/projects/trustedbsd/base/sys/dev/ipw/if_ipwreg.h#2 integrate
.. //depot/projects/trustedbsd/base/sys/dev/ipw/if_ipwvar.h#3 integrate
.. //depot/projects/trustedbsd/base/sys/dev/iwi/if_iwi.c#10 integrate
.. //depot/projects/trustedbsd/base/sys/dev/iwi/if_iwireg.h#7 integrate
.. //depot/projects/trustedbsd/base/sys/dev/iwi/if_iwivar.h#6 integrate
.. //depot/projects/trustedbsd/base/sys/dev/mpt/mpt.c#14 integrate
.. //depot/projects/trustedbsd/base/sys/dev/mpt/mpt.h#9 integrate
.. //depot/projects/trustedbsd/base/sys/dev/mpt/mpt_cam.c#5 integrate
.. //depot/projects/trustedbsd/base/sys/dev/ral/if_ral.c#9 delete
.. //depot/projects/trustedbsd/base/sys/dev/ral/if_ral_pccard.c#5 delete
.. //depot/projects/trustedbsd/base/sys/dev/ral/if_ral_pci.c#3 integrate
.. //depot/projects/trustedbsd/base/sys/dev/ral/if_ralreg.h#4 delete
.. //depot/projects/trustedbsd/base/sys/dev/ral/if_ralvar.h#4 delete
.. //depot/projects/trustedbsd/base/sys/dev/ral/rt2560.c#1 branch
.. //depot/projects/trustedbsd/base/sys/dev/ral/rt2560reg.h#1 branch
.. //depot/projects/trustedbsd/base/sys/dev/ral/rt2560var.h#1 branch
.. //depot/projects/trustedbsd/base/sys/dev/ral/rt2661.c#1 branch
.. //depot/projects/trustedbsd/base/sys/dev/ral/rt2661_ucode.h#1 branch
.. //depot/projects/trustedbsd/base/sys/dev/ral/rt2661reg.h#1 branch
.. //depot/projects/trustedbsd/base/sys/dev/ral/rt2661var.h#1 branch
.. //depot/projects/trustedbsd/base/sys/dev/sound/pci/ich.c#30 integrate
.. //depot/projects/trustedbsd/base/sys/dev/sound/pcm/sound.c#22 integrate
.. //depot/projects/trustedbsd/base/sys/dev/sound/pcm/sound.h#17 integrate
.. //depot/projects/trustedbsd/base/sys/dev/sound/pcm/vchan.c#13 integrate
.. //depot/projects/trustedbsd/base/sys/dev/usb/ehci.c#16 integrate
.. //depot/projects/trustedbsd/base/sys/dev/usb/umass.c#44 integrate
.. //depot/projects/trustedbsd/base/sys/fs/fdescfs/fdesc_vnops.c#21 integrate
.. //depot/projects/trustedbsd/base/sys/fs/fifofs/fifo_vnops.c#40 integrate
.. //depot/projects/trustedbsd/base/sys/fs/nullfs/null_vnops.c#19 integrate
.. //depot/projects/trustedbsd/base/sys/geom/geom_io.c#30 integrate
.. //depot/projects/trustedbsd/base/sys/geom/mirror/g_mirror.c#12 integrate
.. //depot/projects/trustedbsd/base/sys/geom/mirror/g_mirror.h#7 integrate
.. //depot/projects/trustedbsd/base/sys/geom/mirror/g_mirror_ctl.c#6 integrate
.. //depot/projects/trustedbsd/base/sys/geom/raid3/g_raid3.c#11 integrate
.. //depot/projects/trustedbsd/base/sys/geom/raid3/g_raid3.h#7 integrate
.. //depot/projects/trustedbsd/base/sys/geom/raid3/g_raid3_ctl.c#6 integrate
.. //depot/projects/trustedbsd/base/sys/gnu/fs/xfs/FreeBSD/support/kdb.c#2 integrate
.. //depot/projects/trustedbsd/base/sys/i386/i386/geode.c#6 integrate
.. //depot/projects/trustedbsd/base/sys/i386/i386/machdep.c#57 integrate
.. //depot/projects/trustedbsd/base/sys/i386/i386/mp_machdep.c#48 integrate
.. //depot/projects/trustedbsd/base/sys/i386/i386/vm_machdep.c#47 integrate
.. //depot/projects/trustedbsd/base/sys/i386/linux/linux.h#8 integrate
.. //depot/projects/trustedbsd/base/sys/i386/linux/linux_dummy.c#8 integrate
.. //depot/projects/trustedbsd/base/sys/i386/linux/linux_proto.h#19 integrate
.. //depot/projects/trustedbsd/base/sys/i386/linux/linux_syscall.h#19 integrate
.. //depot/projects/trustedbsd/base/sys/i386/linux/linux_sysent.c#20 integrate
.. //depot/projects/trustedbsd/base/sys/i386/linux/linux_sysvec.c#28 integrate
.. //depot/projects/trustedbsd/base/sys/i386/linux/syscalls.master#18 integrate
.. //depot/projects/trustedbsd/base/sys/isofs/cd9660/cd9660_rrip.c#10 integrate
.. //depot/projects/trustedbsd/base/sys/kern/imgact_aout.c#19 integrate
.. //depot/projects/trustedbsd/base/sys/kern/kern_descrip.c#62 integrate
.. //depot/projects/trustedbsd/base/sys/kern/kern_environment.c#17 integrate
.. //depot/projects/trustedbsd/base/sys/kern/kern_exec.c#57 integrate
.. //depot/projects/trustedbsd/base/sys/kern/kern_exit.c#51 integrate
.. //depot/projects/trustedbsd/base/sys/kern/kern_fork.c#53 integrate
.. //depot/projects/trustedbsd/base/sys/kern/kern_mac.c#63 integrate
.. //depot/projects/trustedbsd/base/sys/kern/kern_mbuf.c#11 integrate
.. //depot/projects/trustedbsd/base/sys/kern/kern_resource.c#30 integrate
.. //depot/projects/trustedbsd/base/sys/kern/kern_sig.c#61 integrate
.. //depot/projects/trustedbsd/base/sys/kern/kern_tc.c#30 integrate
.. //depot/projects/trustedbsd/base/sys/kern/kern_thread.c#51 integrate
.. //depot/projects/trustedbsd/base/sys/kern/subr_prf.c#36 integrate
.. //depot/projects/trustedbsd/base/sys/kern/uipc_mbuf.c#33 integrate
.. //depot/projects/trustedbsd/base/sys/kern/uipc_socket.c#54 integrate
.. //depot/projects/trustedbsd/base/sys/kern/uipc_socket2.c#46 integrate
.. //depot/projects/trustedbsd/base/sys/kern/uipc_usrreq.c#38 integrate
.. //depot/projects/trustedbsd/base/sys/kern/vfs_cluster.c#35 integrate
.. //depot/projects/trustedbsd/base/sys/kern/vfs_mount.c#44 integrate
.. //depot/projects/trustedbsd/base/sys/kern/vfs_subr.c#73 integrate
.. //depot/projects/trustedbsd/base/sys/kern/vfs_vnops.c#56 integrate
.. //depot/projects/trustedbsd/base/sys/modules/Makefile#74 integrate
.. //depot/projects/trustedbsd/base/sys/modules/acpi/acpi_video/Makefile#5 integrate
.. //depot/projects/trustedbsd/base/sys/modules/ata/atausb/Makefile#1 branch
.. //depot/projects/trustedbsd/base/sys/modules/ce/Makefile#3 integrate
.. //depot/projects/trustedbsd/base/sys/modules/cp/Makefile#5 integrate
.. //depot/projects/trustedbsd/base/sys/modules/dummynet/Makefile#6 integrate
.. //depot/projects/trustedbsd/base/sys/modules/if_bridge/Makefile#3 integrate
.. //depot/projects/trustedbsd/base/sys/modules/if_gif/Makefile#7 integrate
.. //depot/projects/trustedbsd/base/sys/modules/ipfilter/Makefile#11 integrate
.. //depot/projects/trustedbsd/base/sys/modules/ipfw/Makefile#7 integrate
.. //depot/projects/trustedbsd/base/sys/modules/iwi/Makefile#4 integrate
.. //depot/projects/trustedbsd/base/sys/modules/linux/Makefile#13 integrate
.. //depot/projects/trustedbsd/base/sys/modules/netgraph/Makefile#16 integrate
.. //depot/projects/trustedbsd/base/sys/modules/pf/Makefile#10 integrate
.. //depot/projects/trustedbsd/base/sys/modules/pflog/Makefile#6 integrate
.. //depot/projects/trustedbsd/base/sys/modules/ral/Makefile#3 integrate
.. //depot/projects/trustedbsd/base/sys/modules/smbfs/Makefile#12 integrate
.. //depot/projects/trustedbsd/base/sys/net/bridgestp.c#6 integrate
.. //depot/projects/trustedbsd/base/sys/net/if_bridgevar.h#5 integrate
.. //depot/projects/trustedbsd/base/sys/net/if_media.h#17 integrate
.. //depot/projects/trustedbsd/base/sys/net/if_tap.c#26 integrate
.. //depot/projects/trustedbsd/base/sys/net/if_vlan.c#34 integrate
.. //depot/projects/trustedbsd/base/sys/net/route.h#17 integrate
.. //depot/projects/trustedbsd/base/sys/net/rtsock.c#36 integrate
.. //depot/projects/trustedbsd/base/sys/net80211/ieee80211_input.c#17 integrate
.. //depot/projects/trustedbsd/base/sys/net80211/ieee80211_node.c#16 integrate
.. //depot/projects/trustedbsd/base/sys/net80211/ieee80211_node.h#15 integrate
.. //depot/projects/trustedbsd/base/sys/net80211/ieee80211_output.c#19 integrate
.. //depot/projects/trustedbsd/base/sys/net80211/ieee80211_proto.c#15 integrate
.. //depot/projects/trustedbsd/base/sys/net80211/ieee80211_var.h#16 integrate
.. //depot/projects/trustedbsd/base/sys/netatalk/ddp_pcb.c#5 integrate
.. //depot/projects/trustedbsd/base/sys/netatalk/ddp_usrreq.c#14 integrate
.. //depot/projects/trustedbsd/base/sys/netgraph/ng_tcpmss.c#2 integrate
.. //depot/projects/trustedbsd/base/sys/netinet/if_ether.c#31 integrate
.. //depot/projects/trustedbsd/base/sys/netinet/in_pcb.h#29 integrate
.. //depot/projects/trustedbsd/base/sys/netinet/tcp_syncache.c#39 integrate
.. //depot/projects/trustedbsd/base/sys/netinet6/in6.h#18 integrate
.. //depot/projects/trustedbsd/base/sys/netinet6/in6_pcb.c#26 integrate
.. //depot/projects/trustedbsd/base/sys/netinet6/nd6_rtr.c#16 integrate
.. //depot/projects/trustedbsd/base/sys/netipsec/ipsec.h#6 integrate
.. //depot/projects/trustedbsd/base/sys/netipsec/ipsec_mbuf.c#9 integrate
.. //depot/projects/trustedbsd/base/sys/netipsec/xform_ah.c#6 integrate
.. //depot/projects/trustedbsd/base/sys/netipsec/xform_esp.c#8 integrate
.. //depot/projects/trustedbsd/base/sys/netipsec/xform_ipcomp.c#7 integrate
.. //depot/projects/trustedbsd/base/sys/netnatm/natm.c#22 integrate
.. //depot/projects/trustedbsd/base/sys/netsmb/smb_crypt.c#6 integrate
.. //depot/projects/trustedbsd/base/sys/netsmb/smb_smb.c#11 integrate
.. //depot/projects/trustedbsd/base/sys/nfsclient/nfs_diskless.c#14 integrate
.. //depot/projects/trustedbsd/base/sys/nfsclient/nfs_socket.c#34 integrate
.. //depot/projects/trustedbsd/base/sys/nfsclient/nfs_vnops.c#35 integrate
.. //depot/projects/trustedbsd/base/sys/nfsserver/nfs_serv.c#39 integrate
.. //depot/projects/trustedbsd/base/sys/nfsserver/nfs_srvsock.c#19 integrate
.. //depot/projects/trustedbsd/base/sys/pc98/pc98/machdep.c#8 integrate
.. //depot/projects/trustedbsd/base/sys/security/audit/audit.c#5 integrate
.. //depot/projects/trustedbsd/base/sys/security/audit/audit.h#2 integrate
.. //depot/projects/trustedbsd/base/sys/security/audit/audit_arg.c#2 integrate
.. //depot/projects/trustedbsd/base/sys/security/audit/audit_bsm.c#3 integrate
.. //depot/projects/trustedbsd/base/sys/security/audit/audit_bsm_klib.c#2 integrate
.. //depot/projects/trustedbsd/base/sys/security/audit/audit_ioctl.h#1 branch
.. //depot/projects/trustedbsd/base/sys/security/audit/audit_pipe.c#4 integrate
.. //depot/projects/trustedbsd/base/sys/security/audit/audit_private.h#4 integrate
.. //depot/projects/trustedbsd/base/sys/security/audit/audit_syscalls.c#2 integrate
.. //depot/projects/trustedbsd/base/sys/security/audit/audit_trigger.c#2 integrate
.. //depot/projects/trustedbsd/base/sys/security/audit/audit_worker.c#1 branch
.. //depot/projects/trustedbsd/base/sys/sys/ata.h#18 integrate
.. //depot/projects/trustedbsd/base/sys/sys/cdefs.h#26 integrate
.. //depot/projects/trustedbsd/base/sys/sys/disk.h#12 integrate
.. //depot/projects/trustedbsd/base/sys/sys/event.h#15 integrate
.. //depot/projects/trustedbsd/base/sys/sys/hash.h#1 branch
.. //depot/projects/trustedbsd/base/sys/sys/mbuf.h#46 integrate
.. //depot/projects/trustedbsd/base/sys/sys/md5.h#6 integrate
.. //depot/projects/trustedbsd/base/sys/sys/mount.h#37 integrate
.. //depot/projects/trustedbsd/base/sys/sys/proc.h#74 integrate
.. //depot/projects/trustedbsd/base/sys/sys/protosw.h#14 integrate
.. //depot/projects/trustedbsd/base/sys/sys/socketvar.h#43 integrate
.. //depot/projects/trustedbsd/base/sys/sys/vnode.h#62 integrate
.. //depot/projects/trustedbsd/base/sys/ufs/ffs/ffs_extern.h#18 integrate
.. //depot/projects/trustedbsd/base/sys/ufs/ffs/ffs_snapshot.c#38 integrate
.. //depot/projects/trustedbsd/base/sys/ufs/ffs/ffs_softdep.c#39 integrate
.. //depot/projects/trustedbsd/base/sys/ufs/ffs/ffs_vfsops.c#48 integrate
.. //depot/projects/trustedbsd/base/sys/ufs/ufs/ufs_inode.c#19 integrate
.. //depot/projects/trustedbsd/base/sys/ufs/ufs/ufs_lookup.c#19 integrate
.. //depot/projects/trustedbsd/base/sys/ufs/ufs/ufs_quota.c#26 integrate
.. //depot/projects/trustedbsd/base/sys/ufs/ufs/ufs_vnops.c#46 integrate
.. //depot/projects/trustedbsd/base/sys/ufs/ufs/ufsmount.h#13 integrate
.. //depot/projects/trustedbsd/base/sys/vm/swap_pager.c#43 integrate
.. //depot/projects/trustedbsd/base/sys/vm/vm_contig.c#30 integrate
.. //depot/projects/trustedbsd/base/sys/vm/vm_fault.c#43 integrate
.. //depot/projects/trustedbsd/base/sys/vm/vm_map.c#47 integrate
.. //depot/projects/trustedbsd/base/sys/vm/vm_page.c#58 integrate
.. //depot/projects/trustedbsd/base/sys/vm/vm_pageq.c#17 integrate
.. //depot/projects/trustedbsd/base/tools/regression/aio/aiotest/Makefile#2 integrate
.. //depot/projects/trustedbsd/base/tools/regression/aio/kqueue/Makefile#2 integrate
.. //depot/projects/trustedbsd/base/tools/regression/aio/kqueue/lio/Makefile#3 integrate
.. //depot/projects/trustedbsd/base/tools/regression/audit/audit_pipe_ioctl/Makefile#1 branch
.. //depot/projects/trustedbsd/base/tools/regression/audit/audit_pipe_ioctl/audit_pipe_ioctl.c#1 branch
.. //depot/projects/trustedbsd/base/tools/regression/lib/libc/resolv/Makefile#2 integrate
.. //depot/projects/trustedbsd/base/tools/regression/mlock/Makefile#2 integrate
.. //depot/projects/trustedbsd/base/tools/regression/netatalk/simple_send/simple_send.c#2 integrate
.. //depot/projects/trustedbsd/base/tools/regression/netinet/msocket/Makefile#2 integrate
.. //depot/projects/trustedbsd/base/tools/regression/netinet/msocket_ifnet_remove/Makefile#2 integrate
.. //depot/projects/trustedbsd/base/tools/regression/netinet/tcpfullwindowrst/Makefile#2 integrate
.. //depot/projects/trustedbsd/base/tools/regression/netinet/udpconnectjail/Makefile#2 integrate
.. //depot/projects/trustedbsd/base/tools/regression/sockets/listenclose/Makefile#3 integrate
.. //depot/projects/trustedbsd/base/tools/regression/sockets/reconnect/Makefile#2 integrate
.. //depot/projects/trustedbsd/base/tools/regression/sockets/shutdown/Makefile#2 integrate
.. //depot/projects/trustedbsd/base/tools/regression/sockets/sigpipe/Makefile#2 integrate
.. //depot/projects/trustedbsd/base/tools/regression/tls/libxx/Makefile#4 integrate
.. //depot/projects/trustedbsd/base/tools/regression/tls/libyy/Makefile#4 integrate
.. //depot/projects/trustedbsd/base/tools/tools/ath/athdebug/Makefile#2 integrate
.. //depot/projects/trustedbsd/base/tools/tools/ath/athstats/Makefile#2 integrate
.. //depot/projects/trustedbsd/base/tools/tools/iwi/Makefile#2 integrate
.. //depot/projects/trustedbsd/base/tools/tools/nanobsd/nanobsd.sh#6 integrate
.. //depot/projects/trustedbsd/base/tools/tools/ncpus/Makefile#2 integrate
.. //depot/projects/trustedbsd/base/tools/tools/ncpus/acpi.c#2 integrate
.. //depot/projects/trustedbsd/base/tools/tools/ncpus/biosmptable.c#2 integrate
.. //depot/projects/trustedbsd/base/tools/tools/ncpus/ncpus.c#2 integrate
.. //depot/projects/trustedbsd/base/tools/tools/net80211/wlandebug/Makefile#2 integrate
.. //depot/projects/trustedbsd/base/tools/tools/net80211/wlanstats/Makefile#2 integrate
.. //depot/projects/trustedbsd/base/tools/tools/net80211/wlanwatch/Makefile#2 integrate
.. //depot/projects/trustedbsd/base/tools/tools/netrate/juggle/Makefile#2 integrate
.. //depot/projects/trustedbsd/base/tools/tools/umastat/Makefile#2 integrate
.. //depot/projects/trustedbsd/base/tools/tools/umastat/umastat.c#2 integrate
.. //depot/projects/trustedbsd/base/usr.bin/Makefile#47 integrate
.. //depot/projects/trustedbsd/base/usr.bin/basename/basename.1#6 integrate
.. //depot/projects/trustedbsd/base/usr.bin/chkey/Makefile#7 integrate
.. //depot/projects/trustedbsd/base/usr.bin/chpass/Makefile#7 integrate
.. //depot/projects/trustedbsd/base/usr.bin/csup/Makefile#2 integrate
.. //depot/projects/trustedbsd/base/usr.bin/fetch/Makefile#11 integrate
.. //depot/projects/trustedbsd/base/usr.bin/ktrace/ktrace.c#6 integrate
.. //depot/projects/trustedbsd/base/usr.bin/lex/lib/Makefile#4 integrate
.. //depot/projects/trustedbsd/base/usr.bin/login/Makefile#9 integrate
.. //depot/projects/trustedbsd/base/usr.bin/login/README#2 integrate
.. //depot/projects/trustedbsd/base/usr.bin/login/login.1#8 integrate
.. //depot/projects/trustedbsd/base/usr.bin/login/login.access.5#4 delete
.. //depot/projects/trustedbsd/base/usr.bin/login/login_access.c#6 delete
.. //depot/projects/trustedbsd/base/usr.bin/login/pathnames.h#2 integrate
.. //depot/projects/trustedbsd/base/usr.bin/mkuzip/mkuzip.8#3 integrate
.. //depot/projects/trustedbsd/base/usr.bin/netstat/Makefile#12 integrate
.. //depot/projects/trustedbsd/base/usr.bin/newkey/Makefile#8 integrate
.. //depot/projects/trustedbsd/base/usr.bin/passwd/Makefile#5 integrate
.. //depot/projects/trustedbsd/base/usr.bin/rpcinfo/Makefile#2 integrate
.. //depot/projects/trustedbsd/base/usr.bin/systat/systat.1#13 integrate
.. //depot/projects/trustedbsd/base/usr.bin/systat/vmstat.c#13 integrate
.. //depot/projects/trustedbsd/base/usr.bin/tar/Makefile#10 integrate
.. //depot/projects/trustedbsd/base/usr.bin/tar/Makefile.am#4 delete
.. //depot/projects/trustedbsd/base/usr.bin/tar/bsdtar.c#12 integrate
.. //depot/projects/trustedbsd/base/usr.bin/tar/bsdtar_platform.h#12 integrate
.. //depot/projects/trustedbsd/base/usr.bin/tar/configure.ac.in#7 delete
.. //depot/projects/trustedbsd/base/usr.bin/tar/read.c#9 integrate
.. //depot/projects/trustedbsd/base/usr.bin/telnet/Makefile#9 integrate
.. //depot/projects/trustedbsd/base/usr.bin/xinstall/install.1#9 integrate
.. //depot/projects/trustedbsd/base/usr.bin/xinstall/xinstall.c#14 integrate
.. //depot/projects/trustedbsd/base/usr.sbin/Makefile#49 integrate
.. //depot/projects/trustedbsd/base/usr.sbin/amd/Makefile.inc#5 integrate
.. //depot/projects/trustedbsd/base/usr.sbin/amd/amd/Makefile#5 integrate
.. //depot/projects/trustedbsd/base/usr.sbin/amd/include/Makefile#4 integrate
.. //depot/projects/trustedbsd/base/usr.sbin/bluetooth/bthidd/Makefile#5 integrate

>>> TRUNCATED FOR MAIL (1000 lines) <<<



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603201916.k2KJGRUO031461>