[owc] Weekly src changes ending 2007-01-28

OWC auto at squish.net
Mon Jan 29 07:02:26 GMT 2007


OpenBSD src changes summary for 2007-01-21 to 2007-01-28 inclusive
==================================================================

distrib/sets                            lib/libc
lib/libpthread                          lib/libz
libexec/ld.so                           regress/misc
sbin/dhclient                           sbin/fsck_ffs
sbin/umount                             share/man
sys/arch/amd64/amd64                    sys/arch/amd64/conf
sys/arch/hp300/hp300                    sys/arch/i386/conf
sys/arch/i386/i386                      sys/arch/i386/include
sys/arch/m68k/include                   sys/arch/m68k/m68k
sys/arch/mac68k/conf                    sys/arch/mac68k/dev
sys/arch/mac68k/mac68k                  sys/arch/macppc/macppc
sys/arch/mvme68k/mvme68k                sys/arch/sparc/sparc
sys/arch/sparc64/dev                    sys/dev/acpi
sys/dev/ic                              sys/dev/mii
sys/dev/pci                             sys/dev/sdmmc
sys/dev/usb                             sys/dev/vesa
sys/net                                 sys/netinet6
sys/nfs                                 sys/ufs/ffs
usr.bin/compress                        usr.bin/cvs
usr.bin/getopt                          usr.bin/hexdump
usr.bin/lex                             usr.bin/split
usr.bin/ssh                             usr.sbin/bgpctl
usr.sbin/bgpd                           usr.sbin/bind
usr.sbin/dvmrpctl                       usr.sbin/dvmrpd
usr.sbin/hoststated                     usr.sbin/ntpd
usr.sbin/ospfctl                        usr.sbin/ospfd
usr.sbin/pkg_add                        usr.sbin/ripctl
usr.sbin/ripd                           usr.sbin/vnconfig

== distrib =========================================================== 01/09 ==

  http://www.openbsd.org/cgi-bin/cvsweb/src/distrib

sets

  ~ lists/man/mi                          

  > sync (pvalchev@)

  ~ lists/man/mi                          

  > sync (pvalchev@)

== lib =============================================================== 02/09 ==

  http://www.openbsd.org/cgi-bin/cvsweb/src/lib

libc

  ~ db/man/recno.3                        

  > Move paragraphs unrelated to bfname out of this list item.
  > ok millert jmc (bluhm@)

libpthread

  ~ uthread/uthread_kill.c                

  > Return ESRCH instead of segfaulting when a thread ID could not be found.
  > ok marc@, krw@ (kettenis@)

libz

  ~ compress.3                            

  > +.Xr gzip 1 (jmc@)

== libexec =========================================================== 03/09 ==

  http://www.openbsd.org/cgi-bin/cvsweb/src/libexec

ld.so

  ~ loader.c                              

  > revert 1.108, the diff allowed ldd to print the load address of the binary,
  > however this modified variables used by C++ backtrace code which caused it
  > to crash. ok kettenis (drahn@)

== regress =========================================================== 04/09 ==

  http://www.openbsd.org/cgi-bin/cvsweb/src/regress

misc

  - exceptions/exceptions.cc              ~ exceptions/Makefile
  + exceptions/simple/Makefile            + exceptions/simple/exceptions.cc

  > Move test in its own directory. (kettenis@)

  ~ exceptions/Makefile                   + exceptions/foo/Makefile
  + exceptions/foo/foo.cc                 + exceptions/libbar/Makefile
  + exceptions/libbar/bar.cc              + exceptions/libbar/shlib_version

  > New test for exceptions. (kettenis@)

== sbin ============================================================== 05/09 ==

  http://www.openbsd.org/cgi-bin/cvsweb/src/sbin

dhclient

  ~ options.c                             ~ dhcpd.h
  ~ dhclient.c                            

  > Cleanup some more code. Eliminate dhcp(), bootp(), parse_options() by
  > moving the minimal code into do_packet(). Eliminate repeated code for
  > checking the client hardware address and the reject list by putting
  > those checks into do_packet as well.
  > No functional change, just much easier to read.
  > ok stevesk@ (krw@)

  ~ dhclient.c                            ~ dhcpd.h
  ~ dispatch.c                            

  > We only poll on the bpf fd and the routing socket fd. No need for
  > complex list code to keep track. So nuke it.
  > Also eliminate unnecessary variable ('dead') that means 'rfdesc is
  > closed'. Just set rfdesc to -1 when it is closed and use that.
  > As suggested by millert@ and claudio@, don't bother setting revents
  > members to zero since poll() does that.
  > Np functional change, just less code.
  > 'looks good' claudio@  'I like where this is going' henning@ (krw@)

fsck_ffs

  ~ dir.c                                 ~ inode.c

  > A reallocated root directory gets ownership of the fsck process.
  > If lost+found is created, it gets ownership of the root directory.
  > ok pedro (bluhm@)

umount

  ~ umount.c                              

  > Remove #include <fstab.h> as there is no fstab in umount anymore.
  > Always use defined type name.  Comment clarification.
  > No binary change.  ok millert (bluhm@)

  ~ umount.8                              

  > Remove cross references between fstab(5) and umount(8).
  > ok millert jmc (bluhm@)

== share ============================================================= 06/09 ==

  http://www.openbsd.org/cgi-bin/cvsweb/src/share

man

  ~ man4/inet6.4                          

  > Fix KAME cvsweb urls (miod@)

  ~ man4/acpi.4                           

  > List acpidock(4) with the other drivers. (mk@)

  + man4/acpidock.4                       

  > Man page for acpidock(4).
  > Input and ok jmc (mk@)

  ~ man4/Makefile                         

  > Hook up acpidock.4 to the build. (mk@)

  ~ man8/Makefile                         + man8/man8.landisk/Makefile

  > build and install landisk man8 specific manpages (martin@)

  ~ man9/printf.9                         

  > printf(9) %b is not limited to 32 bits or less... document it. (jason@)

  ~ man4/bnx.4                            

  > Enable transmit TCP/UDP checksum offload.
  > From Brad, tested by Brad, biorn@ and Johan M:son Lindman. (krw@)

  ~ man5/fstab.5                          

  > Remove cross references between fstab(5) and umount(8).
  > ok millert jmc (bluhm@)

  ~ man4/man4.macppc/macobio.4            

  > add Apple GC on the old world macs (martin@)

== sys =============================================================== 07/09 ==

  http://www.openbsd.org/cgi-bin/cvsweb/src/sys

arch/amd64/amd64

  ~ lapic.c                               

  > Check nioapics to see whether we're using I/O APICs.
  > ok marco@ (kettenis@)

  ~ ioapic.c                              

  > Actually establish interrupt handler in !ioapic_cold case.
  > ok marco@ (kettenis@)

arch/amd64/conf

  ~ GENERIC                               

  > Add acpidock here too.
  > Gently reminded by marco (``AMD64!''). (mk@)

  ~ GENERIC.MP                            

  > Only allow a single instance of acpimadt(4). (kettenis@)

arch/hp300/hp300

  ~ trap.c                                

  > optimize m68k writeback():
  > - it can really only be invoked from trap(), not from other userret()
  > callers,
  > so it is safe to hardcode its docachepush parameter to 1.
  > - use pmap_kenter_pa()/pmap_kremove() for the temporary mapping instead of
  > pmap_enter()/pmap_remove().
  > optimize m68k userret():
  > - define PROC_PC for m68k systems.
  > - only check want_resched when processing T_ASTFLT traps.
  > - provide two version of userret(), one which will also invoke writeback()
  > on 68040 if required, which is only invoked from trap(), and regular
  > userret(). This speeds up system call returns. (miod@)

arch/i386/conf

  ~ GENERIC                               

  > Add commented out acpidock(4) entry.
  > Reminded by marco. (mk@)

  ~ GENERIC.MP                            

  > Only allow a single instance of acpimadt(4). (kettenis@)

arch/i386/i386

  ~ lapic.c                               ~ mpbios.c

  > Handle not-all-lapics intterupts. (kettenis@)

arch/i386/include

  ~ mpbiosvar.h                           

  > Handle not-all-lapics intterupts. (kettenis@)

arch/m68k/include

  ~ cpu.h                                 

  > optimize m68k writeback():
  > - it can really only be invoked from trap(), not from other userret()
  > callers,
  > so it is safe to hardcode its docachepush parameter to 1.
  > - use pmap_kenter_pa()/pmap_kremove() for the temporary mapping instead of
  > pmap_enter()/pmap_remove().
  > optimize m68k userret():
  > - define PROC_PC for m68k systems.
  > - only check want_resched when processing T_ASTFLT traps.
  > - provide two version of userret(), one which will also invoke writeback()
  > on 68040 if required, which is only invoked from trap(), and regular
  > userret(). This speeds up system call returns. (miod@)

arch/m68k/m68k

  ~ m68k_machdep.c                        

  > optimize m68k writeback():
  > - it can really only be invoked from trap(), not from other userret()
  > callers,
  > so it is safe to hardcode its docachepush parameter to 1.
  > - use pmap_kenter_pa()/pmap_kremove() for the temporary mapping instead of
  > pmap_enter()/pmap_remove().
  > optimize m68k userret():
  > - define PROC_PC for m68k systems.
  > - only check want_resched when processing T_ASTFLT traps.
  > - provide two version of userret(), one which will also invoke writeback()
  > on 68040 if required, which is only invoked from trap(), and regular
  > userret(). This speeds up system call returns. (miod@)

arch/mac68k/conf

  ~ files.mac68k                          

  > use the MI DP8390 driver instead of rolling our own functions
  > from NetBSD (martin@)

arch/mac68k/dev

  ~ if_ae.c                               ~ if_ae_nubus.c
  ~ if_aereg.h                            ~ if_aevar.h

  > use the MI DP8390 driver instead of rolling our own functions
  > from NetBSD (martin@)

arch/mac68k/mac68k

  ~ trap.c                                

  > optimize m68k writeback():
  > - it can really only be invoked from trap(), not from other userret()
  > callers,
  > so it is safe to hardcode its docachepush parameter to 1.
  > - use pmap_kenter_pa()/pmap_kremove() for the temporary mapping instead of
  > pmap_enter()/pmap_remove().
  > optimize m68k userret():
  > - define PROC_PC for m68k systems.
  > - only check want_resched when processing T_ASTFLT traps.
  > - provide two version of userret(), one which will also invoke writeback()
  > on 68040 if required, which is only invoked from trap(), and regular
  > userret(). This speeds up system call returns. (miod@)

arch/macppc/macppc

  ~ locore.S                              

  > Use addic. %r31,%r31,1 instead of addic. %r31,%r31,%r1. (kettenis@)

arch/mvme68k/mvme68k

  ~ trap.c                                

  > optimize m68k writeback():
  > - it can really only be invoked from trap(), not from other userret()
  > callers,
  > so it is safe to hardcode its docachepush parameter to 1.
  > - use pmap_kenter_pa()/pmap_kremove() for the temporary mapping instead of
  > pmap_enter()/pmap_remove().
  > optimize m68k userret():
  > - define PROC_PC for m68k systems.
  > - only check want_resched when processing T_ASTFLT traps.
  > - provide two version of userret(), one which will also invoke writeback()
  > on 68040 if required, which is only invoked from trap(), and regular
  > userret(). This speeds up system call returns. (miod@)

arch/sparc/sparc

  ~ cache.c                               ~ cache.h

  > Allow pmap_zeropage and pmap_copypage to work with cache enabled on
  > MicroSPARC-1, since cache is not write allocate; also provide a smarter
  > routine
  > to flush a small section of the data cache, but do not enable it since we
  > almost never flush less than 2KB (which is the whole MS1 D cache size);
  > adapted from NetBSD, tested on SPARCclassic. (miod@)

arch/sparc64/dev

  ~ iommu.c                               ~ iommureg.h
  ~ psycho.c                              ~ schizo.c

  > Deal with zero wraparound in DVMA range checks;
  > Fix default DVMA range for Schizo's with no "virtual-dma" property;
  > Add TSB size indicator to Schizo & Psycho debugging messages.
  > ok jason@ (tsi@)

dev/acpi

  ~ files.acpi                            

  > Tell config about acpidock.
  > ok marco (mk@)

  ~ acpi.c                                

  > Actually look for docking stations by looking for _DCK nodes.
  > ok marco (mk@)

  ~ acpidev.h                             + acpidock.c

  > Add driver for ACPI docking stations.
  > Not completely functional yet, e.g. undocking doesn't work yet but put
  > it in the tree to be able to safely work on this.
  > ok marco (mk@)

  ~ acpidock.c                            

  > Some nits from fkr@, thanks! (mk@)

  ~ acpidock.c                            

  > Fix a comment and reduce the chattyness of some debug. (mk@)

  ~ amltypes.h                            ~ dsdt.c

  > Fixes for static integer setting
  > thanks to giovanni
  > ok marco@ (jordan@)

  ~ acpiprt.c                             

  > Deal with weird systems that return bogus device numbers for stuff that's
  > not
  > really there. (kettenis@)

  ~ acpibat.c                             

  > Do the sensor magic correctly.  Found by Constantine Murenin.
  > help from mickey (marco@)

  ~ acpidock.c                            

  > Make debug output a tad more consistent. (mk@)

  ~ acpidev.h                             

  > Remove comment that I committed by accident. (mk@)

  ~ acpidock.c                            

  > Install an indicator sensor to show if we're docked or not.
  > Note that right now status appears to not be detected correctly on all
  > machines, but let's expose what we think we know. (mk@)

  ~ acpidock.c                            

  > Be a bit more verbose during attach even without ACPI_DEBUG for now. (mk@)

  ~ acpidev.h                             

  > Actually add the acpidock indicator sensor stuff to the softc struct so
  > acpidock compiles.	I had this in my tree and forgot to commit with the
  > acpidock.c change yesterday. :(
  > Reported by Johan Mson Lindman. (mk@)

  ~ acpidock.c                            

  > Reading the spec again it seems I missed that the _INI method
  > should be invoked only when _STA says the device is present.  Change
  > acpidock_attach to this. (mk@)

  ~ acpidock.c                            

  > Say ``docking station'' instead of ``docked'' in the sensor description
  > because this confuses me when I read it:
  > hw.sensors.acpidock0.indicator0=Off, (docked) (mk@)

  ~ acpidock.c                            

  > Delay status report during attach until after invoking _DCK. (mk@)

  ~ acpidock.c                            

  > Only set sensor to on when ACPIDOCK_STATUS_DOCKED.	Before it would also
  > be on if ACPIDOCK_STATUS_UNKNOWN. (mk@)

  ~ acpidock.c                            

  > Unbreak build with ACPI_DEBUG. (mk@)

  ~ acpidock.c                            

  > Don't invoke methods on the wrong devnode.	Sigh. (mk@)

  ~ acpidock.c                            

  > No need to invoke _INI explicitly as this is currently done
  > automagically out by some acpi voodoo.  Pointed out by marco. (mk@)

  ~ acpidev.h                             

  > Add some more _STA flags. (marco@)

  ~ acpimadt.c                            

  > Properly route lapic NMIs. (kettenis@)

  ~ acpimadt.c                            

  > Fix pasto. (kettenis@)

dev/ic

  ~ re.c                                  

  > adjust m_data and m_len directly rather than calling m_adj().
  > From tsutsui at NetBSDer brad, some corrections by claudio@, tested
  > by brad on sparc64 and otto@ on landisk.
  > OK claudio@ (mglocker@)

  ~ rt2560.c                              

  > revert changes committed between r1.25 and 1.26.
  > this breaks some RT2560 adapters.
  > pointed out by krw@ and Pierre Riteau. (damien@)

  ~ re.c                                  

  > remove duplicate test; from brad (jason@)

  ~ ami.c                                 ~ amivar.h

  > convert to our locks to rwlocks. (dlg@)

  ~ re.c                                  

  > When flooding dmesg with ``can't read/write phy register'', be nice enough
  > to
  > print the register number, so that someone gets a chance to investigate the
  > problem. (miod@)

dev/mii

  ~ rgephy.c                              

  > Use MII_ANEGTICKS_GIGE instead of MII_ANEGTICKS. (kettenis@)

  ~ rlphy.c                               

  > In autoneg mode, use RL_MEDIASTAT on re(4), like we do on rl(4) already.
  > (miod@)

dev/pci

  ~ if_bnx.c                              

  > Remove bogus check for old firmware.
  > Identical fixes from myself and brad@, also reported by chefren at pi.net.  > (mcbride@)

  ~ if_em.c                               

  > Fix typo.  From brad@ (kettenis@)

  ~ pci_map.c                             

  > As per PCI specs, disable an adapter's transaction response while
  > sizing its BARs.
  > tested niallo@, tsi@, ian@, mk@, sturm@, kettenis@, krw@, beck@, drahn@
  > ok beck@, kettenis@, drahn@ (tsi@)

  ~ if_em.c                               

  > Workaround for an issue with em(4) interfaces on Lenovo X60/T60 laptops
  > where
  > the interface will fail to initialize with an EEPROM error if the interface
  > does not have a link upon boot.
  > Tested by mk@ and janek@
  > From Jack Vogel at Intela brad (weingart@)

  ~ ami_pci.c                             

  > convert to our locks to rwlocks. (dlg@)

  ~ if_bnx.c                              

  > Enable transmit TCP/UDP checksum offload.
  > From Brad, tested by Brad, biorn@ and Johan M:son Lindman. (krw@)

  ~ vga_pci.c                             

  > Fix a number of issues with vesabios discovered by miod@
  > 1. Add bounds checking to vga_pci_mmap, fixing a potential security issue.
  > Limit the amount of memory to what the vbe info structure says the card
  > card has. This should be nicely refined to limit to the amount of memory
  > needed by the active resolution and depth but this will do for the time
  > being.
  > 2. Fix several places in vesafb.c where the return of kvm86_bios_addpage()
  > isnt being checked. Also ensure that if vesafb_get_mode_info() fails that
  > it
  > cleans up after itself by releasing the page it added.
  > 3. Correct the range checks in vesafb_putcmap and vesafb_getcmap, harmonize
  > code with similar code found else where.
  > ok miod@ (gwk@)

  ~ pcidevs                               

  > Add nVIDIA GeForce 7800 GS.  From Jim Razmus. (kettenis@)

  ~ pcidevs.h                             ~ pcidevs_data.h

  > regen (kettenis@)

dev/sdmmc

  ~ sdhc.c                                

  > Restore spl level before exiting on error.
  > Noted by Matthew R. Dempsky. (krw@)

dev/usb

  ~ usbdevs.h                             ~ usbdevs_data.h

  > regenerate
  > ok dlg@ (ckuethe@)

  ~ usbdevs                               

  > Add the USB interface for my cable modem which is now usable
  > ok dlg@ (ckuethe@)

  ~ if_cdce.c                             

  > iterate over the endpoints looking for appropriate interface descriptors to
  > use.
  > this makes my adsl modem and ckeuthes cable modem work.
  > idea from freebsd, via a diff from Krystian Baniak (dlg@)

dev/vesa

  ~ vesabiosvar.h                         ~ vesabios.c
  ~ vesafb.c                              

  > Fix a number of issues with vesabios discovered by miod@
  > 1. Add bounds checking to vga_pci_mmap, fixing a potential security issue.
  > Limit the amount of memory to what the vbe info structure says the card
  > card has. This should be nicely refined to limit to the amount of memory
  > needed by the active resolution and depth but this will do for the time
  > being.
  > 2. Fix several places in vesafb.c where the return of kvm86_bios_addpage()
  > isnt being checked. Also ensure that if vesafb_get_mode_info() fails that
  > it
  > cleans up after itself by releasing the page it added.
  > 3. Correct the range checks in vesafb_putcmap and vesafb_getcmap, harmonize
  > code with similar code found else where.
  > ok miod@ (gwk@)

net

  ~ if_tun.c                              

  > When switching mode inherit the TUN_NBIO and TUN_ASYNC flags and clear
  > these flags on close.  OK mpf@ (claudio@)

netinet6

  ~ in6.h                                 

  > Fix KAME cvsweb urls (miod@)

nfs

  ~ nfs_vnops.c                           

  > don't assume our directory vnode will be flushed out after us, fixes
  > crash when unmounting nfs volumes, okay thib@, krw@ and mickey@ (pedro@)

ufs/ffs

  ~ ffs_alloc.c                           

  > remove ancient device-specific trick from ffs1_blkpref()
  > okay toby@ millert@ (pedro@)

== usr.bin =========================================================== 08/09 ==

  http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin

compress

  ~ Makefile                              ~ compress.1
  ~ gzexe.1                               ~ zdiff.1
  ~ zforce.1                              ~ zmore.1
  ~ znew.1                                ~ zopen.3
  + gzip.1                                

  > split compress(1) into compress(1) and gzip(1), as suggested by millert;
  > ok/help millert otto (jmc@)

cvs

  ~ admin.c                               

  > add support for the -A flag;
  > wrap some lines while there.
  > OK joris at .sa@)

  ~ file.c                                

  > Don't fatal() when unexpected files are encountered in the working
  > copy.  Allows obj/ directories to exist (which are typically
  > symlinks.)
  > OK joris@ (ray@)

  ~ update.c                              

  > When acting as a server do not blindly remove
  > directories in cvs_update_leavedir().
  > fixes the "Device busy" error some people have been seeing.
  > problem initially reported by Frank Denis.
  > ok xsa@ (joris@)

  ~ entries.c                             

  > put a newline at the end of the Entries file, this syncs with
  > GNU cvs behavior and is easier on the eyes.
  > ok xsa@ (pyr@)

  ~ entries.c                             

  > the ok from xsa was for another diff, rollback previous commit. (pyr@)

  ~ entries.c                             

  > terminate CVS/Entries with a newline.
  > ok joris@, xsa@ (pyr@)

  ~ remote.c                              

  > user proper format string for size_t; file size is off_t; ok joris@ (otto@)

  ~ remote.c                              

  > plug a mem leak and wrong usage of strlcpy after fgetln. since fgetln
  > does not NUL-terminate, it is not ok to use strlcpy on the buffer.
  > ok opencvsgang@ (otto@)

  ~ config.c                              ~ logmsg.c

  > do not use strlcpuy on a buffer filled by fgetln, since fgetln does
  > not NUL-terminate. ok xsa@ (otto@)

  ~ edit.c                                

  > typo in error message. (xsa@)

  ~ rcs.c                                 ~ util.c
  ~ util.h                                

  > plug a memleak in keyword expansion.
  > ok joris@ (niallo@)

  ~ add.c                                 ~ admin.c
  ~ client.c                              ~ commit.c
  ~ edit.c                                ~ entries.c
  ~ file.c                                ~ init.c
  ~ remote.c                              ~ repository.c
  ~ server.c                              ~ update.c

  > use more stack allocations for fixed size buffers. ok xsa@ joris@ (otto@)

  ~ rcs.c                                 

  > plug a leak if multiple expansions are done on a single line. ok
  > niallo@ (otto@)

  ~ logmsg.c                              

  > zap uneeded close() calls after fclose(); pointed out by and OK otto at .  > (xsa@)

  ~ checkout.c                            

  > when acting as a server - immediatly after we checkout a file
  > remove its temp copy so our worklist doesnt contain a
  > bazillion entries when checking out src.
  > as a result, we now use very little memory in server mode.
  > found and tested by otto@
  > ok cool and the gang. (joris@)

  ~ add.c                                 

  > extra xfree leftover; from tbert. (otto@)

  ~ remote.c                              

  > modestring can be 18 long (otto@)

  ~ client.c                              

  > respect umask; ok joris@ (otto@)

  ~ checkout.c                            ~ client.c
  ~ diff.c                                ~ entries.c
  ~ file.c                                ~ rcs.c
  ~ remote.c                              ~ server.c
  ~ util.c                                ~ util.h

  > Handle CVS/Entries and file timestamp correctly so we do
  > not mistakenly see a file as Modified while it is not.
  > As a result, we can remove the very hackish cvs_hack_time() and
  > GNU cvs and opencvs should almost get along now.
  > lotsa help and okay The otto@ (joris@)

  ~ checkout.c                            ~ client.c
  ~ rcs.c                                 

  > more fixe size buffers on the stack. ok xsa@ joris@ (otto@)

  ~ add.c                                 ~ checkout.c
  ~ client.c                              ~ commit.c
  ~ rcs.c                                 

  > - support [-k mode] for the add command
  > - do not let the file keyword expension options (-k) disappear
  > from the Entries file when doing a commit/update/checkout
  > - be sure the expension mode gets written to the RCS file when a file
  > is added/committed in the first place
  > problems raised by otto@; tests/ok otto@ and joris at .sa@)

  ~ entries.c                             

  > mktime() produces local time, so add in tm_gmtoff to get UTC.
  > ok xsa@ and joris@ (otto@)

  ~ client.c                              

  > preserve flags in Entries in the remote case. ok xsa@ joris@ (otto@)

  ~ file.c                                

  > by default let cvs_file_classify complain about certain cases
  > and fix some warnings that should not come up for certain commands.
  > ok niallo@ otto@ (joris@)

  ~ file.c                                

  > missed a case for CVS_CMD_ADD from last commit (joris@)

  ~ remove.c                              

  > when we specify the 'f' flag do not bother removing files that
  > dont exist on disk anyway, and when removing a file that has been
  > added but not commited the correct file_status is FILE_REMOVE_ENTRY
  > and not FILE_ADDED.
  > ok otto@ (joris@)

  ~ add.c                                 

  > - do not try to add non-existing files
  > - do not overwrite the contents of the file when the file was removed
  > and you try to re-add it.
  > ok otto@ (joris@)

  ~ checkout.c                            ~ client.c
  ~ diff.h                                ~ diff3.c
  ~ file.c                                ~ update.c

  > add merging support in both local and remote sides.
  > tested by many, thanks. (joris@)

  ~ file.c                                

  > remove debug printfs that sneaked in. (joris@)

  ~ update.c                              

  > do not overwrite a file that is modified but has a sticky tag set
  > when running update -A, instead merge in the changes.
  > 'kay xsa@ (joris@)

  ~ checkout.c                            

  > hey look, i found another debug printf from my merging stuff!
  > kill-zap-nuke-remove-delete it. (joris@)

getopt

  ~ getopt.1                              

  > The example is not correct and uses non-idiomatic scripting. So fix it.
  > ok espie@ (otto@)

  ~ getopt.1                              

  > after some discussion with otto, remove "errcode=$?;" from getopt's
  > synopsis: it is really not central to its usage;
  > ok otto millert (jmc@)

hexdump

  ~ display.c                             

  > In doskip(), do not access an uninitialized variable in the statok == 0
  > case
  > (introduced in r1.9) (miod@)

  ~ hexdump.1                             ~ hexdump.c
  ~ hexdump.h                             ~ hexsyntax.c

  > Accept a leading 0x for the -n length parameter.
  > Correctly check for out-of-bounds values for -s skip parameter, and use
  > strtoll to parse it instead of strtol since this is an off_t value. (miod@)

lex

  ~ flex.skl                              ~ initscan.c

  > Fix flex bug introduced by my prior commit.
  > Problem reported by STeve Andre' via jakob@ (tsi@)

split

  ~ split.1                               

  > +.Xr csplit 1 ,
  > from Matthias Kilian; (jmc@)

ssh

  ~ auth-skey.c                           ~ clientloop.c
  ~ kex.c                                 ~ session.c
  ~ ssh-keygen.c                          

  > spaces (stevesk@)

  ~ readconf.c                            

  > spaces (stevesk@)

  ~ sftp-client.c                         

  > return error from do_upload() when a write fails. fixes bz#1252: zero
  > exit status from sftp when uploading to a full device. report from
  > jirkat AT atlas.cz; ok dtucker@ (djm@)

  ~ scp.c                                 

  > fix detection of whether we should show progress meter or not: scp
  > tested isatty(stderr) but wrote the progress meter to stdout. This patch
  > makes it test stdout. bz#1265 reported by junkmail AT bitsculpture.com;
  > of dtucker@ (djm@)

== usr.sbin ========================================================== 09/09 ==

  http://www.openbsd.org/cgi-bin/cvsweb/src/usr.sbin

bgpctl

  ~ parser.c                              

  > Correctly detect missing arguments. Same diff as in ospfctl. OK henning@
  > (claudio@)

  ~ bgpctl.c                              

  > Make sure that the graceful restart capability is printed in any case.
  > The printf() was only reachable if one of the other capabilities were set.
  > (claudio@)

bgpd

  ~ session.c                             

  > Typo in fatal() message found by dunceor @ gmail dot com (claudio@)

  ~ rde.c                                 

  > Lock the nexthop while parsing an update by increasing the reference count.
  > This is needed because the nexthop is not yet linked to the aspath
  > attributes
  > and so a withdraw in the same update imsg could remove this nexthop which
  > in
  > turn causes a use after free error when the prefix is added later on.
  > The order of parsing (attributes, withdraws, prefixes instead of withdraws,
  > attributes, prefixes) was reversed for multiprotocol support.
  > This should fix all strange nexthop crashes seen by various people.
  > Tested and OK henning@ (claudio@)

  ~ bgpd.c                                ~ bgpd.h
  ~ rde.c                                 ~ rde.h
  ~ rde_prefix.c                          ~ session.c
  ~ session.h                             

  > Massiv rework of the control imsg flow. Main changes:
  > - dedicated pipe between the SE and the RDE for control messages
  > - restartable RB tree dumps in the RDE
  > - queuing limits both in the SE and RDE
  > The result is a dramatic decrease of memory consumption on operations like
  > bgpctl show rib. Previously all messages where first stored in the RDE
  > then passed to the SE where they got queued in case bgpctl was not fast
  > enough.
  > Now only a small number of messages is generated and passed to the SE and
  > the SE has an additional limit instead of acting like an infinite buffer.
  > Without this the bgpd on bgpd.networx.ch would not survive a single minute.
  > looks good henning@ (claudio@)

  ~ bgpd.conf.5                           

  > Document which AS are designated for private use and which are reserved
  > for special stuff (4-byte AS support). (claudio@)

  ~ parse.y                               

  > AS 65535 aka USHRT_MAX is reserved and may not be used so adapt the
  > range check. Found while hacking on 4-byte AS support. (claudio@)

  ~ bgpd.conf.5                           

  > Finally document announce capabilities (yes|no).
  > With help from jmc@ (claudio@)

  ~ bgpd.conf.5                           

  > use \(en for ranges e.g. 10 \(en 12 (jmc@)

bind

  ~ CHANGES                               ~ acconfig.h
  ~ aclocal.m4                            ~ config.guess
  ~ config.h.in                           ~ config.sub
  ~ config.threads.in                     ~ configure
  ~ configure.in                          ~ install-sh
  ~ isc-config.sh.in                      ~ libtool.m4
  ~ ltmain.sh                             ~ mkinstalldirs
  ~ Makefile.in                           ~ version
  ~ FAQ.xml                               ~ FAQ
  ~ COPYRIGHT                             ~ README
  ~ lib/Makefile.in                       ~ lib/isc/buffer.c
  ~ lib/isc/bufferlist.c                  ~ lib/isc/commandline.c
  ~ lib/isc/entropy.c                     ~ lib/isc/error.c
  ~ lib/isc/event.c                       ~ lib/isc/fsaccess.c
  ~ lib/isc/hash.c                        ~ lib/isc/heap.c
  ~ lib/isc/hex.c                         ~ lib/isc/hmacmd5.c
  ~ lib/isc/inet_aton.c                   ~ lib/isc/inet_ntop.c
  ~ lib/isc/inet_pton.c                   ~ lib/isc/lex.c
  ~ lib/isc/lfsr.c                        ~ lib/isc/lib.c
  ~ lib/isc/log.c                         ~ lib/isc/md5.c
  ~ lib/isc/mem.c                         ~ lib/isc/mutexblock.c
  ~ lib/isc/print.c                       ~ lib/isc/netaddr.c
  ~ lib/isc/netscope.c                    ~ lib/isc/ondestroy.c
  ~ lib/isc/api                           ~ lib/isc/parseint.c
  ~ lib/isc/quota.c                       ~ lib/isc/random.c
  ~ lib/isc/ratelimiter.c                 ~ lib/isc/region.c
  ~ lib/isc/result.c                      ~ lib/isc/rwlock.c
  ~ lib/isc/serial.c                      ~ lib/isc/sha1.c
  ~ lib/isc/sockaddr.c                    ~ lib/isc/string.c
  ~ lib/isc/strtoul.c                     ~ lib/isc/symtab.c
  ~ lib/isc/task.c                        ~ lib/isc/task_p.h
  ~ lib/isc/taskpool.c                    ~ lib/isc/timer_p.h
  ~ lib/isc/version.c                     ~ lib/isc/timer.c
  ~ lib/isc/Makefile.in                   ~ lib/isc/assertions.c
  ~ lib/isc/base64.c                      ~ lib/isc/bitstring.c
  ~ lib/isc/nls/Makefile.in               ~ lib/isc/nls/msgcat.c
  ~ lib/isc/include/Makefile.in           ~ lib/isc/include/isc/version.h
  ~ lib/isc/include/isc/Makefile.in       ~ lib/isc/include/isc/app.h
  ~ lib/isc/include/isc/assertions.h      ~ lib/isc/include/isc/base64.h
  ~ lib/isc/include/isc/bitstring.h       ~ lib/isc/include/isc/boolean.h
  ~ lib/isc/include/isc/buffer.h          ~ lib/isc/include/isc/bufferlist.h
  ~ lib/isc/include/isc/commandline.h     ~ lib/isc/include/isc/entropy.h
  ~ lib/isc/include/isc/error.h           ~ lib/isc/include/isc/event.h
  ~ lib/isc/include/isc/eventclass.h      ~ lib/isc/include/isc/file.h
  ~ lib/isc/include/isc/formatcheck.h     ~ lib/isc/include/isc/fsaccess.h
  ~ lib/isc/include/isc/hash.h            ~ lib/isc/include/isc/heap.h
  ~ lib/isc/include/isc/hex.h             ~ lib/isc/include/isc/hmacmd5.h
  ~ lib/isc/include/isc/interfaceiter.h   ~ lib/isc/include/isc/ipv6.h
  ~ lib/isc/include/isc/lang.h            ~ lib/isc/include/isc/lex.h
  ~ lib/isc/include/isc/lfsr.h            ~ lib/isc/include/isc/lib.h
  ~ lib/isc/include/isc/list.h            ~ lib/isc/include/isc/log.h
  ~ lib/isc/include/isc/msgcat.h          ~ lib/isc/include/isc/md5.h
  ~ lib/isc/include/isc/mem.h             ~ lib/isc/include/isc/netaddr.h
  ~ lib/isc/include/isc/msgs.h            ~ lib/isc/include/isc/mutexblock.h
  ~ lib/isc/include/isc/netscope.h        ~ lib/isc/include/isc/ondestroy.h
  ~ lib/isc/include/isc/os.h              ~ lib/isc/include/isc/parseint.h
  ~ lib/isc/include/isc/platform.h.in     ~ lib/isc/include/isc/print.h
  ~ lib/isc/include/isc/quota.h           ~ lib/isc/include/isc/random.h
  ~ lib/isc/include/isc/ratelimiter.h     ~ lib/isc/include/isc/refcount.h
  ~ lib/isc/include/isc/region.h          ~ lib/isc/include/isc/resource.h
  ~ lib/isc/include/isc/result.h          ~ lib/isc/include/isc/resultclass.h
  ~ lib/isc/include/isc/sha1.h            ~ lib/isc/include/isc/rwlock.h
  ~ lib/isc/include/isc/serial.h          ~ lib/isc/include/isc/sockaddr.h
  ~ lib/isc/include/isc/socket.h          ~ lib/isc/include/isc/stdio.h
  ~ lib/isc/include/isc/stdlib.h          ~ lib/isc/include/isc/string.h
  ~ lib/isc/include/isc/symtab.h          ~ lib/isc/include/isc/task.h
  ~ lib/isc/include/isc/taskpool.h        ~ lib/isc/include/isc/timer.h
  ~ lib/isc/include/isc/types.h           ~ lib/isc/include/isc/util.h
  ~ lib/isc/include/isc/magic.h           ~ lib/isc/unix/Makefile.in
  ~ lib/isc/unix/app.c                    ~ lib/isc/unix/dir.c
  ~ lib/isc/unix/entropy.c                ~ lib/isc/unix/errno2result.c
  ~ lib/isc/unix/errno2result.h           ~ lib/isc/unix/file.c
  ~ lib/isc/unix/fsaccess.c               ~ lib/isc/unix/ifiter_getifaddrs.c
  ~ lib/isc/unix/ifiter_ioctl.c           ~ lib/isc/unix/ifiter_sysctl.c
  ~ lib/isc/unix/interfaceiter.c          ~ lib/isc/unix/ipv6.c
  ~ lib/isc/unix/keyboard.c               ~ lib/isc/unix/net.c
  ~ lib/isc/unix/os.c                     ~ lib/isc/unix/resource.c
  ~ lib/isc/unix/socket.c                 ~ lib/isc/unix/socket_p.h
  ~ lib/isc/unix/stdio.c                  ~ lib/isc/unix/stdtime.c
  ~ lib/isc/unix/strerror.c               ~ lib/isc/unix/syslog.c
  ~ lib/isc/unix/time.c                   ~ lib/isc/unix/include/Makefile.in
  ~ lib/isc/unix/include/isc/time.h       ~ lib/isc/unix/include/isc/dir.h
  ~ lib/isc/unix/include/isc/int.h        ~ lib/isc/unix/include/isc/keyboard.h
  ~ lib/isc/unix/include/isc/net.h        ~ lib/isc/unix/include/isc/netdb.h
  ~ lib/isc/unix/include/isc/offset.h     ~ lib/isc/unix/include/isc/stat.h
  ~ lib/isc/unix/include/isc/stdtime.h    ~ lib/isc/unix/include/isc/strerror.h
  ~ lib/isc/unix/include/isc/syslog.h     
  ~ lib/isc/unix/include/isc/Makefile.in
  ~ lib/isc/nothreads/Makefile.in         ~ lib/isc/nothreads/condition.c
  ~ lib/isc/nothreads/mutex.c             ~ lib/isc/nothreads/thread.c
  ~ lib/isc/nothreads/include/Makefile.in
  ~ lib/isc/nothreads/include/isc/Makefile.in
  ~ lib/isc/nothreads/include/isc/condition.h
  ~ lib/isc/nothreads/include/isc/mutex.h
  ~ lib/isc/nothreads/include/isc/once.h
  ~ lib/isc/nothreads/include/isc/thread.h
  ~ lib/isc/pthreads/Makefile.in          ~ lib/isc/pthreads/condition.c
  ~ lib/isc/pthreads/mutex.c              ~ lib/isc/pthreads/thread.c
  ~ lib/isc/pthreads/include/Makefile.in
  ~ lib/isc/pthreads/include/isc/Makefile.in
  ~ lib/isc/pthreads/include/isc/condition.h
  ~ lib/isc/pthreads/include/isc/mutex.h
  ~ lib/isc/pthreads/include/isc/once.h   
  ~ lib/isc/pthreads/include/isc/thread.h
  ~ lib/bind9/api                         ~ lib/bind9/getaddresses.c
  ~ lib/bind9/version.c                   ~ lib/bind9/check.c
  ~ lib/bind9/Makefile.in                 ~ lib/bind9/include/Makefile.in
  ~ lib/bind9/include/bind9/Makefile.in   ~ lib/bind9/include/bind9/check.h
  ~ lib/bind9/include/bind9/getaddresses.h
  ~ lib/bind9/include/bind9/version.h     ~ lib/dns/adb.c
  ~ lib/dns/api                           ~ lib/dns/byaddr.c
  ~ lib/dns/cache.c                       ~ lib/dns/callbacks.c
  ~ lib/dns/compress.c                    ~ lib/dns/db.c
  ~ lib/dns/dbiterator.c                  ~ lib/dns/dbtable.c
  ~ lib/dns/diff.c                        ~ lib/dns/dispatch.c
  ~ lib/dns/dnssec.c                      ~ lib/dns/ds.c
  ~ lib/dns/dst_api.c                     ~ lib/dns/dst_internal.h
  ~ lib/dns/dst_lib.c                     ~ lib/dns/dst_openssl.h
  ~ lib/dns/dst_parse.c                   ~ lib/dns/dst_parse.h
  ~ lib/dns/dst_result.c                  ~ lib/dns/forward.c
  ~ lib/dns/gen-unix.h                    ~ lib/dns/gen.c
  ~ lib/dns/gssapi_link.c                 ~ lib/dns/gssapictx.c
  ~ lib/dns/hmac_link.c                   ~ lib/dns/journal.c
  ~ lib/dns/key.c                         ~ lib/dns/keytable.c
  ~ lib/dns/lib.c                         ~ lib/dns/log.c
  ~ lib/dns/lookup.c                      ~ lib/dns/master.c
  ~ lib/dns/masterdump.c                  ~ lib/dns/message.c
  ~ lib/dns/name.c                        ~ lib/dns/ncache.c
  ~ lib/dns/nsec.c                        ~ lib/dns/openssl_link.c
  ~ lib/dns/openssldh_link.c              ~ lib/dns/openssldsa_link.c
  ~ lib/dns/opensslrsa_link.c             ~ lib/dns/order.c
  ~ lib/dns/peer.c                        ~ lib/dns/portlist.c
  ~ lib/dns/rbt.c                         ~ lib/dns/rbtdb.c
  ~ lib/dns/rbtdb.h                       ~ lib/dns/rcode.c
  ~ lib/dns/rbtdb64.c                     ~ lib/dns/rbtdb64.h
  ~ lib/dns/rdata.c                       ~ lib/dns/rdatalist.c
  ~ lib/dns/rdatalist_p.h                 ~ lib/dns/rdataset.c
  ~ lib/dns/rdatasetiter.c                ~ lib/dns/rdataslab.c
  ~ lib/dns/request.c                     ~ lib/dns/resolver.c
  ~ lib/dns/result.c                      ~ lib/dns/rootns.c
  ~ lib/dns/sdb.c                         ~ lib/dns/soa.c
  ~ lib/dns/ssu.c                         ~ lib/dns/stats.c
  ~ lib/dns/tcpmsg.c                      ~ lib/dns/time.c
  ~ lib/dns/timer.c                       ~ lib/dns/tkey.c
  ~ lib/dns/ttl.c                         ~ lib/dns/validator.c
  ~ lib/dns/version.c                     ~ lib/dns/view.c
  ~ lib/dns/xfrin.c                       ~ lib/dns/zone.c
  ~ lib/dns/zonekey.c                     ~ lib/dns/zt.c
  ~ lib/dns/tsig.c                        ~ lib/dns/Makefile.in
  ~ lib/dns/acl.c                         ~ lib/dns/include/Makefile.in
  ~ lib/dns/include/dns/zt.h              ~ lib/dns/include/dns/Makefile.in
  ~ lib/dns/include/dns/acl.h             ~ lib/dns/include/dns/adb.h
  ~ lib/dns/include/dns/bit.h             ~ lib/dns/include/dns/byaddr.h
  ~ lib/dns/include/dns/cache.h           ~ lib/dns/include/dns/callbacks.h
  ~ lib/dns/include/dns/cert.h            ~ lib/dns/include/dns/compress.h
  ~ lib/dns/include/dns/db.h              ~ lib/dns/include/dns/dbiterator.h
  ~ lib/dns/include/dns/dbtable.h         ~ lib/dns/include/dns/diff.h
  ~ lib/dns/include/dns/dispatch.h        ~ lib/dns/include/dns/dnssec.h
  ~ lib/dns/include/dns/ds.h              ~ lib/dns/include/dns/events.h
  ~ lib/dns/include/dns/fixedname.h       ~ lib/dns/include/dns/forward.h
  ~ lib/dns/include/dns/journal.h         ~ lib/dns/include/dns/keyflags.h
  ~ lib/dns/include/dns/keytable.h        ~ lib/dns/include/dns/keyvalues.h
  ~ lib/dns/include/dns/lib.h             ~ lib/dns/include/dns/log.h
  ~ lib/dns/include/dns/master.h          ~ lib/dns/include/dns/masterdump.h
  ~ lib/dns/include/dns/message.h         ~ lib/dns/include/dns/name.h
  ~ lib/dns/include/dns/ncache.h          ~ lib/dns/include/dns/nsec.h
  ~ lib/dns/include/dns/opcode.h          ~ lib/dns/include/dns/order.h
  ~ lib/dns/include/dns/peer.h            ~ lib/dns/include/dns/portlist.h
  ~ lib/dns/include/dns/rbt.h             ~ lib/dns/include/dns/rcode.h
  ~ lib/dns/include/dns/rdata.h           ~ lib/dns/include/dns/rdataclass.h
  ~ lib/dns/include/dns/rdatalist.h       ~ lib/dns/include/dns/rdataset.h
  ~ lib/dns/include/dns/rdatasetiter.h    ~ lib/dns/include/dns/rdataslab.h
  ~ lib/dns/include/dns/rdatatype.h       ~ lib/dns/include/dns/request.h
  ~ lib/dns/include/dns/resolver.h        ~ lib/dns/include/dns/result.h
  ~ lib/dns/include/dns/rootns.h          ~ lib/dns/include/dns/sdb.h
  ~ lib/dns/include/dns/secalg.h          ~ lib/dns/include/dns/soa.h
  ~ lib/dns/include/dns/secproto.h        ~ lib/dns/include/dns/ssu.h
  ~ lib/dns/include/dns/stats.h           ~ lib/dns/include/dns/tcpmsg.h
  ~ lib/dns/include/dns/time.h            ~ lib/dns/include/dns/timer.h
  ~ lib/dns/include/dns/tkey.h            ~ lib/dns/include/dns/tsig.h
  ~ lib/dns/include/dns/ttl.h             ~ lib/dns/include/dns/types.h
  ~ lib/dns/include/dns/validator.h       ~ lib/dns/include/dns/version.h
  ~ lib/dns/include/dns/view.h            ~ lib/dns/include/dns/xfrin.h
  ~ lib/dns/include/dns/zone.h            ~ lib/dns/include/dns/zonekey.h
  ~ lib/dns/include/dns/lookup.h          ~ lib/dns/include/dst/Makefile.in
  ~ lib/dns/include/dst/dst.h             ~ lib/dns/include/dst/gssapi.h
  ~ lib/dns/include/dst/lib.h             ~ lib/dns/include/dst/result.h
  ~ lib/dns/rdata/rdatastructpre.h        ~ lib/dns/rdata/rdatastructsuf.h
  ~ lib/dns/rdata/any_255/tsig_250.c      ~ lib/dns/rdata/any_255/tsig_250.h
  ~ lib/dns/rdata/generic/x25_19.h        ~ lib/dns/rdata/generic/afsdb_18.h
  ~ lib/dns/rdata/generic/cert_37.c       ~ lib/dns/rdata/generic/cert_37.h
  ~ lib/dns/rdata/generic/cname_5.c       ~ lib/dns/rdata/generic/cname_5.h
  ~ lib/dns/rdata/generic/dlv_32769.c     ~ lib/dns/rdata/generic/dlv_32769.h
  ~ lib/dns/rdata/generic/dname_39.c      ~ lib/dns/rdata/generic/dname_39.h
  ~ lib/dns/rdata/generic/dnskey_48.c     ~ lib/dns/rdata/generic/dnskey_48.h
  ~ lib/dns/rdata/generic/ds_43.c         ~ lib/dns/rdata/generic/ds_43.h
  ~ lib/dns/rdata/generic/gpos_27.c       ~ lib/dns/rdata/generic/gpos_27.h
  ~ lib/dns/rdata/generic/hinfo_13.c      ~ lib/dns/rdata/generic/hinfo_13.h
  ~ lib/dns/rdata/generic/isdn_20.c       ~ lib/dns/rdata/generic/isdn_20.h
  ~ lib/dns/rdata/generic/key_25.c        ~ lib/dns/rdata/generic/key_25.h
  ~ lib/dns/rdata/generic/loc_29.c        ~ lib/dns/rdata/generic/loc_29.h
  ~ lib/dns/rdata/generic/mb_7.c          ~ lib/dns/rdata/generic/mb_7.h
  ~ lib/dns/rdata/generic/md_3.c          ~ lib/dns/rdata/generic/md_3.h
  ~ lib/dns/rdata/generic/mf_4.c          ~ lib/dns/rdata/generic/mf_4.h
  ~ lib/dns/rdata/generic/mg_8.c          ~ lib/dns/rdata/generic/mg_8.h
  ~ lib/dns/rdata/generic/minfo_14.c      ~ lib/dns/rdata/generic/minfo_14.h
  ~ lib/dns/rdata/generic/mr_9.c          ~ lib/dns/rdata/generic/mr_9.h
  ~ lib/dns/rdata/generic/mx_15.c         ~ lib/dns/rdata/generic/mx_15.h
  ~ lib/dns/rdata/generic/ns_2.c          ~ lib/dns/rdata/generic/ns_2.h
  ~ lib/dns/rdata/generic/nsec_47.c       ~ lib/dns/rdata/generic/nsec_47.h
  ~ lib/dns/rdata/generic/null_10.c       ~ lib/dns/rdata/generic/null_10.h
  ~ lib/dns/rdata/generic/nxt_30.c        ~ lib/dns/rdata/generic/nxt_30.h
  ~ lib/dns/rdata/generic/opt_41.c        ~ lib/dns/rdata/generic/opt_41.h
  ~ lib/dns/rdata/generic/proforma.c      ~ lib/dns/rdata/generic/proforma.h
  ~ lib/dns/rdata/generic/ptr_12.c        ~ lib/dns/rdata/generic/ptr_12.h
  ~ lib/dns/rdata/generic/rp_17.c         ~ lib/dns/rdata/generic/rp_17.h
  ~ lib/dns/rdata/generic/rrsig_46.c      ~ lib/dns/rdata/generic/rrsig_46.h
  ~ lib/dns/rdata/generic/rt_21.c         ~ lib/dns/rdata/generic/rt_21.h
  ~ lib/dns/rdata/generic/sig_24.c        ~ lib/dns/rdata/generic/sig_24.h
  ~ lib/dns/rdata/generic/soa_6.c         ~ lib/dns/rdata/generic/soa_6.h
  ~ lib/dns/rdata/generic/sshfp_44.c      ~ lib/dns/rdata/generic/sshfp_44.h
  ~ lib/dns/rdata/generic/tkey_249.c      ~ lib/dns/rdata/generic/tkey_249.h
  ~ lib/dns/rdata/generic/txt_16.c        ~ lib/dns/rdata/generic/txt_16.h
  ~ lib/dns/rdata/generic/unspec_103.c    ~ lib/dns/rdata/generic/unspec_103.h
  ~ lib/dns/rdata/generic/x25_19.c        ~ lib/dns/rdata/generic/afsdb_18.c
  ~ lib/dns/rdata/hs_4/a_1.c              ~ lib/dns/rdata/hs_4/a_1.h
  ~ lib/dns/rdata/in_1/wks_11.h           ~ lib/dns/rdata/in_1/a6_38.h
  ~ lib/dns/rdata/in_1/a_1.c              ~ lib/dns/rdata/in_1/a_1.h
  ~ lib/dns/rdata/in_1/aaaa_28.c          ~ lib/dns/rdata/in_1/aaaa_28.h
  ~ lib/dns/rdata/in_1/apl_42.c           ~ lib/dns/rdata/in_1/apl_42.h
  ~ lib/dns/rdata/in_1/kx_36.c            ~ lib/dns/rdata/in_1/kx_36.h
  ~ lib/dns/rdata/in_1/naptr_35.c         ~ lib/dns/rdata/in_1/naptr_35.h
  ~ lib/dns/rdata/in_1/nsap-ptr_23.c      ~ lib/dns/rdata/in_1/nsap-ptr_23.h
  ~ lib/dns/rdata/in_1/nsap_22.c          ~ lib/dns/rdata/in_1/nsap_22.h
  ~ lib/dns/rdata/in_1/px_26.c            ~ lib/dns/rdata/in_1/px_26.h
  ~ lib/dns/rdata/in_1/srv_33.c           ~ lib/dns/rdata/in_1/srv_33.h
  ~ lib/dns/rdata/in_1/wks_11.c           ~ lib/dns/rdata/in_1/a6_38.c
  ~ lib/tests/Makefile.in                 ~ lib/tests/T_testlist.imp
  ~ lib/tests/t_api.c                     ~ lib/tests/include/Makefile.in
  ~ lib/tests/include/tests/Makefile.in   ~ lib/tests/include/tests/t_api.h
  ~ lib/isccfg/api                        ~ lib/isccfg/log.c
  ~ lib/isccfg/namedconf.c                ~ lib/isccfg/parser.c
  ~ lib/isccfg/version.c                  ~ lib/isccfg/Makefile.in
  ~ lib/isccfg/include/Makefile.in        
  ~ lib/isccfg/include/isccfg/Makefile.in
  ~ lib/isccfg/include/isccfg/cfg.h       ~ lib/isccfg/include/isccfg/grammar.h
  ~ lib/isccfg/include/isccfg/log.h       
  ~ lib/isccfg/include/isccfg/namedconf.h
  ~ lib/isccfg/include/isccfg/version.h   ~ lib/lwres/Makefile.in
  ~ lib/lwres/context_p.h                 ~ lib/lwres/gai_strerror.c
  ~ lib/lwres/getaddrinfo.c               ~ lib/lwres/gethost.c
  ~ lib/lwres/getipnode.c                 ~ lib/lwres/getnameinfo.c
  ~ lib/lwres/getrrset.c                  ~ lib/lwres/herror.c
  ~ lib/lwres/lwbuffer.c                  ~ lib/lwres/lwconfig.c
  ~ lib/lwres/lwinetaton.c                ~ lib/lwres/lwinetntop.c
  ~ lib/lwres/lwinetpton.c                ~ lib/lwres/lwpacket.c
  ~ lib/lwres/lwres_gabn.c                ~ lib/lwres/lwres_gnba.c
  ~ lib/lwres/lwresutil.c                 ~ lib/lwres/lwres_grbn.c
  ~ lib/lwres/api                         ~ lib/lwres/print.c
  ~ lib/lwres/lwres_noop.c                ~ lib/lwres/print_p.h
  ~ lib/lwres/strtoul.c                   ~ lib/lwres/version.c
  ~ lib/lwres/assert_p.h                  ~ lib/lwres/context.c
  ~ lib/lwres/man/lwres_resutil.html      ~ lib/lwres/man/lwres.3
  ~ lib/lwres/man/lwres.docbook           ~ lib/lwres/man/lwres.html
  ~ lib/lwres/man/lwres_buffer.3          ~ lib/lwres/man/lwres_buffer.docbook
  ~ lib/lwres/man/lwres_buffer.html       ~ lib/lwres/man/lwres_config.3
  ~ lib/lwres/man/lwres_config.docbook    ~ lib/lwres/man/lwres_config.html
  ~ lib/lwres/man/lwres_context.3         ~ lib/lwres/man/lwres_context.docbook
  ~ lib/lwres/man/lwres_context.html      ~ lib/lwres/man/lwres_gabn.3
  ~ lib/lwres/man/lwres_gabn.docbook      ~ lib/lwres/man/lwres_gabn.html
  ~ lib/lwres/man/lwres_gai_strerror.3    ~ lib/lwres/man/lwres_getaddrinfo.3
  ~ lib/lwres/man/lwres_gai_strerror.docbook
  ~ lib/lwres/man/lwres_gai_strerror.html
  ~ lib/lwres/man/lwres_getaddrinfo.docbook
  ~ lib/lwres/man/lwres_getaddrinfo.html
  ~ lib/lwres/man/lwres_gethostent.3      
  ~ lib/lwres/man/lwres_gethostent.docbook
  ~ lib/lwres/man/lwres_gethostent.html   ~ lib/lwres/man/lwres_getipnode.3
  ~ lib/lwres/man/lwres_getipnode.docbook
  ~ lib/lwres/man/lwres_getipnode.html    ~ lib/lwres/man/lwres_getnameinfo.3
  ~ lib/lwres/man/lwres_getnameinfo.docbook
  ~ lib/lwres/man/lwres_getnameinfo.html
  ~ lib/lwres/man/lwres_getrrsetbyname.3
  ~ lib/lwres/man/lwres_gnba.3            
  ~ lib/lwres/man/lwres_getrrsetbyname.html
  ~ lib/lwres/man/lwres_getrrsetbyname.docbook
  ~ lib/lwres/man/lwres_gnba.docbook      ~ lib/lwres/man/lwres_gnba.html
  ~ lib/lwres/man/lwres_hstrerror.3       
  ~ lib/lwres/man/lwres_hstrerror.docbook
  ~ lib/lwres/man/lwres_hstrerror.html    ~ lib/lwres/man/lwres_inetntop.3
  ~ lib/lwres/man/lwres_inetntop.docbook
  ~ lib/lwres/man/lwres_inetntop.html     ~ lib/lwres/man/lwres_noop.3
  ~ lib/lwres/man/lwres_noop.docbook      ~ lib/lwres/man/lwres_noop.html
  ~ lib/lwres/man/lwres_packet.3          ~ lib/lwres/man/lwres_packet.docbook
  ~ lib/lwres/man/lwres_packet.html       ~ lib/lwres/man/lwres_resutil.3
  ~ lib/lwres/man/lwres_resutil.docbook   ~ lib/lwres/man/Makefile.in
  ~ lib/lwres/include/Makefile.in         ~ lib/lwres/include/lwres/version.h
  ~ lib/lwres/include/lwres/context.h     ~ lib/lwres/include/lwres/int.h
  ~ lib/lwres/include/lwres/ipv6.h        ~ lib/lwres/include/lwres/lang.h
  ~ lib/lwres/include/lwres/list.h        ~ lib/lwres/include/lwres/lwbuffer.h
  ~ lib/lwres/include/lwres/lwpacket.h    ~ lib/lwres/include/lwres/lwres.h
  ~ lib/lwres/include/lwres/netdb.h.in    
  ~ lib/lwres/include/lwres/platform.h.in
  ~ lib/lwres/include/lwres/result.h      ~ lib/lwres/include/lwres/stdlib.h
  ~ lib/lwres/include/lwres/Makefile.in   ~ lib/lwres/unix/Makefile.in
  ~ lib/lwres/unix/include/Makefile.in    
  ~ lib/lwres/unix/include/lwres/Makefile.in
  ~ lib/lwres/unix/include/lwres/net.h    ~ lib/isccc/Makefile.in
  ~ lib/isccc/api                         ~ lib/isccc/base64.c
  ~ lib/isccc/cc.c                        ~ lib/isccc/ccmsg.c
  ~ lib/isccc/lib.c                       ~ lib/isccc/result.c
  ~ lib/isccc/sexpr.c                     ~ lib/isccc/symtab.c
  ~ lib/isccc/version.c                   ~ lib/isccc/alist.c
  ~ lib/isccc/include/Makefile.in         ~ lib/isccc/include/isccc/version.h
  ~ lib/isccc/include/isccc/alist.h       ~ lib/isccc/include/isccc/base64.h
  ~ lib/isccc/include/isccc/cc.h          ~ lib/isccc/include/isccc/ccmsg.h
  ~ lib/isccc/include/isccc/events.h      ~ lib/isccc/include/isccc/lib.h
  ~ lib/isccc/include/isccc/result.h      ~ lib/isccc/include/isccc/sexpr.h
  ~ lib/isccc/include/isccc/symtab.h      ~ lib/isccc/include/isccc/symtype.h
  ~ lib/isccc/include/isccc/types.h       ~ lib/isccc/include/isccc/util.h
  ~ lib/isccc/include/isccc/Makefile.in   ~ doc/Makefile.in
  ~ doc/arm/latex-fixup.pl                ~ doc/arm/Bv9ARM.ch01.html
  ~ doc/arm/Bv9ARM.ch02.html              ~ doc/arm/Bv9ARM.ch03.html
  ~ doc/arm/Bv9ARM.ch04.html              ~ doc/arm/Bv9ARM.ch05.html
  ~ doc/arm/Bv9ARM.ch06.html              ~ doc/arm/Bv9ARM.ch07.html
  ~ doc/arm/Bv9ARM.ch08.html              ~ doc/arm/Bv9ARM.ch09.html
  ~ doc/arm/Bv9ARM.html                   ~ doc/arm/Makefile.in
  ~ doc/arm/README-SGML                   ~ doc/arm/Bv9ARM-book.xml
  ~ doc/misc/sdb                          ~ doc/misc/dnssec
  ~ doc/misc/format-options.pl            ~ doc/misc/ipv6
  ~ doc/misc/migration                    ~ doc/misc/migration-4to9
  ~ doc/misc/options                      ~ doc/misc/rfc-compliance
  ~ doc/misc/roadmap                      ~ doc/misc/Makefile.in
  ~ doc/xsl/isc-docbook-html.xsl.in       ~ doc/xsl/copyright.xsl
  ~ doc/xsl/isc-docbook-chunk.xsl.in      ~ doc/xsl/Makefile.in
  ~ doc/xsl/isc-docbook-latex.xsl.in      ~ doc/xsl/isc-manpage.xsl.in
  ~ doc/xsl/pre-latex.xsl                 ~ bin/Makefile.in
  ~ bin/dnssec/Makefile.in                ~ bin/dnssec/dnssec-keygen.8
  ~ bin/dnssec/dnssec-keygen.c            ~ bin/dnssec/dnssec-keygen.docbook
  ~ bin/dnssec/dnssec-keygen.html         ~ bin/dnssec/dnssec-signzone.8
  ~ bin/dnssec/dnssec-signzone.c          ~ bin/dnssec/dnssec-signzone.docbook
  ~ bin/dnssec/dnssec-signzone.html       ~ bin/dnssec/dnssectool.c
  ~ bin/dnssec/dnssectool.h               ~ bin/dig/Makefile.in
  ~ bin/dig/dig.c                         ~ bin/dig/dig.docbook
  ~ bin/dig/dig.html                      ~ bin/dig/dighost.c
  ~ bin/dig/host.1                        ~ bin/dig/host.c
  ~ bin/dig/host.docbook                  ~ bin/dig/host.html
  ~ bin/dig/nslookup.1                    ~ bin/dig/nslookup.c
  ~ bin/dig/nslookup.docbook              ~ bin/dig/nslookup.html
  ~ bin/dig/dig.1                         ~ bin/dig/include/dig/dig.h
  ~ bin/tests/db_test.c                   ~ bin/tests/entropy2_test.c
  ~ bin/tests/entropy_test.c              ~ bin/tests/fsaccess_test.c
  ~ bin/tests/genrandom.c                 ~ bin/tests/gxba_test.c
  ~ bin/tests/gxbn_test.c                 ~ bin/tests/hash_test.c
  ~ bin/tests/inter_test.c                ~ bin/tests/lex_test.c
  ~ bin/tests/headerdep_test.sh.in        ~ bin/tests/journalprint.c
  ~ bin/tests/keyboard_test.c             ~ bin/tests/lfsr_test.c
  ~ bin/tests/log_test.c                  ~ bin/tests/lwres_test.c
  ~ bin/tests/lwresconf_test.c            ~ bin/tests/master_test.c
  ~ bin/tests/mempool_test.c              ~ bin/tests/name_test.c
  ~ bin/tests/named.conf                  ~ bin/tests/ndc.conf
  ~ bin/tests/ndc.conf-include            ~ bin/tests/nsecify.c
  ~ bin/tests/printmsg.c                  ~ bin/tests/printmsg.h
  ~ bin/tests/ratelimiter_test.c          ~ bin/tests/rbt_test.c
  ~ bin/tests/rbt_test.out                ~ bin/tests/rbt_test.txt
  ~ bin/tests/rwlock_test.c               ~ bin/tests/resolv.conf.sample
  ~ bin/tests/serial_test.c               ~ bin/tests/shutdown_test.c
  ~ bin/tests/sig0_test.c                 ~ bin/tests/sock_test.c
  ~ bin/tests/sym_test.c                  ~ bin/tests/t_api.pl
  ~ bin/tests/task_test.c                 ~ bin/tests/timer_test.c
  ~ bin/tests/wire_test.c                 ~ bin/tests/wire_test.data
  ~ bin/tests/wire_test.data2             ~ bin/tests/b8t.mk
  ~ bin/tests/wire_test.data3             ~ bin/tests/wire_test.data4
  ~ bin/tests/zone_test.c                 ~ bin/tests/rdata_test.c
  ~ bin/tests/Kchild.example.+003+04017.key
  ~ bin/tests/Kchild.example.+003+04017.private
  ~ bin/tests/Makefile.in                 ~ bin/tests/adb_test.c
  ~ bin/tests/b9t.mk                      ~ bin/tests/byaddr_test.c
  ~ bin/tests/byname_test.c               ~ bin/tests/cfg_test.c
  ~ bin/tests/compress_test.c             ~ bin/tests/net/Makefile.in
  ~ bin/tests/net/driver.c                ~ bin/tests/net/driver.h
  ~ bin/tests/net/netaddr_multicast.c     ~ bin/tests/net/sockaddr_multicast.c
  ~ bin/tests/net/testsuite.h             ~ bin/tests/db/dns_db_origin_data
  ~ bin/tests/db/dns_db_class_1.data      ~ bin/tests/db/dns_db_class_data
  ~ bin/tests/db/dns_db_closeversion_1.data
  ~ bin/tests/db/dns_db_closeversion_1_data
  ~ bin/tests/db/dns_db_closeversion_2.data
  ~ bin/tests/db/dns_db_closeversion_2_data
  ~ bin/tests/db/dns_db_currentversion.data
  ~ bin/tests/db/dns_db_currentversion_data
  ~ bin/tests/db/dns_db_expirenode.data   ~ bin/tests/db/dns_db_expirenode_data
  ~ bin/tests/db/dns_db_find_1.data       ~ bin/tests/db/dns_db_find_10.data
  ~ bin/tests/db/dns_db_find_10_data      ~ bin/tests/db/dns_db_find_1_data
  ~ bin/tests/db/t_db.c                   ~ bin/tests/db/dns_db_find_2.data
  ~ bin/tests/db/dns_db_find_2_data       ~ bin/tests/db/dns_db_find_3.data
  ~ bin/tests/db/dns_db_find_3_data       ~ bin/tests/db/dns_db_find_4.data
  ~ bin/tests/db/dns_db_find_4_data       ~ bin/tests/db/dns_db_find_5.data
  ~ bin/tests/db/dns_db_find_5_data       ~ bin/tests/db/dns_db_find_6.data
  ~ bin/tests/db/dns_db_find_6_data       ~ bin/tests/db/dns_db_find_7.data
  ~ bin/tests/db/dns_db_find_7_data       ~ bin/tests/db/dns_db_find_8.data
  ~ bin/tests/db/dns_db_find_8_data       ~ bin/tests/db/dns_db_find_9.data
  ~ bin/tests/db/dns_db_find_9_data       ~ bin/tests/db/dns_db_findnode_1.data
  ~ bin/tests/db/dns_db_findnode_1_data   ~ bin/tests/db/dns_db_findnode_2.data
  ~ bin/tests/db/dns_db_findnode_2_data   ~ bin/tests/db/dns_db_iscache_1.data
  ~ bin/tests/db/dns_db_iscache_1_data    ~ bin/tests/db/dns_db_iscache_2.data
  ~ bin/tests/db/dns_db_iscache_2_data    ~ bin/tests/db/dns_db_iszone_1.data
  ~ bin/tests/db/dns_db_iszone_1_data     ~ bin/tests/db/dns_db_iszone_2.data
  ~ bin/tests/db/dns_db_iszone_2_data     ~ bin/tests/db/dns_db_load_1.data
  ~ bin/tests/db/dns_db_load_25.data      ~ bin/tests/db/dns_db_load_data
  ~ bin/tests/db/dns_db_load_soa_not_top
  ~ bin/tests/db/dns_db_newversion.data   ~ bin/tests/db/dns_db_newversion_data
  ~ bin/tests/db/dns_db_origin_1.data     ~ bin/tests/db/Makefile.in
  ~ bin/tests/master/master9.data         
  ~ bin/tests/master/dns_master_load_10_data
  ~ bin/tests/master/dns_master_load_11_data
  ~ bin/tests/master/dns_master_load_1_data
  ~ bin/tests/master/dns_master_load_2_data
  ~ bin/tests/master/dns_master_load_3_data
  ~ bin/tests/master/dns_master_load_4_data
  ~ bin/tests/master/dns_master_load_5_data
  ~ bin/tests/master/dns_master_load_6_data
  ~ bin/tests/master/dns_master_load_7_data
  ~ bin/tests/master/dns_master_load_8_data
  ~ bin/tests/master/dns_master_load_9_data
  ~ bin/tests/master/master1.data         ~ bin/tests/master/master10.data
  ~ bin/tests/master/master11.data        ~ bin/tests/master/master2.data
  ~ bin/tests/master/t_master.c           ~ bin/tests/master/master3.data
  ~ bin/tests/master/master4.data         ~ bin/tests/master/master5.data
  ~ bin/tests/master/master6.data         ~ bin/tests/master/master7.data
  ~ bin/tests/master/master8.data         ~ bin/tests/master/Makefile.in
  ~ bin/tests/mem/Makefile.in             ~ bin/tests/mem/t_mem.c
  ~ bin/tests/names/wire_test9.data       
  ~ bin/tests/names/dns_name_compare_data
  ~ bin/tests/names/dns_name_countlabels_data
  ~ bin/tests/names/dns_name_fromregion_data
  ~ bin/tests/names/dns_name_fromtext_data
  ~ bin/tests/names/dns_name_fromwire_1_data
  ~ bin/tests/names/dns_name_fromwire_2_data
  ~ bin/tests/names/dns_name_fromwire_3_data
  ~ bin/tests/names/dns_name_fromwire_4_data
  ~ bin/tests/names/dns_name_fromwire_5_data
  ~ bin/tests/names/dns_name_fromwire_6_data
  ~ bin/tests/names/dns_name_fromwire_7_data
  ~ bin/tests/names/dns_name_fromwire_8_data
  ~ bin/tests/names/dns_name_hash_data    
  ~ bin/tests/names/dns_name_fromwire_9_data
  ~ bin/tests/names/dns_name_fullcompare_data
  ~ bin/tests/names/dns_name_getlabel_data
  ~ bin/tests/names/dns_name_getlabelsequence_data
  ~ bin/tests/names/dns_name_isabsolute_data
  ~ bin/tests/names/dns_name_issubdomain_data
  ~ bin/tests/names/dns_name_rdatacompare_data
  ~ bin/tests/names/dns_name_toregion_data
  ~ bin/tests/names/dns_name_totext_data
  ~ bin/tests/names/dns_name_towire_1_data
  ~ bin/tests/names/dns_name_towire_2_data
  ~ bin/tests/names/t_names.c             ~ bin/tests/names/wire_test1.data
  ~ bin/tests/names/wire_test2.data       ~ bin/tests/names/wire_test3_1.data
  ~ bin/tests/names/wire_test3_2.data     ~ bin/tests/names/wire_test4.data
  ~ bin/tests/names/wire_test5.data       ~ bin/tests/names/wire_test6.data
  ~ bin/tests/names/wire_test7.data       ~ bin/tests/names/wire_test8.data
  ~ bin/tests/names/Makefile.in           ~ bin/tests/dst/t_dst.c
  ~ bin/tests/dst/Kdh.+002+18602.private
  ~ bin/tests/dst/Kdh.+002+48957.key      
  ~ bin/tests/dst/Kdh.+002+48957.private
  ~ bin/tests/dst/Ktest.+001+00002.key    ~ bin/tests/dst/Ktest.+001+54622.key
  ~ bin/tests/dst/Ktest.+001+54622.private
  ~ bin/tests/dst/Ktest.+003+23616.key    
  ~ bin/tests/dst/Ktest.+003+23616.private
  ~ bin/tests/dst/Ktest.+003+49667.key    ~ bin/tests/dst/Makefile.in
  ~ bin/tests/dst/dst_2_data              ~ bin/tests/dst/dst_test.c
  ~ bin/tests/dst/t2_data_1               ~ bin/tests/dst/t2_data_2
  ~ bin/tests/dst/t2_dsasig               ~ bin/tests/dst/t2_rsasig
  ~ bin/tests/dst/Kdh.+002+18602.key      
  ~ bin/tests/rbt/dns_rbtnodechain_prev_data
  ~ bin/tests/rbt/dns_rbt.data            
  ~ bin/tests/rbt/dns_rbt_addname_1_data
  ~ bin/tests/rbt/dns_rbt_addname_2_data
  ~ bin/tests/rbt/dns_rbt_bitstring.data
  ~ bin/tests/rbt/dns_rbt_create_1_data   
  ~ bin/tests/rbt/dns_rbt_deletename_1_data
  ~ bin/tests/rbt/dns_rbt_deletename_2_data
  ~ bin/tests/rbt/dns_rbt_findname_1_data
  ~ bin/tests/rbt/dns_rbt_findname_2_data
  ~ bin/tests/rbt/dns_rbt_findname_3_data
  ~ bin/tests/rbt/dns_rbtnodechain_first_1.data
  ~ bin/tests/rbt/dns_rbtnodechain_first_2.data
  ~ bin/tests/rbt/t_rbt.c                 ~ bin/tests/rbt/Makefile.in
  ~ bin/tests/rbt/dns_rbtnodechain_first_data
  ~ bin/tests/rbt/dns_rbtnodechain_init.data
  ~ bin/tests/rbt/dns_rbtnodechain_init_data
  ~ bin/tests/rbt/dns_rbtnodechain_last_1.data
  ~ bin/tests/rbt/dns_rbtnodechain_last_2.data
  ~ bin/tests/rbt/dns_rbtnodechain_last_data
  ~ bin/tests/rbt/dns_rbtnodechain_next.data
  ~ bin/tests/rbt/dns_rbtnodechain_next_data
  ~ bin/tests/rbt/dns_rbtnodechain_prev.data
  ~ bin/tests/sockaddr/Makefile.in        ~ bin/tests/sockaddr/t_sockaddr.c
  ~ bin/tests/system/Makefile.in          ~ bin/tests/system/stop.sh
  ~ bin/tests/system/stop.pl              ~ bin/tests/system/start.sh
  ~ bin/tests/system/start.pl             ~ bin/tests/system/setup.sh
  ~ bin/tests/system/send.pl              ~ bin/tests/system/runall.sh
  ~ bin/tests/system/run.sh               ~ bin/tests/system/ifconfig.sh
  ~ bin/tests/system/genzone.sh           ~ bin/tests/system/digcomp.pl
  ~ bin/tests/system/conf.sh.in           ~ bin/tests/system/cleanall.sh
  ~ bin/tests/system/README               ~ bin/tests/system/testsock.pl
  ~ bin/tests/system/nsupdate/knowngood.ns1.after
  ~ bin/tests/system/nsupdate/knowngood.ns1.afterstop
  ~ bin/tests/system/nsupdate/knowngood.ns1.before
  ~ bin/tests/system/nsupdate/setup.sh    ~ bin/tests/system/nsupdate/tests.sh
  ~ bin/tests/system/nsupdate/update_test.pl
  ~ bin/tests/system/nsupdate/clean.sh    
  ~ bin/tests/system/nsupdate/ns2/named.conf
  ~ bin/tests/system/nsupdate/ns1/example1.db
  ~ bin/tests/system/nsupdate/ns1/named.conf
  ~ bin/tests/system/xferquota/clean.sh   ~ bin/tests/system/xferquota/setup.pl
  ~ bin/tests/system/xferquota/setup.sh   ~ bin/tests/system/xferquota/tests.sh
  ~ bin/tests/system/xferquota/ns1/changing1.db
  ~ bin/tests/system/xferquota/ns1/changing2.db
  ~ bin/tests/system/xferquota/ns1/named.conf
  ~ bin/tests/system/xferquota/ns1/root.db
  ~ bin/tests/system/xferquota/ns2/example.db
  ~ bin/tests/system/xferquota/ns2/named.conf
  ~ bin/tests/system/xfer/dig1.good       ~ bin/tests/system/xfer/dig2.good
  ~ bin/tests/system/xfer/setup.sh        ~ bin/tests/system/xfer/tests.sh
  ~ bin/tests/system/xfer/clean.sh        
  ~ bin/tests/system/xfer/ns1/named.conf
  ~ bin/tests/system/xfer/ns1/root.db     
  ~ bin/tests/system/xfer/ns2/named.conf
  ~ bin/tests/system/xfer/ns3/named.conf
  ~ bin/tests/system/views/clean.sh       ~ bin/tests/system/views/setup.sh
  ~ bin/tests/system/views/tests.sh       
  ~ bin/tests/system/views/ns1/named.conf
  ~ bin/tests/system/views/ns1/root.db    
  ~ bin/tests/system/views/ns2/example1.db
  ~ bin/tests/system/views/ns2/example2.db
  ~ bin/tests/system/views/ns2/internal.db
  ~ bin/tests/system/views/ns2/named1.conf
  ~ bin/tests/system/views/ns2/named2.conf
  ~ bin/tests/system/views/ns3/internal.db
  ~ bin/tests/system/views/ns3/named1.conf
  ~ bin/tests/system/views/ns3/named2.conf
  ~ bin/tests/system/v6synth/clean.sh     ~ bin/tests/system/v6synth/tests.sh
  ~ bin/tests/system/v6synth/ns1/named.conf
  ~ bin/tests/system/v6synth/ns1/root.db
  ~ bin/tests/system/v6synth/ns2/example.db
  ~ bin/tests/system/v6synth/ns2/ip6.arpa.db
  ~ bin/tests/system/v6synth/ns2/ip6.int.db
  ~ bin/tests/system/v6synth/ns2/named.conf
  ~ bin/tests/system/v6synth/ns3/named.conf
  ~ bin/tests/system/upforwd/knowngood.ns2.before
  ~ bin/tests/system/upforwd/knowngood.after2
  ~ bin/tests/system/upforwd/knowngood.before
  ~ bin/tests/system/upforwd/knowngood.after1
  ~ bin/tests/system/upforwd/setup.sh     ~ bin/tests/system/upforwd/tests.sh
  ~ bin/tests/system/upforwd/clean.sh     
  ~ bin/tests/system/upforwd/ns1/example1.db
  ~ bin/tests/system/upforwd/ns1/named.conf
  ~ bin/tests/system/upforwd/ns2/named.conf
  ~ bin/tests/system/upforwd/ns3/named.conf
  ~ bin/tests/system/cacheclean/clean.sh
  ~ bin/tests/system/cacheclean/dig.batch
  ~ bin/tests/system/cacheclean/knowngood.dig.out
  ~ bin/tests/system/cacheclean/tests.sh
  ~ bin/tests/system/cacheclean/ns1/example.db
  ~ bin/tests/system/cacheclean/ns1/named.conf
  ~ bin/tests/system/cacheclean/ns2/named.conf
  ~ bin/tests/system/tkey/Makefile.in     ~ bin/tests/system/tkey/clean.sh
  ~ bin/tests/system/tkey/keycreate.c     ~ bin/tests/system/tkey/keydelete.c
  ~ bin/tests/system/tkey/prereq.sh       ~ bin/tests/system/tkey/setup.sh
  ~ bin/tests/system/tkey/tests.sh        
  ~ bin/tests/system/tkey/ns1/named.conf.in
  ~ bin/tests/system/tkey/ns1/setup.sh    ~ bin/tests/system/stub/tests.sh
  ~ bin/tests/system/stub/knowngood.dig.out.norec
  ~ bin/tests/system/stub/clean.sh        
  ~ bin/tests/system/stub/knowngood.dig.out.rec
  ~ bin/tests/system/stub/ns2/child.example.db
  ~ bin/tests/system/stub/ns2/named.conf
  ~ bin/tests/system/stub/ns1/named.conf
  ~ bin/tests/system/stub/ns1/root.db     
  ~ bin/tests/system/stub/ns3/example.db
  ~ bin/tests/system/stub/ns3/named.conf
  ~ bin/tests/system/stress/setup.sh      ~ bin/tests/system/stress/tests.sh
  ~ bin/tests/system/stress/update.pl     ~ bin/tests/system/stress/setup.pl
  ~ bin/tests/system/stress/clean.sh      
  ~ bin/tests/system/stress/ns3/named.conf
  ~ bin/tests/system/stress/ns2/named.conf
  ~ bin/tests/system/stress/ns1/named.conf
  ~ bin/tests/system/stress/ns4/named.conf
  ~ bin/tests/system/sortlist/clean.sh    ~ bin/tests/system/sortlist/tests.sh
  ~ bin/tests/system/sortlist/ns1/example.db
  ~ bin/tests/system/sortlist/ns1/named.conf
  ~ bin/tests/system/sortlist/ns1/root.db
  ~ bin/tests/system/resolver/prereq.sh   ~ bin/tests/system/resolver/tests.sh
  ~ bin/tests/system/resolver/ans2/ans.pl
  ~ bin/tests/system/resolver/ans3/ans.pl
  ~ bin/tests/system/resolver/ns1/named.conf
  ~ bin/tests/system/resolver/ns1/root.hint
  ~ bin/tests/system/ixfr/clean.sh        ~ bin/tests/system/ixfr/prereq.sh
  ~ bin/tests/system/ixfr/setup.sh        ~ bin/tests/system/ixfr/tests.sh
  ~ bin/tests/system/ixfr/ans2/ans.pl     ~ bin/tests/system/notify/clean.sh
  ~ bin/tests/system/notify/setup.sh      ~ bin/tests/system/notify/tests.sh
  ~ bin/tests/system/notify/ns1/named.conf
  ~ bin/tests/system/notify/ns1/root.db   
  ~ bin/tests/system/notify/ns2/example1.db
  ~ bin/tests/system/notify/ns2/example2.db
  ~ bin/tests/system/notify/ns2/example3.db
  ~ bin/tests/system/notify/ns2/example4.db
  ~ bin/tests/system/notify/ns2/named.conf
  ~ bin/tests/system/notify/ns3/named.conf
  ~ bin/tests/system/masterfile/clean.sh
  ~ bin/tests/system/masterfile/knowngood.dig.out
  ~ bin/tests/system/masterfile/tests.sh
  ~ bin/tests/system/masterfile/ns1/include.db
  ~ bin/tests/system/masterfile/ns1/named.conf
  ~ bin/tests/system/masterfile/ns1/sub.db
  ~ bin/tests/system/masterfile/ns1/ttl1.db
  ~ bin/tests/system/masterfile/ns1/ttl2.db
  ~ bin/tests/system/lwresd/Makefile.in   ~ bin/tests/system/lwresd/lwtest.c
  ~ bin/tests/system/lwresd/resolv.conf   ~ bin/tests/system/lwresd/tests.sh
  ~ bin/tests/system/lwresd/lwresd1/lwresd.conf
  ~ bin/tests/system/lwresd/lwresd1/resolv.conf
  ~ bin/tests/system/lwresd/ns1/ip6.arpa.db
  ~ bin/tests/system/lwresd/ns1/example1.db
  ~ bin/tests/system/lwresd/ns1/example2.db
  ~ bin/tests/system/lwresd/ns1/10.10.10.in-addr.arpa.db
  ~ bin/tests/system/lwresd/ns1/ip6.int.db
  ~ bin/tests/system/lwresd/ns1/named.conf
  ~ bin/tests/system/lwresd/ns1/root.db   ~ bin/tests/system/limits/clean.sh
  ~ bin/tests/system/limits/knowngood.dig.out.1000
  ~ bin/tests/system/limits/knowngood.dig.out.2000
  ~ bin/tests/system/limits/knowngood.dig.out.3000
  ~ bin/tests/system/limits/knowngood.dig.out.4000
  ~ bin/tests/system/limits/knowngood.dig.out.a-maximum-rrset
  ~ bin/tests/system/limits/tests.sh      
  ~ bin/tests/system/limits/ns1/example.db
  ~ bin/tests/system/limits/ns1/named.conf
  ~ bin/tests/system/limits/ns1/root.db   ~ bin/tests/system/checkconf/bad.conf
  ~ bin/tests/system/checkconf/good.conf
  ~ bin/tests/system/checkconf/tests.sh   
  ~ bin/tests/system/checknames/clean.sh
  ~ bin/tests/system/checknames/setup.sh
  ~ bin/tests/system/checknames/tests.sh
  ~ bin/tests/system/checknames/ns1/warn.update.db.in
  ~ bin/tests/system/checknames/ns1/fail.update.db.in
  ~ bin/tests/system/checknames/ns1/ignore.example.db.in
  ~ bin/tests/system/checknames/ns1/ignore.update.db.in
  ~ bin/tests/system/checknames/ns1/named.conf
  ~ bin/tests/system/checknames/ns1/root.db
  ~ bin/tests/system/checknames/ns1/warn.example.db.in
  ~ bin/tests/system/checknames/ns1/fail.example.db.in
  ~ bin/tests/system/checknames/ns2/named.conf
  ~ bin/tests/system/checknames/ns2/root.hints
  ~ bin/tests/system/checknames/ns3/named.conf
  ~ bin/tests/system/checknames/ns3/root.hints
  ~ bin/tests/system/common/controls.conf
  ~ bin/tests/system/common/rndc.conf     ~ bin/tests/system/common/root.hint
  ~ bin/tests/system/dialup/setup.sh      ~ bin/tests/system/dialup/tests.sh
  ~ bin/tests/system/dialup/ns1/example.db
  ~ bin/tests/system/dialup/ns1/named.conf
  ~ bin/tests/system/dialup/ns1/root.db   ~ bin/tests/system/dialup/ns2/hint.db
  ~ bin/tests/system/dialup/ns2/named.conf
  ~ bin/tests/system/dialup/ns3/hint.db   
  ~ bin/tests/system/dialup/ns3/named.conf
  ~ bin/tests/system/dlv/tests.sh         ~ bin/tests/system/dlv/setup.sh
  ~ bin/tests/system/dlv/clean.sh         
  ~ bin/tests/system/dlv/ns3/child.db.in
  ~ bin/tests/system/dlv/ns3/dlv.db.in    ~ bin/tests/system/dlv/ns3/hints
  ~ bin/tests/system/dlv/ns3/named.conf   ~ bin/tests/system/dlv/ns3/sign.sh
  ~ bin/tests/system/dlv/ns2/named.conf   ~ bin/tests/system/dlv/ns2/hints
  ~ bin/tests/system/dlv/ns2/utld.db      ~ bin/tests/system/dlv/ns1/named.conf
  ~ bin/tests/system/dlv/ns1/root.db      
  ~ bin/tests/system/dlv/ns1/rootservers.utld.db
  ~ bin/tests/system/dlv/ns4/child.db     ~ bin/tests/system/dlv/ns4/hints
  ~ bin/tests/system/dlv/ns4/named.conf   ~ bin/tests/system/dlv/ns5/named.conf
  ~ bin/tests/system/dlv/ns5/hints        ~ bin/tests/system/dlv/ns5/rndc.conf
  ~ bin/tests/system/dnssec/setup.sh      ~ bin/tests/system/dnssec/README
  ~ bin/tests/system/dnssec/dnssec_update_test.pl
  ~ bin/tests/system/dnssec/prereq.sh     ~ bin/tests/system/dnssec/clean.sh
  ~ bin/tests/system/dnssec/tests.sh      
  ~ bin/tests/system/dnssec/ns1/named.conf
  ~ bin/tests/system/dnssec/ns1/root.db.in
  ~ bin/tests/system/dnssec/ns1/sign.sh   ~ bin/tests/system/dnssec/ns2/sign.sh
  ~ bin/tests/system/dnssec/ns2/dst.example.db.in
  ~ bin/tests/system/dnssec/ns2/example.db.in
  ~ bin/tests/system/dnssec/ns2/insecure.secure.example.db
  ~ bin/tests/system/dnssec/ns2/named.conf
  ~ bin/tests/system/dnssec/ns2/private.secure.example.db.in
  ~ bin/tests/system/dnssec/ns2/rfc2335.example.db
  ~ bin/tests/system/dnssec/ns2/dlv.db.in
  ~ bin/tests/system/dnssec/ns3/keyless.example.db.in
  ~ bin/tests/system/dnssec/ns3/dynamic.example.db.in
  ~ bin/tests/system/dnssec/ns3/insecure.example.db
  ~ bin/tests/system/dnssec/ns3/bogus.example.db.in
  ~ bin/tests/system/dnssec/ns3/named.conf
  ~ bin/tests/system/dnssec/ns3/secure.example.db.in
  ~ bin/tests/system/dnssec/ns3/sign.sh   
  ~ bin/tests/system/dnssec/ns4/named.conf
  ~ bin/tests/system/dnssec/ns5/named.conf
  ~ bin/tests/system/dnssec/ns5/trusted.conf.bad
  ~ bin/tests/system/dnssec/ns6/named.conf
  ~ bin/tests/system/forward/clean.sh     ~ bin/tests/system/forward/tests.sh
  ~ bin/tests/system/forward/ns1/example.db
  ~ bin/tests/system/forward/ns1/named.conf
  ~ bin/tests/system/forward/ns1/root.db
  ~ bin/tests/system/forward/ns2/example.db
  ~ bin/tests/system/forward/ns2/named.conf
  ~ bin/tests/system/forward/ns2/root.db
  ~ bin/tests/system/forward/ns3/named.conf
  ~ bin/tests/system/forward/ns3/root.db
  ~ bin/tests/system/forward/ns4/named.conf
  ~ bin/tests/system/forward/ns4/root.db
  ~ bin/tests/system/glue/clean.sh        ~ bin/tests/system/glue/fi.good
  ~ bin/tests/system/glue/noglue.good     ~ bin/tests/system/glue/setup.sh
  ~ bin/tests/system/glue/tests.sh        ~ bin/tests/system/glue/xx.good
  ~ bin/tests/system/glue/yy.good         ~ bin/tests/system/glue/ns1/cache.in
  ~ bin/tests/system/glue/ns1/mil.db      
  ~ bin/tests/system/glue/ns1/named.conf
  ~ bin/tests/system/glue/ns1/net.db      
  ~ bin/tests/system/glue/ns1/root-servers.nil.db
  ~ bin/tests/system/glue/ns1/root.db     ~ bin/tests/system/unknown/clean.sh
  ~ bin/tests/system/unknown/tests.sh     
  ~ bin/tests/system/unknown/ns1/named.conf
  ~ bin/tests/system/unknown/ns1/broken2.db
  ~ bin/tests/system/unknown/ns1/broken3.db
  ~ bin/tests/system/unknown/ns1/broken4.db
  ~ bin/tests/system/unknown/ns1/broken5.db
  ~ bin/tests/system/unknown/ns1/class10.hints
  ~ bin/tests/system/unknown/ns1/example-class10.db
  ~ bin/tests/system/unknown/ns1/example-in.db
  ~ bin/tests/system/unknown/ns1/broken1.db
  ~ bin/tests/tasks/Makefile.in           ~ bin/tests/tasks/t_tasks.c
  ~ bin/tests/timers/Makefile.in          ~ bin/tests/timers/t_timers.c
  ~ bin/check/Makefile.in                 ~ bin/check/check-tool.c
  ~ bin/check/check-tool.h                ~ bin/check/named-checkconf.8
  ~ bin/check/named-checkconf.c           ~ bin/check/named-checkconf.docbook
  ~ bin/check/named-checkconf.html        ~ bin/check/named-checkzone.8
  ~ bin/check/named-checkzone.c           ~ bin/check/named-checkzone.docbook
  ~ bin/check/named-checkzone.html        ~ bin/nsupdate/Makefile.in
  ~ bin/nsupdate/nsupdate.8               ~ bin/nsupdate/nsupdate.c
  ~ bin/nsupdate/nsupdate.docbook         ~ bin/nsupdate/nsupdate.html
  ~ bin/rndc/Makefile.in                  ~ bin/rndc/rndc-confgen.docbook
  ~ bin/rndc/rndc-confgen.html            ~ bin/rndc/rndc.8
  ~ bin/rndc/rndc.c                       ~ bin/rndc/rndc.conf
  ~ bin/rndc/rndc.conf.5                  ~ bin/rndc/rndc.conf.docbook
  ~ bin/rndc/rndc.conf.html               ~ bin/rndc/rndc.docbook
  ~ bin/rndc/rndc.html                    ~ bin/rndc/util.c
  ~ bin/rndc/util.h                       ~ bin/rndc/rndc-confgen.8
  ~ bin/rndc/rndc-confgen.c               ~ bin/rndc/unix/Makefile.in
  ~ bin/rndc/unix/os.c                    ~ bin/rndc/include/rndc/os.h
  ~ bin/named/builtin.c                   ~ bin/named/client.c
  ~ bin/named/config.c                    ~ bin/named/control.c
  ~ bin/named/controlconf.c               ~ bin/named/interfacemgr.c
  ~ bin/named/listenlist.c                ~ bin/named/log.c
  ~ bin/named/logconf.c                   ~ bin/named/lwaddr.c
  ~ bin/named/lwdclient.c                 ~ bin/named/lwderror.c
  ~ bin/named/lwdgabn.c                   ~ bin/named/lwdgnba.c
  ~ bin/named/lwdgrbn.c                   ~ bin/named/lwdnoop.c
  ~ bin/named/lwresd.8                    ~ bin/named/lwresd.c
  ~ bin/named/lwresd.docbook              ~ bin/named/lwresd.html
  ~ bin/named/lwsearch.c                  ~ bin/named/main.c
  ~ bin/named/named.8                     ~ bin/named/named.conf.5
  ~ bin/named/named.conf.docbook          ~ bin/named/named.conf.html
  ~ bin/named/named.docbook               ~ bin/named/named.html
  ~ bin/named/notify.c                    ~ bin/named/query.c
  ~ bin/named/server.c                    ~ bin/named/sortlist.c
  ~ bin/named/tkeyconf.c                  ~ bin/named/update.c
  ~ bin/named/xfrout.c                    ~ bin/named/zoneconf.c
  ~ bin/named/tsigconf.c                  ~ bin/named/Makefile.in
  ~ bin/named/aclconf.c                   ~ bin/named/include/named/zoneconf.h
  ~ bin/named/include/named/builtin.h     ~ bin/named/include/named/client.h
  ~ bin/named/include/named/config.h      ~ bin/named/include/named/control.h
  ~ bin/named/include/named/globals.h     
  ~ bin/named/include/named/interfacemgr.h
  ~ bin/named/include/named/listenlist.h
  ~ bin/named/include/named/log.h         ~ bin/named/include/named/logconf.h
  ~ bin/named/include/named/lwaddr.h      ~ bin/named/include/named/lwdclient.h
  ~ bin/named/include/named/lwresd.h      ~ bin/named/include/named/lwsearch.h
  ~ bin/named/include/named/main.h        ~ bin/named/include/named/notify.h
  ~ bin/named/include/named/ns_smf_globals.h
  ~ bin/named/include/named/query.h       ~ bin/named/include/named/server.h
  ~ bin/named/include/named/sortlist.h    ~ bin/named/include/named/tkeyconf.h
  ~ bin/named/include/named/tsigconf.h    ~ bin/named/include/named/types.h
  ~ bin/named/include/named/update.h      ~ bin/named/include/named/xfrout.h
  ~ bin/named/include/named/aclconf.h     ~ bin/named/unix/Makefile.in
  ~ bin/named/unix/os.c                   ~ bin/named/unix/include/named/os.h
  ~ make/Makefile.in                      ~ make/includes.in
  ~ make/mkdep.in                         ~ make/rules.in
  ~ docutil/HTML_COPYRIGHT                ~ docutil/MAN_COPYRIGHT
  ~ docutil/docbook2man-wrapper.sh.in     

  > New import:
  >	ISC BIND release 9.3.4

  ~ CHANGES                               ~ FAQ
  ~ README                                ~ version
  ~ lib/dns/api                           ~ lib/dns/resolver.c
  ~ lib/dns/validator.c                   

  > resolve conflicts with 9.3.4; SECURITY UPDATE (jakob@)

dvmrpctl

  ~ parser.c                              

  > Sync with ospfctl/bgpctl: correctly detect missing arguments. OK norby@
  > (claudio@)

dvmrpd

  ~ control.c                             

  > Typo in fatal() message found by dunceor @ gmail dot com (claudio@)

  ~ dvmrpd.c                              ~ rde.c

  > Ignore SIGPIPE in the parent and RDE as well.
  > ok claudio@ (norby@)

hoststated

  ~ control.c                             

  > Typo in fatal() message found by dunceor @ gmail dot com (claudio@)

  ~ parse.y                               

  > Better handling of escaped CR-LF in the configuration file, commenting
  > them out was previously broken.  This is needed for send/expect scripts.
  > ok claudio@ (pyr@)

  ~ hce.c                                 ~ hoststated.c
  ~ pfe.c                                 

  > Similar to ospfd and ripd ignore SIGPIPE in all processes to be able to do
  > a nice exit in case one of the processes dies. OK pyr@ (claudio@)

  ~ parse.y                               

  > return 0, not NULL in a function returning int.
  > ok pyr@ (niallo@)

ntpd

  ~ sensors.c                             

  > Typo in fatal() message found by dunceor @ gmail dot com (claudio@)

ospfctl

  ~ parser.c                              

  > Correctly detect missing arguments like in "ospfctl show data area".
  > OK henning@ norby@ (claudio@)

  ~ parser.c                              

  > No need to check if word is NULL before calling parse_addr/prefix.
  > The functions do that check already. (claudio@)

ospfd

  ~ control.c                             

  > Typo in fatal() message found by dunceor @ gmail dot com (claudio@)

  ~ rde.c                                 ~ rde_lsdb.c

  > Remove some log_debug()s that are no longer needed. (claudio@)

  ~ rde_spf.c                             

  > Remove most of the spf calculation related log_debug messages. (claudio@)

  ~ interface.c                           ~ neighbor.c

  > When deleting a neighbor or a interface make sure that no events are
  > pending.
  > Needed for reload support.	OK norby@ (claudio@)

pkg_add

  ~ pkg_info                              ~ pkg_info.1

  > Introduce -Q option:
  > -Q query
  > Show all packages in $PKG_PATH which match the given query.
  > Example:
  > $ pkg_info -Q bogofilter
  > bogofilter-1.0.3-qdbm (installed)
  > bogofilter-1.0.3-db4
  > bogofilter-1.0.3-sqlite3
  > bogofilter-1.0.3
  > $
  > Manpage help from sturm at . sturm@, steven@, espie@ (bernd@)

ripctl

  ~ parser.c                              

  > Sync with ospfctl/bgpctl: detect missing arguments. OK michele@ (claudio@)

ripd

  ~ control.c                             

  > Typo in fatal() message found by dunceor @ gmail dot com (claudio@)

  ~ neighbor.c                            ~ packet.c
  ~ rip.h                                 ~ ripe.h

  > add timeout for failed nbr structures
  > OK claudio@ henning@ (michele@)

  ~ rde.c                                 ~ ripd.c

  > Ingore SIGPIPE in the parent and rde as well. This is needed to correctly
  > report crashes. Discussed with norby@ (claudio@)

vnconfig

  ~ vnconfig.8                            

  > use a more sensible value for -K example, from tedu@
  > ok jmc@ (grunk@)

  ~ vnconfig.8                            

  > forgot to adjust the number for -K in the introducing text, spotted by
  > david@ (grunk@)

  ~ vnconfig.8                            ~ vnconfig.c

  > add an option -S for specifying the salt file for -K .  If not given, user
  > is prompted like before.
  > ok tedu@ pedro@ otto@
  > manpage help and ok jmc@ (grunk@)

===============================================================================



More information about the owc mailing list