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:

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 co

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

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

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 KA

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.

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/shar

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

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/mo

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_emulat

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

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

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 a

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 c

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 i

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/lib

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 refe

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 debu

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

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 othe

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/a

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/spar

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/program

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 protot

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 \

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/X

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 \ xsr

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/d

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

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/

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

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/

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/inclu

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 n

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 ar

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

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 rd

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.

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

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

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 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_lo

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 sr

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/dif

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 dif

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 r

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

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/ca

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 a

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 dif

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 p

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 pr

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 tha

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 diff

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 a

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 rdi

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

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 s

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;

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

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 outdat

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/sy

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.

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 no

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.

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 \ s

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

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

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 s

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

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

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, m

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

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

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 P

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 d

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 a

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 gen