Module Name:src
Committed By: kiyohara
Date: Thu Jul 12 09:29:32 UTC 2012
Modified Files:
src/sys/dev/pci: pcidevs
Log Message:
Add Marvell SoC 88F6282.
To generate a diff of this commit:
cvs rdiff -u -r1.1118 -r1.1119 src/sys/dev/pci/pcidevs
Please note that diffs are
Module Name:src
Committed By: kiyohara
Date: Thu Jul 12 09:37:58 UTC 2012
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.1112 -r1.1113 src/sys/dev/pci/pcidevs.h
cvs rdiff -u -r1. -r1.1
Module Name:src
Committed By: kiyohara
Date: Thu Jul 12 09:39:53 UTC 2012
Modified Files:
src/sys/dev/marvell: marvellreg.h
Log Message:
Add 88f6282.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/dev/marvell/marvellreg.h
Please note that diffs are
Module Name:src
Committed By: wiz
Date: Thu Jul 12 10:14:04 UTC 2012
Modified Files:
src/x11/bin/xconsole: Makefile
Log Message:
Define HAS_OPENPTY in CPPFLAGS (since this Makefile doesn't use a config.h).
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/x
Module Name:xsrc
Committed By: wiz
Date: Thu Jul 12 10:14:50 UTC 2012
Modified Files:
xsrc/external/mit/xconsole/dist: xconsole.c
Log Message:
Revert local patch adding a call to openpty.
Defining HAS_OPENPTY (which I just added in the crossover Makefile)
has the same effe
Module Name:xsrc
Committed By: wiz
Date: Thu Jul 12 12:00:08 UTC 2012
Modified Files:
xsrc/external/mit/xinit/dist: xinit.c
Log Message:
Instead of local patch, merge upstream git version:
commit 45cc81cd7abafe61bddb3ddce9f4fb8a9aa06c12
Author: Julien Cristau
Date: Thu
Module Name:src
Committed By: wiz
Date: Thu Jul 12 12:43:06 UTC 2012
Modified Files:
src/x11/bin/xconsole: Makefile
Log Message:
Revert previous: tsutsui noted that this file is for X11R6.
The one for X11R7 already had HAVE_OPENPTY defined.
To generate a diff of this com
Module Name:xsrc
Committed By: wiz
Date: Thu Jul 12 13:16:52 UTC 2012
Modified Files:
xsrc/external/mit/xsetpointer/dist: xsetpointer.c
Log Message:
Instead of local patch, use official upstream fix.
commit 1326fcb6afe5a62b675bf99826f7e628c66237b4
Author: Paulo Cesar Perei
Module Name:src
Committed By: reinoud
Date: Thu Jul 12 14:17:03 UTC 2012
Modified Files:
src/sys/dev/ic: mvsata.c
Log Message:
Fix surplus ( that was forgotten to remove in the DRIVE_ to DRIVET_ rototol.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/s
Module Name:src
Committed By: jakllsch
Date: Thu Jul 12 15:59:32 UTC 2012
Modified Files:
src/sys/dev/sdmmc: sdmmcvar.h
Log Message:
Replace integer constant SDMMC_MAXNSEGS with the formula said value was
calculated from.
To generate a diff of this commit:
cvs rdiff -u -
Module Name:src
Committed By: jakllsch
Date: Thu Jul 12 16:01:53 UTC 2012
Modified Files:
src/sys/dev/sdmmc: sdmmc.c
Log Message:
If necessary, unload and destroy dmamap upon detach.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/dev/sdmmc/sdmmc.c
Module Name:src
Committed By: jakllsch
Date: Thu Jul 12 16:03:13 UTC 2012
Modified Files:
src/sys/dev/sdmmc: sdmmcreg.h
Log Message:
Add SD_STATUS (ACMD13) opcode.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/dev/sdmmc/sdmmcreg.h
Please note that
Module Name:src
Committed By: christos
Date: Thu Jul 12 16:15:40 UTC 2012
Modified Files:
src/external/bsd/atf/lib/libatf-c++: Makefile
Log Message:
Properly include dependent library, unbreaks objdir build.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 s
Module Name:src
Committed By: jakllsch
Date: Thu Jul 12 16:32:34 UTC 2012
Modified Files:
src/sys/dev/sdmmc: sdhc.c
Log Message:
Always enable and set block count register. We never do infinite transfers.
The old way seemed to be causing issues on a R5C822, at least with
Module Name:src
Committed By: jakllsch
Date: Thu Jul 12 16:34:30 UTC 2012
Modified Files:
src/sys/dev/sdmmc: sdhcreg.h
Log Message:
Add DMA boundary field shift and mask.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/dev/sdmmc/sdhcreg.h
Please note
Module Name:src
Committed By: jakllsch
Date: Thu Jul 12 16:46:48 UTC 2012
Modified Files:
src/sys/dev/sdmmc: sdhc.c
Log Message:
SDHCI byte swaps the BE response on the wire into LE registers.
As we always want response data in LE, use bus_space_read_stream.
Additonally, r
Module Name:src
Committed By: roy
Date: Thu Jul 12 16:48:03 UTC 2012
Update of /cvsroot/src/external/bsd/dhcpcd/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv15788
Log Message:
Import dhcpcd-5.6.1 with the following changes:
Improve IPv6 RA support by allowing dhcpcd to manag
Module Name:src
Committed By: roy
Date: Thu Jul 12 16:51:21 UTC 2012
Modified Files:
src/external/bsd/dhcpcd/dist: dhcpcd.8.in
Log Message:
sync
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/external/bsd/dhcpcd/dist/dhcpcd.8.in
Please note that diffs
Module Name:src
Committed By: roy
Date: Thu Jul 12 16:54:14 UTC 2012
Modified Files:
src/external/bsd/dhcpcd/sbin/dhcpcd: Makefile
Log Message:
Fix for dhcpcd-5.6.1
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile
Module Name:src
Committed By: roy
Date: Thu Jul 12 16:55:57 UTC 2012
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
Document import of dhcpcd-5.6.1
To generate a diff of this commit:
cvs rdiff -u -r1.947 -r1.948 src/doc/3RDPARTY
cvs rdiff -u -r1.1716 -r1.1717 src
Module Name:src
Committed By: jakllsch
Date: Thu Jul 12 16:58:50 UTC 2012
Modified Files:
src/sys/dev/sdmmc: sdhc.c
Log Message:
SDHC can have multiple slots, note which slot a specific sdmmc(4) attaches to.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 s
Module Name:src
Committed By: riz
Date: Thu Jul 12 17:07:38 UTC 2012
Modified Files:
src/sys/arch/vax/include [netbsd-6]: cpu.h
Log Message:
Pull up following revision(s) (requested by abs in ticket #407):
sys/arch/vax/include/cpu.h: revision 1.94
Change cpu_idle t
Module Name:src
Committed By: riz
Date: Thu Jul 12 17:11:17 UTC 2012
Modified Files:
src/sys/kern [netbsd-6]: uipc_socket.c
Log Message:
Pull up following revision(s) (requested by chs in ticket #408):
sys/kern/uipc_socket.c: revision 1.211
in soreceive(), handle u
Module Name:src
Committed By: dsl
Date: Thu Jul 12 17:14:39 UTC 2012
Modified Files:
src/sys/arch/amd64/amd64: db_machdep.c
src/sys/arch/i386/i386: db_machdep.c
Log Message:
Neither i386 nor amd64 have had separate syscall_plain/fancy functions
for ages, so this
Module Name:src
Committed By: riz
Date: Thu Jul 12 17:15:17 UTC 2012
Modified Files:
src/sys/arch/powerpc/booke [netbsd-6]: e500_intr.c
Log Message:
Pull up following revision(s) (requested by matt in ticket #409):
sys/arch/powerpc/booke/e500_intr.c: revision 1.18
Module Name:src
Committed By: jakllsch
Date: Thu Jul 12 17:15:27 UTC 2012
Modified Files:
src/sys/dev/sdmmc: sdhc.c
Log Message:
No need to panic on failure to find a divisor.
Additionally, add commented out calculation of actual clock frequency.
To generate a diff of th
Module Name:src
Committed By: riz
Date: Thu Jul 12 17:17:27 UTC 2012
Modified Files:
src/sys/dev/mscp [netbsd-6]: mscp.c mscp.h mscp_subr.c
Log Message:
Pull up following revision(s) (requested by abs in ticket #410):
sys/dev/mscp/mscp.h: revision 1.9
sys/d
Module Name:src
Committed By: matt
Date: Thu Jul 12 17:20:20 UTC 2012
Modified Files:
src/sys/arch/arm/arm: undefined.c
Log Message:
Add event counters for undefined instruction and cp15 instruction emulation.
To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44
Module Name:src
Committed By: matt
Date: Thu Jul 12 17:23:02 UTC 2012
Modified Files:
src/sys/arch/arm/include: byte_swap.h
Log Message:
Use __builtin_constant_p so that we only emit asm when
the expression is not a constant.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: dsl
Date: Thu Jul 12 17:24:47 UTC 2012
Modified Files:
src/sys/fs/ntfs: ntfs_subr.c
Log Message:
Fix build - eg i386/ALL
To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 src/sys/fs/ntfs/ntfs_subr.c
Please note that diffs are no
Module Name:src
Committed By: dsl
Date: Thu Jul 12 17:26:42 UTC 2012
Modified Files:
src/sys/arch/i386/i386: freebsd_syscall.c ibcs2_syscall.c
svr4_syscall.c
Log Message:
No point in having separate xxx_syscall_fancy() and xxx_syscall_plain().
Remove the 'plain
Module Name:src
Committed By: jakllsch
Date: Thu Jul 12 17:27:42 UTC 2012
Modified Files:
src/sys/dev/sdmmc: sdhc.c
Log Message:
Completely rework (and enable) SDHC 1.0 DMA data transfer.
While without a large physically-contiguous buffer the performance
suffers severly,
Module Name:src
Committed By: jakllsch
Date: Thu Jul 12 17:37:24 UTC 2012
Modified Files:
src/sys/dev/pci: sdhc_pci.c
Log Message:
Ricoh R5C822 has working DMA, but does not advertise support for it, use force.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8
Module Name:src
Committed By: dsl
Date: Thu Jul 12 18:13:08 UTC 2012
Modified Files:
src/sys/arch/i386/i386: freebsd_syscall.c ibcs2_syscall.c
svr4_syscall.c
Log Message:
Fix previous - syscall_fancy() didn't contain the check for p_trace_anabled.
To generate
Module Name:src
Committed By: riz
Date: Thu Jul 12 18:29:57 UTC 2012
Modified Files:
src/gnu/dist/gcc4/gcc/config/vax [netbsd-6]: builtins.md
Log Message:
Pull up following revision(s) (requested by ragge in ticket #411):
gnu/dist/gcc4/gcc/config/vax/builtins.md: r
Module Name:src
Committed By: riz
Date: Thu Jul 12 18:32:05 UTC 2012
Modified Files:
src/sys/dev/mscp [netbsd-6]: mscp_disk.c
Log Message:
Pull up following revision(s) (requested by abs in ticket #412):
sys/dev/mscp/mscp_disk.c: revision 1.75
- Unconditionally ini
Module Name:src
Committed By: riz
Date: Thu Jul 12 18:35:10 UTC 2012
Modified Files:
src/common/lib/libc/gen [netbsd-6]: ptree.c
src/sys/sys [netbsd-6]: ptree.h
Log Message:
Pull up following revision(s) (requested by rmind in ticket #413):
common/lib/libc/
Module Name:src
Committed By: christos
Date: Thu Jul 12 18:44:49 UTC 2012
Modified Files:
src/crypto/external/bsd/openssl/lib/libcrypto: idea.inc mdc2.inc
Log Message:
oops, add all the files
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 \
src/crypto/ex
Module Name:src
Committed By: christos
Date: Thu Jul 12 18:46:20 UTC 2012
Modified Files:
src/lib/libedit: readline.c
Log Message:
PR/46678: Ian Wienand: Add stub implementation for rl_free_line_state()
To generate a diff of this commit:
cvs rdiff -u -r1.104 -r1.105 src/
Module Name:src
Committed By: christos
Date: Thu Jul 12 19:11:07 UTC 2012
Modified Files:
src/lib: Makefile
Log Message:
move atf down to fix the build
To generate a diff of this commit:
cvs rdiff -u -r1.184 -r1.185 src/lib/Makefile
Please note that diffs are not public
Module Name:src
Committed By: riz
Date: Thu Jul 12 19:13:42 UTC 2012
Modified Files:
src/doc [netbsd-6]: CHANGES-6.0
Log Message:
Tickets 407-413.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.152 -r1.1.2.153 src/doc/CHANGES-6.0
Please note that diffs are not
Module Name:src
Committed By: riz
Date: Thu Jul 12 19:24:21 UTC 2012
Modified Files:
src/external/historical/nawk/dist [netbsd-6]: b.c lib.c main.c proto.h
run.c
Log Message:
Pull up following revision(s) (requested by christos in ticket #414):
external/histor
Module Name:src
Committed By: riz
Date: Thu Jul 12 19:26:02 UTC 2012
Modified Files:
src/doc [netbsd-6]: CHANGES-6.0
Log Message:
Ticket 414.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.153 -r1.1.2.154 src/doc/CHANGES-6.0
Please note that diffs are not publi
Module Name:xsrc
Committed By: riz
Date: Thu Jul 12 19:42:40 UTC 2012
Modified Files:
xsrc/external/mit/xorg-server/dist/hw/xfree86/common [netbsd-6]:
xf86sbusBus.c
Log Message:
Pull up following revision(s) (requested by macallan in ticket #415):
exter
Module Name:src
Committed By: riz
Date: Thu Jul 12 19:43:15 UTC 2012
Modified Files:
src/doc [netbsd-6]: CHANGES-6.0
Log Message:
Ticket 415.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.154 -r1.1.2.155 src/doc/CHANGES-6.0
Please note that diffs are not publi
Module Name:src
Committed By: christos
Date: Thu Jul 12 20:14:44 UTC 2012
Modified Files:
src/lib: Makefile
Log Message:
don't mention the indirect libm dependency.
To generate a diff of this commit:
cvs rdiff -u -r1.185 -r1.186 src/lib/Makefile
Please note that diffs a
Module Name:src
Committed By: wiz
Date: Thu Jul 12 20:32:34 UTC 2012
Removed Files:
src/external/mit/xorg/lib/xkbdata: Makefile Makefile.xkbdata
src/external/mit/xorg/lib/xkbdata/compat: Makefile
src/external/mit/xorg/lib/xkbdata/geometry: Makefile
s
Module Name:xsrc
Committed By: wiz
Date: Thu Jul 12 20:33:25 UTC 2012
Removed Files:
xsrc/external/mit/xkbdata/dist: COPYING ChangeLog INSTALL Makefile.am
Makefile.in aclocal.m4 config.h.in configure configure.ac
install-sh missing mkinstalldirs xkbr
Module Name:src
Committed By: matt
Date: Thu Jul 12 21:29:04 UTC 2012
Modified Files:
src/sys/arch/arm/include: cdefs.h
Log Message:
Add more arm7 and arm6 variants.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/include/cdefs.h
Please note
Module Name:src
Committed By: matt
Date: Thu Jul 12 21:29:51 UTC 2012
Modified Files:
src/sys/arch/evbarm/include: bus_defs.h
Log Message:
Enable bus_stream options.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evbarm/include/bus_defs.h
Pleas
Module Name:src
Committed By: christos
Date: Thu Jul 12 22:15:29 UTC 2012
Modified Files:
src/external/bsd/atf/lib/libatf-c++: Makefile
Log Message:
depend on more libraries
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/external/bsd/atf/lib/libatf-c++
Module Name:src
Committed By: jakllsch
Date: Thu Jul 12 23:07:06 UTC 2012
Modified Files:
src/sys/dev/sdmmc: sdhc.c
Log Message:
bus_space_*_stream_N() functions are not universally available.
Provite alternate implementation for when they are unavailable.
To generate a
Module Name:src
Committed By: matt
Date: Fri Jul 13 01:15:27 UTC 2012
Modified Files:
src/common/lib/libc/gen: ptree.c
Log Message:
Don't bother testing 0 length keys since they can only have one possible value.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7
Module Name:src
Committed By: matt
Date: Fri Jul 13 05:23:30 UTC 2012
Modified Files:
src/sys/arch/arm/arm: cpufunc.c
src/sys/arch/arm/conf: files.arm
src/sys/arch/arm/include: armreg.h
Log Message:
Begin support for Cortex A5, A7, A15 and expand A8 and A9
Module Name:src
Committed By: skrll
Date: Fri Jul 13 06:02:58 UTC 2012
Modified Files:
src/sys/arch/arm/arm32: pmap.c
Log Message:
Fix a KASSERT. From/OK'ed by matt@
To generate a diff of this commit:
cvs rdiff -u -r1.228 -r1.229 src/sys/arch/arm/arm32/pmap.c
Please not
Module Name:src
Committed By: skrll
Date: Fri Jul 13 06:09:18 UTC 2012
Modified Files:
src/sys/arch/evbarm/conf: files.integrator
Log Message:
Remove commented out lines. sys/arch/evbarm/dev/plcom* exists.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/s
56 matches
Mail list logo