CVS commit: src

2012-03-29 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Thu Mar 29 06:16:57 UTC 2012 Modified Files: src/distrib/sets/lists/tests: mi src/tests/lib/libc/stdlib: Makefile Added Files: src/tests/lib/libc/stdlib: t_abs.c Log Message: Few fundamental consistency checks for

CVS commit: src/usr.bin/xlint/arch/mips64

2012-03-29 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Mar 29 08:52:31 UTC 2012 Modified Files: src/usr.bin/xlint/arch/mips64: targparam.h Log Message: XXX Don't assume LP64 unless lint itself is built as LP64 On mips64 we default to n32 which produces errors when things like

CVS commit: src/tests/lib/libc/stdlib

2012-03-29 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Thu Mar 29 08:56:06 UTC 2012 Modified Files: src/tests/lib/libc/stdlib: t_random.c Log Message: Adjust as per apb@'s suggestion. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libc/stdlib/t_random.c

CVS commit: src/sys/arch/hp700/hp700

2012-03-29 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Mar 29 09:26:24 UTC 2012 Modified Files: src/sys/arch/hp700/hp700: intr.c Log Message: Check for HPPA_SID_KERNEL when checking for interrupt in the mutex_enter critical section. To generate a diff of this commit: cvs rdiff

CVS commit: src/lib/libc/gen

2012-03-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Mar 29 13:05:10 UTC 2012 Modified Files: src/lib/libc/gen: getgrent.c getpwent.c Log Message: PR?40728: W. Stukenbrock: Fix various issues with NIS-netgroups in users and groups. To generate a diff of this commit: cvs

CVS commit: src/lib/libc/stdio

2012-03-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Mar 29 14:27:34 UTC 2012 Modified Files: src/lib/libc/stdio: fmemopen.c Log Message: The flush function makes the tests fail. So undo it for now until we decide if the tests are wrong or the flushing is wrong. To generate

CVS commit: src/sys/arch/powerpc/booke/dev

2012-03-29 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Mar 29 14:47:09 UTC 2012 Modified Files: src/sys/arch/powerpc/booke/dev: pq3gpio.c Log Message: Fix P2020 GPIO support (which has pins that are input/output instead of just input or output). To generate a diff of this commit:

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

2012-03-29 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Mar 29 15:42:16 UTC 2012 Added Files: src/sys/arch/powerpc/conf: kern-mb.ldscript Log Message: Add ldscript which aligns .data to a 1MB boundary. (used for testing) To generate a diff of this commit: cvs rdiff -u -r0 -r1.1

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

2012-03-29 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Mar 29 15:42:59 UTC 2012 Modified Files: src/sys/arch/powerpc/conf: files.powerpc Log Message: Add PMAP_MINIMALTLB defflag To generate a diff of this commit: cvs rdiff -u -r1.82 -r1.83 src/sys/arch/powerpc/conf/files.powerpc

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

2012-03-29 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Mar 29 15:44:40 UTC 2012 Modified Files: src/sys/arch/powerpc/include/booke: pmap.h Log Message: Add vsize_t to pmap_md_{un,}map_poolpage. Add pmap_kvptefill prototype. Slightly change pmap_bootstrap prototype. To generate a

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

2012-03-29 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Mar 29 15:45:06 UTC 2012 Modified Files: src/sys/arch/powerpc/include/booke: e500var.h Log Message: Add e500_tlb_minimize prototype. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

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

2012-03-29 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Mar 29 15:48:20 UTC 2012 Modified Files: src/sys/arch/powerpc/booke: booke_pmap.c e500_tlb.c Log Message: Add support PMAP_MINIMALTLB option. This changes the default use of TLB1 entries to map all of physical memory to using

CVS commit: src/sys/arch/evbppc/mpc85xx

2012-03-29 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Mar 29 15:49:08 UTC 2012 Modified Files: src/sys/arch/evbppc/mpc85xx: machdep.c Log Message: Add support for PMAP_MINIMALTLB. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/arch/evbppc/mpc85xx/machdep.c

CVS commit: src/compat

2012-03-29 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Mar 29 18:35:11 UTC 2012 Modified Files: src/compat: README Log Message: Fix typos; wording. From patch by Bug Hunting. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/compat/README Please note that diffs are

CVS commit: src/share/man/man7

2012-03-29 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Mar 29 18:37:22 UTC 2012 Modified Files: src/share/man/man7: hostname.7 Log Message: Replace references to resolver(5) with ones to resolv.conf(5). From patch by Bug Hunting. To generate a diff of this commit: cvs rdiff -u

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

2012-03-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Mar 29 19:26:21 UTC 2012 Modified Files: src/lib/libc/arch/mips/gen: cacheflush.c Log Message: fix lint, should nbytes be changed to size_t to match with the struct passed? To generate a diff of this commit: cvs rdiff -u

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

2012-03-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Mar 29 19:27:05 UTC 2012 Modified Files: src/lib/libc/arch/mips/gen: longjmp.c Log Message: make constant explicitly unsigned To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/sys/arch/hppa/hppa

2012-03-29 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Mar 29 20:31:49 UTC 2012 Modified Files: src/sys/arch/hppa/hppa: db_machdep.c Log Message: Use PSW_BITS to decode the bits of the PSW in db_dump_trap To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

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

2012-03-29 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Mar 29 21:44:10 UTC 2012 Modified Files: src/sys/arch/hppa/include: psl.h Log Message: Remove unnecessary #include To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arch/hppa/include/psl.h Please note that

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

2012-03-29 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Mar 30 01:04:48 UTC 2012 Modified Files: src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixl_fmn.c Log Message: Deal with station ids without names (not all XLS have all stations). To generate a diff of this commit: cvs rdiff -u