Module Name:othersrc
Committed By: wiz
Date: Wed Apr 2 08:50:43 UTC 2014
Modified Files:
othersrc/external/bsd/dust/dist: dust.1
Log Message:
Fix typo, whitespace, use .Ex, use EXIT STATUS instead of RETURN VALUES, use
em-dash.
To generate a diff of this commit:
cvs rdi
Module Name:othersrc
Committed By: wiz
Date: Wed Apr 2 08:55:38 UTC 2014
Modified Files:
othersrc/external/bsd/starsign/dist: starsign.1
Log Message:
Fix xref, consistent casing, use EXIT STATUS instead of RETURN VALUES,
fix typo.
To generate a diff of this commit:
cvs
Module Name:src
Committed By: wiz
Date: Wed Apr 2 10:55:47 UTC 2014
Modified Files:
src/bin/ls: ls.1 ls.c
Log Message:
Apply diff from Igor Sobrado :
We have written a diff to our ls(1) to recover the traditional behaviour
of -f implying -a. This change does not only ac
Module Name:src
Committed By: matt
Date: Wed Apr 2 11:35:36 UTC 2014
Modified Files:
src/sys/arch/arm/footbridge: footbridge_irqhandler.c
footbridge_irqhandler.h
src/sys/arch/cats/cats: autoconf.c
Log Message:
Defer intr evcnt_attach to cpu_configure
Module Name:src
Committed By: matt
Date: Wed Apr 2 11:36:50 UTC 2014
Modified Files:
src/sys/arch/cats/cats: cats_machdep.c
Log Message:
Don't map ebsabootinfo.bt_vargp if it is the same address as the vector page
To generate a diff of this commit:
cvs rdiff -u -r1.77 -
Module Name:src
Committed By: matt
Date: Wed Apr 2 12:04:09 UTC 2014
Modified Files:
src/sys/arch/arm/arm32: pmap.c
Log Message:
Because vector_page might be 0, we have to process the entry L1pt.
Make sure to map the new l2 area after we've grown the kernel.
If msgbufaddr
Module Name:src
Committed By: matt
Date: Wed Apr 2 12:28:54 UTC 2014
Modified Files:
src/sys/arch/arm/arm32: bus_dma.c
Log Message:
Deal with bus_dmamem_unmap of direct mapped KVA.
To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 src/sys/arch/arm/arm32/bus_
Module Name:src
Committed By: matt
Date: Wed Apr 2 12:36:05 UTC 2014
Modified Files:
src/sys/arch/arm/arm32: pmap.c
Log Message:
Really fix locking this time.
To generate a diff of this commit:
cvs rdiff -u -r1.275 -r1.276 src/sys/arch/arm/arm32/pmap.c
Please note that
Module Name:src
Committed By: matt
Date: Wed Apr 2 13:26:22 UTC 2014
Modified Files:
src/sys/arch/arm/arm32: pmap.c
Log Message:
braces are your friends. use them.
To generate a diff of this commit:
cvs rdiff -u -r1.276 -r1.277 src/sys/arch/arm/arm32/pmap.c
Please not
Module Name:src
Committed By: pooka
Date: Wed Apr 2 13:54:42 UTC 2014
Modified Files:
src/lib/librumpuser: rumpuser.c
Log Message:
Always use sysconf() to query host processor count instead of separate
tricks for each platform.
To generate a diff of this commit:
cvs rdi
Module Name:src
Committed By: martin
Date: Wed Apr 2 14:11:25 UTC 2014
Modified Files:
src/libexec/ld.elf_so/arch/sparc64: mdreloc.c
Log Message:
The table of masks applied for each relocation type was wrong for some
relocs with 64bit targets, like GLOB_DAT.
Change some i
Module Name:src
Committed By: matt
Date: Wed Apr 2 14:05:54 UTC 2014
Modified Files:
src/sys/arch/arm/arm32: pmap.c
Log Message:
Init the page_lock to IPL_VM iff VIPT && arm_cache_prefer_mask != 0 otherwise
use IPL_NONE. Don't bother with page_lock for KMPAGEs.
To gene
Module Name:src
Committed By: pooka
Date: Wed Apr 2 14:48:04 UTC 2014
Modified Files:
src/lib/librumpclient: rumpclient.c
Log Message:
On Linux, poll signalfd() when waiting for a kernel response.
This allows the same type of race-free handling of signals as kqueue()
allo
Module Name:src
Committed By: pooka
Date: Wed Apr 2 15:04:19 UTC 2014
Modified Files:
src/lib/librumpclient: rumpclient.c
Log Message:
fix build on NetBSD. also, prevent fd leak in error path
To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 src/lib/librump
Module Name:src
Committed By: skrll
Date: Wed Apr 2 15:35:14 UTC 2014
Modified Files:
src/sys/arch/arm/arm32: pmap.c
Log Message:
Fix non-DIAGNOSTIC build
To generate a diff of this commit:
cvs rdiff -u -r1.278 -r1.279 src/sys/arch/arm/arm32/pmap.c
Please note that dif
Module Name:src
Committed By: seanb
Date: Wed Apr 2 15:35:45 UTC 2014
Modified Files:
src/sys/kern: uipc_domain.c
Log Message:
len argument to strlcpy() was incorrect when copying
out AF_LOCAL sockets in sysctl helper. The entire
buffer wasn't available since sun_path me
Module Name:src
Committed By: matt
Date: Wed Apr 2 15:45:51 UTC 2014
Modified Files:
src/sys/arch/arm/arm32: pmap.c
Log Message:
Mark omd as diagused for the ARM_MMU_EXTENDED case.
To generate a diff of this commit:
cvs rdiff -u -r1.279 -r1.280 src/sys/arch/arm/arm32/pm
Module Name:src
Committed By: para
Date: Wed Apr 2 16:14:50 UTC 2014
Modified Files:
src/sys/kern: subr_vmem.c
Log Message:
bt_refill is and must be called with VM_NOSLEEP set, assert this
fix error path if pool_get returns NULL
To generate a diff of this commit:
cvs rd
Module Name:src
Committed By: justin
Date: Wed Apr 2 17:09:23 UTC 2014
Modified Files:
src/lib/librumpclient: rumpclient.c
src/lib/librumphijack: hijack.c
src/lib/librumpuser: rumpuser_dl.c rumpuser_port.h rumpuser_pth.c
src/sys/rump/include/rump: r
Module Name:src
Committed By: matt
Date: Wed Apr 2 17:19:49 UTC 2014
Modified Files:
src/sys/kern: core_elf32.c
Log Message:
If we are writing PN_XNUM or more phdrs, include one section header and
encode the real # of sections in its sh_info.
To generate a diff of this
Module Name:src
Committed By: matt
Date: Wed Apr 2 17:34:51 UTC 2014
Modified Files:
src/sys/kern [matt-nb5-mips64]: core_elf32.c
src/sys/sys [matt-nb5-mips64]: exec_elf.h
Log Message:
Support coredumps with >= 65535 psections.
To generate a diff of this commit:
Module Name:src
Committed By: skrll
Date: Wed Apr 2 17:36:05 UTC 2014
Modified Files:
src/sys/arch/cats/cats: cats_machdep.c
src/sys/arch/cats/conf: files.cats
Log Message:
Convert cats to the new world order, i.e. arm32_{bootmem,kernel_vm}_init
To generate a di
Module Name:src
Committed By: para
Date: Wed Apr 2 18:09:10 UTC 2014
Modified Files:
src/sys/kern: subr_vmem.c
Log Message:
make condition for ENOMEM consistent with allocation requirement
To generate a diff of this commit:
cvs rdiff -u -r1.91 -r1.92 src/sys/kern/subr_v
Module Name:src
Committed By: pooka
Date: Wed Apr 2 19:37:17 UTC 2014
Modified Files:
src/sys/rump/kern: Makefile.rumpkerncomp
src/sys/rump/kern/lib: Makefile
src/sys/rump/kern/lib/libtime: Makefile time_component.c
src/sys/rump/librump/rumpkern: Ma
Module Name:src
Committed By: pooka
Date: Wed Apr 2 19:44:15 UTC 2014
Modified Files:
src/sys/rump/net/lib/libvirtif: if_virt.c
Log Message:
use if_initname() instead of homegrown sprintf
To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 src/sys/rump/net/lib
Module Name:src
Committed By: wiz
Date: Wed Apr 2 19:54:30 UTC 2014
Modified Files:
src/bin/ls: ls.1
Log Message:
Wording improvement for previous.
>From jmc@OpenBSD via Igor Sobrado.
To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 src/bin/ls/ls.1
Please
Module Name:src
Committed By: tron
Date: Wed Apr 2 20:27:28 UTC 2014
Modified Files:
src/crypto/external/bsd/openssl/dist/crypto/bn: bn.h bn_lib.c
src/crypto/external/bsd/openssl/dist/crypto/ec: ec2_mult.c
Log Message:
Add fix for CVE-2014-0076 taken from OpenSSL
Module Name:src
Committed By: joerg
Date: Wed Apr 2 22:22:37 UTC 2014
Modified Files:
src/sys/lib/libunwind: AddressSpace.hpp
Log Message:
SH3 uses unaligned data in the .eh_frame section, so use memcpy.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sy
Module Name:src
Committed By: joerg
Date: Wed Apr 2 22:34:29 UTC 2014
Modified Files:
src/share/mk: bsd.own.mk
src/sys/lib/libunwind: Registers.hpp libunwind.cxx unwind_registers.S
Log Message:
Support SH3 in our unwinder.
To generate a diff of this commit:
cvs
Module Name:src
Committed By: ozaki-r
Date: Thu Apr 3 01:36:20 UTC 2014
Modified Files:
src/distrib/utils/embedded/conf: rpi_inst.conf
Log Message:
Include evbarm.conf as same as other conf files
evbarm.conf ensures ${mnt}/boot exists so that it avoids the error:
/home
Module Name:src
Committed By: riastradh
Date: Thu Apr 3 02:40:45 UTC 2014
Modified Files:
src/external/mit/xorg/server/xorg-server/hw/xfree86/Xorg: Makefile
Log Message:
Link Xorg with -lpthread on x86.
This will be needed by the new xf86-video-intel, which uses pthreads
Module Name:xsrc
Committed By: riastradh
Date: Thu Apr 3 02:50:30 UTC 2014
Modified Files:
xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810: i810_dri.c
Removed Files:
xsrc/external/mit/xf86-video-intel/dist: acinclude.m4
xsrc/external/mit/xf86-video-
Module Name:src
Committed By: riastradh
Date: Thu Apr 3 02:51:20 UTC 2014
Modified Files:
src/distrib/sets/lists/xdebug: md.amd64 md.i386
src/distrib/sets/lists/xserver: md.amd64 md.i386
src/external/mit/xorg/lib/libI810XvMC: Makefile
src/external/m
Module Name:xsrc
Committed By: riastradh
Date: Thu Apr 3 03:59:19 UTC 2014
Modified Files:
xsrc/external/mit/xf86-video-intel/dist/src/sna: kgem.c
Log Message:
Use drmMap rather than mmap directly, to invoke the ioctl on NetBSD.
To generate a diff of this commit:
cvs rd
Module Name:src
Committed By: riastradh
Date: Thu Apr 3 05:48:02 UTC 2014
Modified Files:
src/sys/external/bsd/drm2/dist/drm: drm_bufs.c
src/sys/external/bsd/drm2/drm: drm_fops.c
Log Message:
Fix up removal of _DRM_SHM mappings and the hardware lock.
To generate
Module Name:src
Committed By: skrll
Date: Thu Apr 3 06:07:22 UTC 2014
Modified Files:
src/sys/external/bsd/dwc2: dwctwo2netbsd
Log Message:
New dwc2 location - it moved out of staging.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/external/bsd/dwc2
Module Name:src
Committed By: skrll
Date: Thu Apr 3 06:10:59 UTC 2014
Update of /cvsroot/src/sys/external/bsd/dwc2/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv12391
Log Message:
Import dwc2 2014-04-03
Status:
Vendor Tag: SYNOPSYS
Release Tags: dwc2-2014-04-03
Module Name:src
Committed By: skrll
Date: Thu Apr 3 06:34:58 UTC 2014
Modified Files:
src/sys/external/bsd/dwc2/dist: dwc2_core.c dwc2_core.h dwc2_coreintr.c
dwc2_hcd.c dwc2_hcd.h dwc2_hcdddma.c dwc2_hcdintr.c dwc2_hcdqueue.c
Log Message:
Merge conflicts.
To
38 matches
Mail list logo