Module Name:src
Committed By: hannken
Date: Wed Jan 29 08:27:04 UTC 2014
Modified Files:
src/sys/miscfs/genfs: layer_subr.c layer_vnops.c
Log Message:
Allow layer_node_create() with unlocked lower node and change
layer_bypass() to enter nodes from creation operations unloc
Module Name:src
Committed By: martin
Date: Wed Jan 29 10:20:11 UTC 2014
Modified Files:
src/common/lib/libc/arch/m68k/atomic: Makefile.inc atomic_cas_68000.S
Log Message:
Provide _atomic_cas_8_up and _atomic_cas_16_up as assembler functions
To generate a diff of this com
Module Name:src
Committed By: skrll
Date: Wed Jan 29 11:03:04 UTC 2014
Modified Files:
src/common/lib/libc/arch/hppa/atomic: Makefile.inc atomic_cas_up.S
Log Message:
Provide _atomic_cas_8_up and _atomic_cas_16_up functions
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: skrll
Date: Wed Jan 29 11:34:25 UTC 2014
Modified Files:
src/common/lib/libc/arch/hppa/atomic: atomic_cas_up.S
Log Message:
Copyright
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/common/lib/libc/arch/hppa/atomic/atomic_cas
Module Name:src
Committed By: skrll
Date: Wed Jan 29 12:56:28 UTC 2014
Modified Files:
src/usr.sbin/postinstall: postinstall
Log Message:
Remove harmful whitespace. Now the /var/shm check can succeed quietly.
To generate a diff of this commit:
cvs rdiff -u -r1.162 -r1.16
Module Name:src
Committed By: martin
Date: Wed Jan 29 13:06:36 UTC 2014
Modified Files:
src/common/lib/libc/arch/sparc/atomic: Makefile.inc atomic_cas_up.S
Log Message:
Provide _atomic_cas_{16,8}_up
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/common
Module Name:src
Committed By: joerg
Date: Wed Jan 29 14:21:49 UTC 2014
Update of /cvsroot/src/sys/external/bsd/compiler_rt/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv3229
Log Message:
Fix builtin shadowing in PowerPC specific code. Implement clzdi/clzsi
for ARM.
Status:
V
Module Name:src
Committed By: martin
Date: Wed Jan 29 14:44:32 UTC 2014
Modified Files:
src/common/lib/libc/atomic: atomic_init_testset.c
Log Message:
Fix copy&pasto
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/common/lib/libc/atomic/atomic_init_test
Module Name:src
Committed By: martin
Date: Wed Jan 29 14:49:35 UTC 2014
Modified Files:
src/common/lib/libc/atomic: atomic_init_testset.c
Log Message:
Fix a few more copy&pastos - now it actually builds.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/c
Module Name:src
Committed By: joerg
Date: Wed Jan 29 15:59:12 UTC 2014
Modified Files:
src/common/lib/libc/atomic: atomic_add_32_cas.c atomic_and_32_cas.c
atomic_or_32_cas.c
Log Message:
Fix up the remaining __sync_* functions to build with Clang on ARM.
To g
Module Name:src
Committed By: pooka
Date: Wed Jan 29 18:42:14 UTC 2014
Modified Files:
src/sys/rump/librump/rumpkern: emul.c rump.c
Log Message:
lwp0 needs l_proc set for panic->cpu_reboot to dump core the right way
To generate a diff of this commit:
cvs rdiff -u -r1.161
Module Name:src
Committed By: matt
Date: Wed Jan 29 18:45:21 UTC 2014
Modified Files:
src/sys/arch/arm/arm: syscall.c undefined.c
src/sys/arch/arm/arm32: fault.c
src/sys/arch/arm/include: locore.h
Log Message:
Add read_insn and read_thumb_insn inlines to hi
Module Name:src
Committed By: matt
Date: Wed Jan 29 18:51:37 UTC 2014
Modified Files:
src/sys/arch/arm/include: int_fmtio.h int_mwgwtypes.h
Log Message:
Make {,u}int{8,16,32} be of type int.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/arm/inc
Module Name:src
Committed By: matt
Date: Wed Jan 29 19:00:08 UTC 2014
Modified Files:
src/sys/arch/arm/include: elf_machdep.h
Log Message:
Remove AArch64 stuff.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/arm/include/elf_machdep.h
Please n
Module Name:src
Committed By: riastradh
Date: Wed Jan 29 19:47:09 UTC 2014
Modified Files:
src/sys/external/bsd/drm2/i915drm [riastradh-drm2]: i915_pci.c
Log Message:
Defer i915drm_attach_framebuffer until interrupts are running.
The i915 code initialization relies on cou
Module Name:src
Committed By: riastradh
Date: Wed Jan 29 19:46:51 UTC 2014
Modified Files:
src/sys/arch/amd64/conf [riastradh-drm2]: NO_DRM
Log Message:
Include genfb in NO_DRM kernel rather than modularizing.
Modularizing required a bunch of hacks (wscons/genfb/&c. is no
Module Name:src
Committed By: riastradh
Date: Wed Jan 29 19:48:45 UTC 2014
Modified Files:
src/sys/dev/wsfb [riastradh-drm2]: genfb.c
Log Message:
Make genfb replay the msgbuf only if it's becoming the console.
To generate a diff of this commit:
cvs rdiff -u -r1.50.8.1 -
Module Name:src
Committed By: riastradh
Date: Wed Jan 29 19:48:29 UTC 2014
Modified Files:
src/sys/dev/wsfb [riastradh-drm2]: genfb.c
Log Message:
Make genfb_attach configure the wsemuldisplaydev attribute.
To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.50.8.
Module Name:src
Committed By: riastradh
Date: Wed Jan 29 19:48:14 UTC 2014
Modified Files:
src/sys/external/bsd/drm2/i915drm [riastradh-drm2]: i915_pci.c
Log Message:
Make i915drm_match return 6 to beat genfb_pci no matter what.
To generate a diff of this commit:
cvs rdi
Module Name:src
Committed By: riastradh
Date: Wed Jan 29 19:47:38 UTC 2014
Modified Files:
src/sys/conf [riastradh-drm2]: files
src/sys/dev/pci [riastradh-drm2]: files.pci
src/sys/dev/wsfb [riastradh-drm2]: files.wsfb
src/sys/external/bsd/drm2/conf [
Module Name:src
Committed By: riastradh
Date: Wed Jan 29 19:47:54 UTC 2014
Modified Files:
src/sys/conf [riastradh-drm2]: majors
Log Message:
Give drmkms its own device major so it doesn't compete with old drm.
To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.6
Module Name:src
Committed By: riastradh
Date: Wed Jan 29 19:52:12 UTC 2014
Modified Files:
src/sys/dev/wscons [riastradh-drm2]: wsdisplay_vconsvar.h
src/sys/dev/wsfb [riastradh-drm2]: genfb.c genfbvar.h
Log Message:
Make genfb a little friendlier to modules.
This
Module Name:src
Committed By: bouyer
Date: Wed Jan 29 20:13:04 UTC 2014
Modified Files:
src/sys/ufs/ufs: ufs_quota2.c
Log Message:
Patch from Edgar Fu� on tech-kern:
set grace time if lowering the limit cause the user/group to now be overquota.
To generate a diff of this
Module Name:src
Committed By: bouyer
Date: Wed Jan 29 20:57:49 UTC 2014
Modified Files:
src/lib/csu/common: crtbegin.c
Log Message:
Also make sure the __CTOR_LIST__ is just aligned to a pointer boundary.
By default, mips N32 will aligned to a 64-bit boundary not 32-bit
whi
Module Name:src
Committed By: joerg
Date: Wed Jan 29 22:29:43 UTC 2014
Modified Files:
src/common/lib/libc/arch/arm/gen: __aeabi_idiv0.c __aeabi_ldiv0.c
Log Message:
Kernel and standalone code uses panic() for broken code.
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: joerg
Date: Wed Jan 29 22:30:24 UTC 2014
Modified Files:
src/sys/lib/libkern: Makefile.compiler-rt
Log Message:
For ARM EABI, includ divide-by-0 trap handlers.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/lib/libkern/M
Module Name:src
Committed By: joerg
Date: Wed Jan 29 22:35:53 UTC 2014
Modified Files:
src/distrib/sets: sets.subr
Log Message:
Update for libgcc->libgcc_eh change.
To generate a diff of this commit:
cvs rdiff -u -r1.159 -r1.160 src/distrib/sets/sets.subr
Please note th
Module Name:src
Committed By: joerg
Date: Wed Jan 29 22:38:18 UTC 2014
Modified Files:
src/lib/libc/compiler_rt: Makefile.inc
Log Message:
Long double support builds for PPC now.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/lib/libc/compiler_rt/Makef
Module Name:src
Committed By: matt
Date: Wed Jan 29 22:39:47 UTC 2014
Modified Files:
src/external/gpl3/binutils/dist/ld: configure.tgt
Log Message:
Add missing emulations for armelf{,b}_nbsd
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/external/gpl3
Module Name:src
Committed By: matt
Date: Wed Jan 29 23:16:14 UTC 2014
Modified Files:
src/external/gpl3/binutils/dist/ld: configure.tgt
Log Message:
Fix typo bsd -> nbsd
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/external/gpl3/binutils/dist/ld/conf
Module Name:src
Committed By: joerg
Date: Wed Jan 29 23:35:13 UTC 2014
Modified Files:
src/tools/binutils: Makefile
Log Message:
For the tools build, always use the Bison-created m68 asm parser.
Fixes build on Linux, where the glibc guards trip up the
"must-be-included-fir
Module Name:src
Committed By: joerg
Date: Wed Jan 29 23:37:18 UTC 2014
Modified Files:
src/common/lib/libc: Makefile.inc
src/lib/libc: Makefile
src/lib/libc/arch/arm: Makefile.inc
src/lib/libc/arch/arm/gen: Makefile.inc
src/lib/libm: Makefile
Module Name:src
Committed By: matt
Date: Wed Jan 29 23:47:35 UTC 2014
Modified Files:
src/sys/arch/arm/include: int_types.h
Log Message:
Deal with the case when __UINT_TYPE__ is defined as well
__INT_TYPE__ is defined. We make the assumption that if the former is
defined,
Module Name:src
Committed By: matt
Date: Thu Jan 30 00:07:35 UTC 2014
Modified Files:
src/sys/arch/evbarm/conf: mk.cubie
Log Message:
For BE kernels, pass --be8 to the linker
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/evbarm/conf/mk.cubie
P
Module Name:src
Committed By: matt
Date: Thu Jan 30 00:08:46 UTC 2014
Modified Files:
src/sys/arch/evbarm/cubie: cubie_machdep.c
Log Message:
Print uboot_args using PRIxPTR
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/evbarm/cubie/cubie_machd
Module Name:src
Committed By: matt
Date: Thu Jan 30 01:06:11 UTC 2014
Modified Files:
src/external/gpl3/gcc/dist/gcc/config/arm: netbsd-elf.h
Log Message:
Make {,U}INTPTR_TYPE long
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 \
src/external/gpl3/gcc/di
Module Name:src
Committed By: mrg
Date: Thu Jan 30 02:51:41 UTC 2014
Modified Files:
src/libexec/httpd: bozohttpd.c
Log Message:
move a variable into the scope of its use, where the assignment
has already validated the pointers used. fixes a bug reported
in private email
Module Name:src
Committed By: matt
Date: Thu Jan 30 06:38:00 UTC 2014
Modified Files:
src/sys/arch/arm/include: locore.h
Log Message:
ldrht is v6t2 or later so use ldrt and extract the right halfword.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/ar
Module Name:src
Committed By: matt
Date: Thu Jan 30 06:39:16 UTC 2014
Modified Files:
src/common/lib/libc/arch/arm/atomic: atomic_swap.S
Log Message:
switch to unified syntax
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/common/lib/libc/arch/arm/atomic/
Module Name:src
Committed By: wiz
Date: Thu Jan 30 06:49:16 UTC 2014
Modified Files:
src/distrib/sets/lists/comp: mi
src/lib/libz: Makefile
Added Files:
src/lib/libz: zlib.pc
Log Message:
Install a pkg-config file for zlib.
To generate a diff of this comm
40 matches
Mail list logo