CVS commit: src/sys/rump

2010-03-21 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Mar 22 05:39:00 UTC 2010 Modified Files: src/sys/rump: Makefile.rump Log Message: add + _SYMQUIRK='|\.(rump|RUMP)' for powerpc64, as recommended by pooka. it gets rid of many of the warnings trying to link rump_cd9960, but there

CVS commit: src/usr.bin/xlint

2010-03-21 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Mar 22 05:12:24 UTC 2010 Modified Files: src/usr.bin/xlint: Makefile.inc Log Message: for mips64*, use mips64 subdir, otherwise use $MACHINE_ARCH if exists, or $MACHINE_CPU. idea from dennis.c.fergu...@gmail.com in PR#43021. T

CVS commit: src/games/backgammon

2010-03-21 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Mar 22 05:10:19 UTC 2010 Modified Files: src/games/backgammon/backgammon: main.c text.c src/games/backgammon/common_source: back.h table.c src/games/backgammon/teachgammon: teach.c ttext2.c tutor.c Log Message: re

CVS commit: src/dist/pdisk

2010-03-21 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Mar 22 05:08:54 UTC 2010 Modified Files: src/dist/pdisk: file_media.c layout_dump.c Log Message: fix some powerpc64 build issues. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/dist/pdisk/file_media.c cvs rdiff

CVS commit: [matt-nb5-mips64] src/sys/arch/mips/rmi

2010-03-21 Thread Cliff Neighbors
Module Name:src Committed By: cliff Date: Mon Mar 22 05:03:03 UTC 2010 Modified Files: src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixl_cpunode.c Log Message: in cpunode_rmixl_attach use the right macro to obtain number of cores provided by this chip. To generate a diff of

CVS commit: src/share/mk

2010-03-21 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Mar 22 03:35:26 UTC 2010 Modified Files: src/share/mk: bsd.own.mk Log Message: set MACHINE_CPU to powerpc for MACHINE_ARCH of powerpc64. from pooka via PR#43021. To generate a diff of this commit: cvs rdiff -u -r1.623 -r1.624

CVS commit: src/common/lib/libc/arch/powerpc64/atomic

2010-03-21 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Mar 22 02:22:32 UTC 2010 Modified Files: src/common/lib/libc/arch/powerpc64/atomic: atomic_op_asm.h Log Message: define _NOREGNAMES before including , like powerpc does. from dennis.c.fergu...@gmail.com in PR#43022. To generat

CVS commit: src/lib/libc/arch/powerpc64

2010-03-21 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Mar 22 02:17:23 UTC 2010 Modified Files: src/lib/libc/arch/powerpc64: SYS.h Log Message: add a nop to provide enough space for the linker and long calls. fixes link errors with 'cerror' and libposix. from dennis.c.fergu...@gmail

CVS commit: src/sys/arch/powerpc/include

2010-03-21 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Mar 22 02:14:28 UTC 2010 Modified Files: src/sys/arch/powerpc/include: param.h Log Message: default powerpc64 mbufs to 512 bytes, like other 64 bit platforms. from dennis.c.fergu...@gmail.com in PR#43028. To generate a diff of

CVS commit: src/sys/modules/coredump

2010-03-21 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Mar 22 02:00:34 UTC 2010 Modified Files: src/sys/modules/coredump: Makefile Log Message: add powerpc64 support. from dennis.c.fergu...@gmail.com in PR#43029. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/

CVS commit: src/lib/libc/arch/powerpc64/gen

2010-03-21 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Mar 22 01:39:11 UTC 2010 Modified Files: src/lib/libc/arch/powerpc64/gen: __sigsetjmp14.S Log Message: replace kernel-only 'stmd' and 'lmd' operations in userland with equivalent sequences of code, as done in eg, powerpc64/gen/_s

CVS commit: src

2010-03-21 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Mar 22 01:29:30 UTC 2010 Modified Files: src/lib/libc: Makefile.inc src/lib/libcompat: Makefile src/usr.bin/kdump: mkioctls src/usr.bin/xlint/xlint: xlint.c Log Message: convert -idirafter to -isystem, as

CVS commit: src/x11/bin/appres

2010-03-21 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Mar 22 00:23:59 UTC 2010 Modified Files: src/x11/bin/appres: Makefile Log Message: fix the dependancy list for this. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/x11/bin/appres/Makefile Please note that diff

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

2010-03-21 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Mar 21 22:38:08 UTC 2010 Modified Files: src/sys/arch/sparc64/sparc64: pmap.c Log Message: since pmap_activate/pmap_deactivate need to not block, but the rest of pmap is OK, add a new IPL_VM pmap_ctx_lock that is held while alloc

CVS commit: [matt-nb5-mips64] src/sys/arch/mips/rmi

2010-03-21 Thread Cliff Neighbors
Module Name:src Committed By: cliff Date: Sun Mar 21 22:03:16 UTC 2010 Modified Files: src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixl_cpu.c Log Message: declaration of rmixl_cpu_trampoline_args now #ifdef MULTIPROCESSOR To generate a diff of this commit: cvs rdiff -u -r1

CVS commit: [matt-nb5-mips64] src/sys/arch/mips/rmi

2010-03-21 Thread Cliff Neighbors
Module Name:src Committed By: cliff Date: Sun Mar 21 21:56:50 UTC 2010 Modified Files: src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixlvar.h Log Message: moved a number of RMI interrupt items to rmixl_intr.h To generate a diff of this commit: cvs rdiff -u -r1.1.2.14 -r1.1.

CVS commit: [matt-nb5-mips64] src/sys/arch/mips/rmi

2010-03-21 Thread Cliff Neighbors
Module Name:src Committed By: cliff Date: Sun Mar 21 21:30:35 UTC 2010 Modified Files: src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixlreg.h Log Message: - add defines for Coprocessor 2 (FMN) registers - add defines for non-CPU-core FMN bucket size and credit counter regs ar

CVS commit: [matt-nb5-mips64] src/sys/arch/mips/rmi

2010-03-21 Thread Cliff Neighbors
Module Name:src Committed By: cliff Date: Sun Mar 21 21:30:16 UTC 2010 Modified Files: src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixl_usbi.c Log Message: - obtain interrupt routing mask from obio_attach_args, pass along to rmixl_intr_establish To generate a diff of this

CVS commit: [matt-nb5-mips64] src/sys/arch/mips/rmi

2010-03-21 Thread Cliff Neighbors
Module Name:src Committed By: cliff Date: Sun Mar 21 21:29:46 UTC 2010 Modified Files: src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixl_subr.S Log Message: - add rmixlfw_wakeup_cpu, performs callback to RMI firmware wakeup function - add rmixl_cpu_trampoline, entry point for

CVS commit: [matt-nb5-mips64] src/sys/arch/mips/rmi

2010-03-21 Thread Cliff Neighbors
Module Name:src Committed By: cliff Date: Sun Mar 21 21:27:48 UTC 2010 Modified Files: src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixl_pcie.c Log Message: - include rmixl_intr.h - obtain interrupt routing mask from obio_attach_args, pass along to rmixl_intr_establish - cut

CVS commit: [matt-nb5-mips64] src/sys/arch/mips/rmi

2010-03-21 Thread Cliff Neighbors
Module Name:src Committed By: cliff Date: Sun Mar 21 21:27:27 UTC 2010 Modified Files: src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixl_pcievar.h Log Message: - add sc_tmsk interrupt routing mask to the softc - add count_name for naming the evcnt count in each struct rmixl_p

CVS commit: [matt-nb5-mips64] src/sys/arch/mips/rmi

2010-03-21 Thread Cliff Neighbors
Module Name:src Committed By: cliff Date: Sun Mar 21 21:26:45 UTC 2010 Modified Files: src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixl_obiovar.h Log Message: - add obio_tmsk interrupt routing mask to obio_attach_args To generate a diff of this commit: cvs rdiff -u -r1.1.2

CVS commit: [matt-nb5-mips64] src/sys/arch/mips/rmi

2010-03-21 Thread Cliff Neighbors
Module Name:src Committed By: cliff Date: Sun Mar 21 21:26:14 UTC 2010 Modified Files: src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixl_obio.c Log Message: - add use of the 'tmsk' locator - adapt to new rmixl_intr_establish() args - establishing the system bridge controller

CVS commit: [matt-nb5-mips64] src/sys/arch/mips/rmi

2010-03-21 Thread Cliff Neighbors
Module Name:src Committed By: cliff Date: Sun Mar 21 21:25:30 UTC 2010 Modified Files: src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixl_intr.c Log Message: - rework to make full use of RMI extended interrupt management provided by EIRR/EIMR registers - depends on rmixl_spl.S

CVS commit: [matt-nb5-mips64] src/sys/arch/mips/rmi

2010-03-21 Thread Cliff Neighbors
Module Name:src Committed By: cliff Date: Sun Mar 21 21:24:49 UTC 2010 Modified Files: src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixl_ehci.c rmixl_ohci.c Log Message: - include rmixl_intr.h for externs To generate a diff of this commit: cvs rdiff -u -r1.1.2.3 -r1.1.2.4 s

CVS commit: [matt-nb5-mips64] src/sys/arch/mips/rmi

2010-03-21 Thread Cliff Neighbors
Module Name:src Committed By: cliff Date: Sun Mar 21 21:24:19 UTC 2010 Modified Files: src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixl_cpucore.c Log Message: - except for core#0, pmap tlb0info lives in the cpucore softc; cpucore_rmixl_attach() calls pmap_tlb_info_init() wit

CVS commit: [matt-nb5-mips64] src/sys/arch/mips/rmi

2010-03-21 Thread Cliff Neighbors
Module Name:src Committed By: cliff Date: Sun Mar 21 21:23:54 UTC 2010 Modified Files: src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixl_cpu.c Log Message: - use different wakeup trampolines depending on firmware type so far only RMI formware with callback wakeup method is te

CVS commit: src

2010-03-21 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sun Mar 21 21:23:51 UTC 2010 Modified Files: src/distrib/sets/lists/comp: mi src/share/man/man3: Makefile Added Files: src/share/man/man3: iso646.3 Log Message: Document the weird . To generate a diff of this com

CVS commit: [matt-nb5-mips64] src/sys/arch/mips/rmi

2010-03-21 Thread Cliff Neighbors
Module Name:src Committed By: cliff Date: Sun Mar 21 21:23:32 UTC 2010 Modified Files: src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixl_com.c Log Message: - pass obio_tmsk to rmixl_intr_establish To generate a diff of this commit: cvs rdiff -u -r1.1.2.10 -r1.1.2.11 src/sys

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

2010-03-21 Thread Cliff Neighbors
Module Name:src Committed By: cliff Date: Sun Mar 21 21:22:29 UTC 2010 Modified Files: src/sys/arch/evbmips/rmixl [matt-nb5-mips64]: machdep.c Log Message: - specify rmixl_splsw to mips_vector_init note that __INTR_PRIVATE must be defined to do that - print MEMLIMIT if i

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

2010-03-21 Thread Cliff Neighbors
Module Name:src Committed By: cliff Date: Sun Mar 21 21:21:41 UTC 2010 Modified Files: src/sys/arch/mips/conf [matt-nb5-mips64]: files.rmixl Log Message: - add files rmixl_spl.S, rmixl_fmn.c - add 'tmsk' locator to obio, allows specifying a thread (vCPU) mask for interrupt

CVS commit: [matt-nb5-mips64] src/sys/arch/mips/rmi

2010-03-21 Thread Cliff Neighbors
Module Name:src Committed By: cliff Date: Sun Mar 21 21:20:10 UTC 2010 Added Files: src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixl_cpuvar.h Log Message: add include for RMI specific cpu stuff: softc and wakeup trampoline args structures To generate a diff of this commit

CVS commit: [matt-nb5-mips64] src/sys/arch/mips/rmi

2010-03-21 Thread Cliff Neighbors
Module Name:src Committed By: cliff Date: Sun Mar 21 21:17:01 UTC 2010 Added Files: src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixl_spl.S Log Message: add splswitch variant using RMI chip-specific EIRR/EIMR interrupt extensions To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/dev/pci

2010-03-21 Thread John Klos
Module Name:src Committed By: jklos Date: Sun Mar 21 21:15:39 UTC 2010 Removed Files: src/sys/dev/pci: cxgb_adapter.h cxgb_ael1002.c cxgb_common.h cxgb_config.h cxgb_ctl_defs.h cxgb_firmware_exports.h cxgb_include.h cxgb_ioctl.h cxgb_jhash.h cxgb_l2t

CVS commit: src/sys/dev/pci

2010-03-21 Thread John Klos
Module Name:src Committed By: jklos Date: Sun Mar 21 21:11:13 UTC 2010 Modified Files: src/sys/dev/pci: files.pci Added Files: src/sys/dev/pci/cxgb: cxgb_adapter.h cxgb_ael1002.c cxgb_common.h cxgb_config.h cxgb_ctl_defs.h cxgb_firmware_exports.h

CVS commit: [matt-nb5-mips64] src/sys/arch/mips/rmi

2010-03-21 Thread Cliff Neighbors
Module Name:src Committed By: cliff Date: Sun Mar 21 20:41:43 UTC 2010 Added Files: src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixl_fmn.c rmixl_fmnvar.h Log Message: add device driver for RMI Fast Message Network To generate a diff of this commit: cvs rdiff -u -r0 -r1.1.2

CVS commit: src/lib/libc/stdio

2010-03-21 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sun Mar 21 20:38:20 UTC 2010 Modified Files: src/lib/libc/stdio: scanf.3 Log Message: Bump date for previous. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/lib/libc/stdio/scanf.3 Please note that diffs are n

CVS commit: src/lib/libc/stdio

2010-03-21 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sun Mar 21 20:34:52 UTC 2010 Modified Files: src/lib/libc/stdio: scanf.3 Log Message: Note inttypes(3) also here. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/lib/libc/stdio/scanf.3 Please note that diffs a

CVS commit: src/libexec/ftpd

2010-03-21 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sun Mar 21 20:27:26 UTC 2010 Modified Files: src/libexec/ftpd: version.h Log Message: Update version to 20100320 for Christos' commit to popen.c 1.37 for: PR/43023: Bruce Cran: FTPD bug remote crash To generate a diff of this co

CVS commit: src/sys/dev/pckbport

2010-03-21 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Sun Mar 21 20:04:43 UTC 2010 Modified Files: src/sys/dev/pckbport: synaptics.c Log Message: send the SET_SCALE11 command before the 'sliced' command as per the Linux driver (and elantech(4)), via PR kern/42853 To generate a diff

CVS commit: src/sys/dev/pckbport

2010-03-21 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Sun Mar 21 19:57:05 UTC 2010 Modified Files: src/sys/dev/pckbport: synaptics.c Log Message: Extended capability probes can confuse the passthrough device, reset the touchpad on enable to cure that. To generate a diff of this com

CVS commit: src/lib/libc/stdio

2010-03-21 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sun Mar 21 19:55:19 UTC 2010 Modified Files: src/lib/libc/stdio: printf.3 Log Message: Mention the recommended usage of inttypes(3) when applicable. To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/lib/libc/stdi

CVS commit: src/sys/dev/pckbport

2010-03-21 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Sun Mar 21 19:53:52 UTC 2010 Modified Files: src/sys/dev/pckbport: synaptics.c synapticsreg.h Log Message: some definitions from the Linux driver (via PR kern/42853) To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22

CVS commit: src/distrib/sets/lists/comp

2010-03-21 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sun Mar 21 19:45:59 UTC 2010 Modified Files: src/distrib/sets/lists/comp: mi Log Message: Add inttypes(3). To generate a diff of this commit: cvs rdiff -u -r1.1411 -r1.1412 src/distrib/sets/lists/comp/mi Please note that diffs

CVS commit: src/share/man/man3

2010-03-21 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sun Mar 21 19:42:51 UTC 2010 Modified Files: src/share/man/man3: Makefile stdint.3 Added Files: src/share/man/man3: inttypes.3 Log Message: Document . To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/sha

CVS commit: [matt-nb5-mips64] src/sys/arch/mips/rmi

2010-03-21 Thread Cliff Neighbors
Module Name:src Committed By: cliff Date: Sun Mar 21 19:28:01 UTC 2010 Added Files: src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixl_intr.h Log Message: - added this file of RMI interrupt stuff To generate a diff of this commit: cvs rdiff -u -r0 -r1.1.2.1 src/sys/arch/mips

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

2010-03-21 Thread Cliff Neighbors
Module Name:src Committed By: cliff Date: Sun Mar 21 18:50:45 UTC 2010 Modified Files: src/sys/arch/mips/mips [matt-nb5-mips64]: spl.S Log Message: - in _splsw_splintr, add 'nop' in delay slot to avoid incorrect return of IPL_VM when nothing is pending To generate a diff

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

2010-03-21 Thread Cliff Neighbors
Module Name:src Committed By: cliff Date: Sun Mar 21 18:45:53 UTC 2010 Modified Files: src/sys/arch/mips/mips [matt-nb5-mips64]: mips3_clockintr.c Log Message: - mips_int5_evcnt, mips_int5_missed_evcnt and next_cp0_clk_intr were moved to struct cpu_info to allow per-CPU MI

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

2010-03-21 Thread Cliff Neighbors
Module Name:src Committed By: cliff Date: Sun Mar 21 18:43:28 UTC 2010 Modified Files: src/sys/arch/mips/mips [matt-nb5-mips64]: cpu_subr.c Log Message: - in cpu_info_alloc, move calling pmap_tlb_info_attach() to after called mi_cpu_attach(), so we dont trigger assert on (

CVS commit: [matt-nb5-mips64] src/sys/arch/mips/include

2010-03-21 Thread Cliff Neighbors
Module Name:src Committed By: cliff Date: Sun Mar 21 18:21:15 UTC 2010 Modified Files: src/sys/arch/mips/include [matt-nb5-mips64]: intr.h Log Message: - if __INTR_PRIVATE is not defined, declare (but do not define) struct splsw To generate a diff of this commit: cvs rdi

CVS commit: [matt-nb5-mips64] src/sys/arch/mips/include

2010-03-21 Thread Cliff Neighbors
Module Name:src Committed By: cliff Date: Sun Mar 21 18:18:51 UTC 2010 Modified Files: src/sys/arch/mips/include [matt-nb5-mips64]: cpuregs.h Log Message: - define MIPS_SR_COP_2_BIT to control enable/disable of coprocessor 2 To generate a diff of this commit: cvs rdiff -

CVS commit: [matt-nb5-mips64] src/sys/arch/mips/include

2010-03-21 Thread Cliff Neighbors
Module Name:src Committed By: cliff Date: Sun Mar 21 18:17:21 UTC 2010 Modified Files: src/sys/arch/mips/include [matt-nb5-mips64]: cpu.h Log Message: - add ci_next_cp0_clk_intr, ci_count_compare_evcnt, ci_count_compare_missed_evcnt to struct cpu_info, for per-CPU count/c

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

2010-03-21 Thread Cliff Neighbors
Module Name:src Committed By: cliff Date: Sun Mar 21 17:38:35 UTC 2010 Modified Files: src/sys/arch/algor/algor [matt-nb5-mips64]: machdep.c src/sys/arch/arc/arc [matt-nb5-mips64]: machdep.c src/sys/arch/cobalt/cobalt [matt-nb5-mips64]: machdep.c src

CVS commit: src/share/man/man3

2010-03-21 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Mar 21 15:42:19 UTC 2010 Modified Files: src/share/man/man3: stddef.3 Log Message: Remove superfluous Pp. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/share/man/man3/stddef.3 Please note that diffs are not p

CVS commit: src/sys/arch/landisk/landisk

2010-03-21 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Sun Mar 21 14:49:29 UTC 2010 Modified Files: src/sys/arch/landisk/landisk: bus_dma.c Log Message: sync with OpenBSD:r1.3 > bus_dmamap_sync fixes to cope with real life. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.

CVS commit: src/usr.bin/xlint/lint1

2010-03-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 21 14:29:04 UTC 2010 Modified Files: src/usr.bin/xlint/lint1: tree.c Log Message: revert for now. To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64 src/usr.bin/xlint/lint1/tree.c Please note that diffs are

CVS commit: src/sys/sys

2010-03-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 21 14:28:15 UTC 2010 Modified Files: src/sys/sys: bitops.h Log Message: revert previous for now. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/sys/bitops.h Please note that diffs are not public d

CVS commit: src/lib/libc/stdlib

2010-03-21 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sun Mar 21 13:39:51 UTC 2010 Modified Files: src/lib/libc/stdlib: imaxabs.3 Log Message: Emphasize imaxint_t. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/libc/stdlib/imaxabs.3 Please note that diffs are

CVS commit: src/usr.bin/mail

2010-03-21 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sun Mar 21 13:34:34 UTC 2010 Modified Files: src/usr.bin/mail: mail.1 Log Message: Use \e To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 src/usr.bin/mail/mail.1 Please note that diffs are not public domain; they a

CVS commit: src/sys/arch/landisk/landisk

2010-03-21 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Sun Mar 21 13:34:20 UTC 2010 Modified Files: src/sys/arch/landisk/landisk: bus_dma.c Log Message: more fix. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/landisk/landisk/bus_dma.c Please note that di

CVS commit: src/etc/mtree

2010-03-21 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Mar 21 13:26:10 UTC 2010 Modified Files: src/etc/mtree: NetBSD.dist.base Log Message: don't create obsoleted directories To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/etc/mtree/NetBSD.dist.base Please not

CVS commit: src/sys/arch/landisk/landisk

2010-03-21 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Sun Mar 21 13:10:38 UTC 2010 Modified Files: src/sys/arch/landisk/landisk: bus_dma.c Log Message: fix wrong op priority. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/landisk/landisk/bus_dma.c Please

CVS commit: [yamt-nfs-mp] src/sys/nfs

2010-03-21 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Sun Mar 21 13:06:36 UTC 2010 Modified Files: src/sys/nfs [yamt-nfs-mp]: nfs_kq.c Log Message: lock vnode when calling VOP_GETATTR. To generate a diff of this commit: cvs rdiff -u -r1.21.4.3 -r1.21.4.4 src/sys/nfs/nfs_kq.c Please

CVS commit: [yamt-nfs-mp] src/sys/nfs

2010-03-21 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Sun Mar 21 13:05:34 UTC 2010 Modified Files: src/sys/nfs [yamt-nfs-mp]: nfs_clntsocket.c Log Message: fix merge botches To generate a diff of this commit: cvs rdiff -u -r1.1.2.2 -r1.1.2.3 src/sys/nfs/nfs_clntsocket.c Please note

CVS commit: src/doc

2010-03-21 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Sun Mar 21 13:04:24 UTC 2010 Modified Files: src/doc: BRANCHES Log Message: yamt-nfs-mp: update base tag To generate a diff of this commit: cvs rdiff -u -r1.288 -r1.289 src/doc/BRANCHES Please note that diffs are not public domai

CVS commit: src/share/man/man3

2010-03-21 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sun Mar 21 12:40:51 UTC 2010 Modified Files: src/share/man/man3: stddef.3 Log Message: Note that some of these were already in ANSI C. XXX: Maybe someone with insight adds a word or two about the history? To generate a diff of

CVS commit: src/share/man/man3

2010-03-21 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sun Mar 21 12:36:21 UTC 2010 Modified Files: src/share/man/man3: offsetof.3 Log Message: Reference stddef(3). To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/share/man/man3/offsetof.3 Please note that diffs are

CVS commit: src/distrib/sets/lists/comp

2010-03-21 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sun Mar 21 12:30:25 UTC 2010 Modified Files: src/distrib/sets/lists/comp: mi Log Message: Add stddef(3). To generate a diff of this commit: cvs rdiff -u -r1.1410 -r1.1411 src/distrib/sets/lists/comp/mi Please note that diffs ar

CVS commit: src/share/man/man3

2010-03-21 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sun Mar 21 12:27:51 UTC 2010 Modified Files: src/share/man/man3: Makefile Added Files: src/share/man/man3: stddef.3 Log Message: While at it, add also stddef(3). To generate a diff of this commit: cvs rdiff -u -r1.42 -r1

CVS commit: src/doc

2010-03-21 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Mar 21 11:24:58 UTC 2010 Modified Files: src/doc: 3RDPARTY Log Message: gdb-7.1 out. To generate a diff of this commit: cvs rdiff -u -r1.752 -r1.753 src/doc/3RDPARTY Please note that diffs are not public domain; they are subje

CVS commit: src/distrib/sets/lists/comp

2010-03-21 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sun Mar 21 11:14:54 UTC 2010 Modified Files: src/distrib/sets/lists/comp: mi Log Message: Add stdbool(3). To generate a diff of this commit: cvs rdiff -u -r1.1409 -r1.1410 src/distrib/sets/lists/comp/mi Please note that diffs a

CVS commit: src/share/man/man3

2010-03-21 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sun Mar 21 11:13:36 UTC 2010 Modified Files: src/share/man/man3: stdint.3 Log Message: Reference stdbool(3). To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/share/man/man3/stdint.3 Please note that diffs are not

CVS commit: src/share/man/man3

2010-03-21 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sun Mar 21 11:12:52 UTC 2010 Modified Files: src/share/man/man3: Makefile Added Files: src/share/man/man3: stdbool.3 Log Message: As we have added stdint(3) and tgmath(3), we may as well add stdbool(3). To generate a dif

CVS commit: othersrc/libexec/tnftpd

2010-03-21 Thread Luke Mewburn
Module Name:othersrc Committed By: lukem Date: Sun Mar 21 11:10:25 UTC 2010 Modified Files: othersrc/libexec/tnftpd: ChangeLog Log Message: popen.c security fix To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 othersrc/libexec/tnftpd/ChangeLog Please note t

CVS commit: othersrc/libexec/tnftpd/src

2010-03-21 Thread Luke Mewburn
Module Name:othersrc Committed By: lukem Date: Sun Mar 21 11:07:37 UTC 2010 Modified Files: othersrc/libexec/tnftpd/src: popen.c Log Message: Apply rev 1.37 from NetBSD: PR/43023: Bruce Cran: FTPD bug remote crash Since we specify NOCHECK, in the NOMATCH case gl_pathv ca

CVS commit: othersrc/libexec/tnftpd

2010-03-21 Thread Luke Mewburn
Module Name:othersrc Committed By: lukem Date: Sun Mar 21 10:49:16 UTC 2010 Modified Files: othersrc/libexec/tnftpd: todo Log Message: examples are installed. not bothering with separate email address To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 othersrc

CVS commit: src/sys

2010-03-21 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Mar 21 07:09:56 UTC 2010 Modified Files: src/sys/dev/acpi: acpi_bat.c src/sys/modules/acpibat: Makefile Added Files: src/sys/modules/acpibat: ACPIBAT.ioconf Log Message: Convert acpibat to use ioconf instead of