Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Apr 2008 00:10:30 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 139951 for review
Message-ID:  <200804130010.m3D0AUPt030764@repoman.freebsd.org>

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

Change 139951 by rwatson@rwatson_fledge on 2008/04/13 00:09:47

	Integrate TrustedBSD base branch from FreeBSD CVS:
	
	- Ring in 2008 copyrights
	- Remove KSE
	- NFS mounts using TCP by default
	- OpenSolaris parts move into cddl/ source tree
	- amd 6.1.5
	- BIND 9.4.2
	- bzip2 1.0.5
	- CVS 1.11.22
	- file 4.23
	- hostapd 0.5.10
	- less 416
	- ncurses 5.6 20080209
	- OpenPAM Hydrangea
	- wpa_supplicant 0.5.10
	- ddb.conf, ddb(8), DDB output capture, DDB scripting, and
	  textdumps.
	- Support for many more ptys with tty_pty.c.
	- bsdar
	- fts ABI roll
	- pthread_getcpuclockid(), pthread_attr_{get,set}affinity_np(),
	  pthread_{get,set}affinity_np(),
	  pthread_mutex_{get,set}spinloops_np(),
	  pthread_mutex_{get,set}yieldloops_np(),
	  pthread_mutex_isowned_np(); pthread rwlocks.
	- feature_present(3)
	- {faccess,fchmod,fchown,fexec,link,symlink,unlink}_at(2) system
	  calls.
	- libarchive(3) support for mtree reading, compress(1) writing,
	  cpio(5).
	- kernel POSIX shared memory object support
	- libc + grantpt ptmx/pts improvements
	- libbsdelf
	- cpuset support
	- kernel NFS lock manager
	- sendfile(2) SF_MNOWAIT and SF_SYNC
	- hwpmc stack trace support
	- many new floating point parts/improvements
	- increasing quantities of MIPS support in rtld
	- many device driver updates
	- generic WOL support
	- newfs grows 'erase disk contents' flag
	- asmc(4), cmx(4), geom_linux_lvm(4), k8temp(4), malo(4),
	  uchcom(4), ulcom(4), igb(4).
	- Zero-copy BPF buffers.
	- Optimized lockmgr(9)
	- Improved stack(9)
	- Per-CPU callout support
	- New timezone data
	- CPU topology
	- kdb_enter grows a 'why' argument
	- Superpages!
	- COMPAT_FREEBSD7
	- i8254 reduction
	- coda cleanup, uses system namecache, access cache.
	- ipfw(4) nat support
	- TCP Offload
	- GEOM retaste
	- fo_truncate method on struct file
	- Much process locking simplication
	- procstat(8) and related sysctls
	- Adaptive rwlocks
	- Adaptive umtx
	- select locking optimization
	- New unix domain socket garbage collection algorithm
	- True kthreads, not just kprocs.
	- Buffer cache locking granularity improvements
	- New ip_id randomization
	- TCP header option fixes
	- More powerpc embedded stuff
	- mbuf header flag cleanups
	- fifolog

Affected files ...

.. //depot/projects/trustedbsd/base/COPYRIGHT#6 integrate
.. //depot/projects/trustedbsd/base/LOCKS#3 integrate
.. //depot/projects/trustedbsd/base/MAINTAINERS#47 integrate
.. //depot/projects/trustedbsd/base/Makefile#53 integrate
.. //depot/projects/trustedbsd/base/Makefile.inc1#90 integrate
.. //depot/projects/trustedbsd/base/ObsoleteFiles.inc#33 integrate
.. //depot/projects/trustedbsd/base/UPDATING#87 integrate
.. //depot/projects/trustedbsd/base/bin/Makefile#10 integrate
.. //depot/projects/trustedbsd/base/bin/chflags/chflags.1#13 integrate
.. //depot/projects/trustedbsd/base/bin/chflags/chflags.c#9 integrate
.. //depot/projects/trustedbsd/base/bin/cp/cp.1#16 integrate
.. //depot/projects/trustedbsd/base/bin/cp/cp.c#20 integrate
.. //depot/projects/trustedbsd/base/bin/cp/utils.c#18 integrate
.. //depot/projects/trustedbsd/base/bin/date/date.c#12 integrate
.. //depot/projects/trustedbsd/base/bin/ed/Makefile#13 integrate
.. //depot/projects/trustedbsd/base/bin/ln/ln.1#11 integrate
.. //depot/projects/trustedbsd/base/bin/ln/ln.c#13 integrate
.. //depot/projects/trustedbsd/base/bin/ls/ls.1#34 integrate
.. //depot/projects/trustedbsd/base/bin/ls/ls.c#29 integrate
.. //depot/projects/trustedbsd/base/bin/ls/ls.h#12 integrate
.. //depot/projects/trustedbsd/base/bin/ls/print.c#26 integrate
.. //depot/projects/trustedbsd/base/bin/ls/util.c#17 integrate
.. //depot/projects/trustedbsd/base/bin/mv/mv.c#16 integrate
.. //depot/projects/trustedbsd/base/bin/ps/ps.1#26 integrate
.. //depot/projects/trustedbsd/base/bin/realpath/realpath.1#6 integrate
.. //depot/projects/trustedbsd/base/bin/realpath/realpath.c#7 integrate
.. //depot/projects/trustedbsd/base/bin/sh/Makefile#10 integrate
.. //depot/projects/trustedbsd/base/bin/sh/cd.c#10 integrate
.. //depot/projects/trustedbsd/base/bin/sh/mksyntax.c#9 integrate
.. //depot/projects/trustedbsd/base/bin/sh/options.c#12 integrate
.. //depot/projects/trustedbsd/base/bin/sh/sh.1#29 integrate
.. //depot/projects/trustedbsd/base/bin/uuidgen/Makefile#1 branch
.. //depot/projects/trustedbsd/base/bin/uuidgen/uuidgen.1#1 branch
.. //depot/projects/trustedbsd/base/bin/uuidgen/uuidgen.c#1 branch
.. //depot/projects/trustedbsd/base/cddl/Makefile.inc#3 integrate
.. //depot/projects/trustedbsd/base/cddl/compat/opensolaris/include/alloca.h#1 branch
.. //depot/projects/trustedbsd/base/cddl/compat/opensolaris/include/devid.h#1 branch
.. //depot/projects/trustedbsd/base/cddl/compat/opensolaris/include/fcntl.h#1 branch
.. //depot/projects/trustedbsd/base/cddl/compat/opensolaris/include/fsshare.h#1 branch
.. //depot/projects/trustedbsd/base/cddl/compat/opensolaris/include/libintl.h#1 branch
.. //depot/projects/trustedbsd/base/cddl/compat/opensolaris/include/mnttab.h#1 branch
.. //depot/projects/trustedbsd/base/cddl/compat/opensolaris/include/priv.h#1 branch
.. //depot/projects/trustedbsd/base/cddl/compat/opensolaris/include/solaris.h#1 branch
.. //depot/projects/trustedbsd/base/cddl/compat/opensolaris/include/stdio.h#1 branch
.. //depot/projects/trustedbsd/base/cddl/compat/opensolaris/include/stdlib.h#1 branch
.. //depot/projects/trustedbsd/base/cddl/compat/opensolaris/include/strings.h#1 branch
.. //depot/projects/trustedbsd/base/cddl/compat/opensolaris/include/unistd.h#1 branch
.. //depot/projects/trustedbsd/base/cddl/compat/opensolaris/include/zone.h#1 branch
.. //depot/projects/trustedbsd/base/cddl/compat/opensolaris/lib/libumem/umem.c#1 branch
.. //depot/projects/trustedbsd/base/cddl/compat/opensolaris/lib/libumem/umem.h#1 branch
.. //depot/projects/trustedbsd/base/cddl/compat/opensolaris/misc/deviceid.c#1 branch
.. //depot/projects/trustedbsd/base/cddl/compat/opensolaris/misc/fsshare.c#1 branch
.. //depot/projects/trustedbsd/base/cddl/compat/opensolaris/misc/mkdirp.c#1 branch
.. //depot/projects/trustedbsd/base/cddl/compat/opensolaris/misc/mnttab.c#1 branch
.. //depot/projects/trustedbsd/base/cddl/compat/opensolaris/misc/zmount.c#1 branch
.. //depot/projects/trustedbsd/base/cddl/compat/opensolaris/misc/zone.c#1 branch
.. //depot/projects/trustedbsd/base/cddl/contrib/opensolaris/OPENSOLARIS.LICENSE#1 branch
.. //depot/projects/trustedbsd/base/cddl/contrib/opensolaris/cmd/zdb/zdb.8#1 branch
.. //depot/projects/trustedbsd/base/cddl/contrib/opensolaris/cmd/zdb/zdb.c#1 branch
.. //depot/projects/trustedbsd/base/cddl/contrib/opensolaris/cmd/zdb/zdb_il.c#1 branch
.. //depot/projects/trustedbsd/base/cddl/contrib/opensolaris/cmd/zfs/zfs.8#1 branch
.. //depot/projects/trustedbsd/base/cddl/contrib/opensolaris/cmd/zfs/zfs_iter.c#1 branch
.. //depot/projects/trustedbsd/base/cddl/contrib/opensolaris/cmd/zfs/zfs_iter.h#1 branch
.. //depot/projects/trustedbsd/base/cddl/contrib/opensolaris/cmd/zfs/zfs_main.c#1 branch
.. //depot/projects/trustedbsd/base/cddl/contrib/opensolaris/cmd/zfs/zfs_util.h#1 branch
.. //depot/projects/trustedbsd/base/cddl/contrib/opensolaris/cmd/zpool/zpool.8#1 branch
.. //depot/projects/trustedbsd/base/cddl/contrib/opensolaris/cmd/zpool/zpool_iter.c#1 branch
.. //depot/projects/trustedbsd/base/cddl/contrib/opensolaris/cmd/zpool/zpool_main.c#1 branch
.. //depot/projects/trustedbsd/base/cddl/contrib/opensolaris/cmd/zpool/zpool_util.c#1 branch
.. //depot/projects/trustedbsd/base/cddl/contrib/opensolaris/cmd/zpool/zpool_util.h#1 branch
.. //depot/projects/trustedbsd/base/cddl/contrib/opensolaris/cmd/zpool/zpool_vdev.c#1 branch
.. //depot/projects/trustedbsd/base/cddl/contrib/opensolaris/cmd/ztest/ztest.c#1 branch
.. //depot/projects/trustedbsd/base/cddl/contrib/opensolaris/head/assert.h#1 branch
.. //depot/projects/trustedbsd/base/cddl/contrib/opensolaris/head/atomic.h#1 branch
.. //depot/projects/trustedbsd/base/cddl/contrib/opensolaris/head/libintl.h#1 branch
.. //depot/projects/trustedbsd/base/cddl/contrib/opensolaris/head/stdio_ext.h#1 branch
.. //depot/projects/trustedbsd/base/cddl/contrib/opensolaris/head/synch.h#1 branch
.. //depot/projects/trustedbsd/base/cddl/contrib/opensolaris/head/thread.h#1 branch
.. //depot/projects/trustedbsd/base/cddl/contrib/opensolaris/lib/libnvpair/libnvpair.c#1 branch
.. //depot/projects/trustedbsd/base/cddl/contrib/opensolaris/lib/libnvpair/libnvpair.h#1 branch
.. //depot/projects/trustedbsd/base/cddl/contrib/opensolaris/lib/libnvpair/nvpair_alloc_system.c#1 branch
.. //depot/projects/trustedbsd/base/cddl/contrib/opensolaris/lib/libuutil/common/libuutil.h#1 branch
.. //depot/projects/trustedbsd/base/cddl/contrib/opensolaris/lib/libuutil/common/libuutil_common.h#1 branch
.. //depot/projects/trustedbsd/base/cddl/contrib/opensolaris/lib/libuutil/common/libuutil_impl.h#1 branch
.. //depot/projects/trustedbsd/base/cddl/contrib/opensolaris/lib/libuutil/common/uu_alloc.c#1 branch
.. //depot/projects/trustedbsd/base/cddl/contrib/opensolaris/lib/libuutil/common/uu_avl.c#1 branch
.. //depot/projects/trustedbsd/base/cddl/contrib/opensolaris/lib/libuutil/common/uu_dprintf.c#1 branch
.. //depot/projects/trustedbsd/base/cddl/contrib/opensolaris/lib/libuutil/common/uu_ident.c#1 branch
.. //depot/projects/trustedbsd/base/cddl/contrib/opensolaris/lib/libuutil/common/uu_list.c#1 branch
.. //depot/projects/trustedbsd/base/cddl/contrib/opensolaris/lib/libuutil/common/uu_misc.c#1 branch
.. //depot/projects/trustedbsd/base/cddl/contrib/opensolaris/lib/libuutil/common/uu_open.c#1 branch
.. //depot/projects/trustedbsd/base/cddl/contrib/opensolaris/lib/libuutil/common/uu_pname.c#1 branch
.. //depot/projects/trustedbsd/base/cddl/contrib/opensolaris/lib/libuutil/common/uu_strtoint.c#1 branch
.. //depot/projects/trustedbsd/base/cddl/contrib/opensolaris/lib/libzfs/common/libzfs.h#1 branch
.. //depot/projects/trustedbsd/base/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_changelist.c#1 branch
.. //depot/projects/trustedbsd/base/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_config.c#1 branch
.. //depot/projects/trustedbsd/base/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_dataset.c#1 branch
.. //depot/projects/trustedbsd/base/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_graph.c#1 branch
.. //depot/projects/trustedbsd/base/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_impl.h#1 branch
.. //depot/projects/trustedbsd/base/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_import.c#1 branch
.. //depot/projects/trustedbsd/base/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_mount.c#1 branch
.. //depot/projects/trustedbsd/base/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_pool.c#1 branch
.. //depot/projects/trustedbsd/base/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_status.c#1 branch
.. //depot/projects/trustedbsd/base/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_util.c#1 branch
.. //depot/projects/trustedbsd/base/cddl/contrib/opensolaris/lib/libzpool/common/kernel.c#1 branch
.. //depot/projects/trustedbsd/base/cddl/contrib/opensolaris/lib/libzpool/common/sys/zfs_context.h#1 branch
.. //depot/projects/trustedbsd/base/cddl/contrib/opensolaris/lib/libzpool/common/taskq.c#1 branch
.. //depot/projects/trustedbsd/base/cddl/contrib/opensolaris/lib/libzpool/common/util.c#1 branch
.. //depot/projects/trustedbsd/base/cddl/lib/Makefile#5 integrate
.. //depot/projects/trustedbsd/base/cddl/lib/libavl/Makefile#3 integrate
.. //depot/projects/trustedbsd/base/cddl/lib/libnvpair/Makefile#3 integrate
.. //depot/projects/trustedbsd/base/cddl/lib/libumem/Makefile#3 integrate
.. //depot/projects/trustedbsd/base/cddl/lib/libuutil/Makefile#3 integrate
.. //depot/projects/trustedbsd/base/cddl/lib/libzfs/Makefile#4 integrate
.. //depot/projects/trustedbsd/base/cddl/lib/libzpool/Makefile#5 integrate
.. //depot/projects/trustedbsd/base/cddl/sbin/zfs/Makefile#4 integrate
.. //depot/projects/trustedbsd/base/cddl/sbin/zpool/Makefile#4 integrate
.. //depot/projects/trustedbsd/base/cddl/usr.bin/Makefile#5 integrate
.. //depot/projects/trustedbsd/base/cddl/usr.bin/ztest/Makefile#4 integrate
.. //depot/projects/trustedbsd/base/cddl/usr.sbin/Makefile#5 integrate
.. //depot/projects/trustedbsd/base/cddl/usr.sbin/zdb/Makefile#4 integrate
.. //depot/projects/trustedbsd/base/compat/opensolaris/include/devid.h#3 delete
.. //depot/projects/trustedbsd/base/compat/opensolaris/include/fsshare.h#2 delete
.. //depot/projects/trustedbsd/base/compat/opensolaris/include/libintl.h#2 delete
.. //depot/projects/trustedbsd/base/compat/opensolaris/include/mnttab.h#2 delete
.. //depot/projects/trustedbsd/base/compat/opensolaris/include/priv.h#2 delete
.. //depot/projects/trustedbsd/base/compat/opensolaris/include/solaris.h#2 delete
.. //depot/projects/trustedbsd/base/compat/opensolaris/include/zone.h#2 delete
.. //depot/projects/trustedbsd/base/compat/opensolaris/lib/libumem/umem.c#2 delete
.. //depot/projects/trustedbsd/base/compat/opensolaris/lib/libumem/umem.h#2 delete
.. //depot/projects/trustedbsd/base/compat/opensolaris/misc/deviceid.c#2 delete
.. //depot/projects/trustedbsd/base/compat/opensolaris/misc/fsshare.c#3 delete
.. //depot/projects/trustedbsd/base/compat/opensolaris/misc/mkdirp.c#2 delete
.. //depot/projects/trustedbsd/base/compat/opensolaris/misc/mnttab.c#2 delete
.. //depot/projects/trustedbsd/base/compat/opensolaris/misc/zmount.c#2 delete
.. //depot/projects/trustedbsd/base/compat/opensolaris/misc/zone.c#2 delete
.. //depot/projects/trustedbsd/base/contrib/amd/AUTHORS#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/BUGS#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/COPYING#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/ChangeLog#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/FAQ#1 branch
.. //depot/projects/trustedbsd/base/contrib/amd/FREEBSD-Xlist#3 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/FREEBSD-upgrade#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/INSTALL#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/NEWS#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/README.attrcache#1 branch
.. //depot/projects/trustedbsd/base/contrib/amd/README.ldap#3 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/amd/am_ops.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/amd/amd.8#7 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/amd/amd.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/amd/amd.h#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/amd/amfs_auto.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/amd/amfs_direct.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/amd/amfs_error.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/amd/amfs_generic.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/amd/amd/amfs_host.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/amd/amfs_inherit.c#4 delete
.. //depot/projects/trustedbsd/base/contrib/amd/amd/amfs_link.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/amd/amfs_linkx.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/amd/amfs_nfsl.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/amd/amfs_nfsx.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/amd/amfs_program.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/amd/amfs_root.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/amd/amfs_toplvl.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/amd/amfs_union.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/amd/amq_subr.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/amd/amq_svc.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/amd/autil.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/amd/clock.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/amd/conf.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/amd/conf_parse.y#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/amd/conf_tok.l#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/amd/get_args.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/amd/info_exec.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/amd/amd/info_file.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/amd/info_hesiod.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/amd/info_ldap.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/amd/info_ndbm.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/amd/info_nis.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/amd/info_nisplus.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/amd/info_passwd.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/amd/info_union.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/amd/map.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/amd/mapc.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/amd/mntfs.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/amd/nfs_prot_svc.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/amd/nfs_start.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/amd/nfs_subr.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/amd/ops_TEMPLATE.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/amd/ops_cachefs.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/amd/ops_cdfs.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/amd/ops_efs.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/amd/ops_lofs.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/amd/ops_mfs.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/amd/ops_nfs.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/amd/ops_nfs3.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/amd/ops_nullfs.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/amd/ops_pcfs.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/amd/ops_tfs.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/amd/ops_tmpfs.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/amd/ops_ufs.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/amd/ops_umapfs.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/amd/ops_unionfs.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/amd/ops_xfs.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/amd/opts.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/amd/readdir.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/amd/amd/restart.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/amd/rpc_fwd.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/amd/sched.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/amd/srvr_amfs_auto.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/amd/srvr_nfs.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/amq/amq.8#7 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/amq/amq.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/amq/amq.h#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/amq/amq_clnt.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/amq/amq_xdr.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/amq/pawd.1#5 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/amq/pawd.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/aux_conf.h.in#3 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/bootstrap#3 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/conf/checkmount/checkmount_bsd44.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/conf/mtab/mtab_bsd.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/conf/nfs_prot/nfs_prot_freebsd2.h#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/conf/nfs_prot/nfs_prot_freebsd3.h#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/conf/sa_dref/sa_dref_bsd44.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/conf/transp/transp_sockets.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/conf/trap/trap_default.h#3 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/conf/umount/umount_bsd44.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/doc/am-utils.texi#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/doc/stamp-vti#3 branch
.. //depot/projects/trustedbsd/base/contrib/amd/doc/texinfo.tex#3 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/doc/version.texi#3 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/fixmount/fixmount.8#8 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/fixmount/fixmount.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/fsinfo/fsi_analyze.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/fsinfo/fsi_data.h#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/fsinfo/fsi_dict.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/fsinfo/fsi_gram.y#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/fsinfo/fsi_lex.l#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/fsinfo/fsi_util.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/fsinfo/fsinfo.8#8 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/fsinfo/fsinfo.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/fsinfo/fsinfo.h#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/fsinfo/wr_atab.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/fsinfo/wr_bparam.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/fsinfo/wr_dumpset.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/fsinfo/wr_exportfs.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/fsinfo/wr_fstab.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/hlfsd/hlfsd.8#7 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/hlfsd/hlfsd.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/hlfsd/hlfsd.h#6 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/hlfsd/homedir.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/hlfsd/nfs_prot_svc.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/hlfsd/stubs.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/include/am_compat.h#3 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/include/am_defs.h#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/include/am_utils.h#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/include/am_xdr_func.h#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/include/amq_defs.h#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/include/mount_headers1.h#3 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/include/mount_headers2.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/ldap-id.ms#2 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/ldap.schema#1 branch
.. //depot/projects/trustedbsd/base/contrib/amd/libamu/alloca.c#2 delete
.. //depot/projects/trustedbsd/base/contrib/amd/libamu/amu.h#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/libamu/hasmntopt.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/libamu/misc_rpc.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/libamu/mount_fs.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/libamu/mtab.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/libamu/nfs_prot_xdr.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/libamu/strerror.c#3 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/libamu/strutil.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/amd/libamu/util.c#4 delete
.. //depot/projects/trustedbsd/base/contrib/amd/libamu/wire.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/libamu/xdr_func.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/libamu/xutil.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/m4/GNUmakefile#2 delete
.. //depot/projects/trustedbsd/base/contrib/amd/m4/amdgrep#2 delete
.. //depot/projects/trustedbsd/base/contrib/amd/m4/amindent#2 delete
.. //depot/projects/trustedbsd/base/contrib/amd/m4/autopat#2 delete
.. //depot/projects/trustedbsd/base/contrib/amd/m4/chop-aclocal.pl#2 delete
.. //depot/projects/trustedbsd/base/contrib/amd/m4/copy-if-newbig#2 delete
.. //depot/projects/trustedbsd/base/contrib/amd/m4/macros/HEADER#2 delete
.. //depot/projects/trustedbsd/base/contrib/amd/m4/macros/TRAILER#2 delete
.. //depot/projects/trustedbsd/base/contrib/amd/m4/mk-aclocal#2 delete
.. //depot/projects/trustedbsd/base/contrib/amd/m4/mkconf#2 delete
.. //depot/projects/trustedbsd/base/contrib/amd/m4/rmtspc#2 delete
.. //depot/projects/trustedbsd/base/contrib/amd/m4/update_build_version#2 delete
.. //depot/projects/trustedbsd/base/contrib/amd/mk-amd-map/mk-amd-map.8#5 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/mk-amd-map/mk-amd-map.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/scripts/am-eject.in#2 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/scripts/amd.conf-sample#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/scripts/amd.conf.5#8 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/scripts/amd2ldif.in#2 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/scripts/amd2sun.in#2 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/scripts/automount2amd.8#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/scripts/automount2amd.in#2 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/scripts/ctl-amd.in#3 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/scripts/ctl-hlfsd.in#3 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/scripts/expn.1#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/scripts/expn.in#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/scripts/fix-amd-map.in#2 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/scripts/fixrmtab.in#2 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/scripts/redhat-ctl-amd.in#2 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/scripts/test-attrcache.in#1 branch
.. //depot/projects/trustedbsd/base/contrib/amd/scripts/wait4amd.in#2 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/scripts/wait4amd2die.in#2 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/tasks#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/vers.m4#1 branch
.. //depot/projects/trustedbsd/base/contrib/amd/wire-test/wire-test.8#5 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/wire-test/wire-test.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/CHANGES#10 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/COPYRIGHT#5 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/FAQ#7 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/FAQ.xml#5 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/Makefile.in#4 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/README#8 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/bin/check/check-tool.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/bin/check/named-checkconf.8#5 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/bin/check/named-checkconf.docbook#4 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/bin/check/named-checkconf.html#5 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/bin/check/named-checkzone.8#5 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/bin/check/named-checkzone.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/bin/check/named-checkzone.docbook#5 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/bin/check/named-checkzone.html#5 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/bin/dig/dig.1#5 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/bin/dig/dig.c#6 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/bin/dig/dig.docbook#4 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/bin/dig/dig.html#5 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/bin/dig/dighost.c#6 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/bin/dig/host.1#5 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/bin/dig/host.c#6 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/bin/dig/host.docbook#4 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/bin/dig/host.html#5 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/bin/dig/include/dig/dig.h#6 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/bin/dig/nslookup.1#5 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/bin/dig/nslookup.c#6 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/bin/dig/nslookup.docbook#5 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/bin/dig/nslookup.html#5 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/bin/dnssec/dnssec-keygen.8#5 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/bin/dnssec/dnssec-keygen.c#3 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/bin/dnssec/dnssec-keygen.docbook#4 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/bin/dnssec/dnssec-keygen.html#5 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/bin/dnssec/dnssec-signzone.8#5 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/bin/dnssec/dnssec-signzone.c#6 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/bin/dnssec/dnssec-signzone.docbook#4 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/bin/dnssec/dnssec-signzone.html#5 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/bin/named/client.c#7 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/bin/named/config.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/bin/named/control.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/bin/named/lwresd.8#5 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/bin/named/lwresd.docbook#4 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/bin/named/lwresd.html#5 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/bin/named/named.8#5 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/bin/named/named.conf.5#6 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/bin/named/named.conf.docbook#6 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/bin/named/named.conf.html#6 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/bin/named/named.docbook#5 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/bin/named/named.html#5 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/bin/named/query.c#7 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/bin/named/server.c#7 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/bin/named/update.c#6 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/bin/nsupdate/nsupdate.8#5 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/bin/nsupdate/nsupdate.c#6 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/bin/nsupdate/nsupdate.docbook#4 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/bin/nsupdate/nsupdate.html#5 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/bin/rndc/Makefile.in#3 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/bin/rndc/rndc-confgen.docbook#4 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/bin/rndc/rndc.8#5 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/bin/rndc/rndc.conf.5#5 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/bin/rndc/rndc.conf.docbook#4 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/bin/rndc/rndc.conf.html#5 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/bin/rndc/rndc.docbook#4 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/bin/rndc/rndc.html#5 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/configure.in#7 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/doc/arm/Bv9ARM-book.xml#7 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/doc/arm/Bv9ARM.ch01.html#6 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/doc/arm/Bv9ARM.ch02.html#6 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/doc/arm/Bv9ARM.ch03.html#7 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/doc/arm/Bv9ARM.ch04.html#7 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/doc/arm/Bv9ARM.ch05.html#7 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/doc/arm/Bv9ARM.ch06.html#7 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/doc/arm/Bv9ARM.ch07.html#7 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/doc/arm/Bv9ARM.ch08.html#7 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/doc/arm/Bv9ARM.ch09.html#7 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/doc/arm/Bv9ARM.ch10.html#3 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/doc/arm/Bv9ARM.html#7 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/doc/arm/Bv9ARM.pdf#5 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/doc/arm/Makefile.in#4 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/doc/arm/man.dig.html#3 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/doc/arm/man.dnssec-keygen.html#3 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/doc/arm/man.dnssec-signzone.html#3 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/doc/arm/man.host.html#3 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/doc/arm/man.named-checkconf.html#3 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/doc/arm/man.named-checkzone.html#3 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/doc/arm/man.named.html#3 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/doc/arm/man.rndc-confgen.html#3 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/doc/arm/man.rndc.conf.html#3 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/doc/arm/man.rndc.html#3 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/doc/draft/draft-schlitt-spf-classic-02.txt#2 delete
.. //depot/projects/trustedbsd/base/contrib/bind9/doc/misc/Makefile.in#3 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/doc/misc/migration#4 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/doc/rfc/index#4 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/doc/rfc/rfc4398.txt#1 branch
.. //depot/projects/trustedbsd/base/contrib/bind9/doc/rfc/rfc4408.txt#1 branch
.. //depot/projects/trustedbsd/base/contrib/bind9/doc/rfc/rfc4470.txt#1 branch
.. //depot/projects/trustedbsd/base/contrib/bind9/doc/rfc/rfc4634.txt#1 branch
.. //depot/projects/trustedbsd/base/contrib/bind9/doc/rfc/rfc4641.txt#1 branch
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/bind/api#6 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/bind/config.h.in#5 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/bind/configure#6 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/bind/configure.in#6 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/bind/dst/dst_api.c#6 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/bind/dst/hmac_link.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/bind/irs/gai_strerror.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/bind/irs/irs_data.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/bind/isc/ctl_clnt.c#3 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/bind/make/rules.in#4 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/bind/nameser/ns_parse.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/bind/port_before.h.in#5 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/bind/resolv/res_data.c#3 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/bind/resolv/res_init.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/bind9/api#6 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/bind9/check.c#6 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/dns/adb.c#6 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/dns/api#7 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/dns/dispatch.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/dns/dnssec.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/dns/include/dns/db.h#3 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/dns/include/dns/dispatch.h#4 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/dns/include/dns/validator.h#6 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/dns/journal.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/dns/lookup.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/dns/master.c#3 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/dns/message.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/dns/openssl_link.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/dns/openssldh_link.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/dns/openssldsa_link.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/dns/rbtdb.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/dns/rdata/generic/dlv_32769.c#3 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/dns/rdata/generic/ds_43.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/dns/rdataslab.c#3 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/dns/resolver.c#10 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/dns/rootns.c#3 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/dns/sdb.c#3 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/dns/sdlz.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/dns/tsig.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/dns/validator.c#7 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/dns/view.c#3 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/dns/xfrin.c#6 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/dns/zone.c#6 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/isc/Makefile.in#3 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/isc/alpha/Makefile.in#1 branch
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/isc/alpha/include/Makefile.in#1 branch
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/isc/alpha/include/isc/Makefile.in#1 branch
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/isc/api#6 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/isc/arm/include/isc/atomic.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/isc/hmacsha.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/isc/ia64/Makefile.in#1 branch
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/isc/ia64/include/Makefile.in#1 branch
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/isc/ia64/include/isc/Makefile.in#1 branch
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/isc/include/isc/platform.h.in#3 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/isc/include/isc/string.h#3 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/isc/mem.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/isc/mips/Makefile.in#1 branch
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/isc/mips/include/Makefile.in#1 branch
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/isc/mips/include/isc/Makefile.in#1 branch
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/isc/noatomic/Makefile.in#1 branch
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/isc/noatomic/include/Makefile.in#1 branch
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/isc/noatomic/include/isc/Makefile.in#1 branch
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/isc/powerpc/Makefile.in#1 branch
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/isc/powerpc/include/Makefile.in#1 branch
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/isc/powerpc/include/isc/Makefile.in#1 branch
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/isc/powerpc/include/isc/atomic.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/isc/sparc64/Makefile.in#1 branch
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/isc/sparc64/include/Makefile.in#1 branch
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/isc/sparc64/include/isc/Makefile.in#1 branch
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/isc/timer.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/isc/unix/ifiter_getifaddrs.c#3 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/isc/unix/ifiter_ioctl.c#6 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/isc/unix/net.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/isc/unix/socket.c#6 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/isc/unix/syslog.c#3 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/isc/x86_32/Makefile.in#1 branch
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/isc/x86_32/include/Makefile.in#1 branch
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/isc/x86_32/include/isc/Makefile.in#1 branch
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/isc/x86_64/Makefile.in#1 branch
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/isc/x86_64/include/Makefile.in#1 branch
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/isc/x86_64/include/isc/Makefile.in#1 branch
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/isccc/symtab.c#3 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/isccfg/api#5 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/lwres/api#6 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/lwres/context.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/lwres/getaddrinfo.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/lwres/getipnode.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/lwres/lwres_gnba.c#3 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/lwres/man/lwres.docbook#4 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/lwres/man/lwres_buffer.docbook#4 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/lwres/man/lwres_config.docbook#4 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/lwres/man/lwres_context.docbook#4 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/lwres/man/lwres_gabn.docbook#4 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/lwres/man/lwres_gai_strerror.docbook#4 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/lwres/man/lwres_getaddrinfo.docbook#4 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/lwres/man/lwres_gethostent.docbook#4 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/lwres/man/lwres_getipnode.docbook#4 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/lwres/man/lwres_getnameinfo.docbook#4 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/lwres/man/lwres_getrrsetbyname.docbook#4 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/lwres/man/lwres_gnba.docbook#4 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/lwres/man/lwres_hstrerror.docbook#4 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/lwres/man/lwres_inetntop.docbook#4 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/lwres/man/lwres_noop.docbook#4 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/lwres/man/lwres_packet.docbook#4 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/lib/lwres/man/lwres_resutil.docbook#4 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/make/rules.in#5 integrate
.. //depot/projects/trustedbsd/base/contrib/bind9/version#10 integrate
.. //depot/projects/trustedbsd/base/contrib/binutils/libiberty/cp-demangle.c#6 integrate
.. //depot/projects/trustedbsd/base/contrib/binutils/opcodes/ppc-dis.c#6 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/snmpd/main.c#14 integrate
.. //depot/projects/trustedbsd/base/contrib/bzip2/CHANGES#5 integrate
.. //depot/projects/trustedbsd/base/contrib/bzip2/FREEBSD-upgrade#4 integrate
.. //depot/projects/trustedbsd/base/contrib/bzip2/FREEBSD-vendor#1 branch
.. //depot/projects/trustedbsd/base/contrib/bzip2/LICENSE#5 integrate
.. //depot/projects/trustedbsd/base/contrib/bzip2/Makefile#5 integrate
.. //depot/projects/trustedbsd/base/contrib/bzip2/Makefile-libbz2_so#5 integrate
.. //depot/projects/trustedbsd/base/contrib/bzip2/README#5 integrate
.. //depot/projects/trustedbsd/base/contrib/bzip2/README.COMPILATION.PROBLEMS#5 integrate
.. //depot/projects/trustedbsd/base/contrib/bzip2/blocksort.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/bzip2/bzip2.c#6 integrate
.. //depot/projects/trustedbsd/base/contrib/bzip2/bzip2recover.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/bzip2/bzlib.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/bzip2/bzlib.h#5 integrate
.. //depot/projects/trustedbsd/base/contrib/bzip2/bzlib_private.h#5 integrate
.. //depot/projects/trustedbsd/base/contrib/bzip2/compress.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/bzip2/crctable.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/bzip2/decompress.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/bzip2/huffman.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/bzip2/randtable.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/bzip2/spewG.c#3 integrate
.. //depot/projects/trustedbsd/base/contrib/bzip2/unzcrash.c#3 integrate
.. //depot/projects/trustedbsd/base/contrib/csup/mux.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/AUTHORS#4 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/BUGS#5 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/ChangeLog#8 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/FAQ#5 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/FREEBSD-Xlist#2 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/FREEBSD-upgrade#4 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/HACKING#4 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/INSTALL#8 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/Makefile.in#7 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/NEWS#8 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/README#5 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/TESTS#5 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/TODO#6 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/acinclude.m4#7 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/aclocal.m4#7 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/compile#2 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/config.h.in#8 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/configure#8 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/configure.in#8 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/contrib/ChangeLog#7 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/contrib/Makefile.am#7 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/contrib/Makefile.in#7 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/contrib/README#3 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/contrib/clmerge.in#2 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/contrib/cln_hist.in#2 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/contrib/commit_prep.in#4 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/contrib/cvs2vendor.sh#4 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/contrib/cvs_acls.html#1 branch
.. //depot/projects/trustedbsd/base/contrib/cvs/contrib/cvs_acls.in#5 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/contrib/cvscheck.sh#2 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/contrib/debug_check_log.sh#3 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/contrib/descend.sh#2 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/contrib/log.in#2 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/contrib/log_accum.in#4 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/contrib/mfpipe.in#2 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/contrib/pvcs2rcs.in#2 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/contrib/rcs-to-cvs.sh#2 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/contrib/rcs2log.sh#5 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/contrib/rcs2sccs.sh#5 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/contrib/rcslock.in#2 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/contrib/sccs2rcs.in#5 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/depcomp#5 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/diff/ChangeLog#7 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/diff/Makefile.am#3 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/diff/Makefile.in#7 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/doc/ChangeLog#8 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/doc/HACKING.DOCS#3 branch
.. //depot/projects/trustedbsd/base/contrib/cvs/doc/Makefile.am#6 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/doc/Makefile.in#7 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/doc/cvs.1#2 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/doc/cvs.man.footer#2 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/doc/cvs.man.header#2 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/doc/cvs.texinfo#7 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/doc/cvsclient.texi#5 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/doc/mdate-sh#2 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/doc/mkman.in#2 delete
.. //depot/projects/trustedbsd/base/contrib/cvs/doc/mkman.pl#1 branch
.. //depot/projects/trustedbsd/base/contrib/cvs/doc/stamp-1#7 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/doc/stamp-vti#7 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/doc/version-client.texi#7 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/doc/version.texi#7 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/install-sh#2 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/lib/ChangeLog#8 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/lib/Makefile.am#6 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/lib/Makefile.in#7 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/lib/fncase.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/lib/getpass.c#3 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/lib/regex.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/lib/system.h#6 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/lib/test-getdate.sh#1 branch
.. //depot/projects/trustedbsd/base/contrib/cvs/lib/xsize.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/lib/xtime.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/man/ChangeLog#7 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/man/Makefile.am#5 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/man/Makefile.in#7 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/man/cvs.1#8 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/missing#2 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/mkinstalldirs#2 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/src/ChangeLog#8 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/src/Makefile.am#7 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/src/Makefile.in#7 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/src/add.c#6 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/src/admin.c#7 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/src/annotate.c#7 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/src/buffer.c#7 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/src/buffer.h#6 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/src/checkin.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/src/checkout.c#6 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/src/classify.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/src/client.c#9 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/src/client.h#5 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/src/commit.c#8 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/src/create_adm.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/src/cvs.h#8 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/src/cvsrc.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/src/diff.c#7 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/src/edit.c#6 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/src/edit.h#4 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/src/entries.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/src/expand_path.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/src/fileattr.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/src/filesubr.c#7 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/src/find_names.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/src/hardlink.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/src/hardlink.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/src/hash.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/src/hash.h#4 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/src/history.c#7 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/src/history.h#3 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/src/ignore.c#6 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/src/import.c#6 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/src/lock.c#7 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/src/log.c#9 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/src/login.c#7 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/src/logmsg.c#6 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/src/main.c#8 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/src/mkmodules.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/src/modules.c#6 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/src/myndbm.c#7 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/src/myndbm.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/src/no_diff.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/src/parseinfo.c#7 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/src/patch.c#8 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/src/rcs.c#9 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/src/rcs.h#5 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/src/rcscmds.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/src/recurse.c#7 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/src/release.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/src/remove.c#7 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/src/repos.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/src/root.c#7 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/src/root.h#4 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/src/run.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/src/sanity.sh#8 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/src/server.c#9 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/src/server.h#5 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/src/stack.c#3 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/src/stack.h#3 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/src/status.c#6 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/src/subr.c#7 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/src/tag.c#8 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/src/update.c#8 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/src/vers_ts.c#7 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/src/version.c#3 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/src/watch.c#6 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/src/wrapper.c#7 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/src/zlib.c#6 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/tools/ChangeLog#6 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/tools/Makefile.am#4 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/tools/Makefile.in#6 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/tools/README#3 integrate
.. //depot/projects/trustedbsd/base/contrib/file/ChangeLog#5 integrate
.. //depot/projects/trustedbsd/base/contrib/file/FREEBSD-upgrade#5 integrate
.. //depot/projects/trustedbsd/base/contrib/file/Magdir/acorn#2 integrate
.. //depot/projects/trustedbsd/base/contrib/file/Magdir/animation#7 integrate
.. //depot/projects/trustedbsd/base/contrib/file/Magdir/apple#4 integrate
.. //depot/projects/trustedbsd/base/contrib/file/Magdir/archive#8 integrate
.. //depot/projects/trustedbsd/base/contrib/file/Magdir/audio#8 integrate
.. //depot/projects/trustedbsd/base/contrib/file/Magdir/bFLT#2 delete
.. //depot/projects/trustedbsd/base/contrib/file/Magdir/blender#2 integrate
.. //depot/projects/trustedbsd/base/contrib/file/Magdir/chi#2 delete
.. //depot/projects/trustedbsd/base/contrib/file/Magdir/commands#6 integrate
.. //depot/projects/trustedbsd/base/contrib/file/Magdir/console#6 integrate
.. //depot/projects/trustedbsd/base/contrib/file/Magdir/cvs#2 delete
.. //depot/projects/trustedbsd/base/contrib/file/Magdir/database#6 integrate
.. //depot/projects/trustedbsd/base/contrib/file/Magdir/efi#1 branch
.. //depot/projects/trustedbsd/base/contrib/file/Magdir/elf#8 integrate
.. //depot/projects/trustedbsd/base/contrib/file/Magdir/filesystems#9 integrate
.. //depot/projects/trustedbsd/base/contrib/file/Magdir/fortran#1 branch
.. //depot/projects/trustedbsd/base/contrib/file/Magdir/hdf#2 delete
.. //depot/projects/trustedbsd/base/contrib/file/Magdir/impulse#2 delete
.. //depot/projects/trustedbsd/base/contrib/file/Magdir/java#4 integrate
.. //depot/projects/trustedbsd/base/contrib/file/Magdir/macintosh#5 integrate
.. //depot/projects/trustedbsd/base/contrib/file/Magdir/msdos#7 integrate
.. //depot/projects/trustedbsd/base/contrib/file/Magdir/pdf#2 integrate
.. //depot/projects/trustedbsd/base/contrib/file/Magdir/sgi#4 integrate
.. //depot/projects/trustedbsd/base/contrib/file/Magdir/wordperfect#2 delete
.. //depot/projects/trustedbsd/base/contrib/file/Makefile.am#9 integrate
.. //depot/projects/trustedbsd/base/contrib/file/Makefile.in#9 integrate
.. //depot/projects/trustedbsd/base/contrib/file/acconfig.h#4 delete
.. //depot/projects/trustedbsd/base/contrib/file/acinclude.m4#4 integrate
.. //depot/projects/trustedbsd/base/contrib/file/aclocal.m4#7 integrate
.. //depot/projects/trustedbsd/base/contrib/file/apprentice.c#8 integrate
.. //depot/projects/trustedbsd/base/contrib/file/ascmagic.c#8 integrate
.. //depot/projects/trustedbsd/base/contrib/file/compress.c#7 integrate
.. //depot/projects/trustedbsd/base/contrib/file/config.h.in#9 integrate
.. //depot/projects/trustedbsd/base/contrib/file/configure#9 integrate
.. //depot/projects/trustedbsd/base/contrib/file/configure.in#9 integrate
.. //depot/projects/trustedbsd/base/contrib/file/file.c#9 integrate
.. //depot/projects/trustedbsd/base/contrib/file/file.h#8 integrate
.. //depot/projects/trustedbsd/base/contrib/file/file.man#7 integrate
.. //depot/projects/trustedbsd/base/contrib/file/file_opts.h#1 branch
.. //depot/projects/trustedbsd/base/contrib/file/fsmagic.c#7 integrate
.. //depot/projects/trustedbsd/base/contrib/file/funcs.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/file/install-sh#4 integrate
.. //depot/projects/trustedbsd/base/contrib/file/is_tar.c#6 integrate
.. //depot/projects/trustedbsd/base/contrib/file/libmagic.man#3 integrate
.. //depot/projects/trustedbsd/base/contrib/file/magic.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/file/magic.h#4 integrate
.. //depot/projects/trustedbsd/base/contrib/file/magic.man#7 integrate
.. //depot/projects/trustedbsd/base/contrib/file/magic.mime#8 integrate
.. //depot/projects/trustedbsd/base/contrib/file/missing#2 delete
.. //depot/projects/trustedbsd/base/contrib/file/mkinstalldirs#4 integrate
.. //depot/projects/trustedbsd/base/contrib/file/names.h#6 integrate
.. //depot/projects/trustedbsd/base/contrib/file/patchlevel.h#9 integrate
.. //depot/projects/trustedbsd/base/contrib/file/print.c#8 integrate
.. //depot/projects/trustedbsd/base/contrib/file/readelf.c#9 integrate
.. //depot/projects/trustedbsd/base/contrib/file/readelf.h#6 integrate
.. //depot/projects/trustedbsd/base/contrib/file/softmagic.c#9 integrate
.. //depot/projects/trustedbsd/base/contrib/file/stamp-h.in#2 delete
.. //depot/projects/trustedbsd/base/contrib/gcc/config/sparc/freebsd.h#12 integrate
.. //depot/projects/trustedbsd/base/contrib/gcc/fold-const.c#16 integrate
.. //depot/projects/trustedbsd/base/contrib/gdb/FREEBSD-diffs#1 branch
.. //depot/projects/trustedbsd/base/contrib/gdb/gdb/config/powerpc/tm-ppcle-eabi.h#5 delete
.. //depot/projects/trustedbsd/base/contrib/gdb/gdb/config/powerpc/tm-ppcle-sim.h#5 delete
.. //depot/projects/trustedbsd/base/contrib/gdb/gdb/i386fbsd-nat.c#3 integrate
.. //depot/projects/trustedbsd/base/contrib/gdtoa/gdtoaimp.h#6 integrate
.. //depot/projects/trustedbsd/base/contrib/gdtoa/hexnan.c#3 integrate
.. //depot/projects/trustedbsd/base/contrib/gdtoa/strtod.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/gdtoa/strtof.c#3 integrate
.. //depot/projects/trustedbsd/base/contrib/gdtoa/strtorQ.c#3 integrate
.. //depot/projects/trustedbsd/base/contrib/gdtoa/strtorx.c#3 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/ChangeLog#4 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/Makefile#4 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/README#4 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/aes_wrap.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/aes_wrap.h#4 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/common.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/common.h#4 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/defconfig#4 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/driver.h#4 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/driver_test.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/eap_aka.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/eap_gpsk.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/eap_gpsk_common.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/eap_gpsk_common.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/eap_sim.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/eap_sim_common.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/eap_sim_db.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/eap_tls_common.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/eapol_version.patch#2 delete
.. //depot/projects/trustedbsd/base/contrib/hostapd/hostapd.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/hostapd.conf#5 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/ieee802_11.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/ieee802_11_auth.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/ieee802_1x.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/madwifi.conf#3 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/os.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/os_unix.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/radius.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/radius.h#4 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/radius_client.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/radius_server.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/tls_openssl.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/version.h#4 integrate
.. //depot/projects/trustedbsd/base/contrib/hostapd/wpa.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/less/FREEBSD-upgrade#1 branch
.. //depot/projects/trustedbsd/base/contrib/less/LICENSE#5 integrate
.. //depot/projects/trustedbsd/base/contrib/less/Makefile.dsm#2 delete
.. //depot/projects/trustedbsd/base/contrib/less/NEWS#9 integrate
.. //depot/projects/trustedbsd/base/contrib/less/README#9 integrate
.. //depot/projects/trustedbsd/base/contrib/less/ch.c#8 integrate
.. //depot/projects/trustedbsd/base/contrib/less/command.c#8 integrate
.. //depot/projects/trustedbsd/base/contrib/less/configure#8 integrate
.. //depot/projects/trustedbsd/base/contrib/less/configure.ac#6 integrate
.. //depot/projects/trustedbsd/base/contrib/less/decode.c#7 integrate
.. //depot/projects/trustedbsd/base/contrib/less/defines.ds#7 integrate
.. //depot/projects/trustedbsd/base/contrib/less/defines.h.in#7 integrate
.. //depot/projects/trustedbsd/base/contrib/less/defines.o2#7 integrate
.. //depot/projects/trustedbsd/base/contrib/less/defines.o9#5 integrate
.. //depot/projects/trustedbsd/base/contrib/less/defines.wn#7 integrate
.. //depot/projects/trustedbsd/base/contrib/less/edit.c#6 integrate
.. //depot/projects/trustedbsd/base/contrib/less/filename.c#8 integrate
.. //depot/projects/trustedbsd/base/contrib/less/funcs.h#8 integrate
.. //depot/projects/trustedbsd/base/contrib/less/less.h#8 integrate
.. //depot/projects/trustedbsd/base/contrib/less/less.man#9 integrate
.. //depot/projects/trustedbsd/base/contrib/less/less.nro#9 integrate
.. //depot/projects/trustedbsd/base/contrib/less/lessecho.man#5 integrate
.. //depot/projects/trustedbsd/base/contrib/less/lessecho.nro#5 integrate
.. //depot/projects/trustedbsd/base/contrib/less/lesskey.man#9 integrate
.. //depot/projects/trustedbsd/base/contrib/less/lesskey.nro#9 integrate
.. //depot/projects/trustedbsd/base/contrib/less/line.c#9 integrate
.. //depot/projects/trustedbsd/base/contrib/less/optfunc.c#8 integrate
.. //depot/projects/trustedbsd/base/contrib/less/opttbl.c#7 integrate
.. //depot/projects/trustedbsd/base/contrib/less/screen.c#8 integrate
.. //depot/projects/trustedbsd/base/contrib/less/search.c#9 integrate
.. //depot/projects/trustedbsd/base/contrib/less/tags.c#7 integrate
.. //depot/projects/trustedbsd/base/contrib/less/version.c#9 integrate
.. //depot/projects/trustedbsd/base/contrib/ncurses/FREEBSD-upgrade#2 integrate
.. //depot/projects/trustedbsd/base/contrib/ncurses/FREEBSD-vendor#1 branch
.. //depot/projects/trustedbsd/base/contrib/ncurses/INSTALL#4 integrate
.. //depot/projects/trustedbsd/base/contrib/ncurses/MANIFEST#4 integrate
.. //depot/projects/trustedbsd/base/contrib/ncurses/NEWS#5 integrate
.. //depot/projects/trustedbsd/base/contrib/ncurses/TO-DO#3 integrate
.. //depot/projects/trustedbsd/base/contrib/ncurses/aclocal.m4#4 integrate
.. //depot/projects/trustedbsd/base/contrib/ncurses/config.guess#4 integrate
.. //depot/projects/trustedbsd/base/contrib/ncurses/config.sub#4 integrate
.. //depot/projects/trustedbsd/base/contrib/ncurses/configure#5 integrate
.. //depot/projects/trustedbsd/base/contrib/ncurses/configure.in#5 integrate
.. //depot/projects/trustedbsd/base/contrib/ncurses/dist.mk#5 integrate
.. //depot/projects/trustedbsd/base/contrib/ncurses/doc/hackguide.doc#3 integrate
.. //depot/projects/trustedbsd/base/contrib/ncurses/doc/html/ncurses-intro.html#4 integrate
.. //depot/projects/trustedbsd/base/contrib/ncurses/doc/ncurses-intro.doc#3 integrate
.. //depot/projects/trustedbsd/base/contrib/ncurses/form/Makefile.in#4 integrate
.. //depot/projects/trustedbsd/base/contrib/ncurses/form/fld_def.c#3 integrate
.. //depot/projects/trustedbsd/base/contrib/ncurses/form/fld_dup.c#3 integrate
.. //depot/projects/trustedbsd/base/contrib/ncurses/form/fld_ftlink.c#3 integrate
.. //depot/projects/trustedbsd/base/contrib/ncurses/form/fld_link.c#3 integrate
.. //depot/projects/trustedbsd/base/contrib/ncurses/form/fld_newftyp.c#3 integrate
.. //depot/projects/trustedbsd/base/contrib/ncurses/form/frm_def.c#3 integrate
.. //depot/projects/trustedbsd/base/contrib/ncurses/form/frm_driver.c#3 integrate
.. //depot/projects/trustedbsd/base/contrib/ncurses/form/fty_alnum.c#3 integrate
.. //depot/projects/trustedbsd/base/contrib/ncurses/form/fty_alpha.c#3 integrate
.. //depot/projects/trustedbsd/base/contrib/ncurses/form/fty_enum.c#3 integrate
.. //depot/projects/trustedbsd/base/contrib/ncurses/form/fty_int.c#3 integrate
.. //depot/projects/trustedbsd/base/contrib/ncurses/form/fty_num.c#3 integrate
.. //depot/projects/trustedbsd/base/contrib/ncurses/form/fty_regex.c#3 integrate
.. //depot/projects/trustedbsd/base/contrib/ncurses/form/headers#2 integrate
.. //depot/projects/trustedbsd/base/contrib/ncurses/form/modules#3 integrate
.. //depot/projects/trustedbsd/base/contrib/ncurses/include/MKterm.h.awk.in#4 integrate
.. //depot/projects/trustedbsd/base/contrib/ncurses/include/curses.h.in#5 integrate
.. //depot/projects/trustedbsd/base/contrib/ncurses/include/curses.tail#3 integrate
.. //depot/projects/trustedbsd/base/contrib/ncurses/include/curses.wide#3 integrate
.. //depot/projects/trustedbsd/base/contrib/ncurses/include/headers#2 integrate
.. //depot/projects/trustedbsd/base/contrib/ncurses/include/nc_alloc.h#4 integrate
.. //depot/projects/trustedbsd/base/contrib/ncurses/include/ncurses_defs#4 integrate
.. //depot/projects/trustedbsd/base/contrib/ncurses/include/ncurses_dll.h#4 integrate
.. //depot/projects/trustedbsd/base/contrib/ncurses/include/tic.h#5 integrate
.. //depot/projects/trustedbsd/base/contrib/ncurses/install-sh#3 integrate
.. //depot/projects/trustedbsd/base/contrib/ncurses/man/Makefile.in#4 integrate
.. //depot/projects/trustedbsd/base/contrib/ncurses/man/captoinfo.1m#3 integrate
.. //depot/projects/trustedbsd/base/contrib/ncurses/man/clear.1#3 integrate
.. //depot/projects/trustedbsd/base/contrib/ncurses/man/curs_add_wch.3x#3 integrate
.. //depot/projects/trustedbsd/base/contrib/ncurses/man/curs_addch.3x#3 integrate
.. //depot/projects/trustedbsd/base/contrib/ncurses/man/curs_attr.3x#4 integrate
.. //depot/projects/trustedbsd/base/contrib/ncurses/man/curs_border.3x#4 integrate
.. //depot/projects/trustedbsd/base/contrib/ncurses/man/curs_clear.3x#3 integrate
.. //depot/projects/trustedbsd/base/contrib/ncurses/man/curs_deleteln.3x#3 integrate
.. //depot/projects/trustedbsd/base/contrib/ncurses/man/curs_extend.3x#4 integrate
.. //depot/projects/trustedbsd/base/contrib/ncurses/man/curs_getcchar.3x#3 integrate
.. //depot/projects/trustedbsd/base/contrib/ncurses/man/curs_getyx.3x#3 integrate
.. //depot/projects/trustedbsd/base/contrib/ncurses/man/curs_insstr.3x#4 integrate
.. //depot/projects/trustedbsd/base/contrib/ncurses/man/curs_legacy.3x#1 branch
.. //depot/projects/trustedbsd/base/contrib/ncurses/man/curs_mouse.3x#4 integrate
.. //depot/projects/trustedbsd/base/contrib/ncurses/man/curs_opaque.3x#1 branch
.. //depot/projects/trustedbsd/base/contrib/ncurses/man/curs_outopts.3x#4 integrate
.. //depot/projects/trustedbsd/base/contrib/ncurses/man/curs_printw.3x#3 integrate
.. //depot/projects/trustedbsd/base/contrib/ncurses/man/curs_scanw.3x#3 integrate
.. //depot/projects/trustedbsd/base/contrib/ncurses/man/curs_scr_dump.3x#3 integrate
.. //depot/projects/trustedbsd/base/contrib/ncurses/man/curs_slk.3x#3 integrate
.. //depot/projects/trustedbsd/base/contrib/ncurses/man/curs_termattrs.3x#4 integrate
.. //depot/projects/trustedbsd/base/contrib/ncurses/man/curs_termcap.3x#4 integrate
.. //depot/projects/trustedbsd/base/contrib/ncurses/man/curs_terminfo.3x#4 integrate
.. //depot/projects/trustedbsd/base/contrib/ncurses/man/curs_threads.3x#1 branch
.. //depot/projects/trustedbsd/base/contrib/ncurses/man/curs_trace.3x#4 integrate
.. //depot/projects/trustedbsd/base/contrib/ncurses/man/curs_util.3x#4 integrate
.. //depot/projects/trustedbsd/base/contrib/ncurses/man/default_colors.3x#4 integrate
.. //depot/projects/trustedbsd/base/contrib/ncurses/man/form_driver.3x#4 integrate
.. //depot/projects/trustedbsd/base/contrib/ncurses/man/form_field_new.3x#4 integrate
.. //depot/projects/trustedbsd/base/contrib/ncurses/man/form_field_opts.3x#3 integrate
.. //depot/projects/trustedbsd/base/contrib/ncurses/man/form_field_validation.3x#4 integrate
.. //depot/projects/trustedbsd/base/contrib/ncurses/man/form_hook.3x#3 integrate
.. //depot/projects/trustedbsd/base/contrib/ncurses/man/form_opts.3x#3 integrate
.. //depot/projects/trustedbsd/base/contrib/ncurses/man/infocmp.1m#4 integrate
.. //depot/projects/trustedbsd/base/contrib/ncurses/man/infotocap.1m#3 integrate
.. //depot/projects/trustedbsd/base/contrib/ncurses/man/legacy_coding.3x#2 integrate
.. //depot/projects/trustedbsd/base/contrib/ncurses/man/man_db.renames#4 integrate
.. //depot/projects/trustedbsd/base/contrib/ncurses/man/manlinks.sed#3 integrate
.. //depot/projects/trustedbsd/base/contrib/ncurses/man/menu_driver.3x#4 integrate
.. //depot/projects/trustedbsd/base/contrib/ncurses/man/menu_hook.3x#3 integrate
.. //depot/projects/trustedbsd/base/contrib/ncurses/man/menu_opts.3x#3 integrate
.. //depot/projects/trustedbsd/base/contrib/ncurses/man/mitem_opts.3x#3 integrate
.. //depot/projects/trustedbsd/base/contrib/ncurses/man/ncurses.3x#4 integrate
.. //depot/projects/trustedbsd/base/contrib/ncurses/man/panel.3x#3 integrate
.. //depot/projects/trustedbsd/base/contrib/ncurses/man/term.5#4 integrate
.. //depot/projects/trustedbsd/base/contrib/ncurses/man/term.7#4 integrate
.. //depot/projects/trustedbsd/base/contrib/ncurses/man/terminfo.head#3 integrate
.. //depot/projects/trustedbsd/base/contrib/ncurses/man/terminfo.tail#4 integrate
.. //depot/projects/trustedbsd/base/contrib/ncurses/man/tic.1m#3 integrate
.. //depot/projects/trustedbsd/base/contrib/ncurses/man/toe.1m#3 integrate
.. //depot/projects/trustedbsd/base/contrib/ncurses/man/tput.1#3 integrate
.. //depot/projects/trustedbsd/base/contrib/ncurses/man/tset.1#3 integrate

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



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