CVS commit: src/external/mit/xorg/lib/pixman
Module Name:src Committed By: skrll Date: Sat Dec 21 08:58:07 UTC 2013 Modified Files: src/external/mit/xorg/lib/pixman: Makefile Log Message: Re-enable arm-simd now that SPRSR restoration has been fixed. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/external/mit/xorg/lib/pixman/Makefile 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
Module Name:src Committed By: msaitoh Date: Sat Dec 21 09:23:36 UTC 2013 Modified Files: src/sys/dev/pci: pcidevs Log Message: Add some Intel E600 and EG20T devices. To generate a diff of this commit: cvs rdiff -u -r1.1169 -r1.1170 src/sys/dev/pci/pcidevs 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
Module Name:src Committed By: msaitoh Date: Sat Dec 21 09:24:11 UTC 2013 Modified Files: src/sys/dev/pci: pcidevs.h pcidevs_data.h Log Message: regen. To generate a diff of this commit: cvs rdiff -u -r1.1162 -r1.1163 src/sys/dev/pci/pcidevs.h cvs rdiff -u -r1.1161 -r1.1162 src/sys/dev/pci/pcidevs_data.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/kern
Module Name:src Committed By: christos Date: Sat Dec 21 14:41:02 UTC 2013 Modified Files: src/sys/kern: exec_elf.c Log Message: Consistency checks for the length of the interpreter (the length includes the trailing NUL): make sure it is not empty and has the proper length. >From Maxime Villard To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/sys/kern/exec_elf.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/mii
Module Name:src Committed By: kiyohara Date: Sat Dec 21 15:16:23 UTC 2013 Modified Files: src/sys/dev/mii: miidevs Log Message: Add Marvell 88E1543 Quad Port Gb PHY To generate a diff of this commit: cvs rdiff -u -r1.116 -r1.117 src/sys/dev/mii/miidevs Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/mii
Module Name:src Committed By: kiyohara Date: Sat Dec 21 15:18:21 UTC 2013 Modified Files: src/sys/dev/mii: miidevs.h miidevs_data.h Log Message: Regen. To generate a diff of this commit: cvs rdiff -u -r1.119 -r1.120 src/sys/dev/mii/miidevs.h cvs rdiff -u -r1.107 -r1.108 src/sys/dev/mii/miidevs_data.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/mii
Module Name:src Committed By: kiyohara Date: Sat Dec 21 15:20:39 UTC 2013 Modified Files: src/sys/dev/mii: makphy.c Log Message: Add Marvell 88E1543. Tested on OPENBLOCKS_AX3. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/sys/dev/mii/makphy.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/luna68k/conf
Module Name:src Committed By: tsutsui Date: Sat Dec 21 17:12:36 UTC 2013 Modified Files: src/sys/arch/luna68k/conf: GENERIC Log Message: Add and enable wsmux(4) in GENERIC (for mlterm-fb demonstration). To generate a diff of this commit: cvs rdiff -u -r1.108 -r1.109 src/sys/arch/luna68k/conf/GENERIC Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/kern
Module Name:src Committed By: skrll Date: Sat Dec 21 17:44:33 UTC 2013 Modified Files: src/sys/kern: exec_elf.c Log Message: Check interp after reading it. Checking newly allocated memory doesn't work. Hi Christos. To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/sys/kern/exec_elf.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/utils/libhack
Module Name:src Committed By: christos Date: Sat Dec 21 20:10:02 UTC 2013 Modified Files: src/distrib/utils/libhack: gethost.c Log Message: refer to our own h_errno so we don't fetch the libc one To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/distrib/utils/libhack/gethost.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/etc
Module Name:src Committed By: dholland Date: Sun Dec 22 01:18:28 UTC 2013 Modified Files: src/etc: man.conf Log Message: Fix _crunch entries, which accidentally got changed from compression operations to decompression operations nearly two years ago. They are used only by catman(8), which we don't run any more, but they ought to be correct anyway. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/etc/man.conf Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/amiga
Module Name:src Committed By: rkujawa Date: Sun Dec 22 02:21:51 UTC 2013 Modified Files: src/sys/arch/amiga/amiga: autoconf.c src/sys/arch/amiga/conf: GENERIC.in files.amiga src/sys/arch/amiga/include: bus.h Added Files: src/sys/arch/amiga/amiga: amiga_bus_simple_0x4000.c src/sys/arch/amiga/dev: acafh.c acafhreg.h acafhvar.h wdc_acafh.c Log Message: Add preliminary support for the Individual Computers ACA500 in the form of acahf driver. If ACA500 is equipped with supported accelerator with MMU, it allows running NetBSD on an Amiga 500. Since ACA is not autoconf-aware, and the probe procedure does not exist yet, the driver is activated with the ACA500_SUPPORT kernel option. The acahf driver is commented out in the GENERIC kernel for now (at least until it stops being very experimental and hackish). When it comes to ACA-specific hardware, for now the boot CF slot works. Support for everything else is incoming... To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/sys/arch/amiga/amiga/amiga_bus_simple_0x4000.c cvs rdiff -u -r1.114 -r1.115 src/sys/arch/amiga/amiga/autoconf.c cvs rdiff -u -r1.120 -r1.121 src/sys/arch/amiga/conf/GENERIC.in cvs rdiff -u -r1.171 -r1.172 src/sys/arch/amiga/conf/files.amiga cvs rdiff -u -r0 -r1.1 src/sys/arch/amiga/dev/acafh.c \ src/sys/arch/amiga/dev/acafhreg.h src/sys/arch/amiga/dev/acafhvar.h \ src/sys/arch/amiga/dev/wdc_acafh.c cvs rdiff -u -r1.27 -r1.28 src/sys/arch/amiga/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/lib/libc/net
Module Name:src Committed By: christos Date: Sun Dec 22 02:40:48 UTC 2013 Modified Files: src/lib/libc/net: getaddrinfo.c Log Message: this is supposed to be re-entrant, call don't call __hostalias that uses a static buffer. To generate a diff of this commit: cvs rdiff -u -r1.105 -r1.106 src/lib/libc/net/getaddrinfo.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/net
Module Name:src Committed By: christos Date: Sun Dec 22 02:45:16 UTC 2013 Modified Files: src/lib/libc/net: gethnamaddr.c Log Message: - don't clobber hp in the RES_USE_INET6 case - increment naddrs in the yp case - don't use __hostalias(), it is not thread-safe. To generate a diff of this commit: cvs rdiff -u -r1.84 -r1.85 src/lib/libc/net/gethnamaddr.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
Module Name:src Committed By: nonaka Date: Sun Dec 22 07:24:33 UTC 2013 Modified Files: src/sys/dev/pci: pcidevs Log Message: Added some Realtek devices. To generate a diff of this commit: cvs rdiff -u -r1.1170 -r1.1171 src/sys/dev/pci/pcidevs 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
Module Name:src Committed By: nonaka Date: Sun Dec 22 07:25:01 UTC 2013 Modified Files: src/sys/dev/pci: pcidevs.h pcidevs_data.h Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.1163 -r1.1164 src/sys/dev/pci/pcidevs.h cvs rdiff -u -r1.1162 -r1.1163 src/sys/dev/pci/pcidevs_data.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.