Module Name:src
Committed By: apb
Date: Sun Aug 17 07:05:44 UTC 2014
Modified Files:
src/sbin/ccdconfig: ccdconfig.c
Log Message:
Don't print ccd_size with %zu; it no longer has type size_t.
Instead, cast to uintmax_t and print with %ju.
To generate a diff of this commit
Module Name:src
Committed By: tsutsui
Date: Sun Aug 17 08:54:44 UTC 2014
Modified Files:
src/sys/dev/pci: yds.c
Log Message:
Use C99 struct initializer. Also tweak some inconsistent TAB/space.
No binary change on i386.
To generate a diff of this commit:
cvs rdiff -u -r
Module Name:src
Committed By: wiz
Date: Sun Aug 17 10:01:49 UTC 2014
Modified Files:
src/sys/arch/macppc/dev: abtn.c
Log Message:
Add missing parameter in printf. From Henning Petersen in PR 49122.
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/arc
Module Name:src
Committed By: wiz
Date: Sun Aug 17 10:01:14 UTC 2014
Modified Files:
src/usr.bin/calendar/calendars: calendar.holiday
Log Message:
Fix year of Hawaiian Admission Day. From Henning Petersen in PR 49123.
To generate a diff of this commit:
cvs rdiff -u -r1.2
Module Name:src
Committed By: matt
Date: Sun Aug 17 16:14:19 UTC 2014
Modified Files:
src/libexec/ld.elf_so/arch/vax: rtld_start.S
Log Message:
add a missing register prefix.
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/libexec/ld.elf_so/arch/vax/rtl
Module Name:src
Committed By: matt
Date: Sun Aug 17 16:14:59 UTC 2014
Modified Files:
src/lib/libc/compiler_rt: Makefile.inc
Log Message:
VAX does need __clzsi2
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/lib/libc/compiler_rt/Makefile.inc
Please no
Module Name:src
Committed By: matt
Date: Sun Aug 17 16:25:21 UTC 2014
Modified Files:
src/external/gpl3/gcc/dist/gcc/config/vax: builtins.md vax.c
Log Message:
Rework so that the ctzsi builtin is supported.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 \
Module Name:src
Committed By: matt
Date: Sun Aug 17 16:57:37 UTC 2014
Modified Files:
src/libexec/ld.elf_so/arch/vax: rtld_start.S
Log Message:
Add proper registers for register counts.
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/libexec/ld.elf_so/a
Module Name:src
Committed By: joerg
Date: Sun Aug 17 19:12:59 UTC 2014
Modified Files:
src/external/gpl3/binutils/usr.sbin/dbsym: dbsym.8 dbsym.c
Log Message:
Add new option -P to print only the symbol table size.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1
Module Name:src
Committed By: justin
Date: Sun Aug 17 19:28:46 UTC 2014
Modified Files:
src/sys/rump/librump/rumpvfs: rumpfs.c
Log Message:
Fix memory leak on error case, as reported in
http://m00nbsd.net/ae123a9bae03f7dde5c6d654412daf5a.html#Report-2
To generate a diff
Module Name:src
Committed By: martin
Date: Sun Aug 17 20:22:41 UTC 2014
Modified Files:
src/sys/arch/m68k/include: int_fmtio.h
Log Message:
Revert previous (SCN*FAST*) and make PRI*FAST* identical.
Should fix the default (gcc 4.5 based) build.
To generate a diff of this
Module Name:src
Committed By: joerg
Date: Sun Aug 17 21:17:44 UTC 2014
Modified Files:
src/sys/arch/aarch64/conf: Makefile.aarch64
src/sys/arch/acorn32/conf: EB7500ATX
src/sys/arch/algor/conf: P4032 P5064 P5064-64 P6032
src/sys/arch/amd64/amd64: loco
Module Name:xsrc
Committed By: joerg
Date: Sun Aug 17 22:30:55 UTC 2014
Modified Files:
xsrc/external/mit/xf86-video-nv/dist/src: nv_driver.c
Log Message:
CARD32 uses non-canonical typedefs on i386, so explicitly cast to
uint32_t to fix build with clang.
To generate a di
Module Name:src
Committed By: chs
Date: Sun Aug 17 23:03:58 UTC 2014
Modified Files:
src/sys/kern: exec_elf.c
Log Message:
eliminate COMPAT_OLDNOTE and just always recognize the old notes.
To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 src/sys/kern/exec_el
Module Name:src
Committed By: riastradh
Date: Mon Aug 18 01:17:35 UTC 2014
Modified Files:
src/sys/external/bsd/drm2/ttm: ttm_bo_vm.c
Log Message:
bus_space_mmap cookies are not paddrs, so don't pmap_enter them!
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3
Module Name:src
Committed By: riastradh
Date: Mon Aug 18 01:21:04 UTC 2014
Modified Files:
src/sys/external/bsd/drm2/dist/drm: drm_gem.c
src/sys/external/bsd/drm2/dist/drm/ttm: ttm_bo.c
Log Message:
For gem and ttm objects backed by uvm_aobjs, share the vmobjlock.
Module Name:src
Committed By: riastradh
Date: Mon Aug 18 02:43:27 UTC 2014
Modified Files:
src/sys/external/bsd/drm2/dist/drm/ttm: ttm_bo.c
Log Message:
Simplify previous.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/external/bsd/drm2/dist/drm/ttm/
Module Name:src
Committed By: riastradh
Date: Mon Aug 18 03:14:12 UTC 2014
Modified Files:
src/sys/altq: altq_jobs.c
Log Message:
Fix error branches to avoid leaks, noted by maxv@.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/altq/altq_jobs.c
Plea
Module Name:src
Committed By: riastradh
Date: Mon Aug 18 03:43:10 UTC 2014
Modified Files:
src/sys/dev/ic: oosiop.c
Log Message:
Fix leaks in oosiop_alloc_cb error branches, noted by maxv@.
While here, avoid a sketchy pointer cast that probably falls afoul of
strict alias
Module Name:src
Committed By: riastradh
Date: Mon Aug 18 03:59:27 UTC 2014
Modified Files:
src/sys/dev/rasops: rasops.c
Log Message:
Don't leak f on failure. Noted by maxv@.
Compile-tested only, with zaurus.
To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72
Module Name:src
Committed By: riastradh
Date: Mon Aug 18 04:16:59 UTC 2014
Modified Files:
src/sys/dev/qbus: if_qe.c
Log Message:
Avoid leak in error branch, noted by maxv@, compile-tested for vax.
To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 src/sys/dev
Module Name:src
Committed By: riastradh
Date: Mon Aug 18 04:26:38 UTC 2014
Modified Files:
src/sys/dev/vme: if_ie_vme.c
Log Message:
Sizeof struct ievme, not sizeof size_t.
Noted by maxv@, compile-tested for sparc.
To generate a diff of this commit:
cvs rdiff -u -r1.30
Module Name:src
Committed By: riastradh
Date: Mon Aug 18 04:28:55 UTC 2014
Modified Files:
src/sys/net: if_gre.c
Log Message:
Don't leak in gre_clone_create error branch.
Noted by maxv@, compile-tested for amd64.
To generate a diff of this commit:
cvs rdiff -u -r1.159 -
Module Name:src
Committed By: christos
Date: Mon Aug 18 04:40:52 UTC 2014
Modified Files:
src/external/bsd/bind: Makefile.inc
Log Message:
ALLOW_FILTER__ON_V4 has been renamed to ALLOW_FILTER_ (John D. Baker)
To generate a diff of this commit:
cvs rdiff -u -r1.21
Module Name:src
Committed By: jnemeth
Date: Mon Aug 18 05:21:16 UTC 2014
Modified Files:
src/usr.sbin/syslogd: syslogd.c
Log Message:
- when checking hostname of incoming remote messages, fallback to checking
remote host if the message doesn't contain a hostname
- don't
Module Name:src
Committed By: christos
Date: Mon Aug 18 06:31:24 UTC 2014
Modified Files:
src/sys/arch/amd64/conf: ALL GENERIC XEN3_DOM0 XEN3_DOMU
src/sys/arch/evbarm/conf: BCM5301X BCM56340 CUBIEBOARD GOLDENGATE
MV2120 ODROID ODROID-U SHEEVAPLUG
Module Name:src
Committed By: christos
Date: Mon Aug 18 06:47:59 UTC 2014
Update of /cvsroot/src/external/gpl2/gmake/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv20495
Log Message:
import latest gpl2 make
Status:
Vendor Tag: FSF
Release Tags: make-3-81
Module Name:src
Committed By: christos
Date: Mon Aug 18 06:57:25 UTC 2014
Modified Files:
src/external/gpl2/gmake/dist: Makefile.in
src/external/gpl2/gmake/dist/config: config.guess
src/external/gpl2/gmake/dist/po: Makefile.in.in
Removed Files:
src/e
Module Name:src
Committed By: christos
Date: Mon Aug 18 06:58:52 UTC 2014
Modified Files:
src/tools/gmake: Makefile
Log Message:
switch to the new gmake
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tools/gmake/Makefile
Please note that diffs are not p
29 matches
Mail list logo