Module Name:src
Committed By: skrll
Date: Sat Aug 27 07:22:15 UTC 2016
Modified Files:
src/sys/arch/mips/mips: mipsX_subr.S
Log Message:
Comment consistency. No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.92 -r1.93 src/sys/arch/mips/mips/mipsX
Module Name:src
Committed By: christos
Date: Sat Aug 27 07:54:31 UTC 2016
Modified Files:
src/distrib/sets/lists/comp: shl.mi
Log Message:
Add missing picinstall (Rin Okuyama)
To generate a diff of this commit:
cvs rdiff -u -r1.293 -r1.294 src/distrib/sets/lists/comp/shl
Module Name:src
Committed By: dholland
Date: Sat Aug 27 08:03:13 UTC 2016
Modified Files:
src/lib/libc/atomic: Makefile.inc
Log Message:
Add MLINKS for atomic_add_nv, atomic_cas_ni, and so forth - otherwise
you have to remember that they're the same page as plain atomic_ad
Module Name:src
Committed By: dholland
Date: Sat Aug 27 08:03:47 UTC 2016
Modified Files:
src/distrib/sets/lists/comp: mi
Log Message:
Setlists for PR 51033.
To generate a diff of this commit:
cvs rdiff -u -r1.2058 -r1.2059 src/distrib/sets/lists/comp/mi
Please note tha
Module Name:src
Committed By: christos
Date: Sat Aug 27 08:38:58 UTC 2016
Modified Files:
src/tests/fs/vfs: Makefile
Log Message:
Fix static linking.
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/tests/fs/vfs/Makefile
Please note that diffs are not p
Module Name:src
Committed By: skrll
Date: Sat Aug 27 08:42:16 UTC 2016
Modified Files:
src/sys/dev/usb: usbdevs
Log Message:
Add flxd's axe(4)
To generate a diff of this commit:
cvs rdiff -u -r1.715 -r1.716 src/sys/dev/usb/usbdevs
Please note that diffs are not public d
Module Name:src
Committed By: skrll
Date: Sat Aug 27 08:43:37 UTC 2016
Modified Files:
src/sys/dev/usb: usbdevs.h usbdevs_data.h
Log Message:
Regen
To generate a diff of this commit:
cvs rdiff -u -r1.707 -r1.708 src/sys/dev/usb/usbdevs.h
cvs rdiff -u -r1.708 -r1.709 src/
Module Name:src
Committed By: skrll
Date: Sat Aug 27 08:45:59 UTC 2016
Modified Files:
src/sys/dev/usb: if_axe.c
Log Message:
flxd's axe(4) - I think.
To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 src/sys/dev/usb/if_axe.c
Please note that diffs are not p
Module Name:src
Committed By: skrll
Date: Sat Aug 27 08:57:21 UTC 2016
Modified Files:
src/sys/dev/usb: if_axe.c
Log Message:
Fix harmless typo
To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 src/sys/dev/usb/if_axe.c
Please note that diffs are not public d
Module Name:src
Committed By: christos
Date: Sat Aug 27 09:11:56 UTC 2016
Modified Files:
src/lib/libc/compat/gen: compat_ldexp_ieee754.c
Log Message:
detect overflow in oldexp + newexp
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/lib/libc/compat/gen/c
Module Name:src
Committed By: christos
Date: Sat Aug 27 09:15:44 UTC 2016
Modified Files:
src/lib/libm: Makefile
Log Message:
skip buggy assembly for libm_g.a
To generate a diff of this commit:
cvs rdiff -u -r1.183 -r1.184 src/lib/libm/Makefile
Please note that diffs ar
Module Name:src
Committed By: christos
Date: Sat Aug 27 09:35:13 UTC 2016
Modified Files:
src/lib/libc/compat/gen: compat_ldexp_ieee754.c
Log Message:
remove debugging
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/lib/libc/compat/gen/compat_ldexp_ieee75
Module Name:src
Committed By: christos
Date: Sat Aug 27 10:01:08 UTC 2016
Modified Files:
src/lib/libm/src: e_pow.c e_powf.c
Log Message:
sync with FreeBSD
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/lib/libm/src/e_pow.c
cvs rdiff -u -r1.15 -r1.16 s
Module Name:src
Committed By: christos
Date: Sat Aug 27 10:00:38 UTC 2016
Modified Files:
src/lib/libm/src: k_standard.c
Log Message:
correct case 23 for -0.0
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/lib/libm/src/k_standard.c
Please note that di
Module Name:src
Committed By: christos
Date: Sat Aug 27 10:03:16 UTC 2016
Modified Files:
src/lib/libm/src: k_standard.c
Log Message:
no need for stdio.
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/lib/libm/src/k_standard.c
Please note that diffs ar
Module Name:src
Committed By: christos
Date: Sat Aug 27 10:07:05 UTC 2016
Modified Files:
src/tests/lib/libm: t_precision.c
Log Message:
do the long double tests if we have long double.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libm/t_prec
Module Name:src
Committed By: christos
Date: Sat Aug 27 11:30:49 UTC 2016
Modified Files:
src/tests/sys/net: t_print.c
Log Message:
catch up with link printing.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/sys/net/t_print.c
Please note that diff
Module Name:src
Committed By: christos
Date: Sat Aug 27 12:08:14 UTC 2016
Modified Files:
src/tests/usr.bin/config: t_config.sh
Log Message:
adjust to current config format
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/tests/usr.bin/config/t_config.sh
Module Name:src
Committed By: bouyer
Date: Sat Aug 27 13:13:31 UTC 2016
Modified Files:
src/sys/miscfs/kernfs [netbsd-6]: kernfs_vnops.c
Log Message:
Pull up following revision(s) (requested by is in ticket #1367):
sys/miscfs/kernfs/kernfs_vnops.c: revision 1.151
>
Module Name:src
Committed By: christos
Date: Sat Aug 27 13:15:48 UTC 2016
Modified Files:
src/lib/libc/stdio: fgetwln.c
Log Message:
Improvements to fgetwln(3) from Andrey Chernov:
1) Set the stdio error indicator on __slbexpand() failure.
2) fgetwc(3) may succeed even w
Module Name:src
Committed By: bouyer
Date: Sat Aug 27 13:20:19 UTC 2016
Modified Files:
src/etc [netbsd-6]: Makefile
Log Message:
Pull up following revision(s) (requested by christos in ticket #1369):
etc/Makefile: revision 1.403
spwd.db should be 0600 (Brooks Davi
Module Name:src
Committed By: bouyer
Date: Sat Aug 27 13:21:44 UTC 2016
Modified Files:
src/etc [netbsd-6-0]: Makefile
Log Message:
Pull up following revision(s) (requested by christos in ticket #1369):
etc/Makefile: revision 1.403
spwd.db should be 0600 (Brooks Da
Module Name:src
Committed By: bouyer
Date: Sat Aug 27 13:22:11 UTC 2016
Modified Files:
src/doc [netbsd-6-0]: CHANGES-6.0.7
Log Message:
ticket 1369
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.71 -r1.1.2.72 src/doc/CHANGES-6.0.7
Please note that diffs are no
Module Name:src
Committed By: bouyer
Date: Sat Aug 27 13:23:05 UTC 2016
Modified Files:
src/etc [netbsd-6-1]: Makefile
Log Message:
Pull up following revision(s) (requested by christos in ticket #1369):
etc/Makefile: revision 1.403
spwd.db should be 0600 (Brooks Da
Module Name:src
Committed By: bouyer
Date: Sat Aug 27 13:23:24 UTC 2016
Modified Files:
src/doc [netbsd-6-1]: CHANGES-6.1.6
Log Message:
ticket 1369
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.69 -r1.1.2.70 src/doc/CHANGES-6.1.6
Please note that diffs are no
Module Name:src
Committed By: bouyer
Date: Sat Aug 27 13:25:23 UTC 2016
Modified Files:
src/bin/cp [netbsd-6]: cp.c
Log Message:
Pull up following revision(s) (requested by uwe in ticket #1372):
bin/cp/cp.c: revision 1.59
The '-i' flag should work regardless of whe
Module Name:src
Committed By: bouyer
Date: Sat Aug 27 13:34:42 UTC 2016
Modified Files:
src/doc [netbsd-6]: CHANGES-6.2
Log Message:
tickets 1367, 1369, 1372
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.257 -r1.1.2.258 src/doc/CHANGES-6.2
Please note that dif
Module Name:src
Committed By: bouyer
Date: Sat Aug 27 13:57:01 UTC 2016
Modified Files:
src/usr.bin/ftp [netbsd-6]: cmds.c fetch.c ftp.1 ftp.c ftp_var.h main.c
ssl.c ssl.h version.h
Log Message:
Apply patch, requested by nonaka in ticket #1375:
src/usr.
Module Name:src
Committed By: bouyer
Date: Sat Aug 27 14:04:25 UTC 2016
Modified Files:
src/sys/dev/ic [netbsd-6]: gem.c
Log Message:
Pull up following revision(s) (requested by jdc in ticket #1384):
sys/dev/ic/gem.c: revision 1.105
PR kern/46083
Track the start of
Module Name:src
Committed By: bouyer
Date: Sat Aug 27 14:09:42 UTC 2016
Modified Files:
src/sys/dev/isapnp [netbsd-6]: isapnpdevs
Log Message:
Pull up following revision(s) (requested by pgoyette in ticket #1386):
sys/dev/isapnp/isapnpdevs: revision 1.69
Add anothe
Module Name:src
Committed By: bouyer
Date: Sat Aug 27 14:11:02 UTC 2016
Modified Files:
src/sys/dev/isapnp [netbsd-6]: isapnpdevs.c isapnpdevs.h
Log Message:
regen for ticket 1386
To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.71.40.1 src/sys/dev/isapnp/isapn
Module Name:src
Committed By: maxv
Date: Sat Aug 27 14:12:58 UTC 2016
Modified Files:
src/sys/arch/amd64/amd64: machdep.c
src/sys/arch/amd64/include: segments.h
Log Message:
Rename this value, and use it.
To generate a diff of this commit:
cvs rdiff -u -r1.226 -r
Module Name:src
Committed By: bouyer
Date: Sat Aug 27 14:13:18 UTC 2016
Modified Files:
src/sys/ufs/lfs [netbsd-6]: lfs_vnops.c
Log Message:
Pull up following revision(s) (requested by dholland in ticket #1389):
sys/ufs/lfs/lfs_vnops.c: revision 1.304
Fix a deadloc
Module Name:src
Committed By: bouyer
Date: Sat Aug 27 14:18:43 UTC 2016
Modified Files:
src/doc [netbsd-6]: CHANGES-6.2
Log Message:
tickets 1375 1384 1386 1389
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.258 -r1.1.2.259 src/doc/CHANGES-6.2
Please note that
Module Name:src
Committed By: maxv
Date: Sat Aug 27 14:19:47 UTC 2016
Modified Files:
src/sys/arch/amd64/amd64: machdep.c
src/sys/arch/amd64/include: segments.h
src/sys/arch/i386/i386: machdep.c
src/sys/arch/i386/include: segments.h
src/sys/a
Module Name:src
Committed By: christos
Date: Sat Aug 27 14:21:07 UTC 2016
Modified Files:
src/tests/rump/modautoload: Makefile
Log Message:
needs mprotect disable since it loads kernel code and relocates it.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src
Module Name:src
Committed By: christos
Date: Sat Aug 27 14:23:54 UTC 2016
Modified Files:
src/tests/rump/modautoload: Makefile
Log Message:
don't disable PIE
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/tests/rump/modautoload/Makefile
Please note that
Module Name:src
Committed By: bouyer
Date: Sat Aug 27 14:34:55 UTC 2016
Modified Files:
src/sys/arch/mips/mips [netbsd-6]: pmap.c
Log Message:
Pull up following revision(s) (requested by skrll in ticket #1390):
sys/arch/mips/mips/pmap.c: revision 1.221
sys/
Module Name:src
Committed By: christos
Date: Sat Aug 27 14:36:22 UTC 2016
Modified Files:
src/tests/lib/libc/rpc: t_rpc.c
Log Message:
skip if we are not running rpcbind.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/tests/lib/libc/rpc/t_rpc.c
Please
Module Name:src
Committed By: bouyer
Date: Sat Aug 27 14:39:10 UTC 2016
Modified Files:
src/sys/netinet [netbsd-6]: ip_carp.c
Log Message:
Pull up following revision(s) (requested by is in ticket #1394):
sys/netinet/ip_carp.c: revision 1.76
Print the IPv6 or IPv4 s
Module Name:src
Committed By: bouyer
Date: Sat Aug 27 14:40:35 UTC 2016
Modified Files:
src/sbin/fsdb [netbsd-6]: fsdb.c
src/sys/ufs/ffs [netbsd-6]: ffs_vfsops.c
src/usr.sbin/quot [netbsd-6]: quot.c
Log Message:
Pull up following revision(s) (requested by m
Module Name:src
Committed By: bouyer
Date: Sat Aug 27 14:41:48 UTC 2016
Modified Files:
src/sbin/fsdb [netbsd-6-1]: fsdb.c
src/sys/ufs/ffs [netbsd-6-1]: ffs_vfsops.c
src/usr.sbin/quot [netbsd-6-1]: quot.c
Log Message:
Pull up following revision(s) (requeste
Module Name:src
Committed By: bouyer
Date: Sat Aug 27 14:41:25 UTC 2016
Modified Files:
src/doc [netbsd-6-0]: CHANGES-6.0.7
Log Message:
ticket 1395
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.72 -r1.1.2.73 src/doc/CHANGES-6.0.7
Please note that diffs are no
Module Name:src
Committed By: bouyer
Date: Sat Aug 27 14:41:00 UTC 2016
Modified Files:
src/sbin/fsdb [netbsd-6-0]: fsdb.c
src/sys/ufs/ffs [netbsd-6-0]: ffs_vfsops.c
src/usr.sbin/quot [netbsd-6-0]: quot.c
Log Message:
Pull up following revision(s) (requeste
Module Name:src
Committed By: bouyer
Date: Sat Aug 27 14:42:02 UTC 2016
Modified Files:
src/doc [netbsd-6-1]: CHANGES-6.1.6
Log Message:
ticket 1395
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.70 -r1.1.2.71 src/doc/CHANGES-6.1.6
Please note that diffs are no
Module Name:src
Committed By: bouyer
Date: Sat Aug 27 14:44:11 UTC 2016
Modified Files:
src/sys/arch/evbppc/conf [netbsd-6]: Makefile.ev64260.inc
Makefile.obs405.inc Makefile.walnut.inc
Log Message:
Pull up following revision(s) (requested by maya in ticket #13
Module Name:src
Committed By: bouyer
Date: Sat Aug 27 14:46:36 UTC 2016
Modified Files:
src/bin/sh [netbsd-6]: parser.c
Log Message:
Pull up following revision(s) (requested by kre in ticket #1397):
bin/sh/parser.c: revision 1.114 via patch
PR bin/51027 - fix the p
Module Name:src
Committed By: bouyer
Date: Sat Aug 27 14:47:48 UTC 2016
Modified Files:
src/sys/dev [netbsd-6]: fss.c
Log Message:
Pull up following revision(s) (requested by hannken in ticket #1399):
sys/dev/fss.c: revision 1.95
Disestablish COW handler on error.
Module Name:src
Committed By: bouyer
Date: Sat Aug 27 14:48:09 UTC 2016
Modified Files:
src/sys/dev [netbsd-6-0]: fss.c
Log Message:
Pull up following revision(s) (requested by hannken in ticket #1399):
sys/dev/fss.c: revision 1.95
Disestablish COW handler on error
Module Name:src
Committed By: bouyer
Date: Sat Aug 27 14:48:50 UTC 2016
Modified Files:
src/sys/dev [netbsd-6-1]: fss.c
Log Message:
Pull up following revision(s) (requested by hannken in ticket #1399):
sys/dev/fss.c: revision 1.95
Disestablish COW handler on error
Module Name:src
Committed By: bouyer
Date: Sat Aug 27 14:48:31 UTC 2016
Modified Files:
src/doc [netbsd-6-0]: CHANGES-6.0.7
Log Message:
ticket 1399
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.73 -r1.1.2.74 src/doc/CHANGES-6.0.7
Please note that diffs are no
Module Name:src
Committed By: bouyer
Date: Sat Aug 27 14:49:09 UTC 2016
Modified Files:
src/doc [netbsd-6-1]: CHANGES-6.1.6
Log Message:
ticket 1399
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.71 -r1.1.2.72 src/doc/CHANGES-6.1.6
Please note that diffs are no
Module Name:src
Committed By: bouyer
Date: Sat Aug 27 14:51:29 UTC 2016
Modified Files:
src/sys/compat/common [netbsd-6]: vfs_syscalls_43.c
Log Message:
Pull up following revision(s) (requested by mrg in ticket #1400):
sys/compat/common/vfs_syscalls_43.c: revision
Module Name:src
Committed By: bouyer
Date: Sat Aug 27 14:51:50 UTC 2016
Modified Files:
src/sys/compat/common [netbsd-6-0]: vfs_syscalls_43.c
Log Message:
Pull up following revision(s) (requested by mrg in ticket #1400):
sys/compat/common/vfs_syscalls_43.c: revisio
Module Name:src
Committed By: bouyer
Date: Sat Aug 27 14:52:39 UTC 2016
Modified Files:
src/doc [netbsd-6-1]: CHANGES-6.1.6
Log Message:
ticket 1400
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.72 -r1.1.2.73 src/doc/CHANGES-6.1.6
Please note that diffs are no
Module Name:src
Committed By: bouyer
Date: Sat Aug 27 14:52:25 UTC 2016
Modified Files:
src/sys/compat/common [netbsd-6-1]: vfs_syscalls_43.c
Log Message:
Pull up following revision(s) (requested by mrg in ticket #1400):
sys/compat/common/vfs_syscalls_43.c: revisio
Module Name:src
Committed By: bouyer
Date: Sat Aug 27 14:52:08 UTC 2016
Modified Files:
src/doc [netbsd-6-0]: CHANGES-6.0.7
Log Message:
ticket 1400
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.74 -r1.1.2.75 src/doc/CHANGES-6.0.7
Please note that diffs are no
Module Name:src
Committed By: bouyer
Date: Sat Aug 27 14:53:48 UTC 2016
Modified Files:
src/doc [netbsd-6]: CHANGES-6.2
Log Message:
tickets 1390 1394 1395 1396 1397 1399 1400
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.259 -r1.1.2.260 src/doc/CHANGES-6.2
Pl
Module Name:xsrc
Committed By: joerg
Date: Sat Aug 27 15:00:39 UTC 2016
Modified Files:
xsrc/external/mit/xf86-video-intel-old/dist/src: i810_dri.c
Log Message:
Fix memset use.
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 \
xsrc/external/mit/xf86-v
Module Name:src
Committed By: bouyer
Date: Sat Aug 27 15:09:22 UTC 2016
Modified Files:
src/sys/dev [netbsd-7]: fss.c
Log Message:
Pull up following revision(s) (requested by hannken in ticket #1239):
sys/dev/fss.c: revision 1.95
Disestablish COW handler on error.
Module Name:src
Committed By: bouyer
Date: Sat Aug 27 15:09:48 UTC 2016
Modified Files:
src/sys/dev [netbsd-7-0]: fss.c
Log Message:
Pull up following revision(s) (requested by hannken in ticket #1239):
sys/dev/fss.c: revision 1.95
Disestablish COW handler on error
Module Name:src
Committed By: bouyer
Date: Sat Aug 27 15:10:42 UTC 2016
Modified Files:
src/sys/compat/common [netbsd-7-0]: vfs_syscalls_43.c
Log Message:
Pull up following revision(s) (requested by mrg in ticket #1240):
sys/compat/common/vfs_syscalls_43.c: revisio
Module Name:src
Committed By: bouyer
Date: Sat Aug 27 15:10:59 UTC 2016
Modified Files:
src/sys/compat/common [netbsd-7]: vfs_syscalls_43.c
Log Message:
Pull up following revision(s) (requested by mrg in ticket #1240):
sys/compat/common/vfs_syscalls_43.c: revision
Module Name:src
Committed By: bouyer
Date: Sat Aug 27 15:11:31 UTC 2016
Modified Files:
src/doc [netbsd-7]: CHANGES-7.1
Log Message:
tickets 1239, 1240
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.103 -r1.1.2.104 src/doc/CHANGES-7.1
Please note that diffs are
Module Name:src
Committed By: bouyer
Date: Sat Aug 27 15:11:46 UTC 2016
Modified Files:
src/doc [netbsd-7-0]: CHANGES-7.0.2
Log Message:
tickets 1239, 1240
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.7 -r1.1.2.8 src/doc/CHANGES-7.0.2
Please note that diffs a
Module Name:src
Committed By: bouyer
Date: Sat Aug 27 15:17:34 UTC 2016
Modified Files:
src/sbin/fsdb [netbsd-7]: fsdb.c
src/sys/ufs/ffs [netbsd-7]: ffs_vfsops.c
src/usr.sbin/quot [netbsd-7]: quot.c
Log Message:
Pull up following revision(s) (requested by m
Module Name:src
Committed By: bouyer
Date: Sat Aug 27 15:18:05 UTC 2016
Modified Files:
src/sbin/fsdb [netbsd-7-0]: fsdb.c
src/sys/ufs/ffs [netbsd-7-0]: ffs_vfsops.c
src/usr.sbin/quot [netbsd-7-0]: quot.c
Log Message:
Pull up following revision(s) (requeste
Module Name:src
Committed By: bouyer
Date: Sat Aug 27 15:19:09 UTC 2016
Modified Files:
src/sys/arch/evbppc/conf [netbsd-7]: Makefile.ev64260.inc
Makefile.obs405.inc Makefile.walnut.inc
Log Message:
Pull up following revision(s) (requested by maya in ticket #12
Module Name:src
Committed By: bouyer
Date: Sat Aug 27 15:18:48 UTC 2016
Modified Files:
src/sys/arch/evbppc/conf [netbsd-7-0]: Makefile.ev64260.inc
Makefile.obs405.inc Makefile.walnut.inc
Log Message:
Pull up following revision(s) (requested by maya in ticket #
Module Name:src
Committed By: bouyer
Date: Sat Aug 27 15:20:49 UTC 2016
Modified Files:
src/bin/sh [netbsd-7]: parser.c
Log Message:
Pull up following revision(s) (requested by kre in ticket #1212):
bin/sh/parser.c: revision 1.114 via patch
PR bin/51027 - fix the p
Module Name:src
Committed By: bouyer
Date: Sat Aug 27 15:21:10 UTC 2016
Modified Files:
src/doc [netbsd-7]: CHANGES-7.1
Log Message:
tickets 1210, 1211, 1212
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.104 -r1.1.2.105 src/doc/CHANGES-7.1
Please note that dif
Module Name:src
Committed By: bouyer
Date: Sat Aug 27 15:21:28 UTC 2016
Modified Files:
src/doc [netbsd-7-0]: CHANGES-7.0.2
Log Message:
tickets 1210, 1211
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.8 -r1.1.2.9 src/doc/CHANGES-7.0.2
Please note that diffs a
Module Name:xsrc
Committed By: macallan
Date: Sat Aug 27 15:41:45 UTC 2016
Modified Files:
xsrc/external/mit/xf86-video-chips/dist/src: ct_driver.c
Log Message:
fix build for powerpc
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 \
xsrc/external/mit/xf
Module Name:src
Committed By: maxv
Date: Sat Aug 27 16:07:26 UTC 2016
Modified Files:
src/sys/arch/amd64/amd64: machdep.c
src/sys/arch/i386/i386: machdep.c
src/sys/arch/x86/x86: pmap.c
Log Message:
Map the boot IDT, GDT and LDT in three different pages on x
Module Name:src
Committed By: maxv
Date: Sat Aug 27 16:17:16 UTC 2016
Modified Files:
src/sys/arch/amd64/amd64: machdep.c
Log Message:
Don't protect the second page, since it is not part of the IDT.
To generate a diff of this commit:
cvs rdiff -u -r1.229 -r1.230 src/sys/
Module Name:xsrc
Committed By: joerg
Date: Sat Aug 27 16:35:48 UTC 2016
Modified Files:
xsrc/external/mit/xf86-video-openchrome/dist/src: via_display.c
Log Message:
Since CARD32 and uint32_t don't necessarily use the same underlaying
type, e.g. on i386, add an explicit cas
Module Name:src
Committed By: dholland
Date: Sat Aug 27 18:48:30 UTC 2016
Modified Files:
src/external/bsd/top/dist: utils.c
Log Message:
Be more careful/explicit with FP rounding when converting floating time
to timeval. Also, don't truncate the seconds part to int for y2
Module Name:src
Committed By: dholland
Date: Sat Aug 27 18:54:24 UTC 2016
Modified Files:
src/sys/compat/sys: stat.h
Log Message:
update comment
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/compat/sys/stat.h
Please note that diffs are not public d
Module Name:src
Committed By: dholland
Date: Sat Aug 27 18:59:18 UTC 2016
Modified Files:
src/sys/lib/libsa: stand.h
Log Message:
Remove gets() from here too.
To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1.82 src/sys/lib/libsa/stand.h
Please note that diffs
Module Name:src
Committed By: dholland
Date: Sat Aug 27 23:06:01 UTC 2016
Modified Files:
src/lib/libc/sys: brk.2
Log Message:
Rework pursuant to PR 7934: be more clear about the page granularity
behavior and when new memory is zeroed.
Also, strengthen the warning about m
Module Name:src
Committed By: dholland
Date: Sat Aug 27 23:58:27 UTC 2016
Modified Files:
src/share/man/man4: uyap.4
Log Message:
Fix broken .Xr
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/share/man/man4/uyap.4
Please note that diffs are not public d
Module Name:src
Committed By: dholland
Date: Sat Aug 27 23:59:56 UTC 2016
Modified Files:
src/share/man/man4: wscons.4
Log Message:
Fix broken .Xr
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/share/man/man4/wscons.4
Please note that diffs are not pu
Module Name:src
Committed By: dholland
Date: Sun Aug 28 00:05:32 UTC 2016
Modified Files:
src/share/man/man4/man4.amiga: a1k2cp.4
Log Message:
Fix broken xrefs (they are now merely dangling)
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/share/man/man4/m
Module Name:src
Committed By: dholland
Date: Sun Aug 28 00:15:01 UTC 2016
Modified Files:
src/lib/libc/sys: ntp_adjtime.2
Log Message:
fix broken xrefs
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/lib/libc/sys/ntp_adjtime.2
Please note that diffs ar
Module Name:src
Committed By: snj
Date: Sun Aug 28 03:38:15 UTC 2016
Modified Files:
src/sys/arch/x86/pci [netbsd-7]: ichlpcib.c
Log Message:
Pull up following revision(s) (requested by maya in ticket #1213):
sys/arch/x86/pci/ichlpcib.c: revision 1.51
Disable gpio(
Module Name:src
Committed By: snj
Date: Sun Aug 28 04:31:19 UTC 2016
Modified Files:
src/sys/dev/splash [netbsd-7]: splash.c
Log Message:
Pull up following revision(s) (requested by khorben in ticket #1238):
sys/dev/splash/splash.c: revision 1.13
Do not panic if th
Module Name:src
Committed By: snj
Date: Sun Aug 28 04:37:17 UTC 2016
Modified Files:
src/doc [netbsd-7]: CHANGES-7.1
Log Message:
1213, 1238
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.105 -r1.1.2.106 src/doc/CHANGES-7.1
Please note that diffs are not public
Module Name:src
Committed By: wiz
Date: Sun Aug 28 05:07:50 UTC 2016
Modified Files:
src/lib/libc/sys: brk.2
Log Message:
Merge ENOMEM descriptions.
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/lib/libc/sys/brk.2
Please note that diffs are not publi
Module Name:src
Committed By: wiz
Date: Sun Aug 28 05:14:36 UTC 2016
Modified Files:
src/share/man/man4: uyap.4
Log Message:
New sentence, new line.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/share/man/man4/uyap.4
Please note that diffs are not publ
89 matches
Mail list logo