Module Name:src
Committed By: mrg
Date: Sat Aug 20 23:56:20 UTC 2016
Modified Files:
src/distrib/sets/lists/xdebug: md.amd64 md.i386 md.macppc md.ofppc
md.shark
src/distrib/sets/lists/xserver: md.amd64 md.i386 md.macppc md.ofppc
md.shark
Module Name:xsrc
Committed By: mrg
Date: Sat Aug 20 21:50:44 UTC 2016
Modified Files:
xsrc/external/mit/xf86-video-chips/dist/src: ct_driver.c
Log Message:
port this to xorg-server 1.18 and libpciaccess fully. not tested.
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: jdolecek
Date: Sat Aug 20 21:22:25 UTC 2016
Modified Files:
src/sys/ufs/ext2fs: ext2fs_vfsops.c
Log Message:
fix code which sets REV1 e2fs_fsmnt, set also mount time and mount count
To generate a diff of this commit:
cvs rdiff -u -r1.201 -r1
Module Name:xsrc
Committed By: mrg
Date: Sat Aug 20 21:15:07 UTC 2016
Modified Files:
xsrc/external/mit/xorg-server/dist/hw/xfree86/common: xf86AutoConfig.c
xf86sbusBus.c xf86sbusBus.h
xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/bus: Sbus.c
Module Name:src
Committed By: mrg
Date: Sat Aug 20 20:22:54 UTC 2016
Modified Files:
src/external/mit/xorg/server/drivers/xf86-video-nouveau: Makefile
src/external/mit/xorg/server/drivers/xf86-video-openchrome: Makefile
src/external/mit/xorg/server/drivers/x
Module Name:src
Committed By: joerg
Date: Sat Aug 20 20:19:08 UTC 2016
Modified Files:
src/external/mit/xorg/lib/libdrm: Makefile
Log Message:
Don't bail out on #warning for clang either.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/external/mit/xorg
Module Name:src
Committed By: mrg
Date: Sat Aug 20 20:09:47 UTC 2016
Modified Files:
src/sys/uvm/pmap: pmap.c
Log Message:
put a variable under the #ifdef it's only used in.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sys/uvm/pmap/pmap.c
Please not
Module Name:src
Committed By: jdolecek
Date: Sat Aug 20 20:05:28 UTC 2016
Modified Files:
src/sys/ufs/ext2fs: ext2fs_vfsops.c
Log Message:
adjust ext2fs_loadvnode_content() to do the sanity checking before allocating
memory, and avoid reallocaing memory on vnode reload
T
Module Name:src
Committed By: jdolecek
Date: Sat Aug 20 19:53:43 UTC 2016
Modified Files:
src/sys/ufs/ext2fs: ext2fs_alloc.c
Log Message:
modify the comment to note code needs to brele() to have a shot on actually
working
To generate a diff of this commit:
cvs rdiff -u -
Module Name:src
Committed By: jdolecek
Date: Sat Aug 20 19:51:50 UTC 2016
Modified Files:
src/sys/ufs/ext2fs: ext2fs_alloc.c
Log Message:
#if 0 the check for ext2fs_mapsearch() failure (similar what was done
for ffs counterpart), it actually never fails, it panics instead
Module Name:xsrc
Committed By: mrg
Date: Sat Aug 20 19:49:51 UTC 2016
Modified Files:
xsrc/external/mit/xf86-video-chips/dist/src: ct_driver.c
Log Message:
fix the merge botch fix properly. fixes shark builds.
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.2
Module Name:src
Committed By: jdolecek
Date: Sat Aug 20 19:47:44 UTC 2016
Modified Files:
src/sys/ufs/ext2fs: ext2fs.h ext2fs_alloc.c ext2fs_bswap.c
ext2fs_extern.h ext2fs_vfsops.c
Log Message:
add support for GDT_CSUM AKA uninit_bg feature
To generate a diff
Module Name:src
Committed By: christos
Date: Sat Aug 20 19:46:55 UTC 2016
Modified Files:
src/sys/arch/i386/i386: gdt.c
Log Message:
fix the build
To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 src/sys/arch/i386/i386/gdt.c
Please note that diffs are not p
Module Name:src
Committed By: jdolecek
Date: Sat Aug 20 19:45:20 UTC 2016
Modified Files:
src/sys/ufs/ext2fs: ext2fs_htree.c
Log Message:
whitespace fix
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/ufs/ext2fs/ext2fs_htree.c
Please note that diffs
Module Name:src
Committed By: jdolecek
Date: Sat Aug 20 19:44:46 UTC 2016
Modified Files:
src/sys/dev/usb: utoppy.c
Added Files:
src/sys/lib/libkern: crc16.h
Log Message:
extract crc16 code from utoppy driver to a separate file in libkern, for use
by ext2fs; every
Module Name:src
Committed By: maxv
Date: Sat Aug 20 18:31:06 UTC 2016
Modified Files:
src/sys/arch/amd64/amd64: gdt.c
src/sys/arch/amd64/include: gdt.h
Log Message:
Make this area compile, even if we don't support USER_LDT on amd64.
To generate a diff of this com
Module Name:src
Committed By: nakayama
Date: Sat Aug 20 18:21:18 UTC 2016
Modified Files:
src/sys/arch/sparc64/dev: ldc.c vdsk.c
Log Message:
Avoid "cast to pointer from integer of different size" warning on
32-bit kernels.
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: maxv
Date: Sat Aug 20 18:04:04 UTC 2016
Modified Files:
src/sys/arch/amd64/amd64: gdt.c
Log Message:
The GDT needs to be grown on each CPU, and not just gdtstore (cpu0).
Otherwise, if the caller gets switched to another CPU, the kernel will
en
Module Name:src
Committed By: christos
Date: Sat Aug 20 17:34:24 UTC 2016
Modified Files:
src/sys/arch/amd64/amd64: gdt.c
Log Message:
fix the build.
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/sys/arch/amd64/amd64/gdt.c
Please note that diffs are
Module Name:src
Committed By: wiz
Date: Sat Aug 20 17:09:34 UTC 2016
Modified Files:
src/doc: 3RDPARTY
Log Message:
binutils-2.27 out.
To generate a diff of this commit:
cvs rdiff -u -r1.1352 -r1.1353 src/doc/3RDPARTY
Please note that diffs are not public domain; they a
Module Name:src
Committed By: christos
Date: Sat Aug 20 17:06:18 UTC 2016
Modified Files:
src/tests/rump/modautoload: Makefile
Log Message:
add missing library dependencies.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/rump/modautoload/Makefile
Module Name:xsrc
Committed By: macallan
Date: Sat Aug 20 16:21:09 UTC 2016
Modified Files:
xsrc/external/mit/xf86-video-chips/dist/src: ct_accel.c
Log Message:
make this compile
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 \
xsrc/external/mit/xf86-vide
Module Name:src
Committed By: christos
Date: Sat Aug 20 16:11:07 UTC 2016
Modified Files:
src/share/mk: bsd.README
Log Message:
mention the default for MKUNBOUND
To generate a diff of this commit:
cvs rdiff -u -r1.355 -r1.356 src/share/mk/bsd.README
Please note that dif
Module Name:src
Committed By: maxv
Date: Sat Aug 20 16:05:49 UTC 2016
Modified Files:
src/sys/arch/amd64/amd64: gdt.c
src/sys/arch/i386/i386: gdt.c
src/sys/arch/i386/include: gdt.h
Log Message:
Localify.
To generate a diff of this commit:
cvs rdiff -u -r1
Module Name:src
Committed By: christos
Date: Sat Aug 20 15:50:50 UTC 2016
Modified Files:
src/sys/rump/librump/rumpkern: Makefile.rumpkern
Log Message:
need kern_ssp.c for a full SSP build.
To generate a diff of this commit:
cvs rdiff -u -r1.167 -r1.168 src/sys/rump/libr
Module Name:src
Committed By: christos
Date: Sat Aug 20 15:49:08 UTC 2016
Modified Files:
src/tests: h_macros.h
Log Message:
provide an RL variant that prints an extra argument
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/tests/h_macros.h
Please not
Module Name:src
Committed By: christos
Date: Sat Aug 20 15:48:18 UTC 2016
Modified Files:
src/tests/fs/vfs: t_vnops.c
Log Message:
- use snprintf
- print the argument that caused the error
To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 src/tests/fs/vfs/t_v
Module Name:src
Committed By: christos
Date: Sat Aug 20 15:24:29 UTC 2016
Modified Files:
src/external/bsd/unbound/lib/libunbound: Makefile
Log Message:
avoid yacc regeneration (lex does not need it, because their file is called
.lex and we don't have rules for that)
To
Module Name:src
Committed By: wiz
Date: Sat Aug 20 12:41:31 UTC 2016
Modified Files:
src/share/man/man9: vnode.9
Log Message:
Bump date for previous.
To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 src/share/man/man9/vnode.9
Please note that diffs are not
Module Name:src
Committed By: hannken
Date: Sat Aug 20 12:37:10 UTC 2016
Modified Files:
src/distrib/sets/lists/comp: mi
src/external/cddl/osnet/dist/uts/common/fs/zfs: zfs_znode.c
src/share/man/man9: Makefile vnode.9
src/sys/coda: coda_vnops.c
Module Name:src
Committed By: hannken
Date: Sat Aug 20 12:33:57 UTC 2016
Modified Files:
src/sys/kern: vfs_vnode.c
Log Message:
Change vcache_reclaim() to remove vnode from vnode cache once the
vnode was reclaimed from the file system.
To generate a diff of this commit:
Module Name:src
Committed By: hannken
Date: Sat Aug 20 12:31:37 UTC 2016
Modified Files:
src/sys/kern: vfs_vnode.c
Log Message:
Rename vclean() to vcache_reclaim().
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 src/sys/kern/vfs_vnode
Module Name:src
Committed By: christos
Date: Sat Aug 20 11:34:50 UTC 2016
Modified Files:
src/distrib/sets/lists/base: mi shl.mi
src/distrib/sets/lists/comp: mi shl.mi
src/distrib/sets/lists/debug: mi shl.mi
src/distrib/sets/lists/man: mi
Log Messag
Module Name:src
Committed By: christos
Date: Sat Aug 20 11:25:45 UTC 2016
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
unbound additions
To generate a diff of this commit:
cvs rdiff -u -r1.1351 -r1.1352 src/doc/3RDPARTY
cvs rdiff -u -r1.2180 -r1.2181 src/doc/CH
Module Name:src
Committed By: christos
Date: Sat Aug 20 11:24:49 UTC 2016
Modified Files:
src/external/bsd: Makefile
Log Message:
unbound additions
To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 src/external/bsd/Makefile
Please note that diffs are not pub
Module Name:src
Committed By: christos
Date: Sat Aug 20 11:24:13 UTC 2016
Modified Files:
src/usr.sbin/postinstall: postinstall
Log Message:
unbound additions
To generate a diff of this commit:
cvs rdiff -u -r1.202 -r1.203 src/usr.sbin/postinstall/postinstall
Please not
Module Name:src
Committed By: christos
Date: Sat Aug 20 11:23:33 UTC 2016
Modified Files:
src/share/mk: bsd.README bsd.own.mk bsd.prog.mk
Log Message:
unbound additions
To generate a diff of this commit:
cvs rdiff -u -r1.354 -r1.355 src/share/mk/bsd.README
cvs rdiff -u -
Module Name:src
Committed By: christos
Date: Sat Aug 20 11:22:26 UTC 2016
Modified Files:
src/lib: Makefile
Log Message:
unbound additions
To generate a diff of this commit:
cvs rdiff -u -r1.245 -r1.246 src/lib/Makefile
Please note that diffs are not public domain; they
Module Name:src
Committed By: christos
Date: Sat Aug 20 11:21:50 UTC 2016
Modified Files:
src/etc: group master.passwd
src/etc/defaults: rc.conf
src/etc/mtree: NetBSD.dist.base
Log Message:
unbound additions
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: christos
Date: Sat Aug 20 11:20:32 UTC 2016
Added Files:
src/external/bsd/unbound: Makefile Makefile.inc TODO
src/external/bsd/unbound/bin: Makefile Makefile.inc
src/external/bsd/unbound/bin/unbound-host: Makefile
src/ex
Module Name:src
Committed By: christos
Date: Sat Aug 20 11:11:17 UTC 2016
Update of /cvsroot/src/external/bsd/unbound/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv28132
Log Message:
Import unbound 1.5.9
Status:
Vendor Tag: NLNETLABS
Release Tags: unbound-1-5-9
Module Name:xsrc
Committed By: jakllsch
Date: Sat Aug 20 08:29:36 UTC 2016
Modified Files:
xsrc/external/mit/xf86-video-openchrome/dist/src: via_ums.c
Log Message:
align format string with argument type
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 \
xs
42 matches
Mail list logo