CVS commit: [matt-nb5-mips64] src/sys/arch/evbmips/rmixl

2010-01-03 Thread Cliff Neighbors
Module Name:src
Committed By:   cliff
Date:   Sun Jan  3 08:37:15 UTC 2010

Modified Files:
src/sys/arch/evbmips/rmixl [matt-nb5-mips64]: machdep.c

Log Message:
- rmixl_reset() now uses RESET bit in RMIXL_GPIO_RESET register to reboot


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.11 -r1.1.2.12 src/sys/arch/evbmips/rmixl/machdep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/evbarm/conf

2010-01-03 Thread KIYOHARA Takashi
Module Name:src
Committed By:   kiyohara
Date:   Sun Jan  3 09:52:17 UTC 2010

Modified Files:
src/sys/arch/evbarm/conf: GUMSTIX

Log Message:
Add udl(4).  Tested on verdex-pro and LCD-8000U.


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/sys/arch/evbarm/conf/GUMSTIX

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/sparc/sparc

2010-01-03 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sun Jan  3 12:44:34 UTC 2010

Modified Files:
src/sys/arch/sparc/sparc: locore.s

Log Message:
reinsert part of the code accidentally deleted by the previous change.


To generate a diff of this commit:
cvs rdiff -u -r1.252 -r1.253 src/sys/arch/sparc/sparc/locore.s

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/dm

2010-01-03 Thread Adam Hamsik
Module Name:src
Committed By:   haad
Date:   Sun Jan  3 12:53:00 UTC 2010

Modified Files:
src/sys/dev/dm: dm_pdev.c

Log Message:
Replace aprint_Verbose with aprint_debug to shutup unnecessary logs.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/dev/dm/dm_pdev.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Re: CVS commit: src/sys/kern

2010-01-03 Thread Matt Thomas

On Jan 3, 2010, at 1:42 AM, Michael van Elst wrote:

 Module Name:  src
 Committed By: mlelstv
 Date: Sun Jan  3 09:42:22 UTC 2010
 
 Modified Files:
   src/sys/kern: subr_pool.c
 
 Log Message:
 drop __predict micro optimization in pool_init for cleaner code.

This change should be backed out.  __predict_{true,false} are not only micro 
optimizations, they also document behavior of the program.  And now that 
information is gone.  They are similar to KASSERT in this way.

For machine with small icaches, the use of the __predict_* macros can make a 
significant difference since GCC will move the non likely paths out of the way 
so that the probable instructions will be in a smaller set of consecutive 
cache lines reducing cache pressure.

CVS commit: src/games/canfield/cfscores

2010-01-03 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Sun Jan  3 17:08:45 UTC 2010

Modified Files:
src/games/canfield/cfscores: cfscores.c

Log Message:
Christos points out that usage should not use errx, but should use
getprogname.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/games/canfield/cfscores/cfscores.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-4] src/sys/netbt

2010-01-03 Thread Julian Coleman
Module Name:src
Committed By:   jdc
Date:   Sun Jan  3 17:12:45 UTC 2010

Modified Files:
src/sys/netbt [netbsd-4]: rfcomm_session.c

Log Message:
Pull up revision 1.16 (requested by plunky in ticket #1372).

when receiving a MCC PN response, the max frame size that the remote
party requests must be less than the one we asked for which will not
be greater than the max acceptable value so no need to test for that
but make sure that it is not smaller than minimum acceptable value.


To generate a diff of this commit:
cvs rdiff -u -r1.4.2.1 -r1.4.2.2 src/sys/netbt/rfcomm_session.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-4-0] src/sys/netbt

2010-01-03 Thread Julian Coleman
Module Name:src
Committed By:   jdc
Date:   Sun Jan  3 17:12:50 UTC 2010

Modified Files:
src/sys/netbt [netbsd-4-0]: rfcomm_session.c

Log Message:
Pull up revision 1.16 (requested by plunky in ticket #1372).

when receiving a MCC PN response, the max frame size that the remote
party requests must be less than the one we asked for which will not
be greater than the max acceptable value so no need to test for that
but make sure that it is not smaller than minimum acceptable value.


To generate a diff of this commit:
cvs rdiff -u -r1.4.2.1 -r1.4.2.1.4.1 src/sys/netbt/rfcomm_session.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-4] src/doc

2010-01-03 Thread Julian Coleman
Module Name:src
Committed By:   jdc
Date:   Sun Jan  3 17:13:24 UTC 2010

Modified Files:
src/doc [netbsd-4]: CHANGES-4.1

Log Message:
Ticket #1372.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.188 -r1.1.2.189 src/doc/CHANGES-4.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-5-0] src/sys/netbt

2010-01-03 Thread Julian Coleman
Module Name:src
Committed By:   jdc
Date:   Sun Jan  3 17:52:17 UTC 2010

Modified Files:
src/sys/netbt [netbsd-5-0]: rfcomm_session.c

Log Message:
Pull up revision 1.16 (requested by plunky in ticket #1221).

when receiving a MCC PN response, the max frame size that the remote
party requests must be less than the one we asked for which will not
be greater than the max acceptable value so no need to test for that
but make sure that it is not smaller than minimum acceptable value.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.14.10.1 src/sys/netbt/rfcomm_session.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-5-0] src/doc

2010-01-03 Thread Julian Coleman
Module Name:src
Committed By:   jdc
Date:   Sun Jan  3 17:53:30 UTC 2010

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.2

Log Message:
Ticket #1221.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.35 -r1.1.2.36 src/doc/CHANGES-5.0.2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-5] src/doc

2010-01-03 Thread Julian Coleman
Module Name:src
Committed By:   jdc
Date:   Sun Jan  3 17:53:37 UTC 2010

Modified Files:
src/doc [netbsd-5]: CHANGES-5.1

Log Message:
Ticket #1221.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.167 -r1.1.2.168 src/doc/CHANGES-5.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.sbin/wake

2010-01-03 Thread Marc Balmer
Module Name:src
Committed By:   mbalmer
Date:   Sun Jan  3 17:58:14 UTC 2010

Modified Files:
src/usr.sbin/wake: wake.8 wake.c

Log Message:
Indicating the interface over which to send Wake on LAN frames is optional,
if the interface is not given on the command line, wake(8) will use the
first ethernet interface that is up and running.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/usr.sbin/wake/wake.8
cvs rdiff -u -r1.9 -r1.10 src/usr.sbin/wake/wake.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libedit

2010-01-03 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Jan  3 18:27:10 UTC 2010

Modified Files:
src/lib/libedit: chartype.h editline.3 histedit.h history.c readline.c
tokenizer.c
src/lib/libedit/TEST: Makefile
Added Files:
src/lib/libedit/TEST: wtc1.c

Log Message:
rename historyw - history_w for consistency.
add wide tst code and make it the default.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/lib/libedit/chartype.h
cvs rdiff -u -r1.71 -r1.72 src/lib/libedit/editline.3
cvs rdiff -u -r1.44 -r1.45 src/lib/libedit/histedit.h
cvs rdiff -u -r1.36 -r1.37 src/lib/libedit/history.c
cvs rdiff -u -r1.87 -r1.88 src/lib/libedit/readline.c
cvs rdiff -u -r1.17 -r1.18 src/lib/libedit/tokenizer.c
cvs rdiff -u -r1.3 -r1.4 src/lib/libedit/TEST/Makefile
cvs rdiff -u -r0 -r1.1 src/lib/libedit/TEST/wtc1.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.sbin/wake

2010-01-03 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Jan  3 19:04:26 UTC 2010

Modified Files:
src/usr.sbin/wake: wake.8

Log Message:
Capitalize Ethernet.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/usr.sbin/wake/wake.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libedit

2010-01-03 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Jan  3 19:05:26 UTC 2010

Modified Files:
src/lib/libedit: editline.3

Log Message:
Bump date for historyw - history_w.


To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 src/lib/libedit/editline.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-4-0] src/doc

2010-01-03 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sun Jan  3 19:32:48 UTC 2010

Modified Files:
src/doc [netbsd-4-0]: CHANGES-4.0.2

Log Message:
Fix formatting.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.63 -r1.1.2.64 src/doc/CHANGES-4.0.2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-4] src/doc

2010-01-03 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sun Jan  3 19:33:53 UTC 2010

Modified Files:
src/doc [netbsd-4]: CHANGES-4.1

Log Message:
Fix formatting.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.189 -r1.1.2.190 src/doc/CHANGES-4.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-5] src/doc

2010-01-03 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sun Jan  3 19:41:49 UTC 2010

Modified Files:
src/doc [netbsd-5]: CHANGES-5.1

Log Message:
Fix formatting.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.168 -r1.1.2.169 src/doc/CHANGES-5.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/dm

2010-01-03 Thread Adam Hamsik
Module Name:src
Committed By:   haad
Date:   Sun Jan  3 22:44:10 UTC 2010

Modified Files:
src/sys/dev/dm: device-mapper.c

Log Message:
KNF police, remove unnecessary whitespaces and tabulators. Refactor dmioctl
to not use prop_dictionary_copy* functions if NetBSD_DM_IOCTL command was
not called on device. If disk_ioctl returms anything else then ENOTTY exit
from dmioctl.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/dev/dm/device-mapper.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/dm

2010-01-03 Thread Adam Hamsik
Module Name:src
Committed By:   haad
Date:   Sun Jan  3 22:55:26 UTC 2010

Modified Files:
src/sys/dev/dm: device-mapper.c

Log Message:
Refactor dmioctl to by cleaner and to copyout dictionary in case when something
went wrong.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/dev/dm/device-mapper.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/sparc

2010-01-03 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sun Jan  3 23:03:21 UTC 2010

Modified Files:
src/sys/arch/sparc/dev: sbus.c vme_machdep.c
src/sys/arch/sparc/include: cpu.h
src/sys/arch/sparc/sparc: intr.c machdep.c msiiep.c oclock.c timer.c
timer_msiiep.c

Log Message:
add an explicit bool mpsafe to intr_establish().  only set it to true
for the sun4m timer/counter interrupts.  this gets lev10/14 working again
on SMP systems, where those interrupts started taking the kernel lock and
hanging...


To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 src/sys/arch/sparc/dev/sbus.c
cvs rdiff -u -r1.61 -r1.62 src/sys/arch/sparc/dev/vme_machdep.c
cvs rdiff -u -r1.88 -r1.89 src/sys/arch/sparc/include/cpu.h
cvs rdiff -u -r1.106 -r1.107 src/sys/arch/sparc/sparc/intr.c
cvs rdiff -u -r1.299 -r1.300 src/sys/arch/sparc/sparc/machdep.c
cvs rdiff -u -r1.38 -r1.39 src/sys/arch/sparc/sparc/msiiep.c
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/sparc/sparc/oclock.c
cvs rdiff -u -r1.24 -r1.25 src/sys/arch/sparc/sparc/timer.c
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/sparc/sparc/timer_msiiep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/dm

2010-01-03 Thread Adam Hamsik
Module Name:src
Committed By:   haad
Date:   Mon Jan  4 00:14:41 UTC 2010

Modified Files:
src/sys/dev/dm: dm_target.c dm_target_linear.c dm_target_stripe.c

Log Message:
Indent files remove unnecessary blank lines, white spaces and KNFize code.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/dev/dm/dm_target.c
cvs rdiff -u -r1.8 -r1.9 src/sys/dev/dm/dm_target_linear.c \
src/sys/dev/dm/dm_target_stripe.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/dm

2010-01-03 Thread Adam Hamsik
Module Name:src
Committed By:   haad
Date:   Mon Jan  4 00:19:08 UTC 2010

Modified Files:
src/sys/dev/dm: dm_dev.c dm_ioctl.c dm_pdev.c dm_table.c

Log Message:
Indent files remove unnecessary blank lines, white spaces and KNFize code.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/dev/dm/dm_dev.c
cvs rdiff -u -r1.19 -r1.20 src/sys/dev/dm/dm_ioctl.c
cvs rdiff -u -r1.5 -r1.6 src/sys/dev/dm/dm_pdev.c
cvs rdiff -u -r1.4 -r1.5 src/sys/dev/dm/dm_table.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/sparc/sparc

2010-01-03 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Mon Jan  4 04:06:58 UTC 2010

Modified Files:
src/sys/arch/sparc/sparc: locore.s

Log Message:
use the idle lwp's uarea for stack, not the interrupt stack.  this works
now, and it fixes up idle vs interrupt time measurement for cpu0.


To generate a diff of this commit:
cvs rdiff -u -r1.253 -r1.254 src/sys/arch/sparc/sparc/locore.s

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/sparc/sparc

2010-01-03 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Mon Jan  4 04:21:35 UTC 2010

Modified Files:
src/sys/arch/sparc/sparc: timer.c timer_sun4m.c timervar.h

Log Message:
rework the timer interrupt usage on MP sun4m systems a little.  use
either schedintr() or schedintr_4m() and make sure we call hardclock()
and schedclock() appropriately.  the level10 interrupt isn't used much
for MP sun4m systems anymore..

now, besides crazy interrupts panics, sparc smp is functionaly again.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/sys/arch/sparc/sparc/timer.c
cvs rdiff -u -r1.19 -r1.20 src/sys/arch/sparc/sparc/timer_sun4m.c
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/sparc/sparc/timervar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: othersrc/libexec/tnftpd

2010-01-03 Thread Luke Mewburn
Module Name:othersrc
Committed By:   lukem
Date:   Mon Jan  4 05:42:35 UTC 2010

Removed Files:
othersrc/libexec/tnftpd/ls: ls.1
othersrc/libexec/tnftpd/src: ftpd.8 ftpd.conf.5 ftpusers.5

Log Message:
Remove unnecessary files; we use @subst@ versions of the ftpd manuals,
and the (internal) ls manual isn't installed.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r0 othersrc/libexec/tnftpd/ls/ls.1
cvs rdiff -u -r1.7 -r0 othersrc/libexec/tnftpd/src/ftpd.8 \
othersrc/libexec/tnftpd/src/ftpd.conf.5
cvs rdiff -u -r1.5 -r0 othersrc/libexec/tnftpd/src/ftpusers.5

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: othersrc/libexec/tnftpd/examples

2010-01-03 Thread Luke Mewburn
Module Name:othersrc
Committed By:   lukem
Date:   Mon Jan  4 05:43:51 UTC 2010

Added Files:
othersrc/libexec/tnftpd/examples: Makefile.am

Log Message:
Install examples to $(datadir)/examples/tnftpd


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 othersrc/libexec/tnftpd/examples/Makefile.am

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: othersrc/libexec/tnftpd

2010-01-03 Thread Luke Mewburn
Module Name:othersrc
Committed By:   lukem
Date:   Mon Jan  4 05:44:56 UTC 2010

Modified Files:
othersrc/libexec/tnftpd: Makefile.am

Log Message:
Descend into examples.
Distribute: todo tnftpd.h


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 othersrc/libexec/tnftpd/Makefile.am

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: othersrc/libexec/tnftpd

2010-01-03 Thread Luke Mewburn
Module Name:othersrc
Committed By:   lukem
Date:   Mon Jan  4 05:46:29 UTC 2010

Modified Files:
othersrc/libexec/tnftpd/libnetbsd: Makefile.am
othersrc/libexec/tnftpd/ls: Makefile.am
othersrc/libexec/tnftpd/src: Makefile.am

Log Message:
Distribute various files not shipped by default automake rules.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 othersrc/libexec/tnftpd/libnetbsd/Makefile.am
cvs rdiff -u -r1.2 -r1.3 othersrc/libexec/tnftpd/ls/Makefile.am
cvs rdiff -u -r1.2 -r1.3 othersrc/libexec/tnftpd/src/Makefile.am

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: othersrc/libexec/tnftpd

2010-01-03 Thread Luke Mewburn
Module Name:othersrc
Committed By:   lukem
Date:   Mon Jan  4 05:48:21 UTC 2010

Modified Files:
othersrc/libexec/tnftpd: Makefile.in configure
othersrc/libexec/tnftpd/libnetbsd: Makefile.in
othersrc/libexec/tnftpd/ls: Makefile.in
othersrc/libexec/tnftpd/src: Makefile.in
Added Files:
othersrc/libexec/tnftpd/examples: Makefile.in

Log Message:
regenerate for examples/ and EXTRA_DIST


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 othersrc/libexec/tnftpd/Makefile.in
cvs rdiff -u -r1.40 -r1.41 othersrc/libexec/tnftpd/configure
cvs rdiff -u -r0 -r1.1 othersrc/libexec/tnftpd/examples/Makefile.in
cvs rdiff -u -r1.4 -r1.5 othersrc/libexec/tnftpd/libnetbsd/Makefile.in
cvs rdiff -u -r1.2 -r1.3 othersrc/libexec/tnftpd/ls/Makefile.in
cvs rdiff -u -r1.11 -r1.12 othersrc/libexec/tnftpd/src/Makefile.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: othersrc/libexec/tnftpd

2010-01-03 Thread Luke Mewburn
Module Name:othersrc
Committed By:   lukem
Date:   Mon Jan  4 05:53:33 UTC 2010

Modified Files:
othersrc/libexec/tnftpd: ChangeLog

Log Message:
dist fixes


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 othersrc/libexec/tnftpd/ChangeLog

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: othersrc/usr.bin/tnftp/src

2010-01-03 Thread Luke Mewburn
Module Name:othersrc
Committed By:   lukem
Date:   Mon Jan  4 06:10:44 UTC 2010

Removed Files:
othersrc/usr.bin/tnftp/src: ftp.cat1

Log Message:
Remove obsolete formatted man page.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r0 othersrc/usr.bin/tnftp/src/ftp.cat1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: othersrc/usr.bin/tnftp

2010-01-03 Thread Luke Mewburn
Module Name:othersrc
Committed By:   lukem
Date:   Mon Jan  4 06:24:20 UTC 2010

Modified Files:
othersrc/usr.bin/tnftp/libnetbsd: Makefile.am
othersrc/usr.bin/tnftp/src: Makefile.am

Log Message:
Distribute various files not shipped by default automake rules.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 othersrc/usr.bin/tnftp/libnetbsd/Makefile.am
cvs rdiff -u -r1.1 -r1.2 othersrc/usr.bin/tnftp/src/Makefile.am

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: othersrc/usr.bin/tnftp

2010-01-03 Thread Luke Mewburn
Module Name:othersrc
Committed By:   lukem
Date:   Mon Jan  4 06:28:03 UTC 2010

Modified Files:
othersrc/usr.bin/tnftp: Makefile.in
othersrc/usr.bin/tnftp/libedit: Makefile.in
othersrc/usr.bin/tnftp/libnetbsd: Makefile.in
othersrc/usr.bin/tnftp/src: Makefile.in

Log Message:
regenerate for EXTRA_DIST


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 othersrc/usr.bin/tnftp/Makefile.in
cvs rdiff -u -r1.5 -r1.6 othersrc/usr.bin/tnftp/libedit/Makefile.in
cvs rdiff -u -r1.6 -r1.7 othersrc/usr.bin/tnftp/libnetbsd/Makefile.in
cvs rdiff -u -r1.9 -r1.10 othersrc/usr.bin/tnftp/src/Makefile.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: othersrc/usr.bin/tnftp

2010-01-03 Thread Luke Mewburn
Module Name:othersrc
Committed By:   lukem
Date:   Mon Jan  4 06:29:09 UTC 2010

Modified Files:
othersrc/usr.bin/tnftp: ChangeLog

Log Message:
make dist improvements


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 othersrc/usr.bin/tnftp/ChangeLog

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.