PERFORCE change 77726 for review

Robert Watson rwatson at FreeBSD.org
Mon May 30 18:51:18 GMT 2005


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

Change 77726 by rwatson at rwatson_tislabs on 2005/05/30 18:50:34

	Integrate TrustedBSD base branch from FreeBSD CVS.
	
	Vendor imports/updates:
	
	- BSNMP update
	- bzip2 update
	- libz update
	- ipfilter update
	- libcap update
	- lukemftp update
	- one-true-awk update
	- tcpdump update
	- texinfo update
	- GNU libregex update
	- ACPI update
	
	Other changes:
	
	- No more NI_WITHSCOPEID
	- Top reformatted
	- libarchive portability work
	- ttyname_r
	- Many armisms, ppcisms
	- More VFS-related locking, system calls MPSAFE, and so on.
	- HWPMC on amd64
	- Linux and other ABIs now wrap the FreeBSD implementations of
	  things like stat better, and reduced use of the stack gap.
	- netgraph_nat
	- Kernel libalias
	- reiserfs
	- sparc64 framebuffer and other console magic
	- ral, ural drivers
	- Kernel malloc, UMA per-cpu optimizations and critical section
	  changes
	- close/read socket/socket buffer race fix
	- if_purgeaddrs()
	- TCP SACK fixes
	- More VM locking work
	- More make
	
	Looped back TrustedBSD changes:
	
	- bsm/audit.h, bsm/audit_kevents.h stubs
	- syscalls.master format changed to take audit event ID for all
	  and sundry ABIs.
	- remove unused ACL types to prevent confusion

Affected files ...

.. //depot/projects/trustedbsd/base/MAINTAINERS#29 integrate
.. //depot/projects/trustedbsd/base/Makefile.inc1#61 integrate
.. //depot/projects/trustedbsd/base/UPDATING#55 integrate
.. //depot/projects/trustedbsd/base/bin/chflags/chflags.1#8 integrate
.. //depot/projects/trustedbsd/base/bin/chflags/chflags.c#8 integrate
.. //depot/projects/trustedbsd/base/bin/csh/config.h#5 integrate
.. //depot/projects/trustedbsd/base/bin/mv/mv.c#14 integrate
.. //depot/projects/trustedbsd/base/bin/rmdir/rmdir.1#6 integrate
.. //depot/projects/trustedbsd/base/bin/sh/options.c#9 integrate
.. //depot/projects/trustedbsd/base/bin/stty/print.c#6 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/NEWS#8 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/VERSION#8 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/lib/bsnmpclient.3#7 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/lib/snmpclient.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/lib/snmpclient.h#4 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/oid-list#3 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/snmp_mibII/mibII.c#7 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/snmp_mibII/mibII.h#4 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/snmp_mibII/mibII_interfaces.c#7 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/snmp_mibII/mibII_ip.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/snmp_mibII/mibII_route.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/snmp_mibII/mibII_tcp.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/snmp_mibII/mibII_udp.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/snmp_mibII/snmp_mibII.3#7 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/snmp_mibII/snmp_mibII.h#5 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/snmp_ntp/snmp_ntp.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/snmpd/main.c#9 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/snmpd/snmpmod.3#7 integrate
.. //depot/projects/trustedbsd/base/contrib/bsnmp/snmpd/snmpmod.h#4 integrate
.. //depot/projects/trustedbsd/base/contrib/bzip2/CHANGES#3 integrate
.. //depot/projects/trustedbsd/base/contrib/bzip2/FREEBSD-Xlist#1 branch
.. //depot/projects/trustedbsd/base/contrib/bzip2/FREEBSD-upgrade#2 integrate
.. //depot/projects/trustedbsd/base/contrib/bzip2/LICENSE#3 integrate
.. //depot/projects/trustedbsd/base/contrib/bzip2/Makefile#3 integrate
.. //depot/projects/trustedbsd/base/contrib/bzip2/Makefile-libbz2_so#3 integrate
.. //depot/projects/trustedbsd/base/contrib/bzip2/README#3 integrate
.. //depot/projects/trustedbsd/base/contrib/bzip2/README.COMPILATION.PROBLEMS#3 integrate
.. //depot/projects/trustedbsd/base/contrib/bzip2/blocksort.c#3 integrate
.. //depot/projects/trustedbsd/base/contrib/bzip2/bzip2.1#3 integrate
.. //depot/projects/trustedbsd/base/contrib/bzip2/bzip2.c#3 integrate
.. //depot/projects/trustedbsd/base/contrib/bzip2/bzip2recover.c#3 integrate
.. //depot/projects/trustedbsd/base/contrib/bzip2/bzlib.c#3 integrate
.. //depot/projects/trustedbsd/base/contrib/bzip2/bzlib.h#3 integrate
.. //depot/projects/trustedbsd/base/contrib/bzip2/bzlib_private.h#3 integrate
.. //depot/projects/trustedbsd/base/contrib/bzip2/compress.c#3 integrate
.. //depot/projects/trustedbsd/base/contrib/bzip2/crctable.c#3 integrate
.. //depot/projects/trustedbsd/base/contrib/bzip2/decompress.c#3 integrate
.. //depot/projects/trustedbsd/base/contrib/bzip2/huffman.c#3 integrate
.. //depot/projects/trustedbsd/base/contrib/bzip2/randtable.c#3 integrate
.. //depot/projects/trustedbsd/base/contrib/bzip2/sample1.bz2.uu#3 integrate
.. //depot/projects/trustedbsd/base/contrib/bzip2/sample1.ref.gz.uu#3 integrate
.. //depot/projects/trustedbsd/base/contrib/bzip2/sample2.bz2.uu#3 integrate
.. //depot/projects/trustedbsd/base/contrib/bzip2/sample2.ref.gz.uu#2 integrate
.. //depot/projects/trustedbsd/base/contrib/bzip2/sample3.bz2.uu#3 integrate
.. //depot/projects/trustedbsd/base/contrib/bzip2/sample3.ref.gz.uu#2 integrate
.. //depot/projects/trustedbsd/base/contrib/ipfilter/man/ipfstat.8#5 integrate
.. //depot/projects/trustedbsd/base/contrib/ipfilter/pcap-bpf.h#1 branch
.. //depot/projects/trustedbsd/base/contrib/ipfilter/tools/ipf_y.y#2 integrate
.. //depot/projects/trustedbsd/base/contrib/ipfilter/tools/ipmon.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/libpcap/CHANGES#5 integrate
.. //depot/projects/trustedbsd/base/contrib/libpcap/CREDITS#5 integrate
.. //depot/projects/trustedbsd/base/contrib/libpcap/FILES#5 integrate
.. //depot/projects/trustedbsd/base/contrib/libpcap/INSTALL.txt#4 integrate
.. //depot/projects/trustedbsd/base/contrib/libpcap/Makefile.in#5 integrate
.. //depot/projects/trustedbsd/base/contrib/libpcap/README#5 integrate
.. //depot/projects/trustedbsd/base/contrib/libpcap/README.hpux#3 integrate
.. //depot/projects/trustedbsd/base/contrib/libpcap/README.macosx#1 branch
.. //depot/projects/trustedbsd/base/contrib/libpcap/VERSION#6 integrate
.. //depot/projects/trustedbsd/base/contrib/libpcap/bpf/net/bpf_filter.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/libpcap/bpf_dump.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/libpcap/bpf_image.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/libpcap/config.h.in#5 integrate
.. //depot/projects/trustedbsd/base/contrib/libpcap/configure#5 integrate
.. //depot/projects/trustedbsd/base/contrib/libpcap/configure.in#5 integrate
.. //depot/projects/trustedbsd/base/contrib/libpcap/etherent.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/libpcap/ethertype.h#3 integrate
.. //depot/projects/trustedbsd/base/contrib/libpcap/fad-getad.c#3 integrate
.. //depot/projects/trustedbsd/base/contrib/libpcap/fad-gifc.c#3 integrate
.. //depot/projects/trustedbsd/base/contrib/libpcap/fad-glifc.c#3 integrate
.. //depot/projects/trustedbsd/base/contrib/libpcap/fad-null.c#3 integrate
.. //depot/projects/trustedbsd/base/contrib/libpcap/fad-win32.c#3 integrate
.. //depot/projects/trustedbsd/base/contrib/libpcap/gencode.c#7 integrate
.. //depot/projects/trustedbsd/base/contrib/libpcap/gencode.h#5 integrate
.. //depot/projects/trustedbsd/base/contrib/libpcap/grammar.y#5 integrate
.. //depot/projects/trustedbsd/base/contrib/libpcap/inet.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/libpcap/nametoaddr.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/libpcap/optimize.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/libpcap/pcap-bpf.c#7 integrate
.. //depot/projects/trustedbsd/base/contrib/libpcap/pcap-bpf.h#3 integrate
.. //depot/projects/trustedbsd/base/contrib/libpcap/pcap-dag.c#3 integrate
.. //depot/projects/trustedbsd/base/contrib/libpcap/pcap-dlpi.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/libpcap/pcap-dos.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/libpcap/pcap-dos.h#1 branch
.. //depot/projects/trustedbsd/base/contrib/libpcap/pcap-enet.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/libpcap/pcap-int.h#6 integrate
.. //depot/projects/trustedbsd/base/contrib/libpcap/pcap-linux.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/libpcap/pcap-namedb.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/libpcap/pcap-nit.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/libpcap/pcap-null.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/libpcap/pcap-pf.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/libpcap/pcap-snit.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/libpcap/pcap-snoop.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/libpcap/pcap-win32.c#3 integrate
.. //depot/projects/trustedbsd/base/contrib/libpcap/pcap.3#7 integrate
.. //depot/projects/trustedbsd/base/contrib/libpcap/pcap.c#6 integrate
.. //depot/projects/trustedbsd/base/contrib/libpcap/pcap.h#6 integrate
.. //depot/projects/trustedbsd/base/contrib/libpcap/pcap1.h#1 branch
.. //depot/projects/trustedbsd/base/contrib/libpcap/pf.h#3 integrate
.. //depot/projects/trustedbsd/base/contrib/libpcap/ppp.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/libpcap/savefile.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/libpcap/scanner.l#6 integrate
.. //depot/projects/trustedbsd/base/contrib/libpcap/snprintf.c#3 delete
.. //depot/projects/trustedbsd/base/contrib/lukemftp/src/cmds.c#6 integrate
.. //depot/projects/trustedbsd/base/contrib/lukemftp/src/cmdtab.c#6 integrate
.. //depot/projects/trustedbsd/base/contrib/lukemftp/src/extern.h#6 integrate
.. //depot/projects/trustedbsd/base/contrib/lukemftp/src/fetch.c#9 integrate
.. //depot/projects/trustedbsd/base/contrib/lukemftp/src/ftp.1#10 integrate
.. //depot/projects/trustedbsd/base/contrib/lukemftp/src/ftp.c#9 integrate
.. //depot/projects/trustedbsd/base/contrib/lukemftp/src/ftp_var.h#7 integrate
.. //depot/projects/trustedbsd/base/contrib/lukemftp/src/main.c#7 integrate
.. //depot/projects/trustedbsd/base/contrib/lukemftp/src/progressbar.c#7 integrate
.. //depot/projects/trustedbsd/base/contrib/lukemftp/src/util.c#8 integrate
.. //depot/projects/trustedbsd/base/contrib/lukemftp/src/version.h#8 integrate
.. //depot/projects/trustedbsd/base/contrib/ngatm/man/libngatm.3#3 integrate
.. //depot/projects/trustedbsd/base/contrib/ngatm/man/uniaddr.3#3 integrate
.. //depot/projects/trustedbsd/base/contrib/ngatm/man/unifunc.3#3 integrate
.. //depot/projects/trustedbsd/base/contrib/ngatm/man/unimsg.3#2 integrate
.. //depot/projects/trustedbsd/base/contrib/ngatm/man/unisap.3#2 integrate
.. //depot/projects/trustedbsd/base/contrib/ngatm/man/unistruct.3#3 integrate
.. //depot/projects/trustedbsd/base/contrib/ngatm/snmp_atm/atm.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/ngatm/snmp_atm/snmp_atm.3#2 integrate
.. //depot/projects/trustedbsd/base/contrib/ngatm/snmp_atm/snmp_atm.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/ngatm/sscop/common.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/ngatm/sscop/common.h#4 integrate
.. //depot/projects/trustedbsd/base/contrib/ngatm/sscop/sscop_main.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/one-true-awk/FIXES#8 integrate
.. //depot/projects/trustedbsd/base/contrib/one-true-awk/FREEBSD-upgrade#8 integrate
.. //depot/projects/trustedbsd/base/contrib/one-true-awk/README#6 integrate
.. //depot/projects/trustedbsd/base/contrib/one-true-awk/awk.h#3 integrate
.. //depot/projects/trustedbsd/base/contrib/one-true-awk/b.c#8 integrate
.. //depot/projects/trustedbsd/base/contrib/one-true-awk/lex.c#6 integrate
.. //depot/projects/trustedbsd/base/contrib/one-true-awk/lib.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/one-true-awk/main.c#9 integrate
.. //depot/projects/trustedbsd/base/contrib/one-true-awk/makefile#6 integrate
.. //depot/projects/trustedbsd/base/contrib/one-true-awk/proctab.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/one-true-awk/run.c#8 integrate
.. //depot/projects/trustedbsd/base/contrib/one-true-awk/tran.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/smbfs/lib/smb/ctx.c#8 integrate
.. //depot/projects/trustedbsd/base/contrib/tcp_wrappers/hosts_access.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/tcp_wrappers/socket.c#3 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/.cvsignore#2 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/CHANGES#6 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/CREDITS#6 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/FILES#6 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/INSTALL#5 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/Makefile.in#5 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/README#6 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/VERSION#7 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/acconfig.h#5 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/addrtoname.c#6 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/appletalk.h#4 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/bgp.h#1 branch
.. //depot/projects/trustedbsd/base/contrib/tcpdump/bpf_dump.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/config.h.in#6 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/configure#6 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/configure.in#6 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/cpack.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/tcpdump/cpack.h#1 branch
.. //depot/projects/trustedbsd/base/contrib/tcpdump/decode_prefix.h#1 branch
.. //depot/projects/trustedbsd/base/contrib/tcpdump/ethertype.h#5 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/extract.h#5 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/gmpls.c#3 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/gmpls.h#3 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/gmt2local.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/icmp6.h#5 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/ieee802_11_radio.h#1 branch
.. //depot/projects/trustedbsd/base/contrib/tcpdump/interface.h#6 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/ip.h#4 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/ipproto.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/tcpdump/ipproto.h#3 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/l2vpn.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/tcpdump/l2vpn.h#1 branch
.. //depot/projects/trustedbsd/base/contrib/tcpdump/llc.h#5 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/machdep.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/missing/bittypes.h#4 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/missing/datalinks.c#3 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/missing/dlnames.c#3 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/missing/getaddrinfo.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/missing/getnameinfo.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/missing/inet_aton.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/missing/inet_ntop.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/missing/inet_pton.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/missing/snprintf.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/missing/strlcat.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/missing/strlcpy.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/mpls.h#1 branch
.. //depot/projects/trustedbsd/base/contrib/tcpdump/netdissect.h#1 branch
.. //depot/projects/trustedbsd/base/contrib/tcpdump/nlpid.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/tcpdump/nlpid.h#1 branch
.. //depot/projects/trustedbsd/base/contrib/tcpdump/ntp.h#4 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/ospf.h#4 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/oui.c#3 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/oui.h#3 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/parsenfsfh.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/pcap-missing.h#3 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/pf.h#3 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/pmap_prot.h#1 branch
.. //depot/projects/trustedbsd/base/contrib/tcpdump/ppp.h#5 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/print-802_11.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/print-ah.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/print-aodv.c#3 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/print-ap1394.c#3 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/print-arcnet.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/print-arp.c#6 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/print-ascii.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/print-atalk.c#6 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/print-atm.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/print-beep.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/print-bfd.c#3 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/print-bgp.c#6 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/print-bootp.c#6 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/print-cdp.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/print-chdlc.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/print-cip.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/print-cnfp.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/print-decnet.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/print-dhcp6.c#6 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/print-domain.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/print-dvmrp.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/print-eap.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/tcpdump/print-egp.c#6 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/print-eigrp.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/tcpdump/print-enc.c#3 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/print-esp.c#7 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/print-ether.c#6 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/print-fddi.c#6 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/print-fr.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/print-frag6.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/print-gre.c#6 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/print-hsrp.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/print-icmp.c#6 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/print-icmp6.c#6 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/print-igmp.c#6 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/print-igrp.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/print-ip.c#6 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/print-ip6.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/print-ip6opts.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/print-ipcomp.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/print-ipfc.c#3 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/print-ipx.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/print-isakmp.c#7 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/print-isoclns.c#6 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/print-juniper.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/tcpdump/print-krb.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/print-l2tp.c#7 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/print-lane.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/print-ldp.c#3 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/print-llc.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/print-lmp.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/tcpdump/print-lspping.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/tcpdump/print-lwres.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/print-mobile.c#6 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/print-mobility.c#3 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/print-mpls.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/print-msdp.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/print-netbios.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/print-nfs.c#6 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/print-ntp.c#6 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/print-null.c#6 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/print-ospf.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/print-ospf6.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/print-pflog.c#3 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/print-pim.c#6 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/print-ppp.c#6 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/print-pppoe.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/print-pptp.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/print-radius.c#7 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/print-raw.c#6 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/print-rip.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/print-ripng.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/print-rsvp.c#3 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/print-rt6.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/print-rx.c#6 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/print-sctp.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/print-sip.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/tcpdump/print-sl.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/print-sll.c#6 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/print-smb.c#6 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/print-snmp.c#6 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/print-stp.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/print-sunatm.c#3 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/print-sunrpc.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/print-symantec.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/tcpdump/print-syslog.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/tcpdump/print-tcp.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/print-telnet.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/print-tftp.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/print-timed.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/print-token.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/print-udp.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/print-vjc.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/print-vrrp.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/print-wb.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/print-zephyr.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/rpc_auth.h#1 branch
.. //depot/projects/trustedbsd/base/contrib/tcpdump/rpc_msg.h#1 branch
.. //depot/projects/trustedbsd/base/contrib/tcpdump/setsignal.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/smb.h#5 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/smbutil.c#6 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/strcasecmp.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/tcp.h#5 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/tcpdump-stdinc.h#3 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/tcpdump.1#6 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/tcpdump.c#6 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/udp.h#4 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/util.c#6 integrate
.. //depot/projects/trustedbsd/base/contrib/tcpdump/vfprintf.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/telnet/telnetd/telnetd.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/AUTHORS#4 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/ChangeLog#6 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/ChangeLog.46#1 branch
.. //depot/projects/trustedbsd/base/contrib/texinfo/FREEBSD-Xlist#6 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/FREEBSD-upgrade#6 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/INSTALL#4 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/INTRODUCTION#5 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/NEWS#6 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/README#5 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/README.dev#1 branch
.. //depot/projects/trustedbsd/base/contrib/texinfo/TODO#6 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/config.h#6 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/config.h.in#6 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/doc/README#5 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/doc/help2man#4 delete
.. //depot/projects/trustedbsd/base/contrib/texinfo/doc/info-stnd.texi#6 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/doc/info.1#6 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/doc/info.5#3 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/doc/info.texi#5 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/doc/infokey.1#1 branch
.. //depot/projects/trustedbsd/base/contrib/texinfo/doc/install-info.1#6 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/doc/makeinfo.1#6 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/doc/texindex.1#6 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/doc/texinfo.5#3 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/doc/texinfo.txi#6 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/doc/version-stnd.texi#5 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/doc/version.texi#6 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/info/README#3 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/info/dir.c#3 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/info/display.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/info/display.h#3 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/info/doc.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/info/doc.h#4 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/info/dribble.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/info/dribble.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/info/echo-area.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/info/echo-area.h#3 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/info/filesys.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/info/filesys.h#3 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/info/footnotes.c#3 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/info/footnotes.h#3 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/info/funs.h#4 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/info/gc.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/info/gc.h#3 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/info/indices.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/info/indices.h#3 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/info/info-utils.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/info/info-utils.h#4 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/info/info.c#6 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/info/info.h#5 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/info/infodoc.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/info/infokey.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/info/infokey.h#4 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/info/infomap.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/info/infomap.h#4 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/info/key.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/info/m-x.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/info/man.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/info/man.h#3 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/info/nodemenu.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/info/nodes.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/info/nodes.h#3 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/info/search.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/info/search.h#3 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/info/session.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/info/session.h#4 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/info/signals.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/info/signals.h#3 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/info/termdep.h#4 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/info/terminal.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/info/terminal.h#4 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/info/tilde.c#3 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/info/tilde.h#2 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/info/variables.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/info/variables.h#3 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/info/window.c#6 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/info/window.h#3 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/lib/README#3 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/lib/gettext.h#3 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/lib/substring.c#3 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/lib/system.h#5 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/lib/xalloc.h#3 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/lib/xexit.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/lib/xmalloc.c#2 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/lib/xstrdup.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/makeinfo/README#4 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/makeinfo/cmds.c#6 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/makeinfo/cmds.h#3 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/makeinfo/defun.c#6 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/makeinfo/defun.h#3 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/makeinfo/files.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/makeinfo/files.h#5 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/makeinfo/float.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/texinfo/makeinfo/float.h#1 branch
.. //depot/projects/trustedbsd/base/contrib/texinfo/makeinfo/footnote.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/makeinfo/footnote.h#3 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/makeinfo/html.c#6 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/makeinfo/html.h#5 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/makeinfo/index.c#6 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/makeinfo/index.h#3 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/makeinfo/insertion.c#6 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/makeinfo/insertion.h#5 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/makeinfo/lang.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/makeinfo/lang.h#5 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/makeinfo/macro.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/makeinfo/macro.h#3 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/makeinfo/makeinfo.c#6 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/makeinfo/makeinfo.h#6 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/makeinfo/multi.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/makeinfo/multi.h#1 branch
.. //depot/projects/trustedbsd/base/contrib/texinfo/makeinfo/node.c#6 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/makeinfo/node.h#4 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/makeinfo/sectioning.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/makeinfo/sectioning.h#3 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/makeinfo/texinfo.dtd#4 delete
.. //depot/projects/trustedbsd/base/contrib/texinfo/makeinfo/texinfo.xsl#4 delete
.. //depot/projects/trustedbsd/base/contrib/texinfo/makeinfo/toc.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/makeinfo/toc.h#4 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/makeinfo/xml.c#5 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/makeinfo/xml.h#4 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/makeinfo/xref.c#1 branch
.. //depot/projects/trustedbsd/base/contrib/texinfo/makeinfo/xref.h#1 branch
.. //depot/projects/trustedbsd/base/contrib/texinfo/util/README#3 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/util/install-info.c#6 integrate
.. //depot/projects/trustedbsd/base/contrib/texinfo/util/texindex.c#6 integrate
.. //depot/projects/trustedbsd/base/contrib/top/commands.c#7 integrate
.. //depot/projects/trustedbsd/base/contrib/top/display.c#4 integrate
.. //depot/projects/trustedbsd/base/contrib/top/machine.h#4 integrate
.. //depot/projects/trustedbsd/base/contrib/top/top.c#7 integrate
.. //depot/projects/trustedbsd/base/etc/devd.conf#15 integrate
.. //depot/projects/trustedbsd/base/etc/mtree/BSD.include.dist#29 integrate
.. //depot/projects/trustedbsd/base/etc/mtree/BSD.local.dist#29 integrate
.. //depot/projects/trustedbsd/base/etc/rc.d/named#11 integrate
.. //depot/projects/trustedbsd/base/etc/rc.subr#20 integrate
.. //depot/projects/trustedbsd/base/games/fortune/datfiles/fortunes#40 integrate
.. //depot/projects/trustedbsd/base/games/fortune/datfiles/limerick#5 integrate
.. //depot/projects/trustedbsd/base/games/random/random.c#7 integrate
.. //depot/projects/trustedbsd/base/gnu/lib/libregex/FREEBSD-upgrade#3 integrate
.. //depot/projects/trustedbsd/base/gnu/lib/libregex/Makefile#6 integrate
.. //depot/projects/trustedbsd/base/gnu/lib/libregex/config.h#1 branch
.. //depot/projects/trustedbsd/base/gnu/lib/libregex/posix/regex.h#3 integrate
.. //depot/projects/trustedbsd/base/gnu/lib/libregex/regcomp.c#1 branch
.. //depot/projects/trustedbsd/base/gnu/lib/libregex/regex.c#5 integrate
.. //depot/projects/trustedbsd/base/gnu/lib/libregex/regex_internal.c#1 branch
.. //depot/projects/trustedbsd/base/gnu/lib/libregex/regex_internal.h#1 branch
.. //depot/projects/trustedbsd/base/gnu/lib/libregex/regexec.c#1 branch
.. //depot/projects/trustedbsd/base/gnu/usr.bin/gdb/libgdb/fbsd-threads.c#6 integrate
.. //depot/projects/trustedbsd/base/gnu/usr.bin/grep/FREEBSD-upgrade#1 branch
.. //depot/projects/trustedbsd/base/gnu/usr.bin/grep/dfa.c#4 integrate
.. //depot/projects/trustedbsd/base/gnu/usr.bin/grep/dfa.h#3 integrate
.. //depot/projects/trustedbsd/base/gnu/usr.bin/grep/grep.c#7 integrate
.. //depot/projects/trustedbsd/base/gnu/usr.bin/grep/grep.h#3 integrate
.. //depot/projects/trustedbsd/base/gnu/usr.bin/grep/mbcache.h#2 delete
.. //depot/projects/trustedbsd/base/gnu/usr.bin/grep/search.c#4 integrate
.. //depot/projects/trustedbsd/base/gnu/usr.bin/texinfo/infokey/Makefile#4 integrate
.. //depot/projects/trustedbsd/base/gnu/usr.bin/texinfo/makeinfo/Makefile#5 integrate
.. //depot/projects/trustedbsd/base/include/Makefile#45 integrate
.. //depot/projects/trustedbsd/base/include/netdb.h#9 integrate
.. //depot/projects/trustedbsd/base/include/runefile.h#2 delete
.. //depot/projects/trustedbsd/base/include/unistd.h#23 integrate
.. //depot/projects/trustedbsd/base/lib/csu/i386-elf/crt1.c#9 integrate
.. //depot/projects/trustedbsd/base/lib/csu/i386-elf/crti.S#3 integrate
.. //depot/projects/trustedbsd/base/lib/csu/i386-elf/crtn.S#3 integrate
.. //depot/projects/trustedbsd/base/lib/libalias/HISTORY#2 delete
.. //depot/projects/trustedbsd/base/lib/libalias/Makefile#11 integrate
.. //depot/projects/trustedbsd/base/lib/libalias/alias.c#12 delete
.. //depot/projects/trustedbsd/base/lib/libalias/alias.h#7 delete
.. //depot/projects/trustedbsd/base/lib/libalias/alias_cuseeme.c#5 delete
.. //depot/projects/trustedbsd/base/lib/libalias/alias_db.c#8 delete
.. //depot/projects/trustedbsd/base/lib/libalias/alias_ftp.c#5 delete
.. //depot/projects/trustedbsd/base/lib/libalias/alias_irc.c#5 delete
.. //depot/projects/trustedbsd/base/lib/libalias/alias_local.h#8 delete
.. //depot/projects/trustedbsd/base/lib/libalias/alias_nbt.c#7 delete
.. //depot/projects/trustedbsd/base/lib/libalias/alias_old.c#4 delete
.. //depot/projects/trustedbsd/base/lib/libalias/alias_pptp.c#7 delete
.. //depot/projects/trustedbsd/base/lib/libalias/alias_proxy.c#6 delete
.. //depot/projects/trustedbsd/base/lib/libalias/alias_skinny.c#6 delete
.. //depot/projects/trustedbsd/base/lib/libalias/alias_smedia.c#5 delete
.. //depot/projects/trustedbsd/base/lib/libalias/alias_util.c#7 delete
.. //depot/projects/trustedbsd/base/lib/libalias/libalias.3#8 delete
.. //depot/projects/trustedbsd/base/lib/libarchive/Makefile#11 integrate
.. //depot/projects/trustedbsd/base/lib/libarchive/archive_entry.c#9 integrate
.. //depot/projects/trustedbsd/base/lib/libarchive/archive_platform.h#9 integrate
.. //depot/projects/trustedbsd/base/lib/libarchive/archive_read.3#7 integrate
.. //depot/projects/trustedbsd/base/lib/libarchive/archive_read_extract.c#9 integrate
.. //depot/projects/trustedbsd/base/lib/libarchive/configure.ac.in#4 integrate
.. //depot/projects/trustedbsd/base/lib/libc/gen/Makefile.inc#25 integrate
.. //depot/projects/trustedbsd/base/lib/libc/gen/ttyname.3#4 integrate
.. //depot/projects/trustedbsd/base/lib/libc/gen/ttyname.c#7 integrate
.. //depot/projects/trustedbsd/base/lib/libc/gmon/mcount.c#5 integrate
.. //depot/projects/trustedbsd/base/lib/libc/locale/rune.c#8 integrate
.. //depot/projects/trustedbsd/base/lib/libc/locale/runefile.h#1 branch
.. //depot/projects/trustedbsd/base/lib/libc/net/getaddrinfo.c#20 integrate
.. //depot/projects/trustedbsd/base/lib/libc/net/getnetbydns.c#9 integrate
.. //depot/projects/trustedbsd/base/lib/libc/net/getnetbyht.c#7 integrate
.. //depot/projects/trustedbsd/base/lib/libc/net/getnetbynis.c#5 integrate
.. //depot/projects/trustedbsd/base/lib/libc/net/getnetnamadr.c#6 integrate
.. //depot/projects/trustedbsd/base/lib/libc/net/name6.c#20 integrate
.. //depot/projects/trustedbsd/base/lib/libc/net/netdb_private.h#5 integrate
.. //depot/projects/trustedbsd/base/lib/libc/net/rcmd.c#8 integrate
.. //depot/projects/trustedbsd/base/lib/libc/net/res_send.c#7 integrate
.. //depot/projects/trustedbsd/base/lib/libc/sparc64/fpu/fpu_explode.c#6 integrate
.. //depot/projects/trustedbsd/base/lib/libc/sparc64/fpu/fpu_qp.c#6 integrate
.. //depot/projects/trustedbsd/base/lib/libc/stdio/glue.h#3 integrate
.. //depot/projects/trustedbsd/base/lib/libc/sys/accept.2#8 integrate
.. //depot/projects/trustedbsd/base/lib/libc/uuid/uuid_is_nil.c#4 integrate
.. //depot/projects/trustedbsd/base/lib/libc_r/uthread/pthread_private.h#18 integrate
.. //depot/projects/trustedbsd/base/lib/libdevinfo/devinfo.c#5 integrate
.. //depot/projects/trustedbsd/base/lib/libgeom/geom_xml2tree.c#4 integrate
.. //depot/projects/trustedbsd/base/lib/libpam/modules/pam_unix/pam_unix.c#16 integrate
.. //depot/projects/trustedbsd/base/lib/libpcap/config.h#6 integrate
.. //depot/projects/trustedbsd/base/lib/libsdp/sdp.3#6 integrate
.. //depot/projects/trustedbsd/base/lib/libsdp/sdp.h#4 integrate
.. //depot/projects/trustedbsd/base/lib/libsdp/util.c#6 integrate
.. //depot/projects/trustedbsd/base/lib/libstand/Makefile#15 integrate
.. //depot/projects/trustedbsd/base/lib/libstand/bzipfs.c#5 integrate
.. //depot/projects/trustedbsd/base/lib/libstand/bzlib.c.diff#3 delete
.. //depot/projects/trustedbsd/base/lib/libstand/bzlib.h.diff#2 delete
.. //depot/projects/trustedbsd/base/lib/libstand/bzlib_private.h.diff#3 delete
.. //depot/projects/trustedbsd/base/lib/libstand/splitfs.c#4 integrate
.. //depot/projects/trustedbsd/base/lib/libstand/stand.h#13 integrate
.. //depot/projects/trustedbsd/base/lib/libstand/zutil.h.diff#2 delete
.. //depot/projects/trustedbsd/base/lib/libthread_db/libpthread_db.c#4 integrate
.. //depot/projects/trustedbsd/base/lib/libthread_db/libthr_db.c#4 integrate
.. //depot/projects/trustedbsd/base/lib/libutil/logwtmp.c#5 integrate
.. //depot/projects/trustedbsd/base/lib/libutil/realhostname.c#5 integrate
.. //depot/projects/trustedbsd/base/lib/libz/FREEBSD-upgrade#1 branch
.. //depot/projects/trustedbsd/base/lib/libz/adler32.c#4 integrate
.. //depot/projects/trustedbsd/base/lib/libz/compress.c#4 integrate
.. //depot/projects/trustedbsd/base/lib/libz/crc32.c#4 integrate
.. //depot/projects/trustedbsd/base/lib/libz/deflate.c#4 integrate
.. //depot/projects/trustedbsd/base/lib/libz/deflate.h#4 integrate
.. //depot/projects/trustedbsd/base/lib/libz/example.c#4 integrate
.. //depot/projects/trustedbsd/base/lib/libz/infback.c#3 integrate
.. //depot/projects/trustedbsd/base/lib/libz/inffast.c#4 integrate
.. //depot/projects/trustedbsd/base/lib/libz/inflate.c#5 integrate
.. //depot/projects/trustedbsd/base/lib/libz/inftrees.c#4 integrate
.. //depot/projects/trustedbsd/base/lib/libz/trees.c#4 integrate
.. //depot/projects/trustedbsd/base/lib/libz/uncompr.c#4 integrate
.. //depot/projects/trustedbsd/base/lib/libz/zlib.3#5 integrate
.. //depot/projects/trustedbsd/base/lib/libz/zutil.c#4 integrate
.. //depot/projects/trustedbsd/base/lib/libz/zutil.h#4 integrate
.. //depot/projects/trustedbsd/base/lib/msun/i387/s_ceilf.S#2 integrate
.. //depot/projects/trustedbsd/base/lib/msun/i387/s_floorf.S#2 integrate
.. //depot/projects/trustedbsd/base/lib/msun/i387/s_truncf.S#2 integrate
.. //depot/projects/trustedbsd/base/libexec/Makefile#18 integrate
.. //depot/projects/trustedbsd/base/libexec/ftp-proxy/Makefile#2 integrate
.. //depot/projects/trustedbsd/base/libexec/getty/ttys.5#3 integrate
.. //depot/projects/trustedbsd/base/libexec/rlogind/rlogind.c#6 integrate
.. //depot/projects/trustedbsd/base/libexec/rshd/rshd.c#11 integrate
.. //depot/projects/trustedbsd/base/libexec/rtld-elf/i386/rtld_start.S#2 integrate
.. //depot/projects/trustedbsd/base/libexec/talkd/process.c#3 integrate
.. //depot/projects/trustedbsd/base/libexec/tftpd/tftpd.c#12 integrate
.. //depot/projects/trustedbsd/base/release/Makefile#65 integrate
.. //depot/projects/trustedbsd/base/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml#59 integrate
.. //depot/projects/trustedbsd/base/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml#91 integrate
.. //depot/projects/trustedbsd/base/release/doc/share/misc/dev.archlist.txt#5 integrate
.. //depot/projects/trustedbsd/base/release/doc/share/sgml/release.dsl#7 integrate
.. //depot/projects/trustedbsd/base/release/picobsd/tinyware/login/pico-login.c#4 integrate
.. //depot/projects/trustedbsd/base/sbin/Makefile#30 integrate
.. //depot/projects/trustedbsd/base/sbin/atacontrol/atacontrol.8#13 integrate
.. //depot/projects/trustedbsd/base/sbin/atacontrol/atacontrol.c#17 integrate
.. //depot/projects/trustedbsd/base/sbin/clri/clri.c#11 integrate
.. //depot/projects/trustedbsd/base/sbin/devd/devd.cc#12 integrate
.. //depot/projects/trustedbsd/base/sbin/ifconfig/af_inet6.c#2 integrate
.. //depot/projects/trustedbsd/base/sbin/ifconfig/ifconfig.c#25 integrate
.. //depot/projects/trustedbsd/base/sbin/ipf/Makefile.inc#2 integrate
.. //depot/projects/trustedbsd/base/sbin/ipf/ipf/Makefile#3 integrate
.. //depot/projects/trustedbsd/base/sbin/ipfw/ipfw.8#37 integrate
.. //depot/projects/trustedbsd/base/sbin/ipfw/ipfw2.c#31 integrate
.. //depot/projects/trustedbsd/base/sbin/kldstat/kldstat.8#4 integrate
.. //depot/projects/trustedbsd/base/sbin/kldstat/kldstat.c#6 integrate
.. //depot/projects/trustedbsd/base/sbin/mount_reiserfs/Makefile#1 branch
.. //depot/projects/trustedbsd/base/sbin/mount_reiserfs/mount_reiserfs.8#1 branch
.. //depot/projects/trustedbsd/base/sbin/mount_reiserfs/mount_reiserfs.c#1 branch
.. //depot/projects/trustedbsd/base/sbin/restore/interactive.c#9 integrate
.. //depot/projects/trustedbsd/base/sbin/restore/main.c#13 integrate
.. //depot/projects/trustedbsd/base/sbin/restore/restore.c#10 integrate
.. //depot/projects/trustedbsd/base/sbin/restore/tape.c#14 integrate
.. //depot/projects/trustedbsd/base/sbin/route/route.c#13 integrate
.. //depot/projects/trustedbsd/base/sbin/savecore/savecore.c#13 integrate
.. //depot/projects/trustedbsd/base/share/dict/freebsd#5 integrate
.. //depot/projects/trustedbsd/base/share/doc/papers/contents/contents.ms#2 integrate
.. //depot/projects/trustedbsd/base/share/examples/etc/make.conf#35 integrate
.. //depot/projects/trustedbsd/base/share/examples/mdoc/example.4#4 integrate
.. //depot/projects/trustedbsd/base/share/man/man3/Makefile#12 integrate
.. //depot/projects/trustedbsd/base/share/man/man3/pthread.3#9 integrate
.. //depot/projects/trustedbsd/base/share/man/man3/pthread_atfork.3#1 branch
.. //depot/projects/trustedbsd/base/share/man/man4/Makefile#56 integrate
.. //depot/projects/trustedbsd/base/share/man/man4/amr.4#10 integrate
.. //depot/projects/trustedbsd/base/share/man/man4/bge.4#12 integrate
.. //depot/projects/trustedbsd/base/share/man/man4/carp.4#3 integrate
.. //depot/projects/trustedbsd/base/share/man/man4/em.4#14 integrate
.. //depot/projects/trustedbsd/base/share/man/man4/ichsmb.4#3 integrate
.. //depot/projects/trustedbsd/base/share/man/man4/iwi.4#2 integrate
.. //depot/projects/trustedbsd/base/share/man/man4/led.4#8 integrate
.. //depot/projects/trustedbsd/base/share/man/man4/mac_bsdextended.4#10 integrate
.. //depot/projects/trustedbsd/base/share/man/man4/man4.i386/Makefile#18 integrate
.. //depot/projects/trustedbsd/base/share/man/man4/man4.i386/acpi_asus.4#5 integrate
.. //depot/projects/trustedbsd/base/share/man/man4/man4.i386/acpi_ibm.4#1 branch
.. //depot/projects/trustedbsd/base/share/man/man4/man4.i386/ep.4#9 integrate
.. //depot/projects/trustedbsd/base/share/man/man4/miibus.4#9 integrate
.. //depot/projects/trustedbsd/base/share/man/man4/mn.4#1 branch
.. //depot/projects/trustedbsd/base/share/man/man4/ng_nat.4#1 branch
.. //depot/projects/trustedbsd/base/share/man/man4/ng_netflow.4#4 integrate
.. //depot/projects/trustedbsd/base/share/man/man4/nve.4#1 branch
.. //depot/projects/trustedbsd/base/share/man/man4/pcm.4#11 integrate
.. //depot/projects/trustedbsd/base/share/man/man4/sk.4#9 integrate
.. //depot/projects/trustedbsd/base/share/man/man4/snd_ad1816.4#3 integrate
.. //depot/projects/trustedbsd/base/share/man/man4/snd_als4000.4#3 integrate
.. //depot/projects/trustedbsd/base/share/man/man4/snd_cmi.4#3 integrate
.. //depot/projects/trustedbsd/base/share/man/man4/snd_cs4281.4#3 integrate
.. //depot/projects/trustedbsd/base/share/man/man4/snd_csa.4#3 integrate
.. //depot/projects/trustedbsd/base/share/man/man4/snd_ds1.4#3 integrate
.. //depot/projects/trustedbsd/base/share/man/man4/snd_emu10k1.4#3 integrate
.. //depot/projects/trustedbsd/base/share/man/man4/snd_es137x.4#3 integrate
.. //depot/projects/trustedbsd/base/share/man/man4/snd_ess.4#3 integrate
.. //depot/projects/trustedbsd/base/share/man/man4/snd_gusc.4#3 integrate
.. //depot/projects/trustedbsd/base/share/man/man4/snd_sbc.4#3 integrate
.. //depot/projects/trustedbsd/base/share/man/man4/snd_solo.4#3 integrate
.. //depot/projects/trustedbsd/base/share/man/man4/twe.4#7 integrate
.. //depot/projects/trustedbsd/base/share/man/man5/Makefile#15 integrate
.. //depot/projects/trustedbsd/base/share/man/man5/devfs.conf.5#1 branch
.. //depot/projects/trustedbsd/base/share/man/man5/devfs.rules.5#1 branch
.. //depot/projects/trustedbsd/base/share/man/man7/release.7#26 integrate
.. //depot/projects/trustedbsd/base/share/man/man9/VOP_IOCTL.9#9 integrate
.. //depot/projects/trustedbsd/base/share/man/man9/devclass_get_devices.9#2 integrate
.. //depot/projects/trustedbsd/base/share/man/man9/devclass_get_drivers.9#2 integrate
.. //depot/projects/trustedbsd/base/share/man/man9/style.9#25 integrate
.. //depot/projects/trustedbsd/base/share/man/man9/taskqueue.9#13 integrate
.. //depot/projects/trustedbsd/base/share/misc/bsd-family-tree#23 integrate
.. //depot/projects/trustedbsd/base/share/mk/bsd.cpu.mk#21 integrate
.. //depot/projects/trustedbsd/base/sys/alpha/alpha/autoconf.c#11 integrate
.. //depot/projects/trustedbsd/base/sys/alpha/alpha/busdma_machdep.c#18 integrate
.. //depot/projects/trustedbsd/base/sys/alpha/alpha/clock.c#13 integrate
.. //depot/projects/trustedbsd/base/sys/alpha/alpha/timerreg.h#5 delete
.. //depot/projects/trustedbsd/base/sys/alpha/include/bus_memio.h#3 delete
.. //depot/projects/trustedbsd/base/sys/alpha/include/bus_pio.h#3 delete
.. //depot/projects/trustedbsd/base/sys/alpha/include/ppireg.h#1 branch
.. //depot/projects/trustedbsd/base/sys/alpha/include/timerreg.h#1 branch
.. //depot/projects/trustedbsd/base/sys/alpha/isa/isa_dma.c#10 integrate
.. //depot/projects/trustedbsd/base/sys/alpha/isa/mcclock_isa.c#5 integrate
.. //depot/projects/trustedbsd/base/sys/alpha/linux/linux_proto.h#13 integrate
.. //depot/projects/trustedbsd/base/sys/alpha/linux/linux_syscall.h#12 integrate
.. //depot/projects/trustedbsd/base/sys/alpha/linux/linux_sysent.c#12 integrate
.. //depot/projects/trustedbsd/base/sys/alpha/linux/syscalls.master#12 integrate
.. //depot/projects/trustedbsd/base/sys/alpha/osf1/osf1_mount.c#12 integrate
.. //depot/projects/trustedbsd/base/sys/alpha/osf1/osf1_proto.h#7 integrate
.. //depot/projects/trustedbsd/base/sys/alpha/osf1/osf1_syscall.h#6 integrate
.. //depot/projects/trustedbsd/base/sys/alpha/osf1/osf1_sysent.c#6 integrate
.. //depot/projects/trustedbsd/base/sys/alpha/osf1/syscalls.master#6 integrate
.. //depot/projects/trustedbsd/base/sys/amd64/amd64/autoconf.c#8 integrate
.. //depot/projects/trustedbsd/base/sys/amd64/amd64/exception.S#13 integrate
.. //depot/projects/trustedbsd/base/sys/amd64/amd64/identcpu.c#10 integrate
.. //depot/projects/trustedbsd/base/sys/amd64/amd64/local_apic.c#8 integrate
.. //depot/projects/trustedbsd/base/sys/amd64/amd64/machdep.c#19 integrate
.. //depot/projects/trustedbsd/base/sys/amd64/amd64/mp_machdep.c#10 integrate
.. //depot/projects/trustedbsd/base/sys/amd64/amd64/prof_machdep.c#3 integrate
.. //depot/projects/trustedbsd/base/sys/amd64/amd64/trap.c#17 integrate
.. //depot/projects/trustedbsd/base/sys/amd64/conf/GENERIC#16 integrate
.. //depot/projects/trustedbsd/base/sys/amd64/include/bus.h#5 integrate
.. //depot/projects/trustedbsd/base/sys/amd64/include/bus_memio.h#4 delete
.. //depot/projects/trustedbsd/base/sys/amd64/include/bus_pio.h#4 delete
.. //depot/projects/trustedbsd/base/sys/amd64/include/cpufunc.h#11 integrate
.. //depot/projects/trustedbsd/base/sys/amd64/include/ppireg.h#1 branch
.. //depot/projects/trustedbsd/base/sys/amd64/include/timerreg.h#1 branch
.. //depot/projects/trustedbsd/base/sys/amd64/isa/clock.c#12 integrate
.. //depot/projects/trustedbsd/base/sys/amd64/isa/isa.h#5 integrate
.. //depot/projects/trustedbsd/base/sys/amd64/isa/isa_dma.c#9 integrate
.. //depot/projects/trustedbsd/base/sys/amd64/isa/timerreg.h#5 delete
.. //depot/projects/trustedbsd/base/sys/amd64/linux32/linux32_proto.h#3 integrate
.. //depot/projects/trustedbsd/base/sys/amd64/linux32/linux32_syscall.h#3 integrate
.. //depot/projects/trustedbsd/base/sys/amd64/linux32/linux32_sysent.c#3 integrate
.. //depot/projects/trustedbsd/base/sys/amd64/linux32/syscalls.master#3 integrate
.. //depot/projects/trustedbsd/base/sys/arm/arm/autoconf.c#2 integrate
.. //depot/projects/trustedbsd/base/sys/arm/arm/bcopyinout.S#5 integrate
.. //depot/projects/trustedbsd/base/sys/arm/arm/bcopyinout_xscale.S#4 integrate
.. //depot/projects/trustedbsd/base/sys/arm/arm/busdma_machdep.c#7 integrate
.. //depot/projects/trustedbsd/base/sys/arm/arm/cpufunc.c#5 integrate
.. //depot/projects/trustedbsd/base/sys/arm/arm/cpufunc_asm_arm3.S#4 delete
.. //depot/projects/trustedbsd/base/sys/arm/arm/cpufunc_asm_arm67.S#4 delete
.. //depot/projects/trustedbsd/base/sys/arm/arm/in_cksum.c#3 integrate
.. //depot/projects/trustedbsd/base/sys/arm/arm/in_cksum_arm.S#4 integrate
.. //depot/projects/trustedbsd/base/sys/arm/arm/intr.c#5 integrate
.. //depot/projects/trustedbsd/base/sys/arm/arm/pmap.c#7 integrate
.. //depot/projects/trustedbsd/base/sys/arm/arm/swtch.S#5 integrate
.. //depot/projects/trustedbsd/base/sys/arm/arm/trap.c#6 integrate
.. //depot/projects/trustedbsd/base/sys/arm/arm/vm_machdep.c#7 integrate
.. //depot/projects/trustedbsd/base/sys/arm/conf/IQ31244#4 integrate
.. //depot/projects/trustedbsd/base/sys/arm/include/atomic.h#5 integrate
.. //depot/projects/trustedbsd/base/sys/arm/include/bus_memio.h#3 delete
.. //depot/projects/trustedbsd/base/sys/arm/include/bus_pio.h#3 delete
.. //depot/projects/trustedbsd/base/sys/arm/include/cpuconf.h#4 integrate
.. //depot/projects/trustedbsd/base/sys/arm/include/endian.h#7 integrate
.. //depot/projects/trustedbsd/base/sys/arm/include/in_cksum.h#2 integrate
.. //depot/projects/trustedbsd/base/sys/arm/xscale/i80321/iq31244_7seg.c#2 integrate
.. //depot/projects/trustedbsd/base/sys/boot/common/boot.c#3 integrate
.. //depot/projects/trustedbsd/base/sys/boot/common/console.c#3 integrate
.. //depot/projects/trustedbsd/base/sys/boot/common/help.common#13 integrate
.. //depot/projects/trustedbsd/base/sys/boot/common/loader.8#28 integrate
.. //depot/projects/trustedbsd/base/sys/boot/forth/loader.conf#25 integrate
.. //depot/projects/trustedbsd/base/sys/boot/i386/boot2/boot2.c#21 integrate
.. //depot/projects/trustedbsd/base/sys/boot/i386/libi386/bioscd.c#7 integrate
.. //depot/projects/trustedbsd/base/sys/boot/i386/libi386/bootinfo.c#8 integrate
.. //depot/projects/trustedbsd/base/sys/boot/i386/libi386/devicename.c#3 integrate
.. //depot/projects/trustedbsd/base/sys/boot/i386/libi386/libi386.h#5 integrate
.. //depot/projects/trustedbsd/base/sys/boot/i386/loader/main.c#7 integrate
.. //depot/projects/trustedbsd/base/sys/boot/ofw/libofw/elf_freebsd.c#7 integrate
.. //depot/projects/trustedbsd/base/sys/boot/ofw/libofw/ofw_copy.c#5 integrate
.. //depot/projects/trustedbsd/base/sys/boot/pc98/boot2/Makefile#13 integrate
.. //depot/projects/trustedbsd/base/sys/boot/pc98/boot2/boot.c#6 integrate
.. //depot/projects/trustedbsd/base/sys/boot/pc98/boot2/boot.h#6 integrate
.. //depot/projects/trustedbsd/base/sys/boot/pc98/boot2/boot2.S#2 integrate
.. //depot/projects/trustedbsd/base/sys/boot/pc98/boot2/disk.c#8 integrate
.. //depot/projects/trustedbsd/base/sys/boot/pc98/boot2/io.c#5 integrate
.. //depot/projects/trustedbsd/base/sys/boot/pc98/boot2/sys.c#6 integrate
.. //depot/projects/trustedbsd/base/sys/boot/pc98/boot2/table.c#3 integrate
.. //depot/projects/trustedbsd/base/sys/boot/pc98/btx/btx/Makefile#8 integrate
.. //depot/projects/trustedbsd/base/sys/boot/pc98/btx/btx/btx.S#6 integrate
.. //depot/projects/trustedbsd/base/sys/boot/pc98/btx/btxldr/Makefile#7 integrate
.. //depot/projects/trustedbsd/base/sys/boot/pc98/btx/btxldr/btxldr.S#5 integrate
.. //depot/projects/trustedbsd/base/sys/boot/pc98/kgzldr/Makefile#11 integrate
.. //depot/projects/trustedbsd/base/sys/boot/pc98/kgzldr/crt.s#5 integrate
.. //depot/projects/trustedbsd/base/sys/boot/pc98/libpc98/Makefile#9 integrate
.. //depot/projects/trustedbsd/base/sys/boot/pc98/libpc98/biosdisk.c#9 integrate
.. //depot/projects/trustedbsd/base/sys/boot/pc98/libpc98/biosmem.c#4 integrate
.. //depot/projects/trustedbsd/base/sys/boot/pc98/libpc98/comconsole.c#3 integrate
.. //depot/projects/trustedbsd/base/sys/boot/pc98/libpc98/gatea20.c#3 integrate
.. //depot/projects/trustedbsd/base/sys/boot/pc98/libpc98/time.c#3 integrate
.. //depot/projects/trustedbsd/base/sys/boot/pc98/libpc98/vidconsole.c#5 integrate
.. //depot/projects/trustedbsd/base/sys/boot/pc98/loader/Makefile#10 integrate
.. //depot/projects/trustedbsd/base/sys/boot/pc98/loader/main.c#5 integrate
.. //depot/projects/trustedbsd/base/sys/bsm/audit.h#1 branch
.. //depot/projects/trustedbsd/base/sys/bsm/audit_kevents.h#2 integrate
.. //depot/projects/trustedbsd/base/sys/cam/cam_xpt.c#21 integrate
.. //depot/projects/trustedbsd/base/sys/cam/scsi/scsi_da.c#49 integrate
.. //depot/projects/trustedbsd/base/sys/compat/freebsd32/freebsd32_misc.c#12 integrate
.. //depot/projects/trustedbsd/base/sys/compat/freebsd32/freebsd32_proto.h#11 integrate
.. //depot/projects/trustedbsd/base/sys/compat/freebsd32/freebsd32_syscall.h#11 integrate
.. //depot/projects/trustedbsd/base/sys/compat/freebsd32/freebsd32_syscalls.c#11 integrate
.. //depot/projects/trustedbsd/base/sys/compat/freebsd32/freebsd32_sysent.c#11 integrate
.. //depot/projects/trustedbsd/base/sys/compat/freebsd32/syscalls.master#11 integrate
.. //depot/projects/trustedbsd/base/sys/compat/linux/linux_stats.c#19 integrate
.. //depot/projects/trustedbsd/base/sys/compat/ndis/kern_ndis.c#10 integrate
.. //depot/projects/trustedbsd/base/sys/compat/ndis/kern_windrv.c#4 integrate
.. //depot/projects/trustedbsd/base/sys/compat/ndis/ndis_var.h#9 integrate
.. //depot/projects/trustedbsd/base/sys/compat/ndis/ntoskrnl_var.h#9 integrate
.. //depot/projects/trustedbsd/base/sys/compat/ndis/subr_hal.c#9 integrate
.. //depot/projects/trustedbsd/base/sys/compat/ndis/subr_ndis.c#10 integrate
.. //depot/projects/trustedbsd/base/sys/compat/ndis/subr_ntoskrnl.c#10 integrate
.. //depot/projects/trustedbsd/base/sys/compat/ndis/subr_usbd.c#3 integrate
.. //depot/projects/trustedbsd/base/sys/compat/svr4/svr4_proto.h#6 integrate
.. //depot/projects/trustedbsd/base/sys/compat/svr4/svr4_syscall.h#5 integrate
.. //depot/projects/trustedbsd/base/sys/compat/svr4/svr4_syscallnames.c#5 integrate
.. //depot/projects/trustedbsd/base/sys/compat/svr4/svr4_sysent.c#5 integrate
.. //depot/projects/trustedbsd/base/sys/compat/svr4/syscalls.master#5 integrate
.. //depot/projects/trustedbsd/base/sys/conf/NOTES#60 integrate
.. //depot/projects/trustedbsd/base/sys/conf/files#86 integrate
.. //depot/projects/trustedbsd/base/sys/conf/files.i386#52 integrate
.. //depot/projects/trustedbsd/base/sys/conf/files.pc98#46 integrate
.. //depot/projects/trustedbsd/base/sys/conf/files.sparc64#40 integrate
.. //depot/projects/trustedbsd/base/sys/conf/options#60 integrate
.. //depot/projects/trustedbsd/base/sys/conf/options.i386#28 integrate
.. //depot/projects/trustedbsd/base/sys/conf/options.pc98#30 integrate
.. //depot/projects/trustedbsd/base/sys/conf/options.sparc64#12 integrate
.. //depot/projects/trustedbsd/base/sys/contrib/ipfilter/netinet/ip_compat.h#13 integrate
.. //depot/projects/trustedbsd/base/sys/contrib/ngatm/netnatm/api/ccpriv.h#2 integrate
.. //depot/projects/trustedbsd/base/sys/contrib/ngatm/netnatm/api/unisap.h#2 integrate
.. //depot/projects/trustedbsd/base/sys/contrib/ngatm/netnatm/msg/uni_ie.c#4 integrate
.. //depot/projects/trustedbsd/base/sys/contrib/pf/net/pf.c#13 integrate
.. //depot/projects/trustedbsd/base/sys/contrib/pf/net/pf_table.c#4 integrate
.. //depot/projects/trustedbsd/base/sys/dev/aac/aac.c#34 integrate
.. //depot/projects/trustedbsd/base/sys/dev/aac/aac_pci.c#27 integrate
.. //depot/projects/trustedbsd/base/sys/dev/acpi_support/acpi_asus.c#4 integrate
.. //depot/projects/trustedbsd/base/sys/dev/acpi_support/acpi_panasonic.c#3 integrate
.. //depot/projects/trustedbsd/base/sys/dev/acpica/Osd/OsdHardware.c#12 integrate
.. //depot/projects/trustedbsd/base/sys/dev/acpica/Osd/OsdSchedule.c#19 integrate
.. //depot/projects/trustedbsd/base/sys/dev/acpica/acpi.c#42 integrate
.. //depot/projects/trustedbsd/base/sys/dev/acpica/acpi_acad.c#15 integrate
.. //depot/projects/trustedbsd/base/sys/dev/acpica/acpi_ec.c#26 integrate
.. //depot/projects/trustedbsd/base/sys/dev/acpica/acpi_package.c#6 integrate
.. //depot/projects/trustedbsd/base/sys/dev/acpica/acpi_perf.c#3 integrate
.. //depot/projects/trustedbsd/base/sys/dev/acpica/acpivar.h#32 integrate
.. //depot/projects/trustedbsd/base/sys/dev/advansys/adv_eisa.c#8 integrate
.. //depot/projects/trustedbsd/base/sys/dev/advansys/adv_isa.c#9 integrate
.. //depot/projects/trustedbsd/base/sys/dev/advansys/adv_pci.c#10 integrate
.. //depot/projects/trustedbsd/base/sys/dev/advansys/advansys.c#9 integrate
.. //depot/projects/trustedbsd/base/sys/dev/advansys/advlib.c#6 integrate
.. //depot/projects/trustedbsd/base/sys/dev/advansys/adw_pci.c#9 integrate
.. //depot/projects/trustedbsd/base/sys/dev/advansys/adwcam.c#9 integrate
.. //depot/projects/trustedbsd/base/sys/dev/advansys/adwlib.c#4 integrate
.. //depot/projects/trustedbsd/base/sys/dev/aha/aha.c#13 integrate
.. //depot/projects/trustedbsd/base/sys/dev/aha/aha_isa.c#11 integrate
.. //depot/projects/trustedbsd/base/sys/dev/ahb/ahb.c#11 integrate
.. //depot/projects/trustedbsd/base/sys/dev/aic/aic.c#7 integrate
.. //depot/projects/trustedbsd/base/sys/dev/aic/aic_isa.c#5 integrate
.. //depot/projects/trustedbsd/base/sys/dev/aic/aic_pccard.c#9 integrate
.. //depot/projects/trustedbsd/base/sys/dev/aic7xxx/aic79xx_osm.h#13 integrate
.. //depot/projects/trustedbsd/base/sys/dev/aic7xxx/aic7xxx_osm.h#18 integrate
.. //depot/projects/trustedbsd/base/sys/dev/amd/amd.c#12 integrate
.. //depot/projects/trustedbsd/base/sys/dev/amr/amr.c#21 integrate
.. //depot/projects/trustedbsd/base/sys/dev/amr/amr_pci.c#17 integrate
.. //depot/projects/trustedbsd/base/sys/dev/ar/if_ar.c#15 integrate
.. //depot/projects/trustedbsd/base/sys/dev/ar/if_ar_isa.c#6 integrate
.. //depot/projects/trustedbsd/base/sys/dev/ar/if_ar_pci.c#6 integrate
.. //depot/projects/trustedbsd/base/sys/dev/arcmsr/arcmsr.c#3 integrate
.. //depot/projects/trustedbsd/base/sys/dev/ata/ata-all.c#45 integrate
.. //depot/projects/trustedbsd/base/sys/dev/ata/ata-all.h#26 integrate
.. //depot/projects/trustedbsd/base/sys/dev/ata/ata-chipset.c#25 integrate
.. //depot/projects/trustedbsd/base/sys/dev/ata/ata-commands.h#5 delete
.. //depot/projects/trustedbsd/base/sys/dev/ata/ata-disk.c#36 integrate
.. //depot/projects/trustedbsd/base/sys/dev/ata/ata-lowlevel.c#15 integrate
.. //depot/projects/trustedbsd/base/sys/dev/ata/ata-pci.c#39 integrate
.. //depot/projects/trustedbsd/base/sys/dev/ata/ata-pci.h#20 integrate
.. //depot/projects/trustedbsd/base/sys/dev/ata/ata-queue.c#15 integrate
.. //depot/projects/trustedbsd/base/sys/dev/ata/ata-raid.c#30 integrate
.. //depot/projects/trustedbsd/base/sys/dev/ata/atapi-cam.c#22 integrate
.. //depot/projects/trustedbsd/base/sys/dev/ata/atapi-cd.c#35 integrate
.. //depot/projects/trustedbsd/base/sys/dev/ata/atapi-fd.c#25 integrate
.. //depot/projects/trustedbsd/base/sys/dev/ata/atapi-tape.c#25 integrate
.. //depot/projects/trustedbsd/base/sys/dev/awi/am79c930.c#6 integrate
.. //depot/projects/trustedbsd/base/sys/dev/bfe/if_bfe.c#10 integrate
.. //depot/projects/trustedbsd/base/sys/dev/bge/if_bge.c#43 integrate
.. //depot/projects/trustedbsd/base/sys/dev/bge/if_bgereg.h#26 integrate
.. //depot/projects/trustedbsd/base/sys/dev/bktr/bktr_audio.c#6 integrate
.. //depot/projects/trustedbsd/base/sys/dev/bktr/bktr_card.c#8 integrate
.. //depot/projects/trustedbsd/base/sys/dev/bktr/bktr_core.c#15 integrate
.. //depot/projects/trustedbsd/base/sys/dev/bktr/bktr_i2c.c#7 integrate
.. //depot/projects/trustedbsd/base/sys/dev/bktr/bktr_os.c#16 integrate
.. //depot/projects/trustedbsd/base/sys/dev/bktr/bktr_reg.h#7 integrate
.. //depot/projects/trustedbsd/base/sys/dev/bktr/bktr_tuner.c#6 integrate
.. //depot/projects/trustedbsd/base/sys/dev/buslogic/bt.c#13 integrate
.. //depot/projects/trustedbsd/base/sys/dev/buslogic/bt_eisa.c#9 integrate
.. //depot/projects/trustedbsd/base/sys/dev/buslogic/bt_isa.c#8 integrate
.. //depot/projects/trustedbsd/base/sys/dev/buslogic/bt_pci.c#9 integrate
.. //depot/projects/trustedbsd/base/sys/dev/ciss/ciss.c#29 integrate
.. //depot/projects/trustedbsd/base/sys/dev/ciss/cissio.h#4 integrate
.. //depot/projects/trustedbsd/base/sys/dev/cnw/if_cnw.c#13 integrate
.. //depot/projects/trustedbsd/base/sys/dev/ct/ct_isa.c#9 integrate
.. //depot/projects/trustedbsd/base/sys/dev/digi/CX.bios.h#2 integrate
.. //depot/projects/trustedbsd/base/sys/dev/digi/CX.fepos.h#2 integrate
.. //depot/projects/trustedbsd/base/sys/dev/digi/CX_PCI.bios.h#2 integrate
.. //depot/projects/trustedbsd/base/sys/dev/digi/CX_PCI.fepos.h#2 integrate
.. //depot/projects/trustedbsd/base/sys/dev/digi/EPCX.bios.h#2 integrate
.. //depot/projects/trustedbsd/base/sys/dev/digi/EPCX.fepos.h#2 integrate
.. //depot/projects/trustedbsd/base/sys/dev/digi/EPCX_PCI.bios.h#2 integrate
.. //depot/projects/trustedbsd/base/sys/dev/digi/EPCX_PCI.fepos.h#2 integrate
.. //depot/projects/trustedbsd/base/sys/dev/digi/Xe.bios.h#2 integrate
.. //depot/projects/trustedbsd/base/sys/dev/digi/Xe.fepos.h#2 integrate
.. //depot/projects/trustedbsd/base/sys/dev/digi/Xem.bios.h#2 integrate
.. //depot/projects/trustedbsd/base/sys/dev/digi/Xem.fepos.h#2 integrate
.. //depot/projects/trustedbsd/base/sys/dev/dpt/dpt_eisa.c#7 integrate
.. //depot/projects/trustedbsd/base/sys/dev/dpt/dpt_isa.c#7 integrate
.. //depot/projects/trustedbsd/base/sys/dev/dpt/dpt_pci.c#10 integrate
.. //depot/projects/trustedbsd/base/sys/dev/dpt/dpt_scsi.c#12 integrate
.. //depot/projects/trustedbsd/base/sys/dev/em/README#9 integrate
.. //depot/projects/trustedbsd/base/sys/dev/em/if_em.c#39 integrate
.. //depot/projects/trustedbsd/base/sys/dev/em/if_em.h#25 integrate
.. //depot/projects/trustedbsd/base/sys/dev/em/if_em_hw.c#15 integrate
.. //depot/projects/trustedbsd/base/sys/dev/em/if_em_hw.h#15 integrate
.. //depot/projects/trustedbsd/base/sys/dev/em/if_em_osdep.h#14 integrate
.. //depot/projects/trustedbsd/base/sys/dev/esp/esp_sbus.c#6 integrate
.. //depot/projects/trustedbsd/base/sys/dev/esp/ncr53c9x.c#5 integrate
.. //depot/projects/trustedbsd/base/sys/dev/esp/ncr53c9xreg.h#5 integrate
.. //depot/projects/trustedbsd/base/sys/dev/esp/ncr53c9xvar.h#5 integrate
.. //depot/projects/trustedbsd/base/sys/dev/fb/boot_font.c#3 integrate
.. //depot/projects/trustedbsd/base/sys/dev/fb/creator.c#7 integrate
.. //depot/projects/trustedbsd/base/sys/dev/fb/gfb.c#5 integrate
.. //depot/projects/trustedbsd/base/sys/dev/fb/machfb.c#1 branch
.. //depot/projects/trustedbsd/base/sys/dev/fb/machfbreg.h#1 branch
.. //depot/projects/trustedbsd/base/sys/dev/fb/s3_pci.c#7 integrate
.. //depot/projects/trustedbsd/base/sys/dev/fb/tga.c#5 integrate
.. //depot/projects/trustedbsd/base/sys/dev/firewire/fwohci_pci.c#26 integrate
.. //depot/projects/trustedbsd/base/sys/dev/firewire/fwohcireg.h#15 integrate
.. //depot/projects/trustedbsd/base/sys/dev/gfb/gfb_pci.c#13 integrate
.. //depot/projects/trustedbsd/base/sys/dev/hatm/if_hatm_tx.c#8 integrate
.. //depot/projects/trustedbsd/base/sys/dev/hfa/hfa_freebsd.c#8 integrate
.. //depot/projects/trustedbsd/base/sys/dev/hfa/hfa_pci.c#6 integrate
.. //depot/projects/trustedbsd/base/sys/dev/hme/if_hme.c#17 integrate
.. //depot/projects/trustedbsd/base/sys/dev/hptmv/osbsd.h#3 integrate
.. //depot/projects/trustedbsd/base/sys/dev/hwpmc/hwpmc_amd.c#4 integrate
.. //depot/projects/trustedbsd/base/sys/dev/hwpmc/hwpmc_piv.c#4 integrate
.. //depot/projects/trustedbsd/base/sys/dev/hwpmc/hwpmc_ppro.c#4 integrate
.. //depot/projects/trustedbsd/base/sys/dev/ic/i8237.h#3 integrate
.. //depot/projects/trustedbsd/base/sys/dev/ic/i8253reg.h#1 branch
.. //depot/projects/trustedbsd/base/sys/dev/ida/ida.c#15 integrate
.. //depot/projects/trustedbsd/base/sys/dev/ida/ida_disk.c#13 integrate
.. //depot/projects/trustedbsd/base/sys/dev/ida/ida_eisa.c#12 integrate
.. //depot/projects/trustedbsd/base/sys/dev/ida/ida_pci.c#13 integrate
.. //depot/projects/trustedbsd/base/sys/dev/idt/idt_harp.c#7 integrate
.. //depot/projects/trustedbsd/base/sys/dev/idt/idt_pci.c#5 integrate
.. //depot/projects/trustedbsd/base/sys/dev/ie/if_ie.c#12 integrate
.. //depot/projects/trustedbsd/base/sys/dev/ie/if_ie_isa.c#3 integrate
.. //depot/projects/trustedbsd/base/sys/dev/if_ndis/if_ndis.c#11 integrate
.. //depot/projects/trustedbsd/base/sys/dev/if_ndis/if_ndis_pccard.c#5 integrate
.. //depot/projects/trustedbsd/base/sys/dev/if_ndis/if_ndis_pci.c#7 integrate
.. //depot/projects/trustedbsd/base/sys/dev/if_ndis/if_ndisvar.h#8 integrate
.. //depot/projects/trustedbsd/base/sys/dev/iir/iir.c#12 integrate
.. //depot/projects/trustedbsd/base/sys/dev/iir/iir_ctrl.c#12 integrate
.. //depot/projects/trustedbsd/base/sys/dev/iir/iir_pci.c#12 integrate
.. //depot/projects/trustedbsd/base/sys/dev/ips/ips.h#11 integrate
.. //depot/projects/trustedbsd/base/sys/dev/ips/ips_disk.h#4 integrate
.. //depot/projects/trustedbsd/base/sys/dev/ipw/if_ipw.c#2 integrate
.. //depot/projects/trustedbsd/base/sys/dev/isp/isp_freebsd.h#16 integrate
.. //depot/projects/trustedbsd/base/sys/dev/isp/isp_inline.h#14 integrate
.. //depot/projects/trustedbsd/base/sys/dev/isp/isp_pci.c#19 integrate
.. //depot/projects/trustedbsd/base/sys/dev/isp/ispvar.h#17 integrate
.. //depot/projects/trustedbsd/base/sys/dev/iwi/if_iwi.c#2 integrate
.. //depot/projects/trustedbsd/base/sys/dev/iwi/if_iwireg.h#2 integrate
.. //depot/projects/trustedbsd/base/sys/dev/iwi/if_iwivar.h#2 integrate
.. //depot/projects/trustedbsd/base/sys/dev/ixgb/if_ixgb.c#5 integrate
.. //depot/projects/trustedbsd/base/sys/dev/ixgb/if_ixgb.h#4 integrate
.. //depot/projects/trustedbsd/base/sys/dev/kbd/atkbdc.c#9 integrate
.. //depot/projects/trustedbsd/base/sys/dev/kbd/kbdtables.h#2 integrate
.. //depot/projects/trustedbsd/base/sys/dev/lge/if_lge.c#20 integrate
.. //depot/projects/trustedbsd/base/sys/dev/mc146818/mc146818.c#2 integrate
.. //depot/projects/trustedbsd/base/sys/dev/mc146818/mc146818var.h#2 integrate
.. //depot/projects/trustedbsd/base/sys/dev/mcd/mcd.c#15 integrate
.. //depot/projects/trustedbsd/base/sys/dev/mcd/mcd_isa.c#8 integrate
.. //depot/projects/trustedbsd/base/sys/dev/mii/brgphy.c#20 integrate
.. //depot/projects/trustedbsd/base/sys/dev/mii/dcphy.c#14 integrate
.. //depot/projects/trustedbsd/base/sys/dev/mii/miidevs#10 integrate
.. //depot/projects/trustedbsd/base/sys/dev/mii/pnphy.c#10 integrate
.. //depot/projects/trustedbsd/base/sys/dev/mk48txx/mk48txx.c#5 integrate
.. //depot/projects/trustedbsd/base/sys/dev/mk48txx/mk48txxreg.h#4 integrate
.. //depot/projects/trustedbsd/base/sys/dev/mk48txx/mk48txxvar.h#2 integrate
.. //depot/projects/trustedbsd/base/sys/dev/mlx/mlx.c#14 integrate
.. //depot/projects/trustedbsd/base/sys/dev/mlx/mlx_pci.c#10 integrate
.. //depot/projects/trustedbsd/base/sys/dev/mly/mly.c#16 integrate
.. //depot/projects/trustedbsd/base/sys/dev/mpt/mpt_freebsd.h#7 integrate
.. //depot/projects/trustedbsd/base/sys/dev/mpt/mpt_pci.c#13 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