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

2011-01-15 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Jan 15 10:00:07 UTC 2011 Modified Files: src/sys/arch/powerpc/include: elf_machdep.h Log Message: Add some more reloc types as well as DT_PPC_GOT To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/lib/libbluetooth

2011-01-15 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Sat Jan 15 11:51:26 UTC 2011 Modified Files: src/lib/libbluetooth: sdp_data.3 Log Message: add sdp_put_[u]int64() .Fn prototypes to list To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/lib/libc/time

2011-01-15 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Jan 15 12:31:57 UTC 2011 Modified Files: src/lib/libc/time: Makefile localtime.c zdump.c zic.c Log Message: Backout previous, it breaks the build big time and causes e.g. date(1) and top(1) to dump core. To generate a diff

CVS commit: src/external/mit/xorg/server/xorg-server

2011-01-15 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Jan 15 13:54:53 UTC 2011 Modified Files: src/external/mit/xorg/server/xorg-server/damageext: Makefile src/external/mit/xorg/server/xorg-server/dbe: Makefile.dbe src/external/mit/xorg/server/xorg-server/exa:

CVS commit: src/lib/libc/time

2011-01-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 15 15:42:10 UTC 2011 Modified Files: src/lib/libc/time: localtime.c Log Message: Fix reversed oveflow check. To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 src/lib/libc/time/localtime.c Please note

CVS commit: src

2011-01-15 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Jan 15 16:13:59 UTC 2011 Modified Files: src: UPDATING Log Message: Add entry about -tradition-cpp change for people not using build.sh. To generate a diff of this commit: cvs rdiff -u -r1.217 -r1.218 src/UPDATING Please

CVS commit: src/tests/fs/tmpfs

2011-01-15 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Jan 15 20:16:58 UTC 2011 Modified Files: src/tests/fs/tmpfs: h_tools.c Log Message: Fix off by one that made most of these tests die with a bus error in the sparc64 runs. To generate a diff of this commit: cvs rdiff -u

CVS commit: xsrc/xfree/xc/extras/fontconfig/src

2011-01-15 Thread Joerg Sonnenberger
Module Name:xsrc Committed By: joerg Date: Sat Jan 15 21:34:03 UTC 2011 Modified Files: xsrc/xfree/xc/extras/fontconfig/src: fontconfig.man Log Message: Drop trailing tabs after .fi. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 \

CVS commit: src/sys/arch/amiga/amiga

2011-01-15 Thread Frank Wille
Module Name:src Committed By: phx Date: Sat Jan 15 21:56:53 UTC 2011 Modified Files: src/sys/arch/amiga/amiga: amiga_init.c Log Message: Make it compile without options M68040 and M68060. To generate a diff of this commit: cvs rdiff -u -r1.121 -r1.122

CVS commit: src/usr.bin/stat

2011-01-15 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Sat Jan 15 22:54:11 UTC 2011 Modified Files: src/usr.bin/stat: stat.c Log Message: Do not crash if a date cannot be represented (localtime returning NULL), use the Epoch value instead. To generate a diff of this commit: cvs

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

2011-01-15 Thread Frank Wille
Module Name:src Committed By: phx Date: Sat Jan 15 23:06:07 UTC 2011 Modified Files: src/sys/arch/sandpoint/conf: GENERIC Log Message: Add some USB devices, which I tested successfully. Replace tab by blank after a device name, where it was forgotten. To generate a diff

CVS commit: src/sys/dev/isa

2011-01-15 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Jan 16 01:05:46 UTC 2011 Modified Files: src/sys/dev/isa: aps.c Log Message: - catch up with OpenBSD driver, adding support for newer Thinkpad models - add module hooks To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/modules/aps

2011-01-15 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Jan 16 01:07:33 UTC 2011 Added Files: src/sys/modules/aps: Makefile aps.ioconf Log Message: support building aps(4) as a module To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/sys/modules/aps/Makefile \

CVS commit: src

2011-01-15 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Jan 16 01:13:10 UTC 2011 Modified Files: src/distrib/sets/lists/modules: md.amd64 md.i386 src/sys/modules: Makefile Log Message: build and install aps module on i386 and amd64 To generate a diff of this commit:

CVS commit: src/libexec/ld.elf_so

2011-01-15 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sun Jan 16 01:22:29 UTC 2011 Modified Files: src/libexec/ld.elf_so: headers.c rtld.h src/libexec/ld.elf_so/arch/powerpc: ppc_reloc.c rtld_start.S Log Message: Add secure-plt support for powerpc to ld.elf_so. As part of

CVS commit: src/lib/libisns

2011-01-15 Thread Alistair G. Crooks
Module Name:src Committed By: agc Date: Sun Jan 16 01:22:51 UTC 2011 Update of /cvsroot/src/lib/libisns In directory ivanova.netbsd.org:/tmp/cvs-serv9549 Log Message: Initial import of libisns, contributed to the NetBSD Foundation by Wasabi Systems, Inc. libisns(3) is an

CVS commit: src/libexec/ld.elf_so

2011-01-15 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sun Jan 16 02:36:05 UTC 2011 Modified Files: src/libexec/ld.elf_so: Makefile Log Message: Warn about DT_TEXTRELs To generate a diff of this commit: cvs rdiff -u -r1.101 -r1.102 src/libexec/ld.elf_so/Makefile Please note that

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

2011-01-15 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sun Jan 16 02:41:55 UTC 2011 Modified Files: src/sys/arch/powerpc/include: asm.h Log Message: Add PIC_GOTSETUP and PIC_TOCSETUP which replace the old methods to get the GOT (via a bl) to the new REL16 based relocs. This is another

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

2011-01-15 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sun Jan 16 02:43:11 UTC 2011 Modified Files: src/lib/libc/arch/powerpc: Makefile.inc src/lib/libc/arch/powerpc/gen: swapcontext.S src/lib/libc/arch/powerpc/string: bzero.S src/lib/libc/arch/powerpc/sys:

CVS commit: src/lib/libc/compat/arch/powerpc/sys

2011-01-15 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sun Jan 16 02:45:48 UTC 2011 Modified Files: src/lib/libc/compat/arch/powerpc/sys: compat_sigpending13.S Log Message: align comments To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 \

CVS commit: src/lib/libedit

2011-01-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 16 03:05:51 UTC 2011 Modified Files: src/lib/libedit: history.c Log Message: off by one in fetching history data. From: Gerry Swislow To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38

CVS commit: src/sys/lib/libkern/arch/powerpc

2011-01-15 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sun Jan 16 03:22:19 UTC 2011 Modified Files: src/sys/lib/libkern/arch/powerpc: Makefile.inc Log Message: Add -D_NOREGNAMES To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29

CVS commit: src/lib

2011-01-15 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sun Jan 16 03:29:36 UTC 2011 Modified Files: src/lib/libposix/sys: Makefile.inc src/lib/librt/sys: Makefile.inc Log Message: For cerror, allow -I../libc to allow inclusion of any assym.h, if up. To generate a diff of this