PERFORCE change 86525 for review

Robert Watson rwatson at FreeBSD.org
Wed Nov 9 12:07:04 GMT 2005


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

Change 86525 by rwatson at rwatson_zoo on 2005/11/09 12:06:14

	Integrate TrustedBSD base from FreeBSD CVS:
	
	- bsnmp update
	- groff update, including FSF address change
	- smbfs can set tcp/nb ports
	- pfsync in rc.conf
	- bluetooth in rc.conf
	- pccard becomes rc.d'd.
	- lmc driver
	- ppp-user -> ppp
	- setkey to /sbin
	- wpa_supplicant ndis support
	- now FreeBSD 7.x
	- pthread timers, process shared mutexes, timed join
	- libc_r not built by default any longer
	- libkvm fixes
	- lots of libm fixes
	- picobsd image uses if_bridge rather than options BRIDGE
	- IP_DONTFRAG
	- atomic_fetchadd
	- intr_event - general cleanup of interrupt path, fast interrupt
	  sharing, fewer ithreads, etc.
	- realtime signal support: queueing, etc.
	- uprintf, tprintf acquire Giant
	- STOP_NMI not KDB_STOP_NMI; now default.
	- malloc type renaming
	- freebsd32 compatibility: uio, signal, clock work
	- More NDIS evil.
	- config 600003 - nocpu, DEFAULTS, etc.
	- ACPI update.
	- DDB alltrace, show malloc, show allpcpu, show uma.
	- aac, amr, ata, if_ed, if_sis, if_vr, if_wb, pcm updates.
	- if_cp, if_ct, if_cx style
	- if_txp, if_vx mpsafe
	- countless vfs-related bug fixes
	- device polling configured more using interface capability flags
	- some tty normalization
	- mandatory mbuf external storage refcounting using uma, MT_HEADER
	  normalization.
	- solisten passes backlog to protocol
	- aio cleanup
	- net.isr.direct
	- netgraph topology mutex and queueing work
	- more IFF_NEEDSGIANT support for multicast
	- much neighbor discovery and ipv6 address tweakage
	- loop back mac_seeotheruids privileged exception
	- mac_process mpsafety for VM
	- all the other usual array of bug fixes, driver updates, doc
	  cleanups, etc.

Affected files ...

.. //depot/projects/trustedbsd/base/MAINTAINERS#33 integrate
.. //depot/projects/trustedbsd/base/Makefile.inc1#65 integrate
.. //depot/projects/trustedbsd/base/ObsoleteFiles.inc#3 integrate
.. //depot/projects/trustedbsd/base/UPDATING#59 integrate
.. //depot/projects/trustedbsd/base/bin/date/date.1#13 integrate
.. //depot/projects/trustedbsd/base/bin/rm/rm.1#12 integrate
.. //depot/projects/trustedbsd/base/bin/rm/rm.c#16 integrate
.. //depot/projects/trustedbsd/base/bin/sh/eval.c#12 integrate
.. //depot/projects/trustedbsd/base/bin/sh/exec.c#13 integrate
.. //depot/projects/trustedbsd/base/bin/sh/exec.h#6 integrate
.. //depot/projects/trustedbsd/base/bin/sh/histedit.c#9 integrate
.. //depot/projects/trustedbsd/base/bin/sh/memalloc.c#9 integrate
.. //depot/projects/trustedbsd/base/bin/sh/memalloc.h#5 integrate
.. //depot/projects/trustedbsd/base/bin/sh/miscbltin.c#9 integrate
.. //depot/projects/trustedbsd/base/bin/sh/options.c#10 integrate
.. //depot/projects/trustedbsd/base/bin/sh/sh.1#22 integrate
.. //depot/projects/trustedbsd/base/contrib/bc/bc/main.c#3 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/FREEBSD-Xlist#4 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/NEWS#9 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/VERSION#9 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/gensnmpdef/gensnmpdef.1#5 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/gensnmptree/gensnmptree.1#5 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/gensnmptree/gensnmptree.c#8 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/lib/asn1.3#7 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/lib/asn1.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/lib/asn1.h#4 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/lib/bsnmpagent.3#7 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/lib/bsnmpclient.3#8 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/lib/bsnmplib.3#7 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/lib/snmp.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/lib/snmpagent.c#7 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/lib/snmpclient.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/snmp_mibII/mibII.c#8 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/snmp_mibII/mibII.h#5 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/snmp_mibII/mibII_interfaces.c#8 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/snmp_mibII/mibII_ipaddr.c#6 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/snmp_mibII/mibII_route.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/snmp_mibII/snmp_mibII.3#8 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/snmp_ntp/BEGEMOT-NTP-MIB.txt#2 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/snmp_ntp/snmp_ntp.c#3 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/snmpd/.gdbinit#2 delete
.. //depot/projects/trustedbsd/base/contrib/bsnmp/snmpd/bsnmpd.1#7 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/snmpd/config.c#6 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/snmpd/main.c#10 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/snmpd/snmpmod.3#8 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/snmpd/snmpmod.h#5 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/snmpd/trans_udp.c#3 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/snmpd/trap.c#6 integrate
.. //depot/projects/trustedbsd/base/contrib/cpio/ABOUT-NLS#1 branch
.. //depot/projects/trustedbsd/base/contrib/cpio/AUTHORS#1 branch
.. //depot/projects/trustedbsd/base/contrib/cpio/COPYING#2 integrate
.. //depot/projects/trustedbsd/base/contrib/cpio/COPYING.LIB#2 delete
.. //depot/projects/trustedbsd/base/contrib/cpio/ChangeLog#2 integrate
.. //depot/projects/trustedbsd/base/contrib/cpio/FREEBSD-upgrade#3 integrate
.. //depot/projects/trustedbsd/base/contrib/cpio/INSTALL#1 branch
.. //depot/projects/trustedbsd/base/contrib/cpio/NEWS#2 integrate
.. //depot/projects/trustedbsd/base/contrib/cpio/README#2 integrate
.. //depot/projects/trustedbsd/base/contrib/cpio/THANKS#1 branch
.. //depot/projects/trustedbsd/base/contrib/cpio/TODO#1 branch
.. //depot/projects/trustedbsd/base/contrib/cpio/alloca.c#2 delete
.. //depot/projects/trustedbsd/base/contrib/cpio/copyin.c#2 delete
.. //depot/projects/trustedbsd/base/contrib/cpio/copyout.c#2 delete
.. //depot/projects/trustedbsd/base/contrib/cpio/copypass.c#3 delete
.. //depot/projects/trustedbsd/base/contrib/cpio/cpio.1#2 delete
.. //depot/projects/trustedbsd/base/contrib/cpio/cpio.h#2 delete
.. //depot/projects/trustedbsd/base/contrib/cpio/cpio.texi#2 delete
.. //depot/projects/trustedbsd/base/contrib/cpio/cpiohdr.h#2 delete
.. //depot/projects/trustedbsd/base/contrib/cpio/defer.c#2 delete
.. //depot/projects/trustedbsd/base/contrib/cpio/defer.h#2 delete
.. //depot/projects/trustedbsd/base/contrib/cpio/dirname.c#2 delete
.. //depot/projects/trustedbsd/base/contrib/cpio/doc/cpio.1#1 branch
.. //depot/projects/trustedbsd/base/contrib/cpio/doc/cpio.texi#1 branch
.. //depot/projects/trustedbsd/base/contrib/cpio/dstring.c#2 delete
.. //depot/projects/trustedbsd/base/contrib/cpio/dstring.h#2 delete
.. //depot/projects/trustedbsd/base/contrib/cpio/error.c#2 delete
.. //depot/projects/trustedbsd/base/contrib/cpio/extern.h#2 delete
.. //depot/projects/trustedbsd/base/contrib/cpio/filemode.c#2 delete
.. //depot/projects/trustedbsd/base/contrib/cpio/filetypes.h#2 delete
.. //depot/projects/trustedbsd/base/contrib/cpio/global.c#2 delete
.. //depot/projects/trustedbsd/base/contrib/cpio/idcache.c#2 delete
.. //depot/projects/trustedbsd/base/contrib/cpio/lib/alloca_.h#1 branch
.. //depot/projects/trustedbsd/base/contrib/cpio/lib/argp-ba.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/cpio/lib/argp-eexst.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/cpio/lib/argp-fmtstream.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/cpio/lib/argp-fmtstream.h#1 branch
.. //depot/projects/trustedbsd/base/contrib/cpio/lib/argp-fs-xinl.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/cpio/lib/argp-help.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/cpio/lib/argp-namefrob.h#1 branch
.. //depot/projects/trustedbsd/base/contrib/cpio/lib/argp-parse.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/cpio/lib/argp-pv.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/cpio/lib/argp-pvh.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/cpio/lib/argp-xinl.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/cpio/lib/argp.h#1 branch
.. //depot/projects/trustedbsd/base/contrib/cpio/lib/basename.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/cpio/lib/dirname.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/cpio/lib/dirname.h#1 branch
.. //depot/projects/trustedbsd/base/contrib/cpio/lib/error.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/cpio/lib/error.h#1 branch
.. //depot/projects/trustedbsd/base/contrib/cpio/lib/exit.h#1 branch
.. //depot/projects/trustedbsd/base/contrib/cpio/lib/exitfail.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/cpio/lib/exitfail.h#1 branch
.. //depot/projects/trustedbsd/base/contrib/cpio/lib/full-write.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/cpio/lib/full-write.h#1 branch
.. //depot/projects/trustedbsd/base/contrib/cpio/lib/getopt.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/cpio/lib/getopt1.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/cpio/lib/getopt_.h#1 branch
.. //depot/projects/trustedbsd/base/contrib/cpio/lib/getopt_int.h#1 branch
.. //depot/projects/trustedbsd/base/contrib/cpio/lib/gettext.h#1 branch
.. //depot/projects/trustedbsd/base/contrib/cpio/lib/localedir.h#1 branch
.. //depot/projects/trustedbsd/base/contrib/cpio/lib/mempcpy.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/cpio/lib/mempcpy.h#1 branch
.. //depot/projects/trustedbsd/base/contrib/cpio/lib/rmt.h#1 branch
.. //depot/projects/trustedbsd/base/contrib/cpio/lib/rtapelib.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/cpio/lib/safe-read.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/cpio/lib/safe-read.h#1 branch
.. //depot/projects/trustedbsd/base/contrib/cpio/lib/safe-write.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/cpio/lib/safe-write.h#1 branch
.. //depot/projects/trustedbsd/base/contrib/cpio/lib/savedir.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/cpio/lib/savedir.h#1 branch
.. //depot/projects/trustedbsd/base/contrib/cpio/lib/strcase.h#1 branch
.. //depot/projects/trustedbsd/base/contrib/cpio/lib/strchrnul.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/cpio/lib/strchrnul.h#1 branch
.. //depot/projects/trustedbsd/base/contrib/cpio/lib/stripslash.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/cpio/lib/strndup.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/cpio/lib/strndup.h#1 branch
.. //depot/projects/trustedbsd/base/contrib/cpio/lib/strnlen.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/cpio/lib/system.h#1 branch
.. //depot/projects/trustedbsd/base/contrib/cpio/lib/unlocked-io.h#1 branch
.. //depot/projects/trustedbsd/base/contrib/cpio/lib/xalloc-die.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/cpio/lib/xalloc.h#1 branch
.. //depot/projects/trustedbsd/base/contrib/cpio/lib/xmalloc.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/cpio/main.c#2 delete
.. //depot/projects/trustedbsd/base/contrib/cpio/makepath.c#2 delete
.. //depot/projects/trustedbsd/base/contrib/cpio/rmt.h#2 delete
.. //depot/projects/trustedbsd/base/contrib/cpio/rtapelib.c#2 delete
.. //depot/projects/trustedbsd/base/contrib/cpio/safe-stat.h#2 delete
.. //depot/projects/trustedbsd/base/contrib/cpio/src/copyin.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/cpio/src/copyout.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/cpio/src/copypass.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/cpio/src/cpio.h#1 branch
.. //depot/projects/trustedbsd/base/contrib/cpio/src/cpiohdr.h#1 branch
.. //depot/projects/trustedbsd/base/contrib/cpio/src/defer.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/cpio/src/defer.h#1 branch
.. //depot/projects/trustedbsd/base/contrib/cpio/src/dstring.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/cpio/src/dstring.h#1 branch
.. //depot/projects/trustedbsd/base/contrib/cpio/src/extern.h#1 branch
.. //depot/projects/trustedbsd/base/contrib/cpio/src/filemode.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/cpio/src/filetypes.h#1 branch
.. //depot/projects/trustedbsd/base/contrib/cpio/src/global.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/cpio/src/idcache.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/cpio/src/main.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/cpio/src/makepath.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/cpio/src/safe-stat.h#1 branch
.. //depot/projects/trustedbsd/base/contrib/cpio/src/tar.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/cpio/src/tar.h#1 branch
.. //depot/projects/trustedbsd/base/contrib/cpio/src/tarhdr.h#1 branch
.. //depot/projects/trustedbsd/base/contrib/cpio/src/userspec.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/cpio/src/util.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/cpio/stripslash.c#2 delete
.. //depot/projects/trustedbsd/base/contrib/cpio/system.h#2 delete
.. //depot/projects/trustedbsd/base/contrib/cpio/tar.c#3 delete
.. //depot/projects/trustedbsd/base/contrib/cpio/tar.h#2 delete
.. //depot/projects/trustedbsd/base/contrib/cpio/tarhdr.h#2 delete
.. //depot/projects/trustedbsd/base/contrib/cpio/userspec.c#2 delete
.. //depot/projects/trustedbsd/base/contrib/cpio/util.c#2 delete
.. //depot/projects/trustedbsd/base/contrib/cpio/version.c#2 delete
.. //depot/projects/trustedbsd/base/contrib/cpio/xmalloc.c#2 delete
.. //depot/projects/trustedbsd/base/contrib/cpio/xstrdup.c#2 delete
.. //depot/projects/trustedbsd/base/contrib/gcc/config/freebsd-spec.h#15 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/COPYING#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/ChangeLog#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/ChangeLog.115#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/ChangeLog.116#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/ChangeLog.117#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/ChangeLog.118#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/FDL#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/FREEBSD-upgrade#3 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/INSTALL#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/INSTALL.gen#3 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/LICENSE#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/MANIFEST#3 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/MORE.STUFF#3 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/Makefile#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/Makefile.ccpg#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/Makefile.comm#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/Makefile.cpg#3 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/Makefile.in#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/Makefile.init#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/Makefile.sub#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/NEWS#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/PROBLEMS#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/PROJECTS#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/README#3 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/README.MinGW#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/README.WIN32#2 delete
.. //depot/projects/trustedbsd/base/contrib/groff/REVISION#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/TODO#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/aclocal.m4#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/configure#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/configure.ac#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/contrib/eqn2graph/eqn2graph.man#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/contrib/eqn2graph/eqn2graph.sh#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/contrib/gdiffmk/ChangeLog#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/contrib/gdiffmk/Makefile.sub#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/contrib/gdiffmk/README#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/contrib/gdiffmk/gdiffmk.man#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/contrib/gdiffmk/gdiffmk.sh#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/contrib/gdiffmk/tests/file1#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/contrib/gdiffmk/tests/file2#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/contrib/gdiffmk/tests/runtests.in#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/contrib/gdiffmk/tests/test_baseline#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/contrib/gdiffmk/tests/test_baseline10#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/contrib/gdiffmk/tests/test_baseline6#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/contrib/gdiffmk/tests/test_baseline7#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/contrib/gdiffmk/tests/test_baseline8#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/contrib/gdiffmk/tests/test_baseline9#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/contrib/grap2graph/Makefile.sub#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/contrib/grap2graph/grap2graph.man#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/contrib/grap2graph/grap2graph.sh#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/contrib/groffer/ChangeLog#3 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/contrib/groffer/Makefile.sub#3 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/contrib/groffer/README#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/contrib/groffer/README_SH#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/contrib/groffer/TODO#3 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/contrib/groffer/groffer.man#3 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/contrib/groffer/groffer.sh#3 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/contrib/groffer/groffer2.sh#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/contrib/mm/ChangeLog#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/contrib/mm/groff_mm.man#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/contrib/mm/m.tmac#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/contrib/mm/mmroff.pl#3 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/contrib/mom/BUGS#3 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/contrib/mom/ChangeLog#3 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/contrib/mom/Makefile.sub#3 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/contrib/mom/NEWS#3 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/contrib/mom/TODO#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/contrib/mom/copyright#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/contrib/mom/examples/README.mom#2 delete
.. //depot/projects/trustedbsd/base/contrib/groff/contrib/mom/examples/README.txt#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/contrib/mom/examples/elvis_syntax#3 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/contrib/mom/examples/elvis_syntax.new#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/contrib/mom/examples/macros.mom#2 delete
.. //depot/projects/trustedbsd/base/contrib/groff/contrib/mom/examples/sample_docs.mom#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/contrib/mom/examples/typeset.mom#3 delete
.. //depot/projects/trustedbsd/base/contrib/groff/contrib/mom/examples/typesetting.mom#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/contrib/mom/examples/typewrite.mom#2 delete
.. //depot/projects/trustedbsd/base/contrib/groff/contrib/mom/groff_mom.man#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/contrib/mom/momdoc/appendices.html#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/contrib/mom/momdoc/color.html#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/contrib/mom/momdoc/cover.html#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/contrib/mom/momdoc/definitions.html#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/contrib/mom/momdoc/docelement.html#3 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/contrib/mom/momdoc/docprocessing.html#3 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/contrib/mom/momdoc/goodies.html#3 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/contrib/mom/momdoc/headfootpage.html#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/contrib/mom/momdoc/inlines.html#3 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/contrib/mom/momdoc/intro.html#3 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/contrib/mom/momdoc/letters.html#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/contrib/mom/momdoc/macrolist.html#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/contrib/mom/momdoc/rectoverso.html#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/contrib/mom/momdoc/refer.html#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/contrib/mom/momdoc/reserved.html#3 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/contrib/mom/momdoc/toc.html#3 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/contrib/mom/momdoc/typemacdoc.html#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/contrib/mom/momdoc/typesetting.html#3 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/contrib/mom/momdoc/using.html#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/contrib/mom/om.tmac#3 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/contrib/pdfmark/ChangeLog#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/contrib/pdfmark/Makefile.sub#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/contrib/pdfmark/PROBLEMS#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/contrib/pdfmark/README#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/contrib/pdfmark/TODO#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/contrib/pdfmark/cover.ms#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/contrib/pdfmark/pdfmark.ms#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/contrib/pdfmark/pdfmark.tmac#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/contrib/pdfmark/pdfroff.man#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/contrib/pdfmark/pdfroff.sh#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/contrib/pdfmark/spdf.tmac#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/contrib/pic2graph/pic2graph.man#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/contrib/pic2graph/pic2graph.sh#3 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/doc/Makefile.in#3 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/doc/Makefile.sub#3 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/doc/fdl.texi#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/doc/fixinfo.sh#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/doc/groff#3 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/doc/groff-1#3 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/doc/groff-10#3 delete
.. //depot/projects/trustedbsd/base/contrib/groff/doc/groff-11#3 delete
.. //depot/projects/trustedbsd/base/contrib/groff/doc/groff-2#3 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/doc/groff-3#3 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/doc/groff-4#3 delete
.. //depot/projects/trustedbsd/base/contrib/groff/doc/groff-5#3 delete
.. //depot/projects/trustedbsd/base/contrib/groff/doc/groff-6#3 delete
.. //depot/projects/trustedbsd/base/contrib/groff/doc/groff-7#3 delete
.. //depot/projects/trustedbsd/base/contrib/groff/doc/groff-8#3 delete
.. //depot/projects/trustedbsd/base/contrib/groff/doc/groff-9#3 delete
.. //depot/projects/trustedbsd/base/contrib/groff/doc/groff.css#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/doc/groff.texinfo#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/doc/meref.me#3 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/doc/pic.ms#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/doc/texinfo.tex#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/doc/webpage.ms#3 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/font/devdvi/generate/Makefile#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/font/devhtml/DESC.proto#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/font/devhtml/Makefile.sub#3 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/font/devhtml/R.proto#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/font/devlj4/AB#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/font/devlj4/ABI#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/font/devlj4/AI#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/font/devlj4/ALBB#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/font/devlj4/ALBR#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/font/devlj4/AOB#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/font/devlj4/AOI#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/font/devlj4/AOR#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/font/devlj4/AR#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/font/devlj4/CB#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/font/devlj4/CBI#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/font/devlj4/CI#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/font/devlj4/CLARENDON#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/font/devlj4/CORONET#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/font/devlj4/CR#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/font/devlj4/GB#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/font/devlj4/GBI#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/font/devlj4/GI#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/font/devlj4/GR#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/font/devlj4/LGB#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/font/devlj4/LGI#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/font/devlj4/LGR#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/font/devlj4/MARIGOLD#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/font/devlj4/Makefile.sub#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/font/devlj4/OB#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/font/devlj4/OBI#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/font/devlj4/OI#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/font/devlj4/OR#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/font/devlj4/S#3 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/font/devlj4/SYMBOL#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/font/devlj4/TB#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/font/devlj4/TBI#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/font/devlj4/TI#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/font/devlj4/TNRB#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/font/devlj4/TNRBI#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/font/devlj4/TNRI#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/font/devlj4/TNRR#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/font/devlj4/TR#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/font/devlj4/UB#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/font/devlj4/UBI#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/font/devlj4/UCB#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/font/devlj4/UCBI#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/font/devlj4/UCI#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/font/devlj4/UCR#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/font/devlj4/UI#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/font/devlj4/UR#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/font/devlj4/WINGDINGS#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/font/devlj4/generate/Makefile#3 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/font/devlj4/generate/special.awk#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/font/devlj4/generate/special.map#3 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/font/devlj4/generate/symbol.map#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/font/devlj4/generate/text.map#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/font/devlj4/generate/wingdings.map#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/font/devps/AB#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/font/devps/ABI#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/font/devps/AI#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/font/devps/AR#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/font/devps/HB#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/font/devps/HBI#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/font/devps/HI#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/font/devps/HNB#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/font/devps/HNBI#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/font/devps/HNI#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/font/devps/HNR#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/font/devps/HR#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/font/devps/NB#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/font/devps/NBI#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/font/devps/NI#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/font/devps/NR#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/font/devps/PB#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/font/devps/PBI#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/font/devps/PI#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/font/devps/PR#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/font/devps/S#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/font/devps/SS#3 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/font/devps/TB#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/font/devps/TBI#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/font/devps/TI#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/font/devps/TR#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/font/devps/generate/Makefile#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/font/devps/generate/afmname#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/font/devps/generate/textmap#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/font/devps/prologue.ps#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/font/devps/symbolmap#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/font/devutf8/NOTES#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/font/devutf8/R.proto#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/install-sh#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/man/ditroff.man#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/man/groff.man#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/man/groff_char.man#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/man/groff_diff.man#3 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/man/groff_font.man#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/man/groff_out.man#5 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/man/groff_tmac.man#3 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/man/roff.man#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/mkinstalldirs#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/devices/grodvi/dvi.cpp#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/devices/grodvi/grodvi.man#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/devices/grohtml/grohtml.man#3 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/devices/grohtml/html-table.cpp#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/devices/grohtml/html-table.h#3 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/devices/grohtml/html-text.cpp#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/devices/grohtml/html-text.h#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/devices/grohtml/html.h#3 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/devices/grohtml/output.cpp#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/devices/grohtml/post-html.cpp#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/devices/grolbp/lbp.cpp#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/devices/grolbp/lbp.h#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/devices/grolj4/Makefile.sub#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/devices/grolj4/grolj4.man#3 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/devices/grolj4/lj4.cpp#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/devices/grolj4/lj4_font.man#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/src/devices/grops/grops.man#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/devices/grops/ps.cpp#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/devices/grops/ps.h#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/devices/grops/psrm.cpp#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/devices/grotty/grotty.man#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/devices/grotty/tty.cpp#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/devices/xditview/ChangeLog#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/src/devices/xditview/DESC.in#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/src/devices/xditview/Dvi.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/src/devices/xditview/Dvi.h#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/src/devices/xditview/DviP.h#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/src/devices/xditview/FontMap#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/src/devices/xditview/GXditview.ad#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/src/devices/xditview/Makefile.sub#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/src/devices/xditview/Menu.h#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/src/devices/xditview/README#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/src/devices/xditview/TODO#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/src/devices/xditview/ad2c#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/src/devices/xditview/device.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/src/devices/xditview/device.h#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/src/devices/xditview/draw.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/src/devices/xditview/font.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/src/devices/xditview/gray1.bm#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/src/devices/xditview/gray2.bm#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/src/devices/xditview/gray3.bm#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/src/devices/xditview/gray4.bm#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/src/devices/xditview/gray5.bm#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/src/devices/xditview/gray6.bm#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/src/devices/xditview/gray7.bm#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/src/devices/xditview/gray8.bm#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/src/devices/xditview/gxditview.man#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/src/devices/xditview/lex.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/src/devices/xditview/page.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/src/devices/xditview/parse.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/src/devices/xditview/xdit.bm#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/src/devices/xditview/xdit_mask.bm#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/src/devices/xditview/xditview.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/src/include/DviChar.h#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/src/include/Makefile.sub#3 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/include/XFontName.h#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/src/include/assert.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/include/cmap.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/include/color.h#3 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/include/config.hin#3 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/include/cset.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/include/device.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/include/driver.h#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/include/errarg.h#3 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/include/error.h#3 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/include/font.h#3 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/include/geometry.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/include/getopt_int.h#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/src/include/gettext.h#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/src/include/groff-getopt.h#2 delete
.. //depot/projects/trustedbsd/base/contrib/groff/src/include/html-strings.h#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/include/htmlhint.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/include/index.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/include/lib.h#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/include/macropath.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/include/nonposix.h#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/include/paper.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/include/posix.h#3 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/include/printer.h#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/include/ptable.h#3 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/include/refid.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/include/relocate.h#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/src/include/search.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/include/searchpath.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/include/stringclass.h#3 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/include/symbol.h#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/src/include/unicode.h#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/src/libs/libbib/common.cpp#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/libs/libbib/index.cpp#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/libs/libbib/linear.cpp#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/libs/libbib/map.c#3 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/libs/libbib/search.cpp#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/libs/libdriver/input.cpp#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/libs/libdriver/printer.cpp#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/libs/libgroff/Makefile.sub#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/libs/libgroff/assert.cpp#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/libs/libgroff/change_lf.cpp#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/libs/libgroff/cmap.cpp#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/libs/libgroff/color.cpp#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/libs/libgroff/cset.cpp#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/libs/libgroff/device.cpp#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/libs/libgroff/errarg.cpp#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/libs/libgroff/error.cpp#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/libs/libgroff/fatal.cpp#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/libs/libgroff/fmod.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/libs/libgroff/font.cpp#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/libs/libgroff/fontfile.cpp#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/libs/libgroff/geometry.cpp#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/libs/libgroff/getcwd.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/libs/libgroff/glyphuni.cpp#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/src/libs/libgroff/htmlhint.cpp#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/libs/libgroff/hypot.cpp#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/src/libs/libgroff/iftoa.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/libs/libgroff/invalid.cpp#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/libs/libgroff/itoa.c#3 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/libs/libgroff/lf.cpp#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/libs/libgroff/macropath.cpp#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/libs/libgroff/matherr.c#3 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/libs/libgroff/maxfilename.cpp#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/libs/libgroff/maxpathname.cpp#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/src/libs/libgroff/mksdir.cpp#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/libs/libgroff/mkstemp.cpp#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/libs/libgroff/nametoindex.cpp#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/libs/libgroff/new.cpp#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/libs/libgroff/paper.cpp#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/libs/libgroff/progname.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/src/libs/libgroff/progname.cpp#2 delete
.. //depot/projects/trustedbsd/base/contrib/groff/src/libs/libgroff/ptable.cpp#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/libs/libgroff/quotearg.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/src/libs/libgroff/relocate.cpp#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/src/libs/libgroff/searchpath.cpp#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/libs/libgroff/spawnvp.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/src/libs/libgroff/strcasecmp.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/libs/libgroff/strerror.c#3 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/libs/libgroff/string.cpp#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/libs/libgroff/strsave.cpp#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/libs/libgroff/strtol.c#3 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/libs/libgroff/symbol.cpp#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/src/libs/libgroff/tmpfile.cpp#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/libs/libgroff/tmpname.cpp#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/libs/libgroff/unicode.cpp#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/src/libs/libgroff/uniglyph.cpp#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/src/libs/libgroff/uniuni.cpp#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/src/libs/libxutil/DviChar.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/src/libs/libxutil/Makefile.sub#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/src/libs/libxutil/XFontName.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/src/libs/libxutil/xmalloc.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/src/preproc/eqn/Makefile.sub#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/preproc/eqn/box.cpp#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/preproc/eqn/box.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/preproc/eqn/delim.cpp#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/preproc/eqn/eqn.h#3 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/preproc/eqn/eqn.man#3 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/preproc/eqn/eqn.y#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/preproc/eqn/lex.cpp#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/preproc/eqn/limit.cpp#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/preproc/eqn/list.cpp#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/preproc/eqn/main.cpp#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/preproc/eqn/mark.cpp#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/preproc/eqn/neqn.sh#3 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/preproc/eqn/other.cpp#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/preproc/eqn/over.cpp#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/preproc/eqn/pbox.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/preproc/eqn/pile.cpp#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/preproc/eqn/script.cpp#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/preproc/eqn/special.cpp#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/preproc/eqn/sqrt.cpp#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/preproc/eqn/text.cpp#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/preproc/grn/gprint.h#3 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/preproc/grn/grn.man#3 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/preproc/grn/hdb.cpp#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/preproc/grn/hgraph.cpp#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/preproc/grn/hpoint.cpp#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/preproc/grn/main.cpp#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/preproc/html/Makefile.sub#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/preproc/html/pre-html.cpp#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/preproc/html/pre-html.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/preproc/html/pushback.cpp#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/preproc/html/pushback.h#3 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/preproc/pic/TODO#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/preproc/pic/common.cpp#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/preproc/pic/common.h#3 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/preproc/pic/lex.cpp#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/preproc/pic/main.cpp#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/preproc/pic/object.cpp#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/preproc/pic/object.h#3 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/preproc/pic/output.h#3 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/preproc/pic/pic.h#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/preproc/pic/pic.man#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/preproc/pic/pic.y#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/preproc/pic/position.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/preproc/pic/tex.cpp#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/preproc/pic/troff.cpp#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/preproc/refer/command.cpp#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/preproc/refer/command.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/preproc/refer/label.y#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/preproc/refer/ref.cpp#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/preproc/refer/ref.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/preproc/refer/refer.cpp#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/preproc/refer/refer.h#3 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/preproc/refer/refer.man#3 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/preproc/refer/token.cpp#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/preproc/refer/token.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/preproc/soelim/Makefile.sub#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/preproc/soelim/soelim.cpp#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/preproc/soelim/soelim.man#3 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/preproc/tbl/Makefile.sub#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/preproc/tbl/main.cpp#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/preproc/tbl/table.cpp#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/preproc/tbl/table.h#3 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/preproc/tbl/tbl.man#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/roff/groff/groff.cpp#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/roff/groff/groff.man#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/roff/groff/pipeline.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/roff/groff/pipeline.h#3 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/roff/grog/grog.pl#3 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/roff/grog/grog.sh#3 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/roff/nroff/Makefile.sub#3 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/roff/nroff/nroff.man#5 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/roff/nroff/nroff.sh#6 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/roff/troff/Makefile.sub#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/roff/troff/charinfo.h#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/roff/troff/column.cpp#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/roff/troff/dictionary.cpp#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/roff/troff/dictionary.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/roff/troff/div.cpp#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/roff/troff/div.h#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/roff/troff/env.cpp#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/roff/troff/env.h#3 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/roff/troff/glyphuni.cpp#2 delete
.. //depot/projects/trustedbsd/base/contrib/groff/src/roff/troff/hvunits.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/roff/troff/input.cpp#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/roff/troff/input.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/roff/troff/mtsm.cpp#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/src/roff/troff/mtsm.h#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/src/roff/troff/node.cpp#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/roff/troff/node.h#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/roff/troff/number.cpp#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/roff/troff/reg.cpp#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/roff/troff/reg.h#3 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/roff/troff/request.h#3 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/roff/troff/symbol.cpp#2 delete
.. //depot/projects/trustedbsd/base/contrib/groff/src/roff/troff/symbol.h#3 delete
.. //depot/projects/trustedbsd/base/contrib/groff/src/roff/troff/token.h#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/roff/troff/troff.h#3 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/roff/troff/troff.man#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/roff/troff/unicode.cpp#2 delete
.. //depot/projects/trustedbsd/base/contrib/groff/src/roff/troff/unicode.h#2 delete
.. //depot/projects/trustedbsd/base/contrib/groff/src/roff/troff/uniglyph.cpp#2 delete
.. //depot/projects/trustedbsd/base/contrib/groff/src/roff/troff/uniuni.cpp#2 delete
.. //depot/projects/trustedbsd/base/contrib/groff/src/utils/addftinfo/addftinfo.cpp#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/utils/addftinfo/guess.cpp#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/utils/addftinfo/guess.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/utils/afmtodit/Makefile.sub#3 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/utils/afmtodit/afmtodit.man#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/utils/afmtodit/afmtodit.pl#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/utils/hpftodit/Makefile.sub#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/utils/hpftodit/hpftodit.cpp#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/utils/hpftodit/hpftodit.man#3 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/utils/hpftodit/hpuni.cpp#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/src/utils/indxbib/Makefile.sub#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/utils/indxbib/indxbib.cpp#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/utils/indxbib/signal.c#3 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/utils/lkbib/lkbib.cpp#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/utils/lkbib/lkbib.man#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/utils/lookbib/lookbib.cpp#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/utils/lookbib/lookbib.man#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/utils/pfbtops/Makefile.sub#3 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/utils/pfbtops/pfbtops.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/utils/pfbtops/pfbtops.man#3 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/utils/tfmtodit/tfmtodit.cpp#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/src/utils/xtotroff/Makefile.in#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/src/utils/xtotroff/Makefile.sub#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/src/utils/xtotroff/xtotroff.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/src/utils/xtotroff/xtotroff.man#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/src/xditview/ChangeLog#4 delete
.. //depot/projects/trustedbsd/base/contrib/groff/src/xditview/DESC#2 delete
.. //depot/projects/trustedbsd/base/contrib/groff/src/xditview/Dvi.c#2 delete
.. //depot/projects/trustedbsd/base/contrib/groff/src/xditview/Dvi.h#2 delete
.. //depot/projects/trustedbsd/base/contrib/groff/src/xditview/DviChar.c#4 delete
.. //depot/projects/trustedbsd/base/contrib/groff/src/xditview/DviChar.h#2 delete
.. //depot/projects/trustedbsd/base/contrib/groff/src/xditview/DviP.h#2 delete
.. //depot/projects/trustedbsd/base/contrib/groff/src/xditview/FontMap#2 delete
.. //depot/projects/trustedbsd/base/contrib/groff/src/xditview/GXditview-ad.h#2 delete
.. //depot/projects/trustedbsd/base/contrib/groff/src/xditview/GXditview.ad#2 delete
.. //depot/projects/trustedbsd/base/contrib/groff/src/xditview/INSTALL#2 delete
.. //depot/projects/trustedbsd/base/contrib/groff/src/xditview/Imakefile.in#4 delete
.. //depot/projects/trustedbsd/base/contrib/groff/src/xditview/Menu.h#2 delete
.. //depot/projects/trustedbsd/base/contrib/groff/src/xditview/README#2 delete
.. //depot/projects/trustedbsd/base/contrib/groff/src/xditview/TODO#2 delete
.. //depot/projects/trustedbsd/base/contrib/groff/src/xditview/XFontName.c#2 delete
.. //depot/projects/trustedbsd/base/contrib/groff/src/xditview/XFontName.h#2 delete
.. //depot/projects/trustedbsd/base/contrib/groff/src/xditview/ad2c#2 delete
.. //depot/projects/trustedbsd/base/contrib/groff/src/xditview/device.c#2 delete
.. //depot/projects/trustedbsd/base/contrib/groff/src/xditview/device.h#2 delete
.. //depot/projects/trustedbsd/base/contrib/groff/src/xditview/draw.c#3 delete
.. //depot/projects/trustedbsd/base/contrib/groff/src/xditview/font.c#2 delete
.. //depot/projects/trustedbsd/base/contrib/groff/src/xditview/gray1.bm#2 delete
.. //depot/projects/trustedbsd/base/contrib/groff/src/xditview/gray2.bm#2 delete
.. //depot/projects/trustedbsd/base/contrib/groff/src/xditview/gray3.bm#2 delete
.. //depot/projects/trustedbsd/base/contrib/groff/src/xditview/gray4.bm#2 delete
.. //depot/projects/trustedbsd/base/contrib/groff/src/xditview/gray5.bm#2 delete
.. //depot/projects/trustedbsd/base/contrib/groff/src/xditview/gray6.bm#2 delete
.. //depot/projects/trustedbsd/base/contrib/groff/src/xditview/gray7.bm#2 delete
.. //depot/projects/trustedbsd/base/contrib/groff/src/xditview/gray8.bm#2 delete
.. //depot/projects/trustedbsd/base/contrib/groff/src/xditview/gxditview.man#2 delete
.. //depot/projects/trustedbsd/base/contrib/groff/src/xditview/lex.c#2 delete
.. //depot/projects/trustedbsd/base/contrib/groff/src/xditview/page.c#2 delete
.. //depot/projects/trustedbsd/base/contrib/groff/src/xditview/parse.c#3 delete
.. //depot/projects/trustedbsd/base/contrib/groff/src/xditview/xdit.bm#2 delete
.. //depot/projects/trustedbsd/base/contrib/groff/src/xditview/xdit_mask.bm#2 delete
.. //depot/projects/trustedbsd/base/contrib/groff/src/xditview/xditview.c#3 delete
.. //depot/projects/trustedbsd/base/contrib/groff/src/xditview/xtotroff.c#2 delete
.. //depot/projects/trustedbsd/base/contrib/groff/test-groff#3 delete
.. //depot/projects/trustedbsd/base/contrib/groff/test-groff.in#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/tmac/Makefile.sub#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/tmac/TODO#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/tmac/X.tmac#5 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/tmac/Xps.tmac#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/tmac/an-old.tmac#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/tmac/composite.tmac#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/tmac/devtag.tmac#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/tmac/doc-common#17 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/tmac/doc-ditroff#7 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/tmac/doc-nroff#6 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/tmac/doc-old.tmac#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/tmac/doc-syms#10 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/tmac/doc.tmac#10 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/tmac/dvi.tmac#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/tmac/e.tmac#3 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/tmac/groff_man.man#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/tmac/groff_mdoc.man#14 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/tmac/groff_ms.man#3 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/tmac/groff_trace.man#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/tmac/groff_www.man#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/tmac/html.tmac#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/tmac/latin5.tmac#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/tmac/lbp.tmac#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/tmac/papersize.tmac#2 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/tmac/ps.tmac#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/tmac/s.tmac#3 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/tmac/trace.tmac#3 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/tmac/troffrc#9 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/tmac/troffrc-end#4 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/tmac/tty-char.tmac#6 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/tmac/tty.tmac#5 integrate
.. //depot/projects/trustedbsd/base/contrib/groff/tmac/unicode.tmac#1 branch
.. //depot/projects/trustedbsd/base/contrib/groff/tmac/www.tmac#4 integrate
.. //depot/projects/trustedbsd/base/contrib/pf/man/pf.4#8 integrate
.. //depot/projects/trustedbsd/base/contrib/pf/man/pf.conf.5#7 integrate
.. //depot/projects/trustedbsd/base/contrib/pf/man/pfsync.4#8 integrate
.. //depot/projects/trustedbsd/base/contrib/smbfs/include/netsmb/nb_lib.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/smbfs/include/netsmb/smb_lib.h#4 integrate
.. //depot/projects/trustedbsd/base/contrib/smbfs/lib/smb/ctx.c#10 integrate
.. //depot/projects/trustedbsd/base/contrib/smbfs/lib/smb/nb.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/smbfs/lib/smb/nb_net.c#3 integrate
.. //depot/projects/trustedbsd/base/contrib/smbfs/lib/smb/nbns_rq.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/smbfs/mount_smbfs/mount_smbfs.8#5 integrate
.. //depot/projects/trustedbsd/base/contrib/top/top.X#6 integrate
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/FREEBSD-Xlist#2 integrate
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/driver_ndis.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/driver_ndis.h#1 branch
.. //depot/projects/trustedbsd/base/contrib/wpa_supplicant/driver_ndis_.c#1 branch
.. //depot/projects/trustedbsd/base/crypto/openssl/ssl/s23_srvr.c#4 integrate
.. //depot/projects/trustedbsd/base/etc/bluetooth/Makefile#2 integrate
.. //depot/projects/trustedbsd/base/etc/defaults/rc.conf#48 integrate
.. //depot/projects/trustedbsd/base/etc/mtree/BSD.include.dist#32 integrate
.. //depot/projects/trustedbsd/base/etc/mtree/BSD.usr.dist#40 integrate
.. //depot/projects/trustedbsd/base/etc/netstart#7 integrate
.. //depot/projects/trustedbsd/base/etc/pccard_ether#14 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/Makefile#32 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/NETWORKING#8 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/archdep#8 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/devd#8 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/hcsecd#1 branch
.. //depot/projects/trustedbsd/base/etc/rc.d/ike#4 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/ipfw#11 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/ipmon#11 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/ipsec#9 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/localpkg#4 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/mountcritremote#10 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/named#12 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/newsyslog#4 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/pf#9 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/pflog#6 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/pfsync#1 branch
.. //depot/projects/trustedbsd/base/etc/rc.d/powerd#2 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/ppp-user#8 delete
.. //depot/projects/trustedbsd/base/etc/rc.d/routing#5 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/sdpd#1 branch
.. //depot/projects/trustedbsd/base/etc/rc.d/sendmail#13 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/sshd#7 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/ugidfw#4 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/wpa_supplicant#2 integrate
.. //depot/projects/trustedbsd/base/etc/rc.firewall6#8 integrate
.. //depot/projects/trustedbsd/base/etc/rc.initdiskless#4 integrate
.. //depot/projects/trustedbsd/base/etc/rc.subr#22 integrate
.. //depot/projects/trustedbsd/base/games/fortune/datfiles/fortunes#44 integrate
.. //depot/projects/trustedbsd/base/games/fortune/datfiles/limerick#6 integrate
.. //depot/projects/trustedbsd/base/gnu/usr.bin/cc/cc_tools/freebsd-native.h#9 integrate
.. //depot/projects/trustedbsd/base/gnu/usr.bin/cpio/Makefile#3 integrate
.. //depot/projects/trustedbsd/base/gnu/usr.bin/cpio/config.h#1 branch
.. //depot/projects/trustedbsd/base/gnu/usr.bin/cpio/doc/Makefile#2 integrate
.. //depot/projects/trustedbsd/base/gnu/usr.bin/diff/diff.1#5 integrate
.. //depot/projects/trustedbsd/base/gnu/usr.bin/gdb/kgdb/main.c#7 integrate
.. //depot/projects/trustedbsd/base/gnu/usr.bin/gdb/kgdb/trgt_amd64.c#4 integrate
.. //depot/projects/trustedbsd/base/gnu/usr.bin/grep/grep.1#10 integrate
.. //depot/projects/trustedbsd/base/gnu/usr.bin/grep/grep.c#8 integrate
.. //depot/projects/trustedbsd/base/gnu/usr.bin/grep/search.c#6 integrate
.. //depot/projects/trustedbsd/base/gnu/usr.bin/groff/Makefile.inc#6 integrate
.. //depot/projects/trustedbsd/base/gnu/usr.bin/groff/font/Makefile.tty#2 integrate
.. //depot/projects/trustedbsd/base/gnu/usr.bin/groff/font/devhtml/Makefile#3 integrate
.. //depot/projects/trustedbsd/base/gnu/usr.bin/groff/font/devlj4/Makefile#2 integrate
.. //depot/projects/trustedbsd/base/gnu/usr.bin/groff/src/devices/grolj4/Makefile#4 integrate
.. //depot/projects/trustedbsd/base/gnu/usr.bin/groff/src/devices/xditview/Makefile#1 branch
.. //depot/projects/trustedbsd/base/gnu/usr.bin/groff/src/include/config.h#4 integrate
.. //depot/projects/trustedbsd/base/gnu/usr.bin/groff/src/libs/libgroff/Makefile#9 integrate
.. //depot/projects/trustedbsd/base/gnu/usr.bin/groff/src/roff/troff/Makefile#4 integrate
.. //depot/projects/trustedbsd/base/gnu/usr.bin/groff/src/utils/hpftodit/Makefile#4 integrate
.. //depot/projects/trustedbsd/base/gnu/usr.bin/groff/tmac/Makefile#10 integrate
.. //depot/projects/trustedbsd/base/gnu/usr.bin/send-pr/send-pr.sh#10 integrate
.. //depot/projects/trustedbsd/base/include/Makefile#49 integrate
.. //depot/projects/trustedbsd/base/include/pthread.h#11 integrate
.. //depot/projects/trustedbsd/base/include/pthread_np.h#7 integrate
.. //depot/projects/trustedbsd/base/include/signal.h#10 integrate
.. //depot/projects/trustedbsd/base/include/time.h#9 integrate
.. //depot/projects/trustedbsd/base/lib/Makefile#39 integrate
.. //depot/projects/trustedbsd/base/lib/csu/amd64/crt1.c#3 integrate
.. //depot/projects/trustedbsd/base/lib/csu/i386-elf/crt1.c#10 integrate
.. //depot/projects/trustedbsd/base/lib/libarchive/COPYING#2 integrate
.. //depot/projects/trustedbsd/base/lib/libarchive/Makefile#16 integrate
.. //depot/projects/trustedbsd/base/lib/libarchive/Makefile.am#3 integrate
.. //depot/projects/trustedbsd/base/lib/libarchive/archive.h.in#6 integrate
.. //depot/projects/trustedbsd/base/lib/libarchive/archive_entry.c#13 integrate
.. //depot/projects/trustedbsd/base/lib/libarchive/archive_entry.h#10 integrate
.. //depot/projects/trustedbsd/base/lib/libarchive/archive_platform.h#12 integrate
.. //depot/projects/trustedbsd/base/lib/libarchive/archive_read_support_format_iso9660.c#4 integrate
.. //depot/projects/trustedbsd/base/lib/libarchive/archive_read_support_format_tar.c#12 integrate
.. //depot/projects/trustedbsd/base/lib/libarchive/archive_read_support_format_zip.c#4 integrate
.. //depot/projects/trustedbsd/base/lib/libarchive/archive_write_set_format_pax.c#14 integrate
.. //depot/projects/trustedbsd/base/lib/libarchive/configure.ac.in#7 integrate
.. //depot/projects/trustedbsd/base/lib/libbsnmp/libbsnmp/Makefile#4 integrate
.. //depot/projects/trustedbsd/base/lib/libc/arm/string/Makefile.inc#2 integrate
.. //depot/projects/trustedbsd/base/lib/libc/arm/string/strlen.S#1 branch
.. //depot/projects/trustedbsd/base/lib/libc/gen/sem.c#3 integrate
.. //depot/projects/trustedbsd/base/lib/libc/sys/sendfile.2#10 integrate
.. //depot/projects/trustedbsd/base/lib/libdevstat/devstat.c#10 integrate
.. //depot/projects/trustedbsd/base/lib/libedit/editline.3#7 integrate
.. //depot/projects/trustedbsd/base/lib/libedit/el.c#4 integrate
.. //depot/projects/trustedbsd/base/lib/libedit/makelist#5 integrate
.. //depot/projects/trustedbsd/base/lib/libedit/map.c#4 integrate
.. //depot/projects/trustedbsd/base/lib/libkvm/kvm_amd64.c#4 integrate
.. //depot/projects/trustedbsd/base/lib/libkvm/kvm_arm.c#3 integrate
.. //depot/projects/trustedbsd/base/lib/libkvm/kvm_i386.c#3 integrate
.. //depot/projects/trustedbsd/base/lib/libnetgraph/debug.c#3 integrate
.. //depot/projects/trustedbsd/base/lib/libpam/modules/pam_ssh/Makefile#14 integrate
.. //depot/projects/trustedbsd/base/lib/libpam/modules/pam_ssh/pam_ssh.c#14 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/pthread.map#12 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/Makefile.inc#12 integrate
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_condattr_pshared.c#1 branch
.. //depot/projects/trustedbsd/base/lib/libpthread/thread/thr_mattr_pshared.c#1 branch
.. //depot/projects/trustedbsd/base/lib/libstand/cd9660.c#3 integrate
.. //depot/projects/trustedbsd/base/lib/libthr/Makefile#11 integrate
.. //depot/projects/trustedbsd/base/lib/libthr/arch/arm/arm/pthread_md.c#2 integrate
.. //depot/projects/trustedbsd/base/lib/libthr/arch/arm/include/pthread_md.h#2 integrate
.. //depot/projects/trustedbsd/base/lib/libthr/arch/i386/include/pthread_md.h#3 integrate
.. //depot/projects/trustedbsd/base/lib/libthr/pthread.map#3 integrate
.. //depot/projects/trustedbsd/base/lib/libthr/thread/Makefile.inc#8 integrate
.. //depot/projects/trustedbsd/base/lib/libthr/thread/thr_create.c#12 integrate
.. //depot/projects/trustedbsd/base/lib/libthr/thread/thr_exit.c#11 integrate
.. //depot/projects/trustedbsd/base/lib/libthr/thread/thr_init.c#12 integrate
.. //depot/projects/trustedbsd/base/lib/libthr/thread/thr_join.c#9 integrate
.. //depot/projects/trustedbsd/base/lib/libthr/thread/thr_mutexattr.c#3 integrate
.. //depot/projects/trustedbsd/base/lib/libthr/thread/thr_private.h#14 integrate
.. //depot/projects/trustedbsd/base/lib/libthr/thread/thr_syscalls.c#10 integrate
.. //depot/projects/trustedbsd/base/lib/libthr/thread/thr_timer.c#1 branch
.. //depot/projects/trustedbsd/base/lib/libutil/trimdomain.c#3 integrate
.. //depot/projects/trustedbsd/base/lib/msun/Makefile#16 integrate
.. //depot/projects/trustedbsd/base/lib/msun/i387/e_exp.S#3 integrate
.. //depot/projects/trustedbsd/base/lib/msun/man/ieee_test.3#3 integrate
.. //depot/projects/trustedbsd/base/lib/msun/man/ilogb.3#2 integrate
.. //depot/projects/trustedbsd/base/lib/msun/man/math.3#7 integrate
.. //depot/projects/trustedbsd/base/lib/msun/man/remainder.3#3 integrate
.. //depot/projects/trustedbsd/base/lib/msun/src/e_rem_pio2f.c#3 integrate
.. //depot/projects/trustedbsd/base/lib/msun/src/k_cos.c#4 integrate
.. //depot/projects/trustedbsd/base/lib/msun/src/k_cosf.c#3 integrate
.. //depot/projects/trustedbsd/base/lib/msun/src/k_rem_pio2f.c#4 integrate
.. //depot/projects/trustedbsd/base/lib/msun/src/k_sin.c#4 integrate
.. //depot/projects/trustedbsd/base/lib/msun/src/k_sinf.c#3 integrate
.. //depot/projects/trustedbsd/base/lib/msun/src/k_tan.c#6 integrate
.. //depot/projects/trustedbsd/base/lib/msun/src/k_tanf.c#4 integrate
.. //depot/projects/trustedbsd/base/lib/msun/src/math_private.h#9 integrate
.. //depot/projects/trustedbsd/base/lib/msun/src/s_cos.c#4 integrate
.. //depot/projects/trustedbsd/base/lib/msun/src/s_cosf.c#3 integrate
.. //depot/projects/trustedbsd/base/lib/msun/src/s_sin.c#4 integrate
.. //depot/projects/trustedbsd/base/lib/msun/src/s_sinf.c#3 integrate
.. //depot/projects/trustedbsd/base/lib/msun/src/s_tan.c#4 integrate
.. //depot/projects/trustedbsd/base/lib/msun/src/s_tanf.c#3 integrate
.. //depot/projects/trustedbsd/base/libexec/tcpd/Makefile#4 integrate
.. //depot/projects/trustedbsd/base/release/Makefile#69 integrate
.. //depot/projects/trustedbsd/base/release/doc/en_US.ISO8859-1/hardware/alpha/proc-alpha.sgml#28 integrate
.. //depot/projects/trustedbsd/base/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml#62 integrate
.. //depot/projects/trustedbsd/base/release/doc/en_US.ISO8859-1/installation/common/trouble.sgml#14 integrate
.. //depot/projects/trustedbsd/base/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml#95 integrate
.. //depot/projects/trustedbsd/base/release/doc/share/misc/dev.archlist.txt#7 integrate
.. //depot/projects/trustedbsd/base/release/doc/zh_CN.GB2312/Makefile#2 integrate
.. //depot/projects/trustedbsd/base/release/doc/zh_CN.GB2312/early-adopter/Makefile#2 delete
.. //depot/projects/trustedbsd/base/release/doc/zh_CN.GB2312/early-adopter/article.sgml#2 delete
.. //depot/projects/trustedbsd/base/release/doc/zh_CN.GB2312/errata/article.sgml#3 integrate
.. //depot/projects/trustedbsd/base/release/doc/zh_CN.GB2312/hardware/amd64/proc-amd64.sgml#2 integrate
.. //depot/projects/trustedbsd/base/release/doc/zh_CN.GB2312/hardware/common/artheader.sgml#3 integrate
.. //depot/projects/trustedbsd/base/release/doc/zh_CN.GB2312/hardware/common/dev.sgml#4 integrate
.. //depot/projects/trustedbsd/base/release/doc/zh_CN.GB2312/hardware/common/intro.sgml#2 integrate
.. //depot/projects/trustedbsd/base/release/doc/zh_CN.GB2312/hardware/i386/proc-i386.sgml#3 integrate
.. //depot/projects/trustedbsd/base/release/doc/zh_CN.GB2312/installation/common/artheader.sgml#2 integrate
.. //depot/projects/trustedbsd/base/release/doc/zh_CN.GB2312/installation/common/trouble.sgml#3 integrate
.. //depot/projects/trustedbsd/base/release/doc/zh_CN.GB2312/installation/common/upgrade.sgml#2 integrate
.. //depot/projects/trustedbsd/base/release/doc/zh_CN.GB2312/readme/article.sgml#2 integrate
.. //depot/projects/trustedbsd/base/release/doc/zh_CN.GB2312/relnotes/common/new.sgml#5 integrate
.. //depot/projects/trustedbsd/base/release/pc98/boot_crunch.conf#10 integrate
.. //depot/projects/trustedbsd/base/release/picobsd/bridge/PICOBSD#6 integrate
.. //depot/projects/trustedbsd/base/release/picobsd/tinyware/ns/ns.c#4 integrate
.. //depot/projects/trustedbsd/base/release/scripts/package-split.py#4 integrate
.. //depot/projects/trustedbsd/base/sbin/Makefile#32 integrate
.. //depot/projects/trustedbsd/base/sbin/devd/Makefile#7 integrate
.. //depot/projects/trustedbsd/base/sbin/devd/devd.cc#14 integrate
.. //depot/projects/trustedbsd/base/sbin/fsdb/fsdb.c#11 integrate
.. //depot/projects/trustedbsd/base/sbin/geom/class/mirror/geom_mirror.c#4 integrate
.. //depot/projects/trustedbsd/base/sbin/geom/class/mirror/gmirror.8#6 integrate
.. //depot/projects/trustedbsd/base/sbin/ifconfig/ifbridge.c#2 integrate
.. //depot/projects/trustedbsd/base/sbin/ifconfig/ifconfig.8#33 integrate
.. //depot/projects/trustedbsd/base/sbin/ifconfig/ifconfig.c#27 integrate
.. //depot/projects/trustedbsd/base/sbin/ifconfig/ifieee80211.c#14 integrate
.. //depot/projects/trustedbsd/base/sbin/ifconfig/ifvlan.c#4 integrate
.. //depot/projects/trustedbsd/base/sbin/ipfw/ipfw.8#40 integrate
.. //depot/projects/trustedbsd/base/sbin/mdmfs/mdmfs.c#12 integrate
.. //depot/projects/trustedbsd/base/sbin/mount/Makefile#7 integrate
.. //depot/projects/trustedbsd/base/sbin/mount/extern.h#3 integrate
.. //depot/projects/trustedbsd/base/sbin/mount/getmntopts.c#7 integrate
.. //depot/projects/trustedbsd/base/sbin/mount/mount.c#18 integrate
.. //depot/projects/trustedbsd/base/sbin/mount/mount_ufs.c#7 integrate
.. //depot/projects/trustedbsd/base/sbin/mount_cd9660/mount_cd9660.8#11 integrate
.. //depot/projects/trustedbsd/base/sbin/reboot/boot_i386.8#16 integrate
.. //depot/projects/trustedbsd/base/sbin/restore/restore.8#15 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