CVS commit: src

2011-05-23 Thread Matthias Drochner
Module Name:src
Committed By:   drochner
Date:   Mon May 23 13:46:54 UTC 2011

Modified Files:
src/share/man/man9: opencrypto.9
src/sys/netipsec: xform_esp.c
src/sys/opencrypto: cryptodev.c cryptosoft.c cryptosoft_xform.c xform.c
xform.h

Log Message:
-in the descriptor for encryption xforms, split the "blocksize" field
 into "blocksize" and "IV size"
-add an "reinit" function pointer which, if set, means that the xform
 does its IV handling itself and doesn't want the default CBC handling
 by the framework (poor name, but left that way to avoid unecessary
 differences)
This syncs with Open/FreeBSD, purpose is to allow non-CBC transforms.
Refer to ivsize instead of blocksize where appropriate.
(At this point, blocksize and ivsize are identical.)


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/share/man/man9/opencrypto.9
cvs rdiff -u -r1.34 -r1.35 src/sys/netipsec/xform_esp.c
cvs rdiff -u -r1.57 -r1.58 src/sys/opencrypto/cryptodev.c
cvs rdiff -u -r1.31 -r1.32 src/sys/opencrypto/cryptosoft.c
cvs rdiff -u -r1.16 -r1.17 src/sys/opencrypto/cryptosoft_xform.c
cvs rdiff -u -r1.23 -r1.24 src/sys/opencrypto/xform.c
cvs rdiff -u -r1.14 -r1.15 src/sys/opencrypto/xform.h

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



CVS commit: src/sys/opencrypto

2011-05-23 Thread Matthias Drochner
Module Name:src
Committed By:   drochner
Date:   Mon May 23 13:51:10 UTC 2011

Modified Files:
src/sys/opencrypto: cryptodev.c cryptodev.h cryptosoft.c
cryptosoft_xform.c xform.c xform.h

Log Message:
add an AES-CTR xform, from OpenBSD


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 src/sys/opencrypto/cryptodev.c
cvs rdiff -u -r1.21 -r1.22 src/sys/opencrypto/cryptodev.h
cvs rdiff -u -r1.32 -r1.33 src/sys/opencrypto/cryptosoft.c
cvs rdiff -u -r1.17 -r1.18 src/sys/opencrypto/cryptosoft_xform.c
cvs rdiff -u -r1.24 -r1.25 src/sys/opencrypto/xform.c
cvs rdiff -u -r1.15 -r1.16 src/sys/opencrypto/xform.h

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



CVS commit: src/sys/opencrypto

2011-05-23 Thread Matthias Drochner
Module Name:src
Committed By:   drochner
Date:   Mon May 23 13:54:00 UTC 2011

Modified Files:
src/sys/opencrypto: cryptodev.c

Log Message:
being here, export camellia-cbc through crypto(4) to allow userland tests


To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 src/sys/opencrypto/cryptodev.c

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



CVS commit: src/sys/conf

2011-05-23 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Mon May 23 13:55:55 UTC 2011

Modified Files:
src/sys/conf: Makefile.kern.inc

Log Message:
Reorder flag order to not depend on -Wextra being applied before
-Wno-sign-compare


To generate a diff of this commit:
cvs rdiff -u -r1.135 -r1.136 src/sys/conf/Makefile.kern.inc

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



CVS commit: src/sys/netipsec

2011-05-23 Thread Matthias Drochner
Module Name:src
Committed By:   drochner
Date:   Mon May 23 13:57:52 UTC 2011

Modified Files:
src/sys/netipsec: xform_esp.c

Log Message:
allow ESP to use AES-CTR
(pfkey and userland tool support is already there because it has been
in KAME IPSEC all the time)
tested against KAME IPSEC


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/sys/netipsec/xform_esp.c

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



CVS commit: src/usr.bin/netstat

2011-05-23 Thread Matthias Drochner
Module Name:src
Committed By:   drochner
Date:   Mon May 23 14:29:56 UTC 2011

Modified Files:
src/usr.bin/netstat: fast_ipsec.c

Log Message:
report aes-ctr statistic counter by name


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/usr.bin/netstat/fast_ipsec.c

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



CVS commit: src/share/mk

2011-05-23 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Mon May 23 14:32:05 UTC 2011

Modified Files:
src/share/mk: bsd.sys.mk

Log Message:
Disable Clang's array boundary checker for now (hits e.g. in GCC and BDB)


To generate a diff of this commit:
cvs rdiff -u -r1.197 -r1.198 src/share/mk/bsd.sys.mk

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



CVS commit: src/lib/libc/resolv

2011-05-23 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Mon May 23 14:34:29 UTC 2011

Modified Files:
src/lib/libc/resolv: res_send.c

Log Message:
Remove self-assignment of an argument that is later used.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/lib/libc/resolv/res_send.c

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



CVS commit: src/lib/libc/citrus/modules

2011-05-23 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Mon May 23 14:45:44 UTC 2011

Modified Files:
src/lib/libc/citrus/modules: citrus_iconv_none.c

Log Message:
Actually return something deterministic


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/lib/libc/citrus/modules/citrus_iconv_none.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/m68k/fpe

2011-05-23 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Mon May 23 14:52:31 UTC 2011

Modified Files:
src/sys/arch/m68k/fpe: fpu_emulate.c

Log Message:
KNF, mostly indent. No binary change.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/sys/arch/m68k/fpe/fpu_emulate.c

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



CVS commit: src/lib/libc/citrus

2011-05-23 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Mon May 23 14:52:32 UTC 2011

Modified Files:
src/lib/libc/citrus: citrus_prop.h

Log Message:
Use C99-style init in _CITRUS_PROP_HINT_END to avoid warnings for
uninitialised type field.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/lib/libc/citrus/citrus_prop.h

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



CVS commit: src/lib/libc/citrus/modules

2011-05-23 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Mon May 23 14:53:46 UTC 2011

Modified Files:
src/lib/libc/citrus/modules: citrus_big5.c

Log Message:
Make intermediate size variable size_t like the rest to avoid
unnecessary casting.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/lib/libc/citrus/modules/citrus_big5.c

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



CVS commit: src/lib/libusbhid

2011-05-23 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Mon May 23 15:16:27 UTC 2011

Modified Files:
src/lib/libusbhid: parse.c

Log Message:
Remove pointless self-assignment


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/lib/libusbhid/parse.c

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



CVS commit: src/sys/netipsec

2011-05-23 Thread Matthias Drochner
Module Name:src
Committed By:   drochner
Date:   Mon May 23 15:17:25 UTC 2011

Modified Files:
src/sys/netipsec: key.c key.h key_debug.c keydb.h xform_esp.c

Log Message:
g/c remainders of IV handling in pfkey code -- this is done in
opencrypto now


To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 src/sys/netipsec/key.c
cvs rdiff -u -r1.9 -r1.10 src/sys/netipsec/key.h src/sys/netipsec/keydb.h
cvs rdiff -u -r1.10 -r1.11 src/sys/netipsec/key_debug.c
cvs rdiff -u -r1.36 -r1.37 src/sys/netipsec/xform_esp.c

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



CVS commit: src/sys/opencrypto

2011-05-23 Thread Matthias Drochner
Module Name:src
Committed By:   drochner
Date:   Mon May 23 15:22:57 UTC 2011

Modified Files:
src/sys/opencrypto: cryptodev.c

Log Message:
If symmetric encryption is done from userland crypto(4) and no IV
is specified, the kernel gets one from the random generator. Make sure it
is copied out to the user, otherwise the result is quite useless.


To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 src/sys/opencrypto/cryptodev.c

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



CVS commit: src/external/bsd/libevent/dist

2011-05-23 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Mon May 23 15:23:24 UTC 2011

Modified Files:
src/external/bsd/libevent/dist: min_heap.h

Log Message:
Use the static inline for the body as well.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/bsd/libevent/dist/min_heap.h

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



CVS commit: src/sys

2011-05-23 Thread Matthias Drochner
Module Name:src
Committed By:   drochner
Date:   Mon May 23 15:37:36 UTC 2011

Modified Files:
src/sys/conf: files
src/sys/dev/pci: if_iwi.c
src/sys/net80211: ieee80211_crypto.c
src/sys/opencrypto: cryptodev.c cryptosoft_xform.c

Log Message:
-remove references to crypto/arc4/arc4.* -- the code isn't used
 anywhere afaics
 (The confusion comes probably from use of arc4random() at various places,
  but this lives in libkern and doesn't share code with the former.)
-g/c non-implementation of arc4 encryption in swcrypto(4)
-remove special casing of ARC4 in crypto(4) -- the point is that it
 doesn't use an IV, and this fact is made explicit by the new "ivsize"
 property of xforms


To generate a diff of this commit:
cvs rdiff -u -r1.1014 -r1.1015 src/sys/conf/files
cvs rdiff -u -r1.86 -r1.87 src/sys/dev/pci/if_iwi.c
cvs rdiff -u -r1.14 -r1.15 src/sys/net80211/ieee80211_crypto.c
cvs rdiff -u -r1.61 -r1.62 src/sys/opencrypto/cryptodev.c
cvs rdiff -u -r1.18 -r1.19 src/sys/opencrypto/cryptosoft_xform.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/m68k/fpe

2011-05-23 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Mon May 23 15:40:34 UTC 2011

Modified Files:
src/sys/arch/m68k/fpe: fpu_emulate.c

Log Message:
- use DPRINTF() style debug printfs
- use __func__ to print function names
- consistently use #ifdef DEBUG_FPE
- add some missing debug messages including \n in error paths


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/sys/arch/m68k/fpe/fpu_emulate.c

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



CVS commit: src/crypto/dist/ipsec-tools/src/setkey

2011-05-23 Thread Matthias Drochner
Module Name:src
Committed By:   drochner
Date:   Mon May 23 16:00:07 UTC 2011

Modified Files:
src/crypto/dist/ipsec-tools/src/setkey: setkey.8

Log Message:
update draft-ipsec-* -> RFC
clarify a sentence


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/crypto/dist/ipsec-tools/src/setkey/setkey.8

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



CVS commit: src/external/mit/xorg/bin

2011-05-23 Thread David Laight
Module Name:src
Committed By:   dsl
Date:   Mon May 23 17:44:41 UTC 2011

Modified Files:
src/external/mit/xorg/bin/xdm: Makefile
src/external/mit/xorg/bin/xinput: Makefile

Log Message:
Add explicit -lfoo for libraries that are required because of NEEDED
entries in other libraries.
This avoids a bug in 'ld' which causes it to look in the directory
specified by the RPATH entry (in the library with the NEEDED entry)
without adding the directory supplied by --sysroot.
When the RPATH entry in blindly folloed the link is done w.r.t the
systems own libfoo.so which may be missing some symbols.
(Or might have a wrong sized data area that would need copying
into the programs (or other libraries) data space.)
ld also seems to add a NEEDED entry for these libraries directly
into the program binary - this doesn't seem right to me.
Fixes my build where the installed libX11.so is dated from 2009.
CVS :--


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/mit/xorg/bin/xdm/Makefile
cvs rdiff -u -r1.4 -r1.5 src/external/mit/xorg/bin/xinput/Makefile

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



CVS commit: src/sys/arch/sparc64/sparc64

2011-05-23 Thread Mindaugas Rasiukevicius
Module Name:src
Committed By:   rmind
Date:   Mon May 23 18:38:51 UTC 2011

Modified Files:
src/sys/arch/sparc64/sparc64: kgdb_machdep.c

Log Message:
kgdb_acc: use mutex since pm_lock was converted to it.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/sparc64/sparc64/kgdb_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/sparc/sparc

2011-05-23 Thread Mindaugas Rasiukevicius
Module Name:src
Committed By:   rmind
Date:   Mon May 23 18:40:30 UTC 2011

Modified Files:
src/sys/arch/sparc/sparc: intr.c

Log Message:
nmi_hard: convert nmi_hard_wait to use atomics.

OK mrg@


To generate a diff of this commit:
cvs rdiff -u -r1.114 -r1.115 src/sys/arch/sparc/sparc/intr.c

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



CVS commit: xsrc/xfree/xc/programs/Xserver/hw/netbsd/alpha

2011-05-23 Thread Christos Zoulas
Module Name:xsrc
Committed By:   christos
Date:   Mon May 23 18:48:45 UTC 2011

Modified Files:
xsrc/xfree/xc/programs/Xserver/hw/netbsd/alpha: alphaInit.c

Log Message:
need err.h for warn


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 \
xsrc/xfree/xc/programs/Xserver/hw/netbsd/alpha/alphaInit.c

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



CVS commit: xsrc/xfree/xc/programs/Xserver/hw/netbsd/amiga/cirrus

2011-05-23 Thread Christos Zoulas
Module Name:xsrc
Committed By:   christos
Date:   Mon May 23 19:42:53 UTC 2011

Modified Files:
xsrc/xfree/xc/programs/Xserver/hw/netbsd/amiga/cirrus: amigaCL.c
amigaCL.h clbitblt.c clblt.c clfillrct.c clgc.c clsolid.c
clwindow.c

Log Message:
more prototypes.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 \
xsrc/xfree/xc/programs/Xserver/hw/netbsd/amiga/cirrus/amigaCL.c \
xsrc/xfree/xc/programs/Xserver/hw/netbsd/amiga/cirrus/amigaCL.h \
xsrc/xfree/xc/programs/Xserver/hw/netbsd/amiga/cirrus/clbitblt.c \
xsrc/xfree/xc/programs/Xserver/hw/netbsd/amiga/cirrus/clblt.c \
xsrc/xfree/xc/programs/Xserver/hw/netbsd/amiga/cirrus/clfillrct.c \
xsrc/xfree/xc/programs/Xserver/hw/netbsd/amiga/cirrus/clgc.c \
xsrc/xfree/xc/programs/Xserver/hw/netbsd/amiga/cirrus/clsolid.c
cvs rdiff -u -r1.2 -r1.3 \
xsrc/xfree/xc/programs/Xserver/hw/netbsd/amiga/cirrus/clwindow.c

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



CVS commit: xsrc/xfree/xc/programs/Xserver/hw/netbsd/mac68k

2011-05-23 Thread Christos Zoulas
Module Name:xsrc
Committed By:   christos
Date:   Mon May 23 19:46:41 UTC 2011

Modified Files:
xsrc/xfree/xc/programs/Xserver/hw/netbsd/mac68k: mac68k.h mac68kMouse.c

Log Message:
change prototype to avoid casts.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 \
xsrc/xfree/xc/programs/Xserver/hw/netbsd/mac68k/mac68k.h
cvs rdiff -u -r1.1 -r1.2 \
xsrc/xfree/xc/programs/Xserver/hw/netbsd/mac68k/mac68kMouse.c

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



CVS commit: xsrc/xfree/xc/programs/Xserver/hw/netbsd/dec

2011-05-23 Thread Christos Zoulas
Module Name:xsrc
Committed By:   christos
Date:   Mon May 23 19:48:14 UTC 2011

Modified Files:
xsrc/xfree/xc/programs/Xserver/hw/netbsd/dec: decCursor.c

Log Message:
Add missing casts.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 \
xsrc/xfree/xc/programs/Xserver/hw/netbsd/dec/decCursor.c

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



CVS commit: xsrc/external/mit/xf86-video-crime/dist/src

2011-05-23 Thread Christos Zoulas
Module Name:xsrc
Committed By:   christos
Date:   Mon May 23 19:49:27 UTC 2011

Modified Files:
xsrc/external/mit/xf86-video-crime/dist/src: crime_accel.c

Log Message:
fbComposite does not return a value.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 \
xsrc/external/mit/xf86-video-crime/dist/src/crime_accel.c

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



CVS commit: xsrc/external/mit/xf86-video-igs/dist/src

2011-05-23 Thread Christos Zoulas
Module Name:xsrc
Committed By:   christos
Date:   Mon May 23 19:51:27 UTC 2011

Modified Files:
xsrc/external/mit/xf86-video-igs/dist/src: igs.h

Log Message:
don't declare inb/outb.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 xsrc/external/mit/xf86-video-igs/dist/src/igs.h

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



CVS commit: xsrc/external/mit/xf86-video-ag10e/dist/src

2011-05-23 Thread Christos Zoulas
Module Name:xsrc
Committed By:   christos
Date:   Mon May 23 19:53:36 UTC 2011

Modified Files:
xsrc/external/mit/xf86-video-ag10e/dist/src: ag10e.h ag10e_driver.c

Log Message:
Add prototype and include


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 xsrc/external/mit/xf86-video-ag10e/dist/src/ag10e.h
cvs rdiff -u -r1.5 -r1.6 \
xsrc/external/mit/xf86-video-ag10e/dist/src/ag10e_driver.c

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



CVS commit: xsrc/xfree/xc/programs/Xserver/hw/netbsd/arm32vidc

2011-05-23 Thread Christos Zoulas
Module Name:xsrc
Committed By:   christos
Date:   Mon May 23 19:58:56 UTC 2011

Modified Files:
xsrc/xfree/xc/programs/Xserver/hw/netbsd/arm32vidc: wscons.h

Log Message:
more prototypes.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 \
xsrc/xfree/xc/programs/Xserver/hw/netbsd/arm32vidc/wscons.h

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



CVS commit: src/lib/libform

2011-05-23 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Mon May 23 20:43:03 UTC 2011

Modified Files:
src/lib/libform: internals.c

Log Message:
Save space, kill some ()


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/lib/libform/internals.c

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



CVS commit: src/lib/librumpuser

2011-05-23 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Mon May 23 20:49:09 UTC 2011

Modified Files:
src/lib/librumpuser: rumpuser_pth_dummy.c

Log Message:
Ensure that rumpuser_thread_exit doesn't return.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/librumpuser/rumpuser_pth_dummy.c

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



CVS commit: src/sys/rump/include/rump

2011-05-23 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Mon May 23 20:49:35 UTC 2011

Modified Files:
src/sys/rump/include/rump: rumpuser.h

Log Message:
Mark rumpuser_exit and rumpuser_thread_exit as dead.


To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 src/sys/rump/include/rump/rumpuser.h

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



CVS commit: src/sys/dev

2011-05-23 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Mon May 23 21:18:55 UTC 2011

Modified Files:
src/sys/dev: fss.c

Log Message:
Don't use string literal as format string.


To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 src/sys/dev/fss.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

2011-05-23 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Mon May 23 21:30:56 UTC 2011

Modified Files:
src/sys/dev: vnd.c

Log Message:
Don't use the device name as format string.


To generate a diff of this commit:
cvs rdiff -u -r1.215 -r1.216 src/sys/dev/vnd.c

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



CVS commit: src/sys/compat/netbsd32

2011-05-23 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Mon May 23 21:34:01 UTC 2011

Modified Files:
src/sys/compat/netbsd32: netbsd32_sysctl.c

Log Message:
Use __UNCONST to get rid of const


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/sys/compat/netbsd32/netbsd32_sysctl.c

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



CVS commit: src/sys/compat/netbsd32

2011-05-23 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Mon May 23 21:34:47 UTC 2011

Modified Files:
src/sys/compat/netbsd32: netbsd32_compat_50.c netbsd32_event.c

Log Message:
Update from GNU extension to C99 syntax for designated initializer


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/compat/netbsd32/netbsd32_compat_50.c
cvs rdiff -u -r1.8 -r1.9 src/sys/compat/netbsd32/netbsd32_event.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/raidframe

2011-05-23 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Mon May 23 21:49:35 UTC 2011

Modified Files:
src/sys/dev/raidframe: rf_general.h

Log Message:
rf_panicbuf is already format, so don't pass it as format string to
panic()


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/dev/raidframe/rf_general.h

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



CVS commit: src/sys/dev/usb

2011-05-23 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Mon May 23 21:50:45 UTC 2011

Modified Files:
src/sys/dev/usb: usb.c

Log Message:
Don't use the name of the task queue as format string


To generate a diff of this commit:
cvs rdiff -u -r1.123 -r1.124 src/sys/dev/usb/usb.c

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



CVS commit: src/sys/net

2011-05-23 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Mon May 23 21:52:54 UTC 2011

Modified Files:
src/sys/net: if_bridge.c

Log Message:
simplify


To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 src/sys/net/if_bridge.c

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



CVS commit: src/sys/sys

2011-05-23 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Mon May 23 21:59:23 UTC 2011

Modified Files:
src/sys/sys: dirent.h

Log Message:
Use __builtin_offsetof if present for _DIRENT_NAMEOFF to avoid false
positives for uninitialized variable checks.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sys/sys/dirent.h

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



CVS commit: src/sys/fs

2011-05-23 Thread Mindaugas Rasiukevicius
Module Name:src
Committed By:   rmind
Date:   Mon May 23 22:00:31 UTC 2011

Modified Files:
src/sys/fs/adosfs: adutil.c advfsops.c
src/sys/fs/filecorefs: filecore_extern.h filecore_node.c
filecore_vfsops.c filecore_vnops.c

Log Message:
Convert some simple_lock(9) uses to mutex(9) and malloc(9) to kmem(9).


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/fs/adosfs/adutil.c
cvs rdiff -u -r1.60 -r1.61 src/sys/fs/adosfs/advfsops.c
cvs rdiff -u -r1.19 -r1.20 src/sys/fs/filecorefs/filecore_extern.h
cvs rdiff -u -r1.23 -r1.24 src/sys/fs/filecorefs/filecore_node.c
cvs rdiff -u -r1.64 -r1.65 src/sys/fs/filecorefs/filecore_vfsops.c
cvs rdiff -u -r1.32 -r1.33 src/sys/fs/filecorefs/filecore_vnops.c

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



CVS commit: src/sys/ufs/ufs

2011-05-23 Thread Mindaugas Rasiukevicius
Module Name:src
Committed By:   rmind
Date:   Mon May 23 22:02:26 UTC 2011

Modified Files:
src/sys/ufs/ufs: ufs_wapbl.c

Log Message:
ufs_wapbl_verify_inodes: update to reality (if somebody decides to use this).


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/ufs/ufs/ufs_wapbl.c

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



CVS commit: src/gnu/dist/diffutils/src

2011-05-23 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Mon May 23 22:17:50 UTC 2011

Modified Files:
src/gnu/dist/diffutils/src: diff3.c

Log Message:
Avoid using a variable as format string.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 src/gnu/dist/diffutils/src/diff3.c

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



CVS commit: src/gnu/dist/gdb6/gdb/tui

2011-05-23 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Mon May 23 22:30:14 UTC 2011

Modified Files:
src/gnu/dist/gdb6/gdb/tui: tui-stack.c

Log Message:
Fix cast


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.2 -r1.2 src/gnu/dist/gdb6/gdb/tui/tui-stack.c

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



CVS commit: src/external/apache2/mDNSResponder/dist/mDNSShared

2011-05-23 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Mon May 23 22:39:25 UTC 2011

Modified Files:
src/external/apache2/mDNSResponder/dist/mDNSShared: uds_daemon.c

Log Message:
Make a gross hack nice enough to not trigger warnings with clang.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 \
src/external/apache2/mDNSResponder/dist/mDNSShared/uds_daemon.c

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



CVS commit: src/games/battlestar

2011-05-23 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Mon May 23 22:44:18 UTC 2011

Modified Files:
src/games/battlestar: room.c

Log Message:
Don't use return value of a function as format string.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/games/battlestar/room.c

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



CVS commit: src/games/canfield/canfield

2011-05-23 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Mon May 23 22:46:35 UTC 2011

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

Log Message:
Don't use strings from arrays as format string.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/games/canfield/canfield/canfield.c

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



CVS commit: src/games/cribbage

2011-05-23 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Mon May 23 22:47:22 UTC 2011

Modified Files:
src/games/cribbage: io.c

Log Message:
ANSIfy


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/games/cribbage/io.c

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



CVS commit: src/games/cribbage

2011-05-23 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Mon May 23 22:48:52 UTC 2011

Modified Files:
src/games/cribbage: io.c

Log Message:
Don't use variables as format strings.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/games/cribbage/io.c

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



CVS commit: src/games/factor

2011-05-23 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Mon May 23 22:49:59 UTC 2011

Modified Files:
src/games/factor: factor.c

Log Message:
Properly print string.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/games/factor/factor.c

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



CVS commit: src/games/hack

2011-05-23 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Mon May 23 22:53:25 UTC 2011

Modified Files:
src/games/hack: hack.apply.c hack.eat.c hack.invent.c hack.main.c
hack.options.c hack.pager.c hack.potion.c hack.rumors.c
hack.timeout.c

Log Message:
Correctly print variables as strings, not as format string.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/games/hack/hack.apply.c \
src/games/hack/hack.options.c
cvs rdiff -u -r1.9 -r1.10 src/games/hack/hack.eat.c
cvs rdiff -u -r1.14 -r1.15 src/games/hack/hack.invent.c \
src/games/hack/hack.pager.c
cvs rdiff -u -r1.15 -r1.16 src/games/hack/hack.main.c
cvs rdiff -u -r1.8 -r1.9 src/games/hack/hack.potion.c \
src/games/hack/hack.timeout.c
cvs rdiff -u -r1.7 -r1.8 src/games/hack/hack.rumors.c

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



CVS commit: src/games/hunt/hunt

2011-05-23 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Mon May 23 22:56:11 UTC 2011

Modified Files:
src/games/hunt/hunt: hunt.c

Log Message:
Don't use variables as format string.


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/games/hunt/hunt/hunt.c

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



CVS commit: src/games/hunt/huntd

2011-05-23 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Mon May 23 22:58:44 UTC 2011

Modified Files:
src/games/hunt/huntd: makemaze.c

Log Message:
#if 0 some unused code.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/games/hunt/huntd/makemaze.c

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



CVS commit: src/games/mille

2011-05-23 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Mon May 23 22:59:27 UTC 2011

Modified Files:
src/games/mille: print.c

Log Message:
ANSIfy


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/games/mille/print.c

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



CVS commit: src/games/rogue

2011-05-23 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Mon May 23 23:01:17 UTC 2011

Modified Files:
src/games/rogue: move.c pack.c rogue.h spec_hit.c throw.c

Log Message:
Kill some pointer indirections. Don't use variables as format strings.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/games/rogue/move.c
cvs rdiff -u -r1.11 -r1.12 src/games/rogue/pack.c src/games/rogue/throw.c
cvs rdiff -u -r1.20 -r1.21 src/games/rogue/rogue.h
cvs rdiff -u -r1.8 -r1.9 src/games/rogue/spec_hit.c

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



CVS commit: src/games/sail

2011-05-23 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Mon May 23 23:02:07 UTC 2011

Modified Files:
src/games/sail: assorted.c

Log Message:
Don't use variables as format string.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/games/sail/assorted.c

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



CVS commit: src/games/worm

2011-05-23 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Mon May 23 23:03:38 UTC 2011

Modified Files:
src/games/worm: worm.c

Log Message:
ANSIfy


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/games/worm/worm.c

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



CVS commit: src/games/dab

2011-05-23 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Mon May 23 23:06:41 UTC 2011

Modified Files:
src/games/dab: defs.h

Log Message:
Map RCSID to __RCSID


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/games/dab/defs.h

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



CVS commit: src/bin/ed

2011-05-23 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Mon May 23 23:13:11 UTC 2011

Modified Files:
src/bin/ed: io.c main.c

Log Message:
Conditionalize printfs instead of using conditional empty format
strings.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/bin/ed/io.c
cvs rdiff -u -r1.22 -r1.23 src/bin/ed/main.c

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



CVS commit: src/sys/fs/tmpfs

2011-05-23 Thread Mindaugas Rasiukevicius
Module Name:src
Committed By:   rmind
Date:   Tue May 24 01:09:48 UTC 2011

Modified Files:
src/sys/fs/tmpfs: tmpfs_mem.c tmpfs_subr.c tmpfs_vfsops.c

Log Message:
- tmpfs_alloc_node/tmpfs_free_node: move inode limiting into tmpfs_node_get()
  and tmpfs_node_put(), update outdated/wrong comments and move/add asserts.
- tmpfs_mount: check for the version of arguments a bit earlier.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/fs/tmpfs/tmpfs_mem.c
cvs rdiff -u -r1.64 -r1.65 src/sys/fs/tmpfs/tmpfs_subr.c
cvs rdiff -u -r1.48 -r1.49 src/sys/fs/tmpfs/tmpfs_vfsops.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/sparc64/dev

2011-05-23 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Tue May 24 01:17:36 UTC 2011

Modified Files:
src/sys/arch/sparc64/dev: sab.c

Log Message:
also match the fujitsu sab: "FJSV,se" (from openbsd, pointed out by jdc)


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 src/sys/arch/sparc64/dev/sab.c

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



CVS commit: src/sys/kern

2011-05-23 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Tue May 24 01:19:48 UTC 2011

Modified Files:
src/sys/kern: kern_resource.c

Log Message:
fix proc.pid.corename:
- "oldp is not NULL" means the get case
- "newp is not NULL" means the set case
which may both happen at the same time.


To generate a diff of this commit:
cvs rdiff -u -r1.164 -r1.165 src/sys/kern/kern_resource.c

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



CVS commit: src/lib/libc/sys

2011-05-23 Thread Ryo Shimizu
Module Name:src
Committed By:   ryo
Date:   Tue May 24 02:31:11 UTC 2011

Modified Files:
src/lib/libc/sys: kqueue.2

Log Message:
fix incorrect variable name


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/lib/libc/sys/kqueue.2

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



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

2011-05-23 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Tue May 24 04:38:50 UTC 2011

Modified Files:
src/sys/arch/evbmips/conf [matt-nb5-mips64]: Makefile.evbmips.inc

Log Message:
Add a NEED_UBOOTIMAGE block (inside NEED_BINARY)


To generate a diff of this commit:
cvs rdiff -u -r1.2.96.1 -r1.2.96.2 \
src/sys/arch/evbmips/conf/Makefile.evbmips.inc

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



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

2011-05-23 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Tue May 24 06:22:39 UTC 2011

Modified Files:
src/sys/arch/evbmips/conf [matt-nb5-mips64]: Makefile.evbmips.inc

Log Message:
Add a NEED_MDSETIMAGE block.


To generate a diff of this commit:
cvs rdiff -u -r1.2.96.2 -r1.2.96.3 \
src/sys/arch/evbmips/conf/Makefile.evbmips.inc

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



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

2011-05-23 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Tue May 24 06:29:24 UTC 2011

Modified Files:
src/sys/arch/evbmips/conf [matt-nb5-mips64]: Makefile.evbmips.inc

Log Message:
It's NEED_, not NEEDS_


To generate a diff of this commit:
cvs rdiff -u -r1.2.96.3 -r1.2.96.4 \
src/sys/arch/evbmips/conf/Makefile.evbmips.inc

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



CVS commit: src/usr.sbin/ypbind

2011-05-23 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Tue May 24 06:56:16 UTC 2011

Modified Files:
src/usr.sbin/ypbind: ypbind.c

Log Message:
Sort contents of file.


To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 src/usr.sbin/ypbind/ypbind.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/ypbind

2011-05-23 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Tue May 24 06:56:48 UTC 2011

Modified Files:
src/usr.sbin/ypbind: ypbind.c

Log Message:
Remove now-unnecessary extra forward decls; sprinkle a little more static.


To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 src/usr.sbin/ypbind/ypbind.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/ypbind

2011-05-23 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Tue May 24 06:57:04 UTC 2011

Modified Files:
src/usr.sbin/ypbind: ypbind.c

Log Message:
Check that the domain name is valid up front, instead of doing it
after opening sockets and registering services and whatnot.


To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 src/usr.sbin/ypbind/ypbind.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/ypbind

2011-05-23 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Tue May 24 06:57:30 UTC 2011

Modified Files:
src/usr.sbin/ypbind: ypbind.c

Log Message:
Abstract out some of the handling of the ypservers file.


To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 src/usr.sbin/ypbind/ypbind.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/ypbind

2011-05-23 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Tue May 24 06:57:55 UTC 2011

Modified Files:
src/usr.sbin/ypbind: ypbind.c

Log Message:
Fix up calls to yp_log. They cannot use %m, because if the -d option
is used the messages are sent via printf instead of syslog(3).

Also, make sure that none of the calls include a trailing newline and
issue a trailing newline in the -d case so they actually print properly.
(This was noted by Wolfgang Stukenbrock in PR 43900.)

And finally, fix some cases that could in some circumstances print
uninitialized errnos.


To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 src/usr.sbin/ypbind/ypbind.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/ypbind

2011-05-23 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Tue May 24 06:58:07 UTC 2011

Modified Files:
src/usr.sbin/ypbind: ypbind.c

Log Message:
Assimilate the open/flock combination used several times into its own
function.


To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 src/usr.sbin/ypbind/ypbind.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/ypbind

2011-05-23 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Tue May 24 06:58:19 UTC 2011

Modified Files:
src/usr.sbin/ypbind: ypbind.c

Log Message:
Move a bunch of messy sunrpc-related initialization stuff into its own
function instead of blatting it all into main().


To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 src/usr.sbin/ypbind/ypbind.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/ypbind

2011-05-23 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Tue May 24 06:58:42 UTC 2011

Modified Files:
src/usr.sbin/ypbind: ypbind.c

Log Message:
Rename struct _dom_binding -> struct domain.


To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 src/usr.sbin/ypbind/ypbind.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/ypbind

2011-05-23 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Tue May 24 06:58:55 UTC 2011

Modified Files:
src/usr.sbin/ypbind: ypbind.c

Log Message:
xid2ypdb() -> domain_find()


To generate a diff of this commit:
cvs rdiff -u -r1.75 -r1.76 src/usr.sbin/ypbind/ypbind.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/ypbind

2011-05-23 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Tue May 24 06:59:07 UTC 2011

Modified Files:
src/usr.sbin/ypbind: ypbind.c

Log Message:
ypbindlist -> domains


To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 src/usr.sbin/ypbind/ypbind.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/ypbind

2011-05-23 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Tue May 24 06:59:35 UTC 2011

Modified Files:
src/usr.sbin/ypbind: ypbind.c

Log Message:
The default name for a "domain" variable should be "dom", not "ypdb".
Change them all, and make a couple other related adjustments.


To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 src/usr.sbin/ypbind/ypbind.c

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