PERFORCE change 49724 for review

Robert Watson rwatson at FreeBSD.org
Fri Mar 26 16:29:25 GMT 2004


http://perforce.freebsd.org/chv.cgi?CH=49724

Change 49724 by rwatson at rwatson_tislabs on 2004/03/26 08:28:04

	Integrate trustedbsd base branch to FreeBSD CVS HEAD:
	
	dd(1) grows parity support.
	The usual plethora of type fixes, NULL<->0 changes, whitespace
	  changes, const poisoning, etc.  Someone sorted hundreds of
	  Makefiles resulting in tens of thousands of lines of diff I had to
	  wade through, and will later have to resolve conflicts for.
	df(1) becomes more 64-bit aware.
	ls(1) unit support fixed.
	mv(1) handles moving symlinks between partitions.
	ps(1) support for threads improved.
	rmdir(1) grows -v.
	Many tools learn that signal numbers may exceed NSIG, including sh.
	Use of various contrib imported getopt(3)'s and regexp(3) removed.
	Import of bsnmp(3) 1.5a.
	CVS security fix.
	More tweaks to dhclient(1) in the hopes of making it work better in
	  a more dynamic world.
	General improvements in multibyte character support.
	OpenPAM Eelgrass import.
	Sendmail 8.12.11 upgrade.
	smbfs userland utilities now use getifaddrs().
	OpenSSH now defaults to protocol 2; PasswordAuthentication disabled
	  by default when using PAM.
	OpenSSH 3.8p1 import.
	OpenSSL 0.9.7d import.
	OpenBSD's 'pf' firewall software is imported (kernel, userland,
	  etc).  Users proxy, authpf added.
	rcNG diskless overhaul.
	named.root update.
	"nojail" support in rcNG.
	GNU grep update.
	Lots of changes to libalias.
	Multithreaded getaddrinfo().
	libdisk and sysinstall substantially more happy with 64-bit file
	  systems.
	libgeom(3) re-namespaced.
	TCP-MD5 support.
	splitfs and complete rewrite of floppy disk creation during
	  release process; no more floppy disk overflow problems.
	Various and sundry libthr and libpthread changes.
	Beginnings of changes to better support 32-bit emulation on 64-bit
	  platforms, such as amd64.
	fsck now changes its process title to report status.
	Loopback of multilabel flag for newfs, mdmfs.
	Mount can now look and see if a UFS file system ufs ufs1 or ufs2,
	  although in a somewhat dubious way.
	Ping no longer irritatingly hangs during DNS lookups that take a
	  long time.
	routed(8) now supports MD5 checksumming.
	Vinum no longer supports non-devfs operation and has fewer bugs.
	contigmalloc() no longer needs Giant.
	sched_pin() now exists and allows threads to be pinned to CPUs.
	Console initialization reordered so that sparc64 is happy again.
	D_NEEDGIANT instead of D_NOGIANT.
	pmap_pinit2 is gone.
	options PFIL_HOOKS now in GENERIC.
	cpumask_t for cpu masks rather than int.
	Process lock protects rlimits.
	dosetrlimit(), open(), fork(), and others now use kern_foo().
	ACPI upgrades, acpi_cpu, acpi_video driver.
	Axing of ISA compat shim drivers.
	FreeBSD now builds with Intel C compiler.
	Drivers now declare D_VERSION.
	Many more drivers use automatic major device number assignment.
	sys/compat/freebsd32 now exists.
	Lots less Giant required in fork, exec, wait, exit, open; many proc
	  locking improvements.
	Advent of Project Evil -- support for NDIS drivers on ia32; now
	  also supports pccard, etc.
	mac_inet and mac_socket breakout from mac_net loopback.
	Standard watchdog(9) API for watchdog drivers.
	bus_alloc_resource_any() instead of bus_alloc_resource() in many
	  cases.
	Various ataNG reliability fixes.
	if_awi uses 802.11 network framework rather than rolling its own.
	DRM upgrade, security fix.
	Ethernet subsystem now announces ethernet addresses, rather than
	  each driver.
	Goodbye to raidframe.
	Interface cloning changes; devfs cloning changes: support for
	  'struct clonedevs' and automatic reclaim on clone state on
	  clone_cleanup() during driver unload.
	Locking for if_tap.
	PCM locking fixes.
	Usual plethora of new vendor IDs for USB, PCI, et al.
	Giant pushed down in process exit hooks.
	Unionfs bugfixes.
	Many geom fixes, API changes, documentation, etc.
	SCHED_ULE is now the default; many ULE bugfixes, optimizations,
	  and KSE friendliness.
	Sleep queues.
	dev_t reference counting.
	File descriptor allocation performance optimization.
	Processes in jail can now be restricted from seeing file systems
	  in mount/df.
	crfree() no longer requires Giant as vrele() on prison vnode root
	  is deferred using callout.
	Resource limits on the amount of wired memory a process can
	  request during sysctl.
	Pipe allocation optimized by joining the two pipe endpoints into a
	  single pipe pair; MAC Framework now acts on pipe pairs, not
	  pipes.
	Mutex profiling now measures contention.  Can now reset mutex
	  profiling stats.
	WITNESS APIs broken out so order checks can take place without
	  acquisition.
	mi_switch() now takes an explicit voluntary/involuntary flag.
	Sysctls for process information query now support thread lookup
	  by process, etc.
	Resource limits on threads/proc, etc, bumped up to take into
	  account MySQL using a lot of threads.
	HZ on amd64 1024 by default.
	Improved support for CPU topology.
	Expensive diagnostic checks now under diagnostics, not under
	  invariants.
	ptrace, et al, use a new uiomove_fromphys().
	ttyinfo() much more informative in the presence of KSE, etc.
	Malloc flags now passed to various socket allocators rather than
	  custom flags.
	SO_BINTIME support to timestamp messages using binary timestamps.
	dup_sockaddr() -> sodupsockaddr.
	kthreads no longer need Giant to exit.
	mount()/umount() no longer permitted in jail.
	Option to disable certain types of hard linking based on
	  subject/object uid and gid.
	geom_concat module.
	Giant pushed off MAC Framework BPF code.
	PFIL_HOOKS for ifnet arrival, clone, departure, etc.
	Fine-grained locking for if_disc, if_faith, if_gif, if_gre, if_lo,
	  if_stf, if_tap.
	AF_ARP support.
	tun_proc -> tun_pid.
	Various and sundry 802.11 protocol fixes.
	PCB routines in ddp_usrreq.c broken out into ddp_pcb.c.
	Nasty MT_TAG stuff removed from ip_input() -- now m_tags are used
	  to carry around meta-data, etc, for DUMMYNET and friends.  Much
	  cleaner and nicer.
	DUMMYNET locking fixes.
	IP encapsulation library now has fine-grained locking.
	TCP reassembly queue resource bounds to address DoS issues.
	Various NFSv4 bug fixes.
	sysctl changes to MAC Framework to better reflect sysctl API.
	DIRHASH locking abstracted for portability.
	smbfs fixes.
	UMA now reclaims memory more correctly (at all).
	gaithrstress getaddrinfo() regression tester.
	ipcs can display information "by user".
	rmuser now deletes IPC objects for the user when the user is
	  deleted.
	Countless other bug fixes, enhancements, documentation changes,
	  etc.

Affected files ...

.. //depot/projects/trustedbsd/base/MAINTAINERS#22 integrate
.. //depot/projects/trustedbsd/base/Makefile#31 integrate
.. //depot/projects/trustedbsd/base/Makefile.inc1#49 integrate
.. //depot/projects/trustedbsd/base/UPDATING#43 integrate
.. //depot/projects/trustedbsd/base/UPDATING.64BTT#1 branch
.. //depot/projects/trustedbsd/base/bin/Makefile#7 integrate
.. //depot/projects/trustedbsd/base/bin/cat/cat.1#2 integrate
.. //depot/projects/trustedbsd/base/bin/chflags/chflags.c#3 integrate
.. //depot/projects/trustedbsd/base/bin/csh/Makefile#9 integrate
.. //depot/projects/trustedbsd/base/bin/date/date.c#8 integrate
.. //depot/projects/trustedbsd/base/bin/dd/Makefile#6 integrate
.. //depot/projects/trustedbsd/base/bin/dd/args.c#10 integrate
.. //depot/projects/trustedbsd/base/bin/dd/dd.1#5 integrate
.. //depot/projects/trustedbsd/base/bin/dd/dd.c#10 integrate
.. //depot/projects/trustedbsd/base/bin/dd/dd.h#4 integrate
.. //depot/projects/trustedbsd/base/bin/dd/gen.c#1 branch
.. //depot/projects/trustedbsd/base/bin/dd/ref.ascii#1 branch
.. //depot/projects/trustedbsd/base/bin/dd/ref.ebcdic#1 branch
.. //depot/projects/trustedbsd/base/bin/dd/ref.ibm#1 branch
.. //depot/projects/trustedbsd/base/bin/dd/ref.lcase#1 branch
.. //depot/projects/trustedbsd/base/bin/dd/ref.oldascii#1 branch
.. //depot/projects/trustedbsd/base/bin/dd/ref.oldebcdic#1 branch
.. //depot/projects/trustedbsd/base/bin/dd/ref.oldibm#1 branch
.. //depot/projects/trustedbsd/base/bin/dd/ref.pareven#1 branch
.. //depot/projects/trustedbsd/base/bin/dd/ref.parnone#1 branch
.. //depot/projects/trustedbsd/base/bin/dd/ref.parodd#1 branch
.. //depot/projects/trustedbsd/base/bin/dd/ref.parset#1 branch
.. //depot/projects/trustedbsd/base/bin/dd/ref.swab#1 branch
.. //depot/projects/trustedbsd/base/bin/dd/ref.ucase#1 branch
.. //depot/projects/trustedbsd/base/bin/df/df.c#18 integrate
.. //depot/projects/trustedbsd/base/bin/kill/kill.c#6 integrate
.. //depot/projects/trustedbsd/base/bin/ls/ls.1#21 integrate
.. //depot/projects/trustedbsd/base/bin/ls/print.c#18 integrate
.. //depot/projects/trustedbsd/base/bin/mv/mv.c#10 integrate
.. //depot/projects/trustedbsd/base/bin/pax/cache.c#6 integrate
.. //depot/projects/trustedbsd/base/bin/pax/options.c#10 integrate
.. //depot/projects/trustedbsd/base/bin/ps/Makefile#10 integrate
.. //depot/projects/trustedbsd/base/bin/ps/keyword.c#16 integrate
.. //depot/projects/trustedbsd/base/bin/ps/ps.1#17 integrate
.. //depot/projects/trustedbsd/base/bin/ps/ps.c#16 integrate
.. //depot/projects/trustedbsd/base/bin/rmail/Makefile#6 integrate
.. //depot/projects/trustedbsd/base/bin/rmdir/rmdir.1#2 integrate
.. //depot/projects/trustedbsd/base/bin/rmdir/rmdir.c#5 integrate
.. //depot/projects/trustedbsd/base/bin/sh/Makefile#7 integrate
.. //depot/projects/trustedbsd/base/bin/sh/eval.c#8 integrate
.. //depot/projects/trustedbsd/base/bin/sh/input.c#5 integrate
.. //depot/projects/trustedbsd/base/bin/sh/jobs.c#14 integrate
.. //depot/projects/trustedbsd/base/bin/sh/parser.c#11 integrate
.. //depot/projects/trustedbsd/base/bin/sh/redir.c#9 integrate
.. //depot/projects/trustedbsd/base/bin/sh/redir.h#3 integrate
.. //depot/projects/trustedbsd/base/bin/sh/trap.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/amd/scripts/amd.conf.5#4 integrate
.. //depot/projects/trustedbsd/base/contrib/bc/FREEBSD-upgrade#2 integrate
.. //depot/projects/trustedbsd/base/contrib/bc/bc/main.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/bc/h/getopt.h#2 delete
.. //depot/projects/trustedbsd/base/contrib/bc/lib/getopt.c#2 delete
.. //depot/projects/trustedbsd/base/contrib/bc/lib/getopt1.c#2 delete
.. //depot/projects/trustedbsd/base/contrib/binutils/include/getopt.h#3 delete
.. //depot/projects/trustedbsd/base/contrib/binutils/libiberty/getopt.c#3 delete
.. //depot/projects/trustedbsd/base/contrib/binutils/libiberty/getopt1.c#2 delete
.. //depot/projects/trustedbsd/base/contrib/bsnmp/FREEBSD-Xlist#1 branch
.. //depot/projects/trustedbsd/base/contrib/bsnmp/FREEBSD-upgrade#2 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/NEWS#2 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/README#2 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/TODO#2 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/VERSION#2 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/gensnmptree/gensnmptree.1#2 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/gensnmptree/gensnmptree.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/lib/asn1.3#2 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/lib/asn1.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/lib/asn1.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/lib/bsnmpagent.3#2 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/lib/bsnmpclient.3#2 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/lib/bsnmplib.3#2 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/lib/snmp.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/lib/snmp.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/lib/snmpagent.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/lib/snmpagent.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/lib/snmpclient.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/lib/snmpclient.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/lib/snmppriv.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/snmp_mibII/mibII.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/snmp_mibII/mibII.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/snmp_mibII/mibII_ifmib.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/snmp_mibII/mibII_ifstack.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/snmp_mibII/mibII_interfaces.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/snmp_mibII/mibII_ip.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/snmp_mibII/mibII_ipaddr.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/snmp_mibII/mibII_nettomedia.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/snmp_mibII/mibII_rcvaddr.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/snmp_mibII/mibII_route.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/snmp_mibII/mibII_tcp.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/snmp_mibII/mibII_tree.def#2 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/snmp_mibII/mibII_udp.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/snmp_mibII/snmp_mibII.3#2 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/snmp_mibII/snmp_mibII.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/snmpd/BEGEMOT-MIB.txt#2 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/snmpd/BEGEMOT-SNMPD.txt#2 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/snmpd/FOKUS-MIB.txt#2 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/snmpd/action.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/snmpd/bsnmpd.1#2 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/snmpd/config.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/snmpd/export.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/snmpd/main.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/snmpd/snmpd.config#2 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/snmpd/snmpd.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/snmpd/snmpd.sh#2 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/snmpd/snmpmod.3#2 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/snmpd/snmpmod.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/snmpd/trans_lsock.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/bsnmp/snmpd/trans_lsock.h#1 branch
.. //depot/projects/trustedbsd/base/contrib/bsnmp/snmpd/trans_udp.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/bsnmp/snmpd/trans_udp.h#1 branch
.. //depot/projects/trustedbsd/base/contrib/bsnmp/snmpd/trap.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/snmpd/tree.def#2 integrate
.. //depot/projects/trustedbsd/base/contrib/cpio/FREEBSD-upgrade#2 integrate
.. //depot/projects/trustedbsd/base/contrib/cpio/getopt.c#2 delete
.. //depot/projects/trustedbsd/base/contrib/cpio/getopt.h#2 delete
.. //depot/projects/trustedbsd/base/contrib/cpio/getopt1.c#2 delete
.. //depot/projects/trustedbsd/base/contrib/cvs/src/modules.c#3 integrate
.. //depot/projects/trustedbsd/base/contrib/cvs/src/server.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/diff/FREEBSD-upgrade#2 integrate
.. //depot/projects/trustedbsd/base/contrib/diff/diff.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/diff/getopt.c#2 delete
.. //depot/projects/trustedbsd/base/contrib/diff/getopt.h#2 delete
.. //depot/projects/trustedbsd/base/contrib/diff/getopt1.c#2 delete
.. //depot/projects/trustedbsd/base/contrib/gcc/FREEBSD-Xlist#5 integrate
.. //depot/projects/trustedbsd/base/contrib/gcc/FREEBSD-deletelist#4 integrate
.. //depot/projects/trustedbsd/base/contrib/gcc/config/freebsd-spec.h#11 integrate
.. //depot/projects/trustedbsd/base/contrib/gcc/getopt.c#6 delete
.. //depot/projects/trustedbsd/base/contrib/gcc/getopt.h#7 delete
.. //depot/projects/trustedbsd/base/contrib/gcc/getopt1.c#5 delete
.. //depot/projects/trustedbsd/base/contrib/gdtoa/gethex.c#3 integrate
.. //depot/projects/trustedbsd/base/contrib/gdtoa/strtod.c#3 integrate
.. //depot/projects/trustedbsd/base/contrib/gdtoa/xsum0.out#3 integrate
.. //depot/projects/trustedbsd/base/contrib/gnu-sort/lib/getopt.c#3 delete
.. //depot/projects/trustedbsd/base/contrib/gnu-sort/lib/getopt.h#3 delete
.. //depot/projects/trustedbsd/base/contrib/gnu-sort/lib/getopt1.c#3 delete
.. //depot/projects/trustedbsd/base/contrib/gperf/FREEBSD-Xlist#2 integrate
.. //depot/projects/trustedbsd/base/contrib/gperf/lib/getopt.c#2 delete
.. //depot/projects/trustedbsd/base/contrib/gperf/lib/getopt.c.patch#2 delete
.. //depot/projects/trustedbsd/base/contrib/gperf/lib/getopt.h#2 delete
.. //depot/projects/trustedbsd/base/contrib/gperf/lib/getopt.h.patch#2 delete
.. //depot/projects/trustedbsd/base/contrib/gperf/lib/getopt1.c#2 delete
.. //depot/projects/trustedbsd/base/contrib/groff/FREEBSD-Xlist#3 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/include/getopt.h#3 delete
.. //depot/projects/trustedbsd/base/contrib/groff/src/libs/libgroff/getopt.c#3 delete
.. //depot/projects/trustedbsd/base/contrib/groff/src/libs/libgroff/getopt1.c#3 delete
.. //depot/projects/trustedbsd/base/contrib/isc-dhcp/FREEBSD-upgrade#8 integrate
.. //depot/projects/trustedbsd/base/contrib/isc-dhcp/client/dhclient.c#11 integrate
.. //depot/projects/trustedbsd/base/contrib/isc-dhcp/common/convert.c#2 delete
.. //depot/projects/trustedbsd/base/contrib/isc-dhcp/common/errwarn.c#2 delete
.. //depot/projects/trustedbsd/base/contrib/isc-dhcp/common/hash.c#2 delete
.. //depot/projects/trustedbsd/base/contrib/isc-dhcp/common/inet_addr.c#2 delete
.. //depot/projects/trustedbsd/base/contrib/isc-dhcp/includes/hash.h#2 delete
.. //depot/projects/trustedbsd/base/contrib/isc-dhcp/includes/sysconf.h#2 delete
.. //depot/projects/trustedbsd/base/contrib/libreadline/FREEBSD-upgrade#3 integrate
.. //depot/projects/trustedbsd/base/contrib/libreadline/bind.c#3 integrate
.. //depot/projects/trustedbsd/base/contrib/libreadline/complete.c#3 integrate
.. //depot/projects/trustedbsd/base/contrib/libreadline/display.c#3 integrate
.. //depot/projects/trustedbsd/base/contrib/libreadline/doc/readline.3#3 integrate
.. //depot/projects/trustedbsd/base/contrib/libreadline/mbutil.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/libreadline/readline.c#3 integrate
.. //depot/projects/trustedbsd/base/contrib/libreadline/readline.h#4 integrate
.. //depot/projects/trustedbsd/base/contrib/libreadline/rlconf.h#3 integrate
.. //depot/projects/trustedbsd/base/contrib/libreadline/shell.c#3 integrate
.. //depot/projects/trustedbsd/base/contrib/libreadline/terminal.c#3 integrate
.. //depot/projects/trustedbsd/base/contrib/libreadline/util.c#3 integrate
.. //depot/projects/trustedbsd/base/contrib/libreadline/vi_mode.c#3 integrate
.. //depot/projects/trustedbsd/base/contrib/one-true-awk/FIXES#7 integrate
.. //depot/projects/trustedbsd/base/contrib/one-true-awk/FREEBSD-upgrade#7 integrate
.. //depot/projects/trustedbsd/base/contrib/one-true-awk/b.c#7 integrate
.. //depot/projects/trustedbsd/base/contrib/one-true-awk/lex.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/one-true-awk/main.c#8 integrate
.. //depot/projects/trustedbsd/base/contrib/one-true-awk/run.c#7 integrate
.. //depot/projects/trustedbsd/base/contrib/openpam/CREDITS#10 integrate
.. //depot/projects/trustedbsd/base/contrib/openpam/HISTORY#16 integrate
.. //depot/projects/trustedbsd/base/contrib/openpam/Makefile.in#2 integrate
.. //depot/projects/trustedbsd/base/contrib/openpam/RELNOTES#16 integrate
.. //depot/projects/trustedbsd/base/contrib/openpam/configure#2 integrate
.. //depot/projects/trustedbsd/base/contrib/openpam/configure.in#2 integrate
.. //depot/projects/trustedbsd/base/contrib/openpam/doc/man/openpam.3#10 integrate
.. //depot/projects/trustedbsd/base/contrib/openpam/doc/man/openpam_borrow_cred.3#13 integrate
.. //depot/projects/trustedbsd/base/contrib/openpam/doc/man/openpam_free_data.3#13 integrate
.. //depot/projects/trustedbsd/base/contrib/openpam/doc/man/openpam_get_option.3#16 integrate
.. //depot/projects/trustedbsd/base/contrib/openpam/doc/man/openpam_log.3#16 integrate
.. //depot/projects/trustedbsd/base/contrib/openpam/doc/man/openpam_nullconv.3#11 integrate
.. //depot/projects/trustedbsd/base/contrib/openpam/doc/man/openpam_readline.3#3 integrate
.. //depot/projects/trustedbsd/base/contrib/openpam/doc/man/openpam_restore_cred.3#13 integrate
.. //depot/projects/trustedbsd/base/contrib/openpam/doc/man/openpam_set_option.3#16 integrate
.. //depot/projects/trustedbsd/base/contrib/openpam/doc/man/openpam_ttyconv.3#16 integrate
.. //depot/projects/trustedbsd/base/contrib/openpam/doc/man/pam.3#18 integrate
.. //depot/projects/trustedbsd/base/contrib/openpam/doc/man/pam_acct_mgmt.3#16 integrate
.. //depot/projects/trustedbsd/base/contrib/openpam/doc/man/pam_authenticate.3#16 integrate
.. //depot/projects/trustedbsd/base/contrib/openpam/doc/man/pam_chauthtok.3#16 integrate
.. //depot/projects/trustedbsd/base/contrib/openpam/doc/man/pam_close_session.3#16 integrate
.. //depot/projects/trustedbsd/base/contrib/openpam/doc/man/pam_conv.3#6 integrate
.. //depot/projects/trustedbsd/base/contrib/openpam/doc/man/pam_end.3#16 integrate
.. //depot/projects/trustedbsd/base/contrib/openpam/doc/man/pam_error.3#16 integrate
.. //depot/projects/trustedbsd/base/contrib/openpam/doc/man/pam_get_authtok.3#17 integrate
.. //depot/projects/trustedbsd/base/contrib/openpam/doc/man/pam_get_data.3#16 integrate
.. //depot/projects/trustedbsd/base/contrib/openpam/doc/man/pam_get_item.3#16 integrate
.. //depot/projects/trustedbsd/base/contrib/openpam/doc/man/pam_get_user.3#16 integrate
.. //depot/projects/trustedbsd/base/contrib/openpam/doc/man/pam_getenv.3#16 integrate
.. //depot/projects/trustedbsd/base/contrib/openpam/doc/man/pam_getenvlist.3#17 integrate
.. //depot/projects/trustedbsd/base/contrib/openpam/doc/man/pam_info.3#16 integrate
.. //depot/projects/trustedbsd/base/contrib/openpam/doc/man/pam_open_session.3#16 integrate
.. //depot/projects/trustedbsd/base/contrib/openpam/doc/man/pam_prompt.3#16 integrate
.. //depot/projects/trustedbsd/base/contrib/openpam/doc/man/pam_putenv.3#16 integrate
.. //depot/projects/trustedbsd/base/contrib/openpam/doc/man/pam_set_data.3#16 integrate
.. //depot/projects/trustedbsd/base/contrib/openpam/doc/man/pam_set_item.3#16 integrate
.. //depot/projects/trustedbsd/base/contrib/openpam/doc/man/pam_setcred.3#16 integrate
.. //depot/projects/trustedbsd/base/contrib/openpam/doc/man/pam_setenv.3#16 integrate
.. //depot/projects/trustedbsd/base/contrib/openpam/doc/man/pam_sm_acct_mgmt.3#16 integrate
.. //depot/projects/trustedbsd/base/contrib/openpam/doc/man/pam_sm_authenticate.3#16 integrate
.. //depot/projects/trustedbsd/base/contrib/openpam/doc/man/pam_sm_chauthtok.3#16 integrate
.. //depot/projects/trustedbsd/base/contrib/openpam/doc/man/pam_sm_close_session.3#16 integrate
.. //depot/projects/trustedbsd/base/contrib/openpam/doc/man/pam_sm_open_session.3#16 integrate
.. //depot/projects/trustedbsd/base/contrib/openpam/doc/man/pam_sm_setcred.3#16 integrate
.. //depot/projects/trustedbsd/base/contrib/openpam/doc/man/pam_start.3#17 integrate
.. //depot/projects/trustedbsd/base/contrib/openpam/doc/man/pam_strerror.3#16 integrate
.. //depot/projects/trustedbsd/base/contrib/openpam/doc/man/pam_verror.3#16 integrate
.. //depot/projects/trustedbsd/base/contrib/openpam/doc/man/pam_vinfo.3#16 integrate
.. //depot/projects/trustedbsd/base/contrib/openpam/doc/man/pam_vprompt.3#16 integrate
.. //depot/projects/trustedbsd/base/contrib/openpam/include/security/openpam.h#14 integrate
.. //depot/projects/trustedbsd/base/contrib/openpam/include/security/openpam_version.h#10 integrate
.. //depot/projects/trustedbsd/base/contrib/openpam/include/security/pam_appl.h#11 integrate
.. //depot/projects/trustedbsd/base/contrib/openpam/lib/openpam_borrow_cred.c#10 integrate
.. //depot/projects/trustedbsd/base/contrib/openpam/lib/openpam_impl.h#16 integrate
.. //depot/projects/trustedbsd/base/contrib/openpam/lib/openpam_restore_cred.c#10 integrate
.. //depot/projects/trustedbsd/base/contrib/openpam/lib/pam_get_authtok.c#15 integrate
.. //depot/projects/trustedbsd/base/contrib/openpam/lib/pam_get_data.c#12 integrate
.. //depot/projects/trustedbsd/base/contrib/openpam/lib/pam_get_user.c#13 integrate
.. //depot/projects/trustedbsd/base/contrib/openpam/lib/pam_vprompt.c#13 integrate
.. //depot/projects/trustedbsd/base/contrib/openpam/ltmain.sh#2 integrate
.. //depot/projects/trustedbsd/base/contrib/openpam/stamp-h.in#2 integrate
.. //depot/projects/trustedbsd/base/contrib/pf/authpf/authpf.8#1 branch
.. //depot/projects/trustedbsd/base/contrib/pf/authpf/authpf.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/pf/authpf/pathnames.h#1 branch
.. //depot/projects/trustedbsd/base/contrib/pf/ftp-proxy/ftp-proxy.8#1 branch
.. //depot/projects/trustedbsd/base/contrib/pf/ftp-proxy/ftp-proxy.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/pf/ftp-proxy/getline.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/pf/ftp-proxy/util.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/pf/ftp-proxy/util.h#1 branch
.. //depot/projects/trustedbsd/base/contrib/pf/man/pf.4#1 branch
.. //depot/projects/trustedbsd/base/contrib/pf/man/pf.conf.5#1 branch
.. //depot/projects/trustedbsd/base/contrib/pf/man/pf.os.5#1 branch
.. //depot/projects/trustedbsd/base/contrib/pf/man/pflog.4#1 branch
.. //depot/projects/trustedbsd/base/contrib/pf/man/pfsync.4#1 branch
.. //depot/projects/trustedbsd/base/contrib/pf/pfctl/parse.y#1 branch
.. //depot/projects/trustedbsd/base/contrib/pf/pfctl/pf_print_state.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/pf/pfctl/pfctl.8#1 branch
.. //depot/projects/trustedbsd/base/contrib/pf/pfctl/pfctl.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/pf/pfctl/pfctl.h#1 branch
.. //depot/projects/trustedbsd/base/contrib/pf/pfctl/pfctl_altq.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/pf/pfctl/pfctl_osfp.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/pf/pfctl/pfctl_parser.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/pf/pfctl/pfctl_parser.h#1 branch
.. //depot/projects/trustedbsd/base/contrib/pf/pfctl/pfctl_qstats.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/pf/pfctl/pfctl_radix.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/pf/pfctl/pfctl_table.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/pf/pflogd/pflogd.8#1 branch
.. //depot/projects/trustedbsd/base/contrib/pf/pflogd/pflogd.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/pf/pflogd/pidfile.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/pf/pflogd/pidfile.h#1 branch
.. //depot/projects/trustedbsd/base/contrib/sendmail/FREEBSD-upgrade#13 integrate
.. //depot/projects/trustedbsd/base/contrib/sendmail/PGPKEYS#6 integrate
.. //depot/projects/trustedbsd/base/contrib/sendmail/RELEASE_NOTES#12 integrate
.. //depot/projects/trustedbsd/base/contrib/sendmail/cf/README#12 integrate
.. //depot/projects/trustedbsd/base/contrib/sendmail/cf/cf/submit.cf#11 integrate
.. //depot/projects/trustedbsd/base/contrib/sendmail/cf/m4/cfhead.m4#9 integrate
.. //depot/projects/trustedbsd/base/contrib/sendmail/cf/m4/proto.m4#11 integrate
.. //depot/projects/trustedbsd/base/contrib/sendmail/cf/m4/version.m4#12 integrate
.. //depot/projects/trustedbsd/base/contrib/sendmail/doc/op/op.me#12 integrate
.. //depot/projects/trustedbsd/base/contrib/sendmail/include/libmilter/mfapi.h#8 integrate
.. //depot/projects/trustedbsd/base/contrib/sendmail/include/libmilter/milter.h#7 integrate
.. //depot/projects/trustedbsd/base/contrib/sendmail/include/sm/cdefs.h#5 integrate
.. //depot/projects/trustedbsd/base/contrib/sendmail/include/sm/conf.h#10 integrate
.. //depot/projects/trustedbsd/base/contrib/sendmail/libmilter/docs/smfi_addrcpt.html#3 integrate
.. //depot/projects/trustedbsd/base/contrib/sendmail/libmilter/docs/smfi_delrcpt.html#3 integrate
.. //depot/projects/trustedbsd/base/contrib/sendmail/libmilter/docs/smfi_setreply.html#6 integrate
.. //depot/projects/trustedbsd/base/contrib/sendmail/libmilter/docs/xxfi_connect.html#3 integrate
.. //depot/projects/trustedbsd/base/contrib/sendmail/libmilter/docs/xxfi_envrcpt.html#3 integrate
.. //depot/projects/trustedbsd/base/contrib/sendmail/libmilter/engine.c#9 integrate
.. //depot/projects/trustedbsd/base/contrib/sendmail/libmilter/libmilter.h#8 integrate
.. //depot/projects/trustedbsd/base/contrib/sendmail/libmilter/listener.c#10 integrate
.. //depot/projects/trustedbsd/base/contrib/sendmail/libmilter/main.c#9 integrate
.. //depot/projects/trustedbsd/base/contrib/sendmail/libmilter/signal.c#8 integrate
.. //depot/projects/trustedbsd/base/contrib/sendmail/libsm/assert.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/sendmail/libsm/exc.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/sendmail/libsm/ldap.c#7 integrate
.. //depot/projects/trustedbsd/base/contrib/sendmail/libsm/local.h#6 integrate
.. //depot/projects/trustedbsd/base/contrib/sendmail/smrsh/smrsh.8#7 integrate
.. //depot/projects/trustedbsd/base/contrib/sendmail/smrsh/smrsh.c#10 integrate
.. //depot/projects/trustedbsd/base/contrib/sendmail/src/README#11 integrate
.. //depot/projects/trustedbsd/base/contrib/sendmail/src/alias.c#6 integrate
.. //depot/projects/trustedbsd/base/contrib/sendmail/src/conf.c#13 integrate
.. //depot/projects/trustedbsd/base/contrib/sendmail/src/daemon.c#10 integrate
.. //depot/projects/trustedbsd/base/contrib/sendmail/src/deliver.c#12 integrate
.. //depot/projects/trustedbsd/base/contrib/sendmail/src/headers.c#9 integrate
.. //depot/projects/trustedbsd/base/contrib/sendmail/src/main.c#12 integrate
.. //depot/projects/trustedbsd/base/contrib/sendmail/src/milter.c#12 integrate
.. //depot/projects/trustedbsd/base/contrib/sendmail/src/mime.c#7 integrate
.. //depot/projects/trustedbsd/base/contrib/sendmail/src/queue.c#12 integrate
.. //depot/projects/trustedbsd/base/contrib/sendmail/src/readcf.c#11 integrate
.. //depot/projects/trustedbsd/base/contrib/sendmail/src/recipient.c#7 integrate
.. //depot/projects/trustedbsd/base/contrib/sendmail/src/sendmail.8#7 integrate
.. //depot/projects/trustedbsd/base/contrib/sendmail/src/sendmail.h#12 integrate
.. //depot/projects/trustedbsd/base/contrib/sendmail/src/srvrsmtp.c#12 integrate
.. //depot/projects/trustedbsd/base/contrib/sendmail/src/tls.c#8 integrate
.. //depot/projects/trustedbsd/base/contrib/sendmail/src/util.c#9 integrate
.. //depot/projects/trustedbsd/base/contrib/sendmail/src/version.c#12 integrate
.. //depot/projects/trustedbsd/base/contrib/smbfs/lib/smb/nb_net.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/sort/Makefile#2 delete
.. //depot/projects/trustedbsd/base/contrib/sort/append.c#2 delete
.. //depot/projects/trustedbsd/base/contrib/sort/extern.h#2 delete
.. //depot/projects/trustedbsd/base/contrib/sort/fields.c#2 delete
.. //depot/projects/trustedbsd/base/contrib/sort/files.c#2 delete
.. //depot/projects/trustedbsd/base/contrib/sort/fsort.c#2 delete
.. //depot/projects/trustedbsd/base/contrib/sort/fsort.h#2 delete
.. //depot/projects/trustedbsd/base/contrib/sort/init.c#2 delete
.. //depot/projects/trustedbsd/base/contrib/sort/msort.c#2 delete
.. //depot/projects/trustedbsd/base/contrib/sort/pathnames.h#2 delete
.. //depot/projects/trustedbsd/base/contrib/sort/regress/Makefile#2 delete
.. //depot/projects/trustedbsd/base/contrib/sort/regress/stests#2 delete
.. //depot/projects/trustedbsd/base/contrib/sort/sort.1#2 delete
.. //depot/projects/trustedbsd/base/contrib/sort/sort.c#2 delete
.. //depot/projects/trustedbsd/base/contrib/sort/sort.h#2 delete
.. //depot/projects/trustedbsd/base/contrib/sort/tmp.c#2 delete
.. //depot/projects/trustedbsd/base/contrib/tar/FREEBSD-Xlist#2 integrate
.. //depot/projects/trustedbsd/base/contrib/tar/lib/getopt.c#2 delete
.. //depot/projects/trustedbsd/base/contrib/tar/lib/getopt.h#2 delete
.. //depot/projects/trustedbsd/base/contrib/tar/lib/getopt1.c#2 delete
.. //depot/projects/trustedbsd/base/contrib/texinfo/FREEBSD-Xlist#5 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/lib/getopt.c#4 delete
.. //depot/projects/trustedbsd/base/contrib/texinfo/lib/getopt.h#4 delete
.. //depot/projects/trustedbsd/base/contrib/texinfo/lib/getopt1.c#4 delete
.. //depot/projects/trustedbsd/base/contrib/traceroute/traceroute.c#5 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/CREDITS#4 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/ChangeLog#6 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/FREEBSD-Xlist#3 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/FREEBSD-upgrade#6 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/INSTALL#5 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/LICENCE#5 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/Makefile.in#6 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/OVERVIEW#3 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/README#5 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/README.dns#2 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/README.platform#1 branch
.. //depot/projects/trustedbsd/base/crypto/openssh/README.privsep#5 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/README.smartcard#4 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/RFC.nroff#2 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/TODO#6 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/WARNING.RNG#2 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/acconfig.h#7 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/acss.c#1 branch
.. //depot/projects/trustedbsd/base/crypto/openssh/acss.h#1 branch
.. //depot/projects/trustedbsd/base/crypto/openssh/auth-chall.c#7 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/auth-krb5.c#8 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/auth-pam.c#7 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/auth-pam.h#6 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/auth-passwd.c#8 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/auth-rh-rsa.c#5 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/auth-rhosts.c#5 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/auth-rsa.c#5 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/auth-shadow.c#1 branch
.. //depot/projects/trustedbsd/base/crypto/openssh/auth-sia.c#4 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/auth.c#8 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/auth.h#8 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/auth1.c#8 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/auth2-gss.c#2 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/auth2-hostbased.c#3 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/auth2-passwd.c#3 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/auth2-pubkey.c#3 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/auth2.c#10 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/authfd.c#8 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/authfd.h#7 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/authfile.c#8 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/bufaux.c#7 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/bufaux.h#5 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/buffer.c#6 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/canohost.c#7 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/channels.c#11 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/channels.h#7 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/cipher-3des1.c#2 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/cipher-acss.c#1 branch
.. //depot/projects/trustedbsd/base/crypto/openssh/cipher-aes.c#2 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/cipher-ctr.c#2 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/cipher.c#8 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/cipher.h#4 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/cleanup.c#1 branch
.. //depot/projects/trustedbsd/base/crypto/openssh/clientloop.c#8 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/clientloop.h#4 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/compat.c#7 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/compat.h#7 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/compress.c#4 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/config.guess#4 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/config.h#5 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/config.sub#4 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/configure.ac#6 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/defines.h#6 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/dh.c#6 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/dns.c#2 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/dns.h#2 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/entropy.c#3 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/fatal.c#2 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/fixprogs#2 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/groupaccess.c#4 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/gss-genr.c#2 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/gss-serv-krb5.c#2 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/gss-serv.c#2 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/hostfile.c#7 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/hostfile.h#5 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/includes.h#8 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/install-sh#2 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/kex.c#6 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/kexgexc.c#2 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/key.c#8 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/key.h#6 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/log.c#7 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/log.h#7 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/loginrec.c#6 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/mac.c#4 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/md5crypt.c#3 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/mdoc2man.awk#2 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/misc.c#7 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/mkinstalldirs#2 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/moduli#2 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/moduli.c#2 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/monitor.c#8 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/monitor.h#5 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/monitor_wrap.c#6 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/monitor_wrap.h#5 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/msg.c#6 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/msg.h#4 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/nchan.ms#2 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/nchan2.ms#3 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/openbsd-compat/Makefile.in#5 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/openbsd-compat/base64.c#4 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/openbsd-compat/basename.c#3 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/openbsd-compat/bsd-arc4random.c#4 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/openbsd-compat/bsd-cray.c#4 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/openbsd-compat/bsd-cray.h#5 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/openbsd-compat/bsd-getpeereid.c#3 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/openbsd-compat/bsd-misc.c#5 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/openbsd-compat/bsd-misc.h#4 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/openbsd-compat/bsd-openpty.c#1 branch
.. //depot/projects/trustedbsd/base/crypto/openssh/openbsd-compat/daemon.c#3 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/openbsd-compat/dirname.c#4 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/openbsd-compat/fake-rfc2553.c#2 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/openbsd-compat/fake-rfc2553.h#2 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/openbsd-compat/getcwd.c#5 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/openbsd-compat/getgrouplist.c#3 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/openbsd-compat/getopt.c#6 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/openbsd-compat/getrrsetbyname.c#2 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/openbsd-compat/getrrsetbyname.h#2 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/openbsd-compat/glob.c#4 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/openbsd-compat/glob.h#4 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/openbsd-compat/inet_aton.c#3 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/openbsd-compat/inet_ntoa.c#4 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/openbsd-compat/inet_ntop.c#4 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/openbsd-compat/mktemp.c#5 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/openbsd-compat/openbsd-compat.h#5 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/openbsd-compat/port-aix.c#4 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/openbsd-compat/port-aix.h#5 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/openbsd-compat/readpassphrase.c#4 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/openbsd-compat/readpassphrase.h#3 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/openbsd-compat/realpath.c#4 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/openbsd-compat/rresvport.c#4 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/openbsd-compat/setenv.c#5 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/openbsd-compat/setproctitle.c#4 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/openbsd-compat/sigact.c#3 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/openbsd-compat/strlcat.c#4 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/openbsd-compat/strlcpy.c#4 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/openbsd-compat/strmode.c#3 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/openbsd-compat/strsep.c#4 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/openbsd-compat/strtoul.c#1 branch
.. //depot/projects/trustedbsd/base/crypto/openssh/openbsd-compat/sys-queue.h#3 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/openbsd-compat/sys-tree.h#3 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/openbsd-compat/vis.c#3 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/openbsd-compat/vis.h#3 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/openbsd-compat/xcrypt.c#2 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/packet.c#9 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/pathnames.h#5 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/progressmeter.c#3 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/readconf.c#9 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/readconf.h#6 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/regress/Makefile#4 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/regress/README.regress#2 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/regress/agent-ptrace.sh#3 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/regress/banner.sh#1 branch
.. //depot/projects/trustedbsd/base/crypto/openssh/regress/sftp-badcmds.sh#2 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/regress/sftp-batch.sh#3 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/regress/sftp-cmds.sh#3 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/regress/ssh-com.sh#4 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/regress/test-exec.sh#3 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/rijndael.c#6 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/scard-opensc.c#3 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/scp.1#7 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/scp.c#7 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/servconf.c#11 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/servconf.h#6 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/serverloop.c#8 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/session.c#18 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/session.h#8 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/sftp-client.c#8 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/sftp-client.h#5 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/sftp-common.c#7 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/sftp-common.h#4 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/sftp-glob.c#5 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/sftp-glob.h#5 delete
.. //depot/projects/trustedbsd/base/crypto/openssh/sftp-int.c#8 delete
.. //depot/projects/trustedbsd/base/crypto/openssh/sftp-int.h#4 delete
.. //depot/projects/trustedbsd/base/crypto/openssh/sftp-server.8#5 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/sftp-server.c#8 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/sftp.1#7 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/sftp.c#8 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/ssh-add.1#6 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/ssh-add.c#7 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/ssh-agent.c#10 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/ssh-dss.c#6 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/ssh-gss.h#2 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/ssh-keygen.1#6 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/ssh-keygen.c#8 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/ssh-keyscan.c#7 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/ssh-keysign.c#5 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/ssh-rand-helper.8#2 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/ssh-rand-helper.c#5 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/ssh-rsa.c#8 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/ssh.1#8 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/ssh.c#9 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/ssh.h#8 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/ssh_config#13 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/ssh_config.5#9 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/ssh_prng_cmds.in#3 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/sshconnect.c#8 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/sshconnect2.c#9 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/sshd.8#10 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/sshd.c#11 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/sshd_config#14 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/sshd_config.5#11 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/sshpty.c#8 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/sshtty.c#4 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/sshtty.h#3 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/uidswap.c#6 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/uuencode.c#5 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/uuencode.h#3 integrate
.. //depot/projects/trustedbsd/base/crypto/openssh/version.h#13 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/CHANGES#8 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/Configure#8 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/FAQ#8 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/LICENSE#4 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/Makefile.org#8 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/Makefile.ssl#8 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/NEWS#8 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/README#8 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/apps/CA.pl#6 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/apps/Makefile.ssl#6 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/apps/apps.c#5 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/apps/apps.h#3 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/apps/asn1pars.c#4 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/apps/ca.c#6 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/apps/der_chop#5 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/apps/dgst.c#4 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/apps/enc.c#4 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/apps/engine.c#3 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/apps/ocsp.c#3 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/apps/openssl.cnf#4 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/apps/pkcs12.c#4 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/apps/pkcs7.c#4 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/apps/req.c#5 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/apps/rsautl.c#3 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/apps/s_socket.c#3 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/apps/s_time.c#4 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/apps/speed.c#4 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/apps/x509.c#5 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/certs/expired/vsign3.pem#1 branch
.. //depot/projects/trustedbsd/base/crypto/openssl/certs/vsign3.pem#2 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/config#8 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/Makefile.ssl#5 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/aes/Makefile.ssl#2 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/aes/aes_cbc.c#3 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/asn1/Makefile.ssl#4 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/asn1/a_gentm.c#4 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/asn1/a_mbstr.c#3 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/asn1/a_strex.c#4 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/asn1/a_time.c#4 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/asn1/a_utctm.c#5 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/asn1/asn1_lib.c#7 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/asn1/asn1_par.c#3 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/asn1/asn_moid.c#2 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/asn1/t_pkey.c#4 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/asn1/x_long.c#2 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/bf/Makefile.ssl#3 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/bio/Makefile.ssl#3 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/bio/b_dump.c#2 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/bio/b_print.c#8 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/bio/b_sock.c#5 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/bio/bio_cb.c#3 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/bio/bss_conn.c#3 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/bio/bss_file.c#4 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/bn/Makefile.ssl#5 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/bn/asm/bn-586.pl#3 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/bn/asm/x86_64-gcc.c#2 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/bn/bn_lcl.h#3 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/bn/bn_lib.c#3 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/bn/bn_print.c#3 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/buffer/Makefile.ssl#3 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/cast/Makefile.ssl#3 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/comp/Makefile.ssl#4 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/conf/Makefile.ssl#5 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/conf/conf_def.c#4 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/conf/conf_mod.c#2 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/cversion.c#3 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/des/Makefile.ssl#3 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/des/cfb_enc.c#4 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/des/ecb_enc.c#3 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/dh/Makefile.ssl#4 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/dsa/Makefile.ssl#4 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/dso/Makefile.ssl#3 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/dso/dso_lib.c#3 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/ec/Makefile.ssl#2 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/ec/ecp_smpl.c#2 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/engine/Makefile.ssl#2 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/engine/eng_ctrl.c#2 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/engine/eng_fat.c#3 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/engine/engine.h#3 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/engine/hw_cryptodev.c#2 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/err/Makefile.ssl#4 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/err/err.c#5 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/evp/Makefile.ssl#4 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/evp/bio_ok.c#3 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/evp/digest.c#4 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/evp/evp.h#6 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/evp/evp_enc.c#3 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/evp/evp_pbe.c#3 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/evp/evp_pkey.c#3 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/hmac/Makefile.ssl#3 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/idea/Makefile.ssl#3 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/krb5/Makefile.ssl#2 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/lhash/Makefile.ssl#3 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/md2/Makefile.ssl#4 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/md4/Makefile.ssl#3 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/md5/Makefile.ssl#4 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/mdc2/Makefile.ssl#3 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/mem.c#4 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/mem_dbg.c#3 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/objects/Makefile.ssl#5 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/objects/obj_dat.c#5 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/objects/obj_dat.pl#4 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/ocsp/Makefile.ssl#2 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/ocsp/ocsp_ext.c#2 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/ocsp/ocsp_lib.c#2 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/ocsp/ocsp_vfy.c#2 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/opensslconf.h#4 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/opensslv.h#8 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/pem/Makefile.ssl#3 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/pem/pem_lib.c#5 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/pem/pem_pkey.c#2 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/pkcs12/Makefile.ssl#3 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/pkcs7/Makefile.ssl#4 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/pkcs7/pk7_doit.c#7 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/rand/Makefile.ssl#3 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/rand/rand_egd.c#4 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/rand/rand_unix.c#2 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/rand/rand_win.c#5 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/rand/randfile.c#3 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/rc2/Makefile.ssl#3 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/rc4/Makefile.ssl#3 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/rc5/Makefile.ssl#3 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/ripemd/Makefile.ssl#3 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/rsa/Makefile.ssl#4 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/sha/Makefile.ssl#3 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/sha/asm/sha1-586.pl#2 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/stack/Makefile.ssl#3 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/threads/mttest.c#4 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/txt_db/Makefile.ssl#3 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/ui/Makefile.ssl#2 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/ui/ui_lib.c#2 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/x509/Makefile.ssl#4 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/x509/by_dir.c#2 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/x509/x509.h#4 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/x509/x509_txt.c#4 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/x509/x509_vfy.c#5 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/x509/x509_vfy.h#4 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/x509/x509type.c#3 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/x509v3/Makefile.ssl#4 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/x509v3/v3_alt.c#3 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/x509v3/v3_crld.c#3 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/x509v3/v3_info.c#3 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/crypto/x509v3/v3_purp.c#3 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/doc/apps/config.pod#2 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/doc/apps/openssl.pod#4 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/doc/apps/s_client.pod#4 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/doc/apps/s_time.pod#1 branch
.. //depot/projects/trustedbsd/base/crypto/openssl/doc/apps/smime.pod#4 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/doc/crypto/BIO_f_ssl.pod#2 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/doc/crypto/CONF_modules_free.pod#1 branch
.. //depot/projects/trustedbsd/base/crypto/openssl/doc/crypto/CONF_modules_load_file.pod#1 branch
.. //depot/projects/trustedbsd/base/crypto/openssl/doc/crypto/EVP_BytesToKey.pod#2 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/doc/crypto/EVP_DigestInit.pod#4 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/doc/crypto/OPENSSL_config.pod#1 branch
.. //depot/projects/trustedbsd/base/crypto/openssl/doc/crypto/OPENSSL_load_builtin_modules.pod#1 branch
.. //depot/projects/trustedbsd/base/crypto/openssl/doc/crypto/OpenSSL_add_all_algorithms.pod#2 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/doc/crypto/RSA_print.pod#3 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/doc/crypto/d2i_DSAPublicKey.pod#2 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/doc/crypto/d2i_RSAPublicKey.pod#3 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/doc/crypto/des.pod#3 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/doc/crypto/pem.pod#2 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/doc/crypto/ui.pod#2 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/doc/ssl/SSL_COMP_add_compression_method.pod#2 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/doc/ssleay.txt#3 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/openssl.spec#7 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/ssl/Makefile.ssl#5 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/ssl/kssl.c#3 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/ssl/s2_clnt.c#6 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/ssl/s2_enc.c#5 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/ssl/s2_lib.c#5 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/ssl/s2_pkt.c#4 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/ssl/s2_srvr.c#6 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/ssl/s3_clnt.c#8 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/ssl/s3_enc.c#6 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/ssl/s3_lib.c#5 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/ssl/s3_pkt.c#5 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/ssl/s3_srvr.c#9 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/ssl/ssl.h#7 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/ssl/ssl_asn1.c#5 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/ssl/ssl_cert.c#5 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/ssl/ssl_ciph.c#4 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/ssl/ssl_lib.c#6 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/ssl/ssl_sess.c#7 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/ssl/ssltest.c#5 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/test/Makefile.ssl#6 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/tools/Makefile.ssl#3 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/tools/c_rehash#6 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/util/extract-names.pl#3 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/util/mk1mf.pl#5 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/util/mkdef.pl#5 integrate
.. //depot/projects/trustedbsd/base/crypto/openssl/util/pl/OS2-EMX.pl#2 integrate
.. //depot/projects/trustedbsd/base/etc/Makefile#38 integrate
.. //depot/projects/trustedbsd/base/etc/defaults/devfs.rules#3 integrate
.. //depot/projects/trustedbsd/base/etc/defaults/rc.conf#35 integrate
.. //depot/projects/trustedbsd/base/etc/devd.conf#10 integrate
.. //depot/projects/trustedbsd/base/etc/etc.powerpc/ttys#1 branch
.. //depot/projects/trustedbsd/base/etc/ftpusers#7 integrate
.. //depot/projects/trustedbsd/base/etc/group#7 integrate
.. //depot/projects/trustedbsd/base/etc/inetd.conf#11 integrate
.. //depot/projects/trustedbsd/base/etc/isdn/Makefile#6 integrate
.. //depot/projects/trustedbsd/base/etc/mail/aliases#8 integrate
.. //depot/projects/trustedbsd/base/etc/master.passwd#6 integrate
.. //depot/projects/trustedbsd/base/etc/mtree/BSD.include.dist#23 integrate
.. //depot/projects/trustedbsd/base/etc/mtree/BSD.local.dist#23 integrate
.. //depot/projects/trustedbsd/base/etc/mtree/BSD.usr.dist#34 integrate
.. //depot/projects/trustedbsd/base/etc/mtree/BSD.var.dist#9 integrate
.. //depot/projects/trustedbsd/base/etc/namedb/named.root#3 integrate
.. //depot/projects/trustedbsd/base/etc/netstart#5 integrate
.. //depot/projects/trustedbsd/base/etc/pam.d/xdm#7 integrate
.. //depot/projects/trustedbsd/base/etc/pccard_ether#9 integrate
.. //depot/projects/trustedbsd/base/etc/periodic/daily/110.clean-tmps#3 integrate
.. //depot/projects/trustedbsd/base/etc/pf.conf#1 branch
.. //depot/projects/trustedbsd/base/etc/pf.os#1 branch
.. //depot/projects/trustedbsd/base/etc/protocols#6 integrate
.. //depot/projects/trustedbsd/base/etc/rc#24 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/DAEMON#4 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/LOGIN#4 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/Makefile#17 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/NETWORKING#6 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/SERVERS#4 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/abi#3 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/accounting#5 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/addswap#3 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/adjkerntz#3 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/amd#8 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/apm#5 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/apmd#9 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/archdep#6 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/atm1#6 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/atm2#2 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/atm3#3 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/bgfsck#5 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/bootparams#4 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/ccd#3 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/cleanvar#6 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/cleartmp#6 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/cron#5 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/devd#6 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/devfs#6 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/dhclient#8 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/diskless#11 delete
.. //depot/projects/trustedbsd/base/etc/rc.d/dmesg#3 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/dumpon#2 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/fsck#5 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/gbde#2 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/gbde_swap#1 branch
.. //depot/projects/trustedbsd/base/etc/rc.d/hostname#3 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/ike#2 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/inetd#3 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/initdiskless#12 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/initrandom#2 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/ip6addrctl#2 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/ip6fw#4 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/ipfilter#12 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/ipfs#3 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/ipfw#6 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/ipmon#7 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/ipnat#9 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/ipsec#7 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/ipxrouted#2 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/isdnd#9 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/jail#6 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/kldxref#3 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/ldconfig#9 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/local#5 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/lomac#3 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/lpd#4 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/mixer#1 branch
.. //depot/projects/trustedbsd/base/etc/rc.d/motd#8 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/mountcritlocal#7 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/mountcritremote#7 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/mountd#8 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/moused#4 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/mroute6d#3 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/mrouted#6 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/named#7 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/netif#4 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/netoptions#3 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/network_ipv6#7 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/nfsclient#4 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/nfsd#8 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/nfslocking#5 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/nfsserver#3 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/ntpd#6 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/ntpdate#5 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/pccard#5 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/pcvt#3 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/pf#1 branch
.. //depot/projects/trustedbsd/base/etc/rc.d/power_profile#2 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/ppp-user#5 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/pppoed#2 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/pwcheck#3 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/quota#4 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/ramdisk#1 branch
.. //depot/projects/trustedbsd/base/etc/rc.d/random#4 integrate

>>> TRUNCATED FOR MAIL (1000 lines) <<<
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message



More information about the trustedbsd-cvs mailing list