CVS commit: src/tests/fs

2010-06-28 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Mon Jun 28 09:45:06 UTC 2010

Modified Files:
src/tests/fs: Makefile
Added Files:
src/tests/fs/lfs: Atffile Makefile t_pr.c

Log Message:
add test for PR kern/43503


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/tests/fs/Makefile
cvs rdiff -u -r0 -r1.1 src/tests/fs/lfs/Atffile src/tests/fs/lfs/Makefile \
src/tests/fs/lfs/t_pr.c

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



CVS commit: src/etc/mtree

2010-06-28 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Mon Jun 28 09:45:47 UTC 2010

Modified Files:
src/etc/mtree: NetBSD.dist.base

Log Message:
tests/lfs


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/etc/mtree/NetBSD.dist.base

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



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

2010-06-28 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Mon Jun 28 09:46:27 UTC 2010

Modified Files:
src/distrib/sets/lists/tests: mi

Log Message:
+test


To generate a diff of this commit:
cvs rdiff -u -r1.89 -r1.90 src/distrib/sets/lists/tests/mi

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



CVS commit: src/sys/arch/hpcsh

2010-06-28 Thread KIYOHARA Takashi
Module Name:src
Committed By:   kiyohara
Date:   Mon Jun 28 11:18:45 UTC 2010

Modified Files:
src/sys/arch/hpcsh/hpcsh: bus_space.c
src/sys/arch/hpcsh/include: bus.h

Log Message:
Fix always free.  It call, if memory was allocated.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/hpcsh/hpcsh/bus_space.c
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/hpcsh/include/bus.h

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



CVS commit: src/sys/arch/ia64/ia64

2010-06-28 Thread KIYOHARA Takashi
Module Name:src
Committed By:   kiyohara
Date:   Mon Jun 28 12:08:13 UTC 2010

Modified Files:
src/sys/arch/ia64/ia64: cpu.c machdep.c

Log Message:
Move identifycpu() into cpu.c.  Our cpu* says:
  cpu0 at mainbus0: ProcessorID 0, Id 0, Eid 0
  cpu0: McKinley (1000.00-MHz Itanium 2)
  cpu0: Origin "GenuineIntel",  Revision 7
  cpu0: Features 0x1


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/ia64/ia64/cpu.c
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/ia64/ia64/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/ia64

2010-06-28 Thread KIYOHARA Takashi
Module Name:src
Committed By:   kiyohara
Date:   Mon Jun 28 12:14:08 UTC 2010

Modified Files:
src/sys/arch/ia64/include: pci_machdep.h
src/sys/arch/ia64/pci: pci_machdep.c

Log Message:
Implement pci_attach_hook/pci_bus_maxdevs/pci_make_tag/pci_decompose_tag/
pci_conf_read/pci_conf_write.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/ia64/include/pci_machdep.h
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/ia64/pci/pci_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/net

2010-06-28 Thread Mihai Chelaru
Module Name:src
Committed By:   kefren
Date:   Mon Jun 28 17:26:11 UTC 2010

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

Log Message:
we need to set rt_ifp even if ifa is the same. Fixes the case when one
changes route to a different ifp but wants to keep the same ifa


To generate a diff of this commit:
cvs rdiff -u -r1.129 -r1.130 src/sys/net/rtsock.c

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



CVS commit: src/doc

2010-06-28 Thread Mihai Chelaru
Module Name:src
Committed By:   kefren
Date:   Mon Jun 28 17:29:38 UTC 2010

Modified Files:
src/doc: CHANGES

Log Message:
mention MPLS support
XXX: I have to write down mpls man page


To generate a diff of this commit:
cvs rdiff -u -r1.1408 -r1.1409 src/doc/CHANGES

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



CVS commit: src/sys/dev/pad

2010-06-28 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Mon Jun 28 17:45:08 UTC 2010

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

Log Message:
Don't print spammy message if read is interrupted (ctrl-c)
while waiting for data.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/dev/pad/pad.c

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



CVS commit: src/share/man/man4

2010-06-28 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Mon Jun 28 17:48:54 UTC 2010

Modified Files:
src/share/man/man4: u3g.4

Log Message:
When importing a FreeBSD man page it's advisable to change the
synopsis to match our config grammar ...


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/share/man/man4/u3g.4

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



CVS commit: src/tests/kernel

2010-06-28 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Mon Jun 28 19:04:00 UTC 2010

Modified Files:
src/tests/kernel: Atffile Makefile
Added Files:
src/tests/kernel/tty: Atffile Makefile t_pr.c

Log Message:
xfail test for kernel panicky in PR kern/40688


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/kernel/Atffile
cvs rdiff -u -r1.4 -r1.5 src/tests/kernel/Makefile
cvs rdiff -u -r0 -r1.1 src/tests/kernel/tty/Atffile \
src/tests/kernel/tty/Makefile src/tests/kernel/tty/t_pr.c

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



CVS commit: src/etc/mtree

2010-06-28 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Mon Jun 28 19:05:54 UTC 2010

Modified Files:
src/etc/mtree: NetBSD.dist.base

Log Message:
more mtree fun for everyone with testdirs


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/etc/mtree/NetBSD.dist.base

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



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

2010-06-28 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Mon Jun 28 19:08:53 UTC 2010

Modified Files:
src/distrib/sets/lists/tests: mi

Log Message:
test if i have mastered the setlists for adding tests


To generate a diff of this commit:
cvs rdiff -u -r1.90 -r1.91 src/distrib/sets/lists/tests/mi

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

2010-06-28 Thread Mindaugas Rasiukevicius
Module Name:src
Committed By:   rmind
Date:   Mon Jun 28 19:32:43 UTC 2010

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

Log Message:
tmpfs_bytes_max: use MIN() rather than min(), which returns int.
Spotted by Wolfgang Solfrank.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/fs/tmpfs/tmpfs_mem.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

2010-06-28 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Mon Jun 28 21:58:02 UTC 2010

Modified Files:
src/lib/libc/misc: initfini.c
src/lib/libc/stdlib: exit.c

Log Message:
Ensure that initfini.c is referenced by exit.c. The start up code has to
reference the latter as a return of main() results in a call to exit(3),
so this ensures that the libc constructors are run for statically linked
programs. Fixes PR 37454.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/lib/libc/misc/initfini.c
cvs rdiff -u -r1.11 -r1.12 src/lib/libc/stdlib/exit.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/usb

2010-06-28 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Tue Jun 29 04:02:07 UTC 2010

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

Log Message:
 Do not process the abnormality system procedure, when Run/Stop=0 and
HCHalted=1 - this is normal. Fixes a bug that system hangs at boot time
when a USB mass storage is connected via UHCI. This problem was observed
on Intel D410PT and was fixed by Katsumi Yamada.


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

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



CVS commit: src/distrib/sets/lists

2010-06-28 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Tue Jun 29 04:16:25 UTC 2010

Modified Files:
src/distrib/sets/lists/base: md.amd64
src/distrib/sets/lists/comp: md.amd64

Log Message:
mark some missing "libiscsi" files as "iscsi" so that MKISCSI=no works.
reported by director  on port-amd64.


To generate a diff of this commit:
cvs rdiff -u -r1.90 -r1.91 src/distrib/sets/lists/base/md.amd64
cvs rdiff -u -r1.68 -r1.69 src/distrib/sets/lists/comp/md.amd64

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



CVS commit: src/sys/dev/ic

2010-06-28 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Tue Jun 29 04:42:30 UTC 2010

Modified Files:
src/sys/dev/ic: spdmem.c

Log Message:
Fix logic error in detecting length of DDR3 SPD covered by CRC check.

Reported by Jonathan Gray in private email - thanks!


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/ic/spdmem.c

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



CVS commit: src/distrib/sets/lists

2010-06-28 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Tue Jun 29 04:43:45 UTC 2010

Modified Files:
src/distrib/sets/lists/base: md.sparc64
src/distrib/sets/lists/comp: md.sparc64

Log Message:
fix MKISCSI=no, MKLDAP=no and MKKERBEROS=no builds.


To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.85 src/distrib/sets/lists/base/md.sparc64
cvs rdiff -u -r1.58 -r1.59 src/distrib/sets/lists/comp/md.sparc64

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



CVS commit: src/distrib/sets/lists

2010-06-28 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Tue Jun 29 05:48:13 UTC 2010

Modified Files:
src/distrib/sets/lists/base: ad.mips64eb ad.mips64el
src/distrib/sets/lists/comp: ad.mips64eb ad.mips64el

Log Message:
fix MKKERBEROS=no, MKISCSI=no and MKLDAP=no builds.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/distrib/sets/lists/base/ad.mips64eb \
src/distrib/sets/lists/base/ad.mips64el
cvs rdiff -u -r1.5 -r1.6 src/distrib/sets/lists/comp/ad.mips64eb \
src/distrib/sets/lists/comp/ad.mips64el

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



CVS commit: src/distrib/sets

2010-06-28 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Tue Jun 29 05:51:53 UTC 2010

Modified Files:
src/distrib/sets: Makefile

Log Message:
export PIGZ=${TOOL_PIGZ} (not yet used.)


To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 src/distrib/sets/Makefile

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