CVS commit: src/share/mk

2011-10-08 Thread Marc Balmer
Module Name:src
Committed By:   mbalmer
Date:   Sat Oct  8 08:35:56 UTC 2011

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

Log Message:
Comment out the '# Libraries that modules may depend upon.' for now,
so that modules written in C can be built.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/share/mk/bsd.lua.mk

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



CVS commit: src/lib/lua/gpio

2011-10-08 Thread Marc Balmer
Module Name:src
Committed By:   mbalmer
Date:   Sat Oct  8 08:36:27 UTC 2011

Added Files:
src/lib/lua/gpio: Makefile

Log Message:
Makefile to build gpio.so.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/lib/lua/gpio/Makefile

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



CVS commit: src/external/bsd/top/dist/machine

2011-10-08 Thread Nicolas Joly
Module Name:src
Committed By:   njoly
Date:   Sat Oct  8 08:45:37 UTC 2011

Modified Files:
src/external/bsd/top/dist/machine: m_netbsd.c

Log Message:
Adjust UID header position, to be aligned with the datas.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/external/bsd/top/dist/machine/m_netbsd.c

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



CVS commit: src/lib/lua/gpio

2011-10-08 Thread Marc Balmer
Module Name:src
Committed By:   mbalmer
Date:   Sat Oct  8 08:46:40 UTC 2011

Modified Files:
src/lib/lua/gpio: gpio.c

Log Message:
Add NetBSD CVS marker, remove some whitespace.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/lua/gpio/gpio.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

2011-10-08 Thread Takeshi Nakayama
Module Name:src
Committed By:   nakayama
Date:   Sat Oct  8 08:49:08 UTC 2011

Modified Files:
src/sys/arch/sparc64/dev: iommu.c
src/sys/arch/sparc64/include: ctlreg.h
src/sys/arch/sparc64/sparc64: cpu.c ipifuncs.c machdep.c vm_machdep.c

Log Message:
Fix namespace confilicts membar_ops(3) vs. macros for SPARC V9
membar instructions.


To generate a diff of this commit:
cvs rdiff -u -r1.104 -r1.105 src/sys/arch/sparc64/dev/iommu.c
cvs rdiff -u -r1.55 -r1.56 src/sys/arch/sparc64/include/ctlreg.h
cvs rdiff -u -r1.100 -r1.101 src/sys/arch/sparc64/sparc64/cpu.c
cvs rdiff -u -r1.42 -r1.43 src/sys/arch/sparc64/sparc64/ipifuncs.c
cvs rdiff -u -r1.261 -r1.262 src/sys/arch/sparc64/sparc64/machdep.c
cvs rdiff -u -r1.97 -r1.98 src/sys/arch/sparc64/sparc64/vm_machdep.c

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



CVS commit: src/doc

2011-10-08 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sat Oct  8 08:53:34 UTC 2011

Modified Files:
src/doc: CHANGES

Log Message:
note audiocfg(1) addition and libgcc_pic obsoletion.


To generate a diff of this commit:
cvs rdiff -u -r1.1611 -r1.1612 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/pci

2011-10-08 Thread Roland Dowdeswell
Module Name:src
Committed By:   elric
Date:   Sat Oct  8 09:15:09 UTC 2011

Modified Files:
src/sys/dev/pci: if_iwnreg.h

Log Message:
Update from OpenBSD merging in 1.111 and 1.112 with log messages:

1.112   Differential gain calibration makes the 6005 firmware crap
out, so skip it for now until we figure out why.  This
probably means the device won't function optimally, but
that's better than not functioning at all.  Makes my "Intel
Centrinto Advanced-N 6205" work quite well.

1.111   The 6005 and 6050-based parts need DC calibration turned
on, otherwise the firmware will crap out, at least on the
6005.  First step to getting my "Intel Centrino Advanced-N
6205" to work.

Both are commited by kette...@openbsd.org.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/dev/pci/if_iwnreg.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/pci

2011-10-08 Thread Marc Balmer
Module Name:src
Committed By:   mbalmer
Date:   Sat Oct  8 10:21:16 UTC 2011

Modified Files:
src/sys/dev/pci: if_iwn.c

Log Message:
Make this compile again: Use the device_xname() macro to get the devic name.


To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 src/sys/dev/pci/if_iwn.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/pci

2011-10-08 Thread Roland Dowdeswell
Module Name:src
Committed By:   elric
Date:   Sat Oct  8 11:07:09 UTC 2011

Modified Files:
src/sys/dev/pci: if_iwn.c

Log Message:
Use aprint_error_dev().


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

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



CVS commit: src/tests/fs/vfs

2011-10-08 Thread Nicolas Joly
Module Name:src
Committed By:   njoly
Date:   Sat Oct  8 13:00:55 UTC 2011

Modified Files:
src/tests/fs/vfs: t_unpriv.c

Log Message:
USE_OWNER -> USES_OWNER for consistency with other macros.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/fs/vfs/t_unpriv.c

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



CVS commit: src/tests/fs/vfs

2011-10-08 Thread Nicolas Joly
Module Name:src
Committed By:   njoly
Date:   Sat Oct  8 13:08:54 UTC 2011

Modified Files:
src/tests/fs/vfs: t_renamerace.c t_rmdirrace.c t_vnops.c

Log Message:
Slightly adjust skipped messages, makes output more consistent.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/tests/fs/vfs/t_renamerace.c
cvs rdiff -u -r1.7 -r1.8 src/tests/fs/vfs/t_rmdirrace.c
cvs rdiff -u -r1.28 -r1.29 src/tests/fs/vfs/t_vnops.c

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



CVS commit: src

2011-10-08 Thread Marc Balmer
Module Name:src
Committed By:   mbalmer
Date:   Sat Oct  8 13:14:04 UTC 2011

Modified Files:
src/distrib/sets/lists/base: ad.mips64eb ad.mips64el md.amd64
md.sparc64 mi
src/etc/mtree: NetBSD.dist.mips64eb NetBSD.dist.mips64el
NetBSD.dist.sparc64 NetBSD.dist.x86_64
src/lib/lua: Makefile

Log Message:
Link the gpio(4) Lua module to the build and add it to the set lists.
(There is no manual page yet, since we have not yet decided where to put
them for Lua modules.)


To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 src/distrib/sets/lists/base/ad.mips64eb
cvs rdiff -u -r1.68 -r1.69 src/distrib/sets/lists/base/ad.mips64el
cvs rdiff -u -r1.142 -r1.143 src/distrib/sets/lists/base/md.amd64
cvs rdiff -u -r1.135 -r1.136 src/distrib/sets/lists/base/md.sparc64
cvs rdiff -u -r1.961 -r1.962 src/distrib/sets/lists/base/mi
cvs rdiff -u -r1.2 -r1.3 src/etc/mtree/NetBSD.dist.mips64eb \
src/etc/mtree/NetBSD.dist.sparc64 src/etc/mtree/NetBSD.dist.x86_64
cvs rdiff -u -r1.3 -r1.4 src/etc/mtree/NetBSD.dist.mips64el
cvs rdiff -u -r1.1 -r1.2 src/lib/lua/Makefile

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

2011-10-08 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Oct  8 18:00:41 UTC 2011

Modified Files:
src/distrib/sets/lists/xserver: md.shark

Log Message:
mark exa_g as debuglib


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/distrib/sets/lists/xserver/md.shark

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



CVS commit: src/usr.bin/cleantags

2011-10-08 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Oct  8 19:16:08 UTC 2011

Added Files:
src/usr.bin/cleantags: Makefile cleantags.1 cleantags.sh

Log Message:
Small script used when importing 3rd party programs. The code in this
script is used in many foo2netbsd scripts, but none of them has the
complete list of keywords. I will make all those scripts use this one
instead.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/usr.bin/cleantags/Makefile \
src/usr.bin/cleantags/cleantags.1 src/usr.bin/cleantags/cleantags.sh

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



CVS commit: src/usr.bin

2011-10-08 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Oct  8 19:16:54 UTC 2011

Modified Files:
src/usr.bin: Makefile

Log Message:
descend into cleantags


To generate a diff of this commit:
cvs rdiff -u -r1.203 -r1.204 src/usr.bin/Makefile

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

2011-10-08 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Oct  8 19:19:42 UTC 2011

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

Log Message:
add cleantags


To generate a diff of this commit:
cvs rdiff -u -r1.1346 -r1.1347 src/distrib/sets/lists/man/mi

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



CVS commit: src/usr.bin/cleantags

2011-10-08 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Oct  8 19:20:50 UTC 2011

Modified Files:
src/usr.bin/cleantags: cleantags.1

Log Message:
fix markup


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/usr.bin/cleantags/cleantags.1

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



CVS commit: src/external

2011-10-08 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Oct  8 19:28:40 UTC 2011

Modified Files:
src/external/bsd/am-utils/dist: amd2netbsd
src/external/bsd/bind/dist: bind2netbsd
src/external/bsd/byacc: byacc2netbsd
src/external/bsd/cron: cron2netbsd
src/external/bsd/file: file2netbsd
src/external/bsd/flex: flex2netbsd
src/external/bsd/libbind/dist: libbind2netbsd
src/external/bsd/libpcap/dist: libpcap2netbsd
src/external/bsd/ntp: ntp2netbsd
src/external/bsd/openldap: openldap2netbsd
src/external/bsd/tcpdump/dist: tcpdump2netbsd
src/external/gpl3/gdb: gdb2netbsd
src/external/ibm-public/postfix: postfix2netbsd
src/external/mit/lua/dist: lua2netbsd

Log Message:
use cleantags, instead of home grown copy.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/am-utils/dist/amd2netbsd
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/bind/dist/bind2netbsd
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/byacc/byacc2netbsd
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/cron/cron2netbsd
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/file/file2netbsd
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/flex/flex2netbsd
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/libbind/dist/libbind2netbsd
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/libpcap/dist/libpcap2netbsd
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/ntp/ntp2netbsd
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/openldap/openldap2netbsd
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/tcpdump/dist/tcpdump2netbsd
cvs rdiff -u -r1.1 -r1.2 src/external/gpl3/gdb/gdb2netbsd
cvs rdiff -u -r1.2 -r1.3 src/external/ibm-public/postfix/postfix2netbsd
cvs rdiff -u -r1.1 -r1.2 src/external/mit/lua/dist/lua2netbsd

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



CVS commit: src/crypto/external/bsd

2011-10-08 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Oct  8 19:30:03 UTC 2011

Modified Files:
src/crypto/external/bsd/heimdal: heimdal2netbsd
src/crypto/external/bsd/openssl: openssl2netbsd

Log Message:
use cleantags


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/crypto/external/bsd/heimdal/heimdal2netbsd
cvs rdiff -u -r1.1 -r1.2 src/crypto/external/bsd/openssl/openssl2netbsd

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



CVS commit: src/usr.bin/cleantags

2011-10-08 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sat Oct  8 20:19:10 UTC 2011

Modified Files:
src/usr.bin/cleantags: cleantags.1

Log Message:
Fix Dt argument. Correct date. Some wording improvements.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/usr.bin/cleantags/cleantags.1

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



CVS commit: src/dist/openpam/lib

2011-10-08 Thread Alan Barrett
Module Name:src
Committed By:   apb
Date:   Sat Oct  8 20:40:06 UTC 2011

Modified Files:
src/dist/openpam/lib: openpam_dispatch.c

Log Message:
If a module doesn't implement a primitive, don't just ignore it;
set r = PAM_SYSTEM_ERR and let later code check the flags
before deciding whether the error may be ignored.

Also count the number of successes, and if nothing is explicitly
successful then treat it as a failure.  This replaces the previous
check for chain == NULL.

Reviewed by christos, mrg


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/dist/openpam/lib/openpam_dispatch.c

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



CVS commit: src/external/gpl3/gdb/dist/gdb

2011-10-08 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Oct  8 21:43:35 UTC 2011

Modified Files:
src/external/gpl3/gdb/dist/gdb: amd64bsd-nat.c

Log Message:
pass the thread id.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/gpl3/gdb/dist/gdb/amd64bsd-nat.c

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



CVS commit: src/external/gpl3/gdb/dist/gdb

2011-10-08 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Oct  8 21:47:52 UTC 2011

Modified Files:
src/external/gpl3/gdb/dist/gdb: amd64nbsd-tdep.c i386nbsd-tdep.c

Log Message:
- Don't use the unwind register get functions; you end up in an assertion
trying to unwind while unwinding; plus the sniffer is not allowed to unwind.
- Return the outer frame to terminate not the null frame.
This fixes the kernel track unwinder, so enable it.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/gpl3/gdb/dist/gdb/amd64nbsd-tdep.c
cvs rdiff -u -r1.3 -r1.4 src/external/gpl3/gdb/dist/gdb/i386nbsd-tdep.c

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



CVS commit: src/external/gpl3

2011-10-08 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Oct  8 21:52:15 UTC 2011

Modified Files:
src/external/gpl3: Makefile

Log Message:
Descent into gdb if we support it yet.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/gpl3/Makefile

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-10-08 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Oct  8 21:55:17 UTC 2011

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

Log Message:
Switch i386 and amd64 to gdb7.


To generate a diff of this commit:
cvs rdiff -u -r1.682 -r1.683 src/share/mk/bsd.own.mk

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



CVS commit: src/doc

2011-10-08 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sat Oct  8 21:57:57 UTC 2011

Modified Files:
src/doc: 3RDPARTY

Log Message:
mdocml-1.12.0 out.


To generate a diff of this commit:
cvs rdiff -u -r1.874 -r1.875 src/doc/3RDPARTY

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



CVS commit: src/usr.bin/fstat

2011-10-08 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Sat Oct  8 22:16:03 UTC 2011

Modified Files:
src/usr.bin/fstat: fstat.1

Log Message:
add an xref to fstat(2)


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/usr.bin/fstat/fstat.1

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-10-08 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Sun Oct  9 01:34:20 UTC 2011

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

Log Message:
Use static inline structure assignment for CPYFPN().  From isaki@.
Tested on XM6i.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/m68k/fpe/fpu_emulate.h

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



CVS commit: src/external/gpl3/gdb/bin

2011-10-08 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Oct  9 01:59:31 UTC 2011

Modified Files:
src/external/gpl3/gdb/bin: Makefile
Added Files:
src/external/gpl3/gdb/bin/psim: Makefile

Log Message:
Add psim


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/gpl3/gdb/bin/Makefile
cvs rdiff -u -r0 -r1.1 src/external/gpl3/gdb/bin/psim/Makefile

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



CVS commit: src/external/gpl3/gdb/lib

2011-10-08 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Oct  9 02:03:22 UTC 2011

Modified Files:
src/external/gpl3/gdb/lib: Makefile
Added Files:
src/external/gpl3/gdb/lib/libbfd/arch/powerpc: bfd-in3.h bfd.h
bfd_stdint.h bfdver.h config.h defs.mk targmatch.h
src/external/gpl3/gdb/lib/libdecnumber/arch/powerpc: config.h defs.mk
gstdint.h
src/external/gpl3/gdb/lib/libgdb/arch/powerpc: config.h defs.mk init.c
observer.h observer.inc version.c xml-builtin.c
src/external/gpl3/gdb/lib/libiberty/arch/powerpc: config.h defs.mk
src/external/gpl3/gdb/lib/libopcodes/arch/powerpc: config.h defs.mk
src/external/gpl3/gdb/lib/libreadline/arch/powerpc: config.h defs.mk
src/external/gpl3/gdb/lib/libsim: Makefile
src/external/gpl3/gdb/lib/libsim/arch/powerpc: build-config.h cconfig.h
config.h

Log Message:
add powerpc support


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/gpl3/gdb/lib/Makefile
cvs rdiff -u -r0 -r1.1 \
src/external/gpl3/gdb/lib/libbfd/arch/powerpc/bfd-in3.h \
src/external/gpl3/gdb/lib/libbfd/arch/powerpc/bfd.h \
src/external/gpl3/gdb/lib/libbfd/arch/powerpc/bfd_stdint.h \
src/external/gpl3/gdb/lib/libbfd/arch/powerpc/bfdver.h \
src/external/gpl3/gdb/lib/libbfd/arch/powerpc/config.h \
src/external/gpl3/gdb/lib/libbfd/arch/powerpc/defs.mk \
src/external/gpl3/gdb/lib/libbfd/arch/powerpc/targmatch.h
cvs rdiff -u -r0 -r1.1 \
src/external/gpl3/gdb/lib/libdecnumber/arch/powerpc/config.h \
src/external/gpl3/gdb/lib/libdecnumber/arch/powerpc/defs.mk \
src/external/gpl3/gdb/lib/libdecnumber/arch/powerpc/gstdint.h
cvs rdiff -u -r0 -r1.1 src/external/gpl3/gdb/lib/libgdb/arch/powerpc/config.h \
src/external/gpl3/gdb/lib/libgdb/arch/powerpc/defs.mk \
src/external/gpl3/gdb/lib/libgdb/arch/powerpc/init.c \
src/external/gpl3/gdb/lib/libgdb/arch/powerpc/observer.h \
src/external/gpl3/gdb/lib/libgdb/arch/powerpc/observer.inc \
src/external/gpl3/gdb/lib/libgdb/arch/powerpc/version.c \
src/external/gpl3/gdb/lib/libgdb/arch/powerpc/xml-builtin.c
cvs rdiff -u -r0 -r1.1 \
src/external/gpl3/gdb/lib/libiberty/arch/powerpc/config.h \
src/external/gpl3/gdb/lib/libiberty/arch/powerpc/defs.mk
cvs rdiff -u -r0 -r1.1 \
src/external/gpl3/gdb/lib/libopcodes/arch/powerpc/config.h \
src/external/gpl3/gdb/lib/libopcodes/arch/powerpc/defs.mk
cvs rdiff -u -r0 -r1.1 \
src/external/gpl3/gdb/lib/libreadline/arch/powerpc/config.h \
src/external/gpl3/gdb/lib/libreadline/arch/powerpc/defs.mk
cvs rdiff -u -r0 -r1.1 src/external/gpl3/gdb/lib/libsim/Makefile
cvs rdiff -u -r0 -r1.1 \
src/external/gpl3/gdb/lib/libsim/arch/powerpc/build-config.h \
src/external/gpl3/gdb/lib/libsim/arch/powerpc/cconfig.h \
src/external/gpl3/gdb/lib/libsim/arch/powerpc/config.h

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



CVS commit: src/tools/gdb

2011-10-08 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Oct  9 02:03:32 UTC 2011

Modified Files:
src/tools/gdb: mknative-gdb

Log Message:
add psim support


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tools/gdb/mknative-gdb

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



CVS commit: src/external/gpl3/gdb/dist/gdb

2011-10-08 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Oct  9 02:07:24 UTC 2011

Modified Files:
src/external/gpl3/gdb/dist/gdb: ppcnbsd-nat.c

Log Message:
fix powerpc support.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/gpl3/gdb/dist/gdb/ppcnbsd-nat.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/xcomp

2011-10-08 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Sun Oct  9 04:29:14 UTC 2011

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

Log Message:
When xprint was nuked, the .pc files from the libs were accidentally
removed from here instead of marked obsolete, so the files hang
around; this causes pkgsrc to think e.g. that a builtin libXprintUtil
is present, but it isn't really, so certain obscure and unimportant
packages fail to build. Bring the entries back marked obsolete. ok mrg


To generate a diff of this commit:
cvs rdiff -u -r1.131 -r1.132 src/distrib/sets/lists/xcomp/mi

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