Module Name:src
Committed By: martin
Date: Thu Aug 14 09:02:18 UTC 2014
Modified Files:
src/sys/arch/vax/include: mutex.h
Log Message:
Previously we used unsigned long int as __uintptr_t, but gcc prefers
__UINTPTR_TYPE__ as unsigned int, and now we use that for __uintptr_t
Module Name:src
Committed By: martin
Date: Thu Aug 14 09:17:32 UTC 2014
Modified Files:
src/sys/arch/vax/include: int_fmtio.h
Log Message:
intptr_t and uintptr_t are not long any more.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/vax/include/i
Module Name:src
Committed By: martin
Date: Thu Aug 14 11:28:13 UTC 2014
Modified Files:
src/sys/arch/vax/include: int_fmtio.h mutex.h
Log Message:
Revert previous changes, gcc configuration will be adapted instead.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r
Module Name:src
Committed By: matt
Date: Thu Aug 14 11:32:18 UTC 2014
Modified Files:
src/external/gpl3/gcc/dist/gcc/config/vax: netbsd-elf.h
Log Message:
Force INTPTR_TYPE/UINTPTR_TYPE to long int/unsigned long int.
(same types as PTRDIFF_TYPE/SIZE_TYPE)
To generate a d
Module Name:src
Committed By: reinoud
Date: Thu Aug 14 12:48:52 UTC 2014
Modified Files:
src/sys/arch/evbarm/conf: std.odroid
Log Message:
Set __NO_FIQ for the Exynos processors are shipped with SecureCore enabled
gics and FIQs are for the secure part only.
To generate a
Module Name:src
Committed By: maxv
Date: Thu Aug 14 14:06:53 UTC 2014
Modified Files:
src/sys/fs/ptyfs: ptyfs_vfsops.c
Log Message:
Overflow if *data_len == OSIZE and args->version >= PTYFS_ARGSVERSION.
Sent on tech-kern@, ok christos@
To generate a diff of this commit:
Module Name:src
Committed By: matt
Date: Thu Aug 14 14:21:03 UTC 2014
Modified Files:
src/sys/arch/vax/include: int_fmtio.h
Log Message:
Fix SCN?FAST{8,16} formats to match reality (int) in gcc4.8.3
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch
Module Name:src
Committed By: matt
Date: Thu Aug 14 15:14:45 UTC 2014
Modified Files:
src/share/mk: bsd.sys.mk
Log Message:
Fix typo in OBJCOPYLIBFLAGS_EXTRA for aarch64eb.
To generate a diff of this commit:
cvs rdiff -u -r1.242 -r1.243 src/share/mk/bsd.sys.mk
Please no
Module Name:src
Committed By: matt
Date: Thu Aug 14 15:16:21 UTC 2014
Modified Files:
src/external/gpl3/gcc/dist/gcc/config/mips: netbsd.h
Log Message:
Fix INTPTR_TYPE/UINTPTR_TYPE for n32.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/gpl3/gcc
Module Name:src
Committed By: apb
Date: Thu Aug 14 15:31:12 UTC 2014
Modified Files:
src/usr.bin/man: man.c
Log Message:
For an argument to be interpreted as a local file name, bypassing the
search rules in man.conf or MANPATH, it must begin with "/", "./", or
"../". Simp
Module Name:src
Committed By: reinoud
Date: Thu Aug 14 15:39:31 UTC 2014
Modified Files:
src/sys/arch/arm/samsung: exynos4_reg.h
Log Message:
Adjust AUDIOCORE mapping for exynos4 to map in entire piece.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/
Module Name:src
Committed By: reinoud
Date: Thu Aug 14 15:41:07 UTC 2014
Modified Files:
src/sys/arch/arm/samsung: exynos5_reg.h
Log Message:
Rename C2C gpio to match the naming scheme
Add I2S gpio offset
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/
Module Name:src
Committed By: reinoud
Date: Thu Aug 14 15:42:31 UTC 2014
Modified Files:
src/sys/arch/arm/samsung: exynos_gpio.c
Log Message:
Add GPIO definitions for Exynos5 series (taken from 5250)
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arc
Module Name:src
Committed By: reinoud
Date: Thu Aug 14 15:44:42 UTC 2014
Modified Files:
src/sys/arch/evbarm/odroid: odroid_machdep.c
Log Message:
Add gpio not connected definitions for Exynos5
While here, increase delay around lan9730 powercycle timing to improve its
res
Module Name:src
Committed By: apb
Date: Thu Aug 14 15:44:47 UTC 2014
Modified Files:
src/usr.bin/man: man.1
Log Message:
More detail about treating a local file as a man page,
and about how to request machine-specific man pages.
re
To generate a diff of this commit:
cvs
Module Name:src
Committed By: reinoud
Date: Thu Aug 14 15:46:57 UTC 2014
Modified Files:
src/sys/arch/arm/samsung: exynos5_loc.c
Log Message:
Add exyogpio device attachment for exynos5
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/arm/samsung/e
Module Name:src
Committed By: apb
Date: Thu Aug 14 15:50:42 UTC 2014
Modified Files:
src/share/man/man8: boot.8
Log Message:
Add some examples of machine-specific foo/boot.8 man pages.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/share/man/man8/boot.
Module Name:src
Committed By: reinoud
Date: Thu Aug 14 15:57:51 UTC 2014
Modified Files:
src/sys/arch/evbarm/odroid: odroid_machdep.c
Log Message:
Allow bits to be used for the usb hub on Odroid-XU
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/sys/arc
Module Name:src
Committed By: riastradh
Date: Thu Aug 14 16:25:20 UTC 2014
Modified Files:
src/distrib/sets/lists/debug: mi
Log Message:
Add tar.debug and cpio.debug to lists for MKBSDTAR=yes MKDEBUG=yes.
To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1.82 src/
Module Name:src
Committed By: riastradh
Date: Thu Aug 14 16:26:21 UTC 2014
Modified Files:
src/distrib/sets/lists/modules: md.amd64
Log Message:
Add dtrace modules to amd64-xen module set list. Hi jnemeth!
To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 sr
Module Name:src
Committed By: riastradh
Date: Thu Aug 14 16:27:18 UTC 2014
Modified Files:
src/distrib/amd64/cdroms: Makefile.cdrom
src/distrib/i386/cdroms: Makefile.cdrom
src/distrib/sparc64/cdroms/installcd: Makefile
src/distrib/vax/cdroms/installc
Module Name:src
Committed By: riastradh
Date: Thu Aug 14 16:27:56 UTC 2014
Modified Files:
src/sys/kern: init_main.c
src/sys/rump/librump/rumpkern: rump.c
Log Message:
Defer cprng_fast_init until CPUs are detected.
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: riastradh
Date: Thu Aug 14 16:28:30 UTC 2014
Modified Files:
src/sys/kern: subr_cprng.c
Log Message:
Lock cprng->cs_lock around rndsink_request to avoid race with callback.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sy
Module Name:src
Committed By: riastradh
Date: Thu Aug 14 16:28:49 UTC 2014
Modified Files:
src/sys/rump/librump/rumpkern: rump.c
Log Message:
Restore placement of percpu_init in rump_init.
Probably doesn't matter, but let's avoid needless churn around the
real bug fix.
Module Name:src
Committed By: martin
Date: Thu Aug 14 16:32:11 UTC 2014
Modified Files:
src/sys/arch/evbarm/conf: RPI_INSTALL
Log Message:
Bump ramdisk size (since we added loads of firmware to it)
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/
Module Name:src
Committed By: riastradh
Date: Thu Aug 14 16:47:52 UTC 2014
Modified Files:
src/sys/external/bsd/drm2/ttm: ttm_agp_backend.c
Log Message:
Use ttm_dma_tt_init in ttm_agp_tt_create so we can use ttm_bus_dma.
To generate a diff of this commit:
cvs rdiff -u -r
Module Name:src
Committed By: riastradh
Date: Thu Aug 14 16:50:22 UTC 2014
Modified Files:
src/sys/external/bsd/drm2/ttm: ttm_agp_backend.c
Log Message:
Zero ttm_agp objects on creation.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/external/bsd/drm
Module Name:src
Committed By: joerg
Date: Thu Aug 14 16:55:02 UTC 2014
Modified Files:
src/sys/arch/arm/xscale: ixp425_npe.c
Log Message:
Remove tautologies.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/arm/xscale/ixp425_npe.c
Please note t
Module Name:src
Committed By: maxv
Date: Thu Aug 14 17:29:30 UTC 2014
Modified Files:
src/sys/compat/svr4: svr4_stat.c
Log Message:
http://m00nbsd.net/ae123a9bae03f7dde5c6d654412daf5a.html#Report-2
#06-0x01: Empty compiler block
ok christos@
To generate a diff
Module Name:src
Committed By: joerg
Date: Thu Aug 14 18:38:30 UTC 2014
Modified Files:
src/distrib/evbarm/instkernel/sshramdisk: Makefile
src/sys/arch/evbarm/conf: RPI_INSTALL
Log Message:
LLVM sshramdisk needs 8.9MB, so bump again.
To generate a diff of this com
Module Name:src
Committed By: joerg
Date: Thu Aug 14 18:39:39 UTC 2014
Modified Files:
src/share/mk: bsd.sys.mk
src/sys/arch/aarch64/conf: Makefile.aarch64
src/sys/arch/arm/conf: Makefile.arm
Log Message:
Use wildcards for stripping/preserving the mapping s
Module Name:xsrc
Committed By: mrg
Date: Thu Aug 14 20:56:10 UTC 2014
Modified Files:
xsrc/external/mit/libdrm/dist/radeon: radeon_bo_gem.c
Log Message:
convert an mmap() to drmMap().
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 xsrc/external/mit/libdrm/di
Module Name:src
Committed By: joerg
Date: Thu Aug 14 20:59:54 UTC 2014
Modified Files:
src/sys/arch/arm/conf: Makefile.arm
Log Message:
Do the wildcard symbol dance for the debug case as well.
To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/sys/arch/arm
33 matches
Mail list logo