CVS commit: src/sys/external/bsd/drm2/dist/drm/i915

2015-07-26 Thread David Brownlee
Module Name:src
Committed By:   abs
Date:   Sun Jul 26 15:30:36 UTC 2015

Modified Files:
src/sys/external/bsd/drm2/dist/drm/i915: intel_pm.c

Log Message:
Avoid NULL dev_priv->vlv_pctx-> deref in a WARN check on Lenovo B50-30,
add an additional check for the NULL dev_priv->vlv_pctx.
System now boots (though does not recognise any of the USB(3) ports)
pullup#7


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/external/bsd/drm2/dist/drm/i915/intel_pm.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/etc/powerd/scripts

2010-09-19 Thread David Brownlee
Module Name:src
Committed By:   abs
Date:   Sun Sep 19 21:47:28 UTC 2010

Modified Files:
src/etc/powerd/scripts: lid_switch sleep_button

Log Message:
use '/etc/rc.d/apmd onestatus' rather than '/etc/rc.d/apmd status',
so we DTRT if apmd is set to NO in rc.conf


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/etc/powerd/scripts/lid_switch
cvs rdiff -u -r1.5 -r1.6 src/etc/powerd/scripts/sleep_button

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/etc/etc.macppc

2010-12-01 Thread David Brownlee
Module Name:src
Committed By:   abs
Date:   Wed Dec  1 22:06:19 UTC 2010

Modified Files:
src/etc/etc.macppc: MAKEDEV.conf

Log Message:
Add wd2 and wd3 to the default device set - noted by Donald Lee on port-macppc


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/etc/etc.macppc/MAKEDEV.conf

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libm

2010-12-09 Thread David Brownlee
Module Name:src
Committed By:   abs
Date:   Thu Dec  9 22:52:59 UTC 2010

Modified Files:
src/lib/libm: Makefile
src/lib/libm/noieee_src: n_floor.c
Added Files:
src/lib/libm/noieee_src: n_lround.c n_lroundf.c

Log Message:
Add noieee versions for lround(), lroundf(), lrint(), lrintf(),
llrint() and llrintf().  Code copied from round(), roundf() and
rint() and modified for return values.  Its possible this may not
do the right things in edge cases, but if so its likely to have
the same issues as the existing round(), roundf() and rint().

All this used by vax (only), and should allow xnest to complete
build.


To generate a diff of this commit:
cvs rdiff -u -r1.98 -r1.99 src/lib/libm/Makefile
cvs rdiff -u -r1.6 -r1.7 src/lib/libm/noieee_src/n_floor.c
cvs rdiff -u -r0 -r1.1 src/lib/libm/noieee_src/n_lround.c \
src/lib/libm/noieee_src/n_lroundf.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/x86

2011-12-15 Thread David Brownlee
Module Name:src
Committed By:   abs
Date:   Thu Dec 15 09:38:21 UTC 2011

Modified Files:
src/sys/arch/x86/include: mtrr.h specialreg.h
src/sys/arch/x86/x86: mtrr_i686.c

Log Message:
Increase MTRR_I686_NVAR_MAX from 8 to 16. Avoids
"FIXME: more than 8 MTRRs (10)" message on booting Thinkpad W520 and
similar. While here replace a magic number with MTRR_I686_NVAR_MAX * 2


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/x86/include/mtrr.h
cvs rdiff -u -r1.54 -r1.55 src/sys/arch/x86/include/specialreg.h
cvs rdiff -u -r1.24 -r1.25 src/sys/arch/x86/x86/mtrr_i686.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src

2012-01-24 Thread David Brownlee
Module Name:src
Committed By:   abs
Date:   Tue Jan 24 17:37:34 UTC 2012

Modified Files:
src: Makefile

Log Message:
s/is the not root/is not the root/ in a comment - from Snader_LB


To generate a diff of this commit:
cvs rdiff -u -r1.290 -r1.291 src/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src

2012-05-14 Thread David Brownlee
Module Name:src
Committed By:   abs
Date:   Mon May 14 08:42:04 UTC 2012

Modified Files:
src/external/mit/xorg/server/drivers: Makefile
src/external/mit/xorg/server/xorg-server: Makefile.common
src/external/mit/xorg/server/xorg-server/hw/xfree86/xorgos: Makefile
src/x11/Xserver/Xserver: Makefile
Added Files:
src/distrib/sets/lists/xserver: md.vax

Log Message:
Enable wsfb X server on vax. Likely to be keyboard and mouse issues, but
with three additional lines of an ioctl() case in the kernel 'startx' will
display the traditional three xterms


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.8 src/distrib/sets/lists/xserver/md.vax
cvs rdiff -u -r1.61 -r1.62 src/external/mit/xorg/server/drivers/Makefile
cvs rdiff -u -r1.24 -r1.25 \
src/external/mit/xorg/server/xorg-server/Makefile.common
cvs rdiff -u -r1.32 -r1.33 \
src/external/mit/xorg/server/xorg-server/hw/xfree86/xorgos/Makefile
cvs rdiff -u -r1.18 -r1.19 src/x11/Xserver/Xserver/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/vax

2012-05-14 Thread David Brownlee
Module Name:src
Committed By:   abs
Date:   Mon May 14 08:44:14 UTC 2012

Modified Files:
src/sys/arch/vax/boot/boot: Makefile
src/sys/arch/vax/vsa: spx.c

Log Message:
>From the "why was this not done before" box:
Implement WSDISPLAYIO_LINEBYTES so xwsfb works


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/sys/arch/vax/boot/boot/Makefile
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/vax/vsa/spx.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/vax/boot/boot

2012-05-14 Thread David Brownlee
Module Name:src
Committed By:   abs
Date:   Mon May 14 10:05:51 UTC 2012

Modified Files:
src/sys/arch/vax/boot/boot: Makefile

Log Message:
Revert hax to fix boot blocks for gcc 4.5, accudently committed in last


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/sys/arch/vax/boot/boot/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/x11/Xserver

2012-05-15 Thread David Brownlee
Module Name:src
Committed By:   abs
Date:   Tue May 15 14:29:29 UTC 2012

Modified Files:
src/x11/Xserver: Makefile.common

Log Message:
Missed defining XSERVER_XVAX


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/x11/Xserver/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: xsrc/external/mit/xorg-server/dist/hw/xfree86/common

2012-05-16 Thread David Brownlee
Module Name:xsrc
Committed By:   abs
Date:   Wed May 16 09:01:38 UTC 2012

Modified Files:
xsrc/external/mit/xorg-server/dist/hw/xfree86/common: compiler.h

Log Message:
Add vax to the list of non inb() users


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 \
xsrc/external/mit/xorg-server/dist/hw/xfree86/common/compiler.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/wscons

2012-05-24 Thread David Brownlee
Module Name:src
Committed By:   abs
Date:   Thu May 24 18:16:32 UTC 2012

Modified Files:
src/sys/dev/wscons: wsevent.c

Log Message:
Add the following above the version = 0 line, just to provide a hint...
/* For binary compat. New code must call WSxxxIO_SETVERSION */


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/sys/dev/wscons/wsevent.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/man/man4

2012-05-27 Thread David Brownlee
Module Name:src
Committed By:   abs
Date:   Sun May 27 10:45:49 UTC 2012

Modified Files:
src/share/man/man4: wsdisplay.4 wskbd.4 wsmouse.4

Log Message:
Document WSDISPLAYIO_SETVERSION, WSKBDIO_SETVERSION and WSMOUSEIO_SETVERSION
ioctls(). Also at least enumerate the WSKBDIO_ ioctls().


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/share/man/man4/wsdisplay.4
cvs rdiff -u -r1.14 -r1.15 src/share/man/man4/wskbd.4
cvs rdiff -u -r1.20 -r1.21 src/share/man/man4/wsmouse.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/vax/conf

2012-06-05 Thread David Brownlee
Module Name:src
Committed By:   abs
Date:   Tue Jun  5 08:41:36 UTC 2012

Modified Files:
src/sys/arch/vax/conf: GENERIC

Log Message:
If a port is going to have wscons for virtual terminals then it really makes
sense to enable WSDISPLAY_COMPAT_USL so the system can switch between the
virtual terminals...


To generate a diff of this commit:
cvs rdiff -u -r1.180 -r1.181 src/sys/arch/vax/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch

2012-06-05 Thread David Brownlee
Module Name:src
Committed By:   abs
Date:   Tue Jun  5 08:44:16 UTC 2012

Modified Files:
src/sys/arch/amd64/conf: GENERIC XEN3_DOM0
src/sys/arch/atari/conf: MILAN.in
src/sys/arch/bebox/conf: GENERIC INSTALL
src/sys/arch/cats/conf: GENERIC INSTALL
src/sys/arch/evbarm/conf: ARMADILLO9 BEAGLEBOARD HPT5325 MMNET_GENERIC
MPCSA_GENERIC NETWALKER TS7200
src/sys/arch/evbppc/conf: EXPLORA451 VIRTEX_DFC VIRTEX_GSRD1
VIRTEX_GSRD2
src/sys/arch/hp700/conf: GENERIC
src/sys/arch/hpcmips/conf: GENERIC MPC303 TX3912 TX3922 VR41XX
src/sys/arch/hpcsh/conf: GENERIC
src/sys/arch/i386/conf: ALL GENERIC GENERIC_TINY INSTALL_FLOPPY
INSTALL_TINY XEN3_DOM0
src/sys/arch/netwinder/conf: GENERIC
src/sys/arch/next68k/conf: GENERIC SLAB
src/sys/arch/prep/conf: GENERIC
src/sys/arch/shark/conf: GENERIC INSTALL
src/sys/arch/sparc/conf: KRUPS TADPOLE3GX
src/sys/arch/sparc64/conf: GENERIC
src/sys/arch/zaurus/conf: GENERIC

Log Message:
Adjust the WSDISPLAY_COMPAT_USL comment to mention wsconscfg, to at least
give a hint that its not just for third party compat. No functional change.


To generate a diff of this commit:
cvs rdiff -u -r1.355 -r1.356 src/sys/arch/amd64/conf/GENERIC
cvs rdiff -u -r1.83 -r1.84 src/sys/arch/amd64/conf/XEN3_DOM0
cvs rdiff -u -r1.25 -r1.26 src/sys/arch/atari/conf/MILAN.in
cvs rdiff -u -r1.130 -r1.131 src/sys/arch/bebox/conf/GENERIC
cvs rdiff -u -r1.53 -r1.54 src/sys/arch/bebox/conf/INSTALL
cvs rdiff -u -r1.139 -r1.140 src/sys/arch/cats/conf/GENERIC
cvs rdiff -u -r1.81 -r1.82 src/sys/arch/cats/conf/INSTALL
cvs rdiff -u -r1.34 -r1.35 src/sys/arch/evbarm/conf/ARMADILLO9
cvs rdiff -u -r1.26 -r1.27 src/sys/arch/evbarm/conf/BEAGLEBOARD
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evbarm/conf/HPT5325
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/evbarm/conf/MMNET_GENERIC
cvs rdiff -u -r1.28 -r1.29 src/sys/arch/evbarm/conf/MPCSA_GENERIC
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/evbarm/conf/NETWALKER
cvs rdiff -u -r1.48 -r1.49 src/sys/arch/evbarm/conf/TS7200
cvs rdiff -u -r1.47 -r1.48 src/sys/arch/evbppc/conf/EXPLORA451
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/evbppc/conf/VIRTEX_DFC
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/evbppc/conf/VIRTEX_GSRD1
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/evbppc/conf/VIRTEX_GSRD2
cvs rdiff -u -r1.114 -r1.115 src/sys/arch/hp700/conf/GENERIC
cvs rdiff -u -r1.215 -r1.216 src/sys/arch/hpcmips/conf/GENERIC
cvs rdiff -u -r1.59 -r1.60 src/sys/arch/hpcmips/conf/MPC303
cvs rdiff -u -r1.78 -r1.79 src/sys/arch/hpcmips/conf/TX3912
cvs rdiff -u -r1.92 -r1.93 src/sys/arch/hpcmips/conf/TX3922
cvs rdiff -u -r1.54 -r1.55 src/sys/arch/hpcmips/conf/VR41XX
cvs rdiff -u -r1.96 -r1.97 src/sys/arch/hpcsh/conf/GENERIC
cvs rdiff -u -r1.338 -r1.339 src/sys/arch/i386/conf/ALL
cvs rdiff -u -r1.1073 -r1.1074 src/sys/arch/i386/conf/GENERIC
cvs rdiff -u -r1.131 -r1.132 src/sys/arch/i386/conf/GENERIC_TINY
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/i386/conf/INSTALL_FLOPPY
cvs rdiff -u -r1.134 -r1.135 src/sys/arch/i386/conf/INSTALL_TINY
cvs rdiff -u -r1.66 -r1.67 src/sys/arch/i386/conf/XEN3_DOM0
cvs rdiff -u -r1.111 -r1.112 src/sys/arch/netwinder/conf/GENERIC
cvs rdiff -u -r1.126 -r1.127 src/sys/arch/next68k/conf/GENERIC
cvs rdiff -u -r1.45 -r1.46 src/sys/arch/next68k/conf/SLAB
cvs rdiff -u -r1.162 -r1.163 src/sys/arch/prep/conf/GENERIC
cvs rdiff -u -r1.100 -r1.101 src/sys/arch/shark/conf/GENERIC
cvs rdiff -u -r1.49 -r1.50 src/sys/arch/shark/conf/INSTALL
cvs rdiff -u -r1.58 -r1.59 src/sys/arch/sparc/conf/KRUPS
cvs rdiff -u -r1.55 -r1.56 src/sys/arch/sparc/conf/TADPOLE3GX
cvs rdiff -u -r1.150 -r1.151 src/sys/arch/sparc64/conf/GENERIC
cvs rdiff -u -r1.53 -r1.54 src/sys/arch/zaurus/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/man/man4

2012-06-05 Thread David Brownlee
Module Name:src
Committed By:   abs
Date:   Tue Jun  5 08:49:16 UTC 2012

Modified Files:
src/share/man/man4: wscons.4

Log Message:
Mention wsconscfg(8) needs WSDISPLAY_COMPAT_USL


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/share/man/man4/wscons.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libm/noieee_src

2012-06-08 Thread David Brownlee
Module Name:src
Committed By:   abs
Date:   Fri Jun  8 11:13:33 UTC 2012

Modified Files:
src/lib/libm/noieee_src: n_gamma.c

Log Message:
ANSI prototypes


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/lib/libm/noieee_src/n_gamma.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libc/stdlib

2012-06-08 Thread David Brownlee
Module Name:src
Committed By:   abs
Date:   Fri Jun  8 11:15:26 UTC 2012

Modified Files:
src/lib/libc/stdlib: a64l.c abort.c abs.c

Log Message:
ANSI prototypes


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/lib/libc/stdlib/a64l.c
cvs rdiff -u -r1.14 -r1.15 src/lib/libc/stdlib/abort.c
cvs rdiff -u -r1.7 -r1.8 src/lib/libc/stdlib/abs.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src

2012-06-22 Thread David Brownlee
Module Name:src
Committed By:   abs
Date:   Fri Jun 22 20:32:35 UTC 2012

Modified Files:
src/external/bsd/cron/bin/cron: Makefile
src/external/gpl3/binutils/lib/libbfd: Makefile
src/external/gpl3/gdb: Makefile.inc
src/share/mk: bsd.own.mk sys.mk

Log Message:
Switch -current vax back to gcc 4.1 to match netbsd-6 - until someone has
time to look at the gcc 4.5 codegen issues we should at least have a usable
-current for vax.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/cron/bin/cron/Makefile
cvs rdiff -u -r1.6 -r1.7 src/external/gpl3/binutils/lib/libbfd/Makefile
cvs rdiff -u -r1.5 -r1.6 src/external/gpl3/gdb/Makefile.inc
cvs rdiff -u -r1.698 -r1.699 src/share/mk/bsd.own.mk
cvs rdiff -u -r1.108 -r1.109 src/share/mk/sys.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src

2012-06-22 Thread David Brownlee
Module Name:src
Committed By:   abs
Date:   Fri Jun 22 20:42:24 UTC 2012

Modified Files:
src/etc/etc.vax: MAKEDEV.conf
src/sys/arch/vax/conf: GENERIC INSTALL VAX780 majors.vax
src/sys/arch/vax/vax: disksubr.c
src/sys/dev: DEVNAMES
src/sys/dev/mscp: files.mscp mscp_disk.c mscp_subr.c

Log Message:
- Add racd* devices for MSCP based CD-ROM drives (RRD40s), as opposed
  to mixing them in with the ra* disks, modelled loosely on how MSCP
  rx* floppies are handled
- racd* defaults to the same single iso9660 partition as cd*
- Cleanup config option handling slightly so any combination of ra*,
  rx* (and now raccd*) can be defined without build errors.
- Avoid ugly printf when disks have all zero disklabel magic number


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/etc/etc.vax/MAKEDEV.conf
cvs rdiff -u -r1.181 -r1.182 src/sys/arch/vax/conf/GENERIC
cvs rdiff -u -r1.59 -r1.60 src/sys/arch/vax/conf/INSTALL
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/vax/conf/VAX780
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/vax/conf/majors.vax
cvs rdiff -u -r1.52 -r1.53 src/sys/arch/vax/vax/disksubr.c
cvs rdiff -u -r1.274 -r1.275 src/sys/dev/DEVNAMES
cvs rdiff -u -r1.7 -r1.8 src/sys/dev/mscp/files.mscp
cvs rdiff -u -r1.71 -r1.72 src/sys/dev/mscp/mscp_disk.c
cvs rdiff -u -r1.41 -r1.42 src/sys/dev/mscp/mscp_subr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/distrib/utils/sysinst

2012-06-22 Thread David Brownlee
Module Name:src
Committed By:   abs
Date:   Fri Jun 22 20:54:39 UTC 2012

Modified Files:
src/distrib/utils/sysinst: defs.h disks.c main.c
src/distrib/utils/sysinst/arch/emips: md.h
src/distrib/utils/sysinst/arch/i386: md.h
src/distrib/utils/sysinst/arch/vax: md.h

Log Message:
- Replace the CD_NAME definition with a CD_NAMES comma separate list,
  the default remains "cd0a", but i386 sets "cd0a", "mcd0a" while vax
  takes "cd0a", "racd0a"
- Add get_default_cdrom() to disks.c, which is called in init(). This
  checks the contents of hw.disknames against CD_NAMES. The first one
  found (minus partition letter) is picked, otherwise the first entry
  in CD_NAMES is used
The primary beneficiary is vax systems with an MSCP but no SCSI CD
drive, which now default to (a valid) racd0a rather than an invalid
cd0a.  The obvious example being simh-vax


To generate a diff of this commit:
cvs rdiff -u -r1.162 -r1.163 src/distrib/utils/sysinst/defs.h
cvs rdiff -u -r1.124 -r1.125 src/distrib/utils/sysinst/disks.c
cvs rdiff -u -r1.64 -r1.65 src/distrib/utils/sysinst/main.c
cvs rdiff -u -r1.3 -r1.4 src/distrib/utils/sysinst/arch/emips/md.h
cvs rdiff -u -r1.68 -r1.69 src/distrib/utils/sysinst/arch/i386/md.h
cvs rdiff -u -r1.20 -r1.21 src/distrib/utils/sysinst/arch/vax/md.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/man/man4

2012-06-23 Thread David Brownlee
Module Name:src
Committed By:   abs
Date:   Sat Jun 23 19:14:35 UTC 2012

Modified Files:
src/share/man/man4: cd.4

Log Message:
Document DIOCTUR (test unit ready)


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/share/man/man4/cd.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/dist/pdisk

2012-06-25 Thread David Brownlee
Module Name:src
Committed By:   abs
Date:   Mon Jun 25 16:47:03 UTC 2012

Modified Files:
src/dist/pdisk: partition_map.c

Log Message:
Casting an uint32_t pointer to (long *) may have been acceptable
in the eighties but that time has long past. Minimally invasive
fix using a temporary long variable, so while we can still overflow
at least we're less broken.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/dist/pdisk/partition_map.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/mk

2012-06-25 Thread David Brownlee
Module Name:src
Committed By:   abs
Date:   Mon Jun 25 16:48:55 UTC 2012

Modified Files:
src/share/mk: bsd.sys.mk

Log Message:
Whatever "-Wl,--fatal-warnings" get-out-of-jail-free card gcc-4.5 gets,
give the same treatment to gcc-4.1.


To generate a diff of this commit:
cvs rdiff -u -r1.215 -r1.216 src/share/mk/bsd.sys.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/netinet6

2012-06-25 Thread David Brownlee
Module Name:src
Committed By:   abs
Date:   Mon Jun 25 17:25:29 UTC 2012

Modified Files:
src/sys/netinet6: nd6_rtr.c

Log Message:
Some fun in trying to work out what was broken with gcc-4.1 to
trigger the following warning when gcc-4.5 was silent:
  nd6_rtr.c: In function 'nd6_ra_input':
  nd6_rtr.c:788: warning: 'ext' may be used uninitialized in this function
Eventually determined that it was not unreasonable for gcc-4.1 to
bleat in this case as there is a nasty 'goto insert' which could
indeed have resulted in an uninitialised variable use. Yay gcc 4.1.


To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 src/sys/netinet6/nd6_rtr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib

2012-06-25 Thread David Brownlee
Module Name:src
Committed By:   abs
Date:   Mon Jun 25 22:32:47 UTC 2012

Modified Files:
src/lib/libc/arch/vax/gen: frexp.c
src/lib/libc/compat-43: getwd.c
src/lib/libc/gen: alarm.c assert.c confstr.c ctermid.c daemon.c
disklabel.c execv.c getbsize.c getdomainname.c gethostname.c
initgroups.c isascii.c isatty.c lockf.c popen.c readdir.c
setdomainname.c sethostname.c setmode.c siginterrupt.c signal.c
sleep.c toascii.c ualarm.c usleep.c utime.c valloc.c
src/lib/libc/hash/md2: md2.c
src/lib/libc/inet: inet_neta.c
src/lib/libc/locale: _wcstol.h _wcstoul.h wcscoll.c wcsxfrm.c
src/lib/libc/md: mdXhl.c
src/lib/libc/net: base64.c nslexer.l
src/lib/libc/nls: catclose.c catgets.c
src/lib/libc/resolv: res_debug.c
src/lib/libc/rpc: getnetpath.c pmap_rmt.c rpc_soc.c rpcb_prot.c
rpcb_st_xdr.c svc_auth_unix.c xdr.c xdr_array.c xdr_float.c
xdr_reference.c
src/lib/libc/stdlib: atof.c atoi.c atol.c atoll.c div.c getsubopt.c
insque.c labs.c ldiv.c llabs.c lldiv.c lsearch.c qabs.c qdiv.c
rand.c rand_r.c remque.c system.c tdelete.c tfind.c tsearch.c
src/lib/libc/string: bm.c memccpy.c strcoll.c strdup.c strmode.c
strncat.c strsignal.c strtok_r.c strxfrm.c wcscat.c wcscmp.c
wcscpy.c wcslcat.c wcslcpy.c wcslen.c wcsncat.c wcsncmp.c wcsncpy.c
wcsrchr.c wcsstr.c wcstok.c wmemchr.c wmemcmp.c wmemcpy.c
wmemmove.c wmemset.c
src/lib/libc/sys: swapon.c
src/lib/libc/termios: cfgetispeed.c cfgetospeed.c cfmakeraw.c
cfsetispeed.c cfsetospeed.c cfsetspeed.c tcdrain.c tcflow.c
tcflush.c tcgetattr.c tcgetpgrp.c tcgetsid.c tcsendbreak.c
tcsetattr.c
src/lib/libc/time: asctime.c
src/lib/libc/yp: yp_all.c yp_first.c yp_maplist.c yp_master.c
yp_order.c yperr_string.c ypprot_err.c
src/lib/libpuffs: framebuf.c
src/lib/librumphijack: hijack.c
src/lib/librumpuser: rumpuser.c
src/lib/libutil: getrawpartition.c passwd.c

Log Message:
Update old-style definitions to ANSI, remove a couple of register
definitions along the way. Fixed gcc 4.1 build (thank you vax)


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/lib/libc/arch/vax/gen/frexp.c
cvs rdiff -u -r1.14 -r1.15 src/lib/libc/compat-43/getwd.c
cvs rdiff -u -r1.10 -r1.11 src/lib/libc/gen/alarm.c \
src/lib/libc/gen/ctermid.c src/lib/libc/gen/ualarm.c \
src/lib/libc/gen/valloc.c
cvs rdiff -u -r1.16 -r1.17 src/lib/libc/gen/assert.c \
src/lib/libc/gen/getbsize.c
cvs rdiff -u -r1.12 -r1.13 src/lib/libc/gen/confstr.c \
src/lib/libc/gen/getdomainname.c src/lib/libc/gen/gethostname.c \
src/lib/libc/gen/isatty.c src/lib/libc/gen/setdomainname.c \
src/lib/libc/gen/sethostname.c src/lib/libc/gen/siginterrupt.c \
src/lib/libc/gen/signal.c
cvs rdiff -u -r1.9 -r1.10 src/lib/libc/gen/daemon.c src/lib/libc/gen/execv.c
cvs rdiff -u -r1.36 -r1.37 src/lib/libc/gen/disklabel.c
cvs rdiff -u -r1.21 -r1.22 src/lib/libc/gen/initgroups.c
cvs rdiff -u -r1.3 -r1.4 src/lib/libc/gen/isascii.c src/lib/libc/gen/lockf.c
cvs rdiff -u -r1.31 -r1.32 src/lib/libc/gen/popen.c
cvs rdiff -u -r1.25 -r1.26 src/lib/libc/gen/readdir.c
cvs rdiff -u -r1.33 -r1.34 src/lib/libc/gen/setmode.c
cvs rdiff -u -r1.22 -r1.23 src/lib/libc/gen/sleep.c
cvs rdiff -u -r1.2 -r1.3 src/lib/libc/gen/toascii.c
cvs rdiff -u -r1.19 -r1.20 src/lib/libc/gen/usleep.c
cvs rdiff -u -r1.13 -r1.14 src/lib/libc/gen/utime.c
cvs rdiff -u -r1.6 -r1.7 src/lib/libc/hash/md2/md2.c
cvs rdiff -u -r1.2 -r1.3 src/lib/libc/inet/inet_neta.c
cvs rdiff -u -r1.3 -r1.4 src/lib/libc/locale/_wcstol.h \
src/lib/libc/locale/_wcstoul.h
cvs rdiff -u -r1.1 -r1.2 src/lib/libc/locale/wcscoll.c
cvs rdiff -u -r1.2 -r1.3 src/lib/libc/locale/wcsxfrm.c
cvs rdiff -u -r1.9 -r1.10 src/lib/libc/md/mdXhl.c
cvs rdiff -u -r1.13 -r1.14 src/lib/libc/net/base64.c
cvs rdiff -u -r1.12 -r1.13 src/lib/libc/net/nslexer.l
cvs rdiff -u -r1.13 -r1.14 src/lib/libc/nls/catclose.c
cvs rdiff -u -r1.18 -r1.19 src/lib/libc/nls/catgets.c
cvs rdiff -u -r1.12 -r1.13 src/lib/libc/resolv/res_debug.c
cvs rdiff -u -r1.15 -r1.16 src/lib/libc/rpc/getnetpath.c \
src/lib/libc/rpc/rpc_soc.c src/lib/libc/rpc/xdr_reference.c
cvs rdiff -u -r1.32 -r1.33 src/lib/libc/rpc/pmap_rmt.c
cvs rdiff -u -r1.9 -r1.10 src/lib/libc/rpc/rpcb_prot.c
cvs rdiff -u -r1.8 -r1.9 src/lib/libc/rpc/rpcb_st_xdr.c
cvs rdiff -u -r1.19 -r1.20 src/lib/libc/rpc/svc_auth_unix.c
cvs rdiff -u -r1.30 -r1.31 src/lib/libc/rpc/xdr.c
cvs rdiff -u -r1.16 -r1.17 src/lib/libc/rpc/xdr_array.c
cvs rdiff -u -r1.36 -r1.37 src/lib/libc/rpc/xdr_float.c
cvs rdiff -u -r1.12 -r1.13 src/lib/libc/stdlib/atof.c
cvs rdiff -u -r1.11 -r1.12 src/lib/libc/stdlib/atoi.c \
src/lib/libc/stdlib/rand.c
cvs rdiff -u -r1.10 -r1.11 src/lib/libc/stdlib/atol.c
cvs rdiff -u -r1.5 -r1.6 sr

CVS commit: src/lib/libperfuse

2012-06-28 Thread David Brownlee
Module Name:src
Committed By:   abs
Date:   Thu Jun 28 13:53:13 UTC 2012

Modified Files:
src/lib/libperfuse: ops.c perfuse_priv.h

Log Message:
Fix the build by adding (unused) flags argument to perfuse_node_setattr_ttl


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 src/lib/libperfuse/ops.c
cvs rdiff -u -r1.29 -r1.30 src/lib/libperfuse/perfuse_priv.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/distrib/vax/ramdisk

2012-06-28 Thread David Brownlee
Module Name:src
Committed By:   abs
Date:   Thu Jun 28 13:53:49 UTC 2012

Modified Files:
src/distrib/vax/ramdisk: Makefile

Log Message:
Include racd0 and racd1 on ramdisk


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/distrib/vax/ramdisk/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/vax

2012-06-28 Thread David Brownlee
Module Name:src
Committed By:   abs
Date:   Thu Jun 28 13:58:21 UTC 2012

Modified Files:
src/sys/arch/vax/include: vsbus.h
src/sys/arch/vax/vsa: dz_vsbus.c vsbus.c

Log Message:
Define and use VS_REGS_KA49 rather than magic numbers. From OpenBSD.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/vax/include/vsbus.h
cvs rdiff -u -r1.42 -r1.43 src/sys/arch/vax/vsa/dz_vsbus.c
cvs rdiff -u -r1.59 -r1.60 src/sys/arch/vax/vsa/vsbus.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/vax/vax

2012-06-28 Thread David Brownlee
Module Name:src
Committed By:   abs
Date:   Thu Jun 28 13:59:26 UTC 2012

Modified Files:
src/sys/arch/vax/vax: findcpu.c

Log Message:
dependent not dependend


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/vax/vax/findcpu.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/vax/vax

2012-06-28 Thread David Brownlee
Module Name:src
Committed By:   abs
Date:   Thu Jun 28 13:59:55 UTC 2012

Modified Files:
src/sys/arch/vax/vax: ka49.c

Log Message:
drop some blank lines - no functional change


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/vax/vax/ka49.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src

2012-07-02 Thread David Brownlee
Module Name:src
Committed By:   abs
Date:   Mon Jul  2 22:42:18 UTC 2012

Modified Files:
src/distrib/vax/miniroot: Makefile.inc
src/sys/arch/vax/include: disklabel.h types.h
src/sys/sys: bootblock.h

Log Message:
- Increase MAXPARTITIONS for vax from 8 to 16, using the standard NetBSD
  mechanism to ensure all existing /dev nodes continue to work
- Adjust boot block layout to fit additional partitions
- Adjust number of inodes on install media


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/distrib/vax/miniroot/Makefile.inc
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/vax/include/disklabel.h
cvs rdiff -u -r1.45 -r1.46 src/sys/arch/vax/include/types.h
cvs rdiff -u -r1.53 -r1.54 src/sys/sys/bootblock.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src

2012-07-03 Thread David Brownlee
Module Name:src
Committed By:   abs
Date:   Tue Jul  3 21:49:56 UTC 2012

Modified Files:
src/distrib/vax/miniroot: Makefile.inc list
src/distrib/vax/ramdisk: Makefile dot.profile list
src/etc/etc.vax: MAKEDEV.conf
src/sys/arch/vax/conf: INSTALL
Removed Files:
src/distrib/vax: install.md

Log Message:
All apply to vax only:
- Drop KERNFS from INSTALL kernel
- Add dmesg to sysinst ramdisk
- Add 'ramdisk' target to MAKEDEV and use
- Add dhcpcd to sysinst ramdisk
- Drop old install.md script
- Misc install image cleanup (reduce diff to zaurus of all things)


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r0 src/distrib/vax/install.md
cvs rdiff -u -r1.21 -r1.22 src/distrib/vax/miniroot/Makefile.inc
cvs rdiff -u -r1.14 -r1.15 src/distrib/vax/miniroot/list
cvs rdiff -u -r1.29 -r1.30 src/distrib/vax/ramdisk/Makefile \
src/distrib/vax/ramdisk/list
cvs rdiff -u -r1.8 -r1.9 src/distrib/vax/ramdisk/dot.profile
cvs rdiff -u -r1.14 -r1.15 src/etc/etc.vax/MAKEDEV.conf
cvs rdiff -u -r1.60 -r1.61 src/sys/arch/vax/conf/INSTALL

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/vax/conf

2012-07-03 Thread David Brownlee
Module Name:src
Committed By:   abs
Date:   Tue Jul  3 22:42:48 UTC 2012

Modified Files:
src/sys/arch/vax/conf: INSTALL

Log Message:
Sync devices with GENERIC, and include bpfilter to allow dhcpcd to work


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 src/sys/arch/vax/conf/INSTALL

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/etc/etc.vax

2012-07-04 Thread David Brownlee
Module Name:src
Committed By:   abs
Date:   Wed Jul  4 08:03:08 UTC 2012

Modified Files:
src/etc/etc.vax: MAKEDEV.conf

Log Message:
Ensure the ramdisk has bpf for dhcpcd


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/etc/etc.vax/MAKEDEV.conf

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/mscp

2012-07-10 Thread David Brownlee
Module Name:src
Committed By:   abs
Date:   Tue Jul 10 22:30:24 UTC 2012

Modified Files:
src/sys/dev/mscp: mscp.c mscp.h mscp_disk.c mscp_subr.c

Log Message:
Adjust MSCP attach routines. The current code worked fine on simh-vax, but
unfortunately failed on at least one 'real' SCSI MSCP adaptor.
In the updated code
mscp_dorsp()


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/sys/dev/mscp/mscp.c
cvs rdiff -u -r1.8 -r1.9 src/sys/dev/mscp/mscp.h
cvs rdiff -u -r1.72 -r1.73 src/sys/dev/mscp/mscp_disk.c
cvs rdiff -u -r1.42 -r1.43 src/sys/dev/mscp/mscp_subr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/mscp

2012-07-10 Thread David Brownlee
Module Name:src
Committed By:   abs
Date:   Tue Jul 10 22:34:37 UTC 2012

Modified Files:
src/sys/dev/mscp: mscp_disk.c

Log Message:
revert unwanted part of previous MSCP commit


To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 src/sys/dev/mscp/mscp_disk.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/mscp

2012-07-11 Thread David Brownlee
Module Name:src
Committed By:   abs
Date:   Wed Jul 11 16:41:16 UTC 2012

Modified Files:
src/sys/dev/mscp: mscp_disk.c

Log Message:
- Unconditionally initialise tp to avoid a warning
- Use DK_CLOSED rather than CLOSED (no functional change)


To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 src/sys/dev/mscp/mscp_disk.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src

2012-07-13 Thread David Brownlee
Module Name:src
Committed By:   abs
Date:   Fri Jul 13 22:58:45 UTC 2012

Modified Files:
src/distrib/sets/lists/man: mi
src/share/man/man4: Makefile dk.4

Log Message:
Adjust some wording based on suggestion from Snader_LB, plus install a link to 
wedge.4


To generate a diff of this commit:
cvs rdiff -u -r1.1396 -r1.1397 src/distrib/sets/lists/man/mi
cvs rdiff -u -r1.587 -r1.588 src/share/man/man4/Makefile
cvs rdiff -u -r1.5 -r1.6 src/share/man/man4/dk.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/distrib/utils/libhack

2012-07-14 Thread David Brownlee
Module Name:src
Committed By:   abs
Date:   Sat Jul 14 20:32:39 UTC 2012

Modified Files:
src/distrib/utils/libhack: syslog.c

Log Message:
Add a check hack to ensure %m causes error message string to be shown


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/distrib/utils/libhack/syslog.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/eject

2012-07-14 Thread David Brownlee
Module Name:src
Committed By:   abs
Date:   Sat Jul 14 20:41:27 UTC 2012

Modified Files:
src/usr.bin/eject: eject.c

Log Message:
racd *should* be ejectable. Kernel side to come


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/usr.bin/eject/eject.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/atf/lib/libatf-c++

2012-07-14 Thread David Brownlee
Module Name:src
Committed By:   abs
Date:   Sun Jul 15 00:05:51 UTC 2012

Modified Files:
src/external/bsd/atf/lib/libatf-c++: Makefile

Log Message:
Check for ${HAVE_GCC} and pick the right path to stdc++


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/external/bsd/atf/lib/libatf-c++/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/mit/xorg/server/drivers/xf86-input-keyboard

2012-07-16 Thread David Brownlee
Module Name:src
Committed By:   abs
Date:   Mon Jul 16 12:48:43 UTC 2012

Modified Files:
src/external/mit/xorg/server/drivers/xf86-input-keyboard: Makefile

Log Message:
Add vax to DEFAULT_TO_WSKBD


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 \
src/external/mit/xorg/server/drivers/xf86-input-keyboard/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: xsrc/external/mit/xf86-input-keyboard/dist/src

2012-07-16 Thread David Brownlee
Module Name:xsrc
Committed By:   abs
Date:   Mon Jul 16 12:49:42 UTC 2012

Modified Files:
xsrc/external/mit/xf86-input-keyboard/dist/src: bsd_KbdMap.c

Log Message:
Add a basic map for an LK201 keyboard


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 \
xsrc/external/mit/xf86-input-keyboard/dist/src/bsd_KbdMap.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: xsrc/external/mit/xf86-input-keyboard/dist/src

2012-07-16 Thread David Brownlee
Module Name:xsrc
Committed By:   abs
Date:   Mon Jul 16 12:50:25 UTC 2012

Modified Files:
xsrc/external/mit/xf86-input-keyboard/dist/src: bsd_kbd.c

Log Message:
Add WSKBD_TYPE_LK201


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 \
xsrc/external/mit/xf86-input-keyboard/dist/src/bsd_kbd.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/dec

2012-07-16 Thread David Brownlee
Module Name:src
Committed By:   abs
Date:   Mon Jul 16 12:52:47 UTC 2012

Modified Files:
src/sys/dev/dec: dzkbd.c

Log Message:
Allow WSKBDIO_SETMODE


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sys/dev/dec/dzkbd.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/dec

2012-07-16 Thread David Brownlee
Module Name:src
Committed By:   abs
Date:   Mon Jul 16 12:55:36 UTC 2012

Modified Files:
src/sys/dev/dec: dzkbd.c

Log Message:
revert last


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sys/dev/dec/dzkbd.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/dreamcast/conf

2012-07-17 Thread David Brownlee
Module Name:src
Committed By:   abs
Date:   Tue Jul 17 08:05:18 UTC 2012

Modified Files:
src/sys/arch/dreamcast/conf: GENERIC

Log Message:
On a system with no default writable local media, the union file system can be 
handy


To generate a diff of this commit:
cvs rdiff -u -r1.106 -r1.107 src/sys/arch/dreamcast/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/dreamcast/dev

2012-07-27 Thread David Brownlee
Module Name:src
Committed By:   abs
Date:   Fri Jul 27 07:42:27 UTC 2012

Modified Files:
src/sys/arch/dreamcast/dev: gdrom.c

Log Message:
- Adjust the TOC parsing to reject an TOC with invalid (zero) track ids.
  Avoids dereferencing off the start of the TOC track array.
- Add #ifdef GDROMDEBUGTOC for dumping out the gdrom TOC values


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/sys/arch/dreamcast/dev/gdrom.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/doc

2012-08-14 Thread David Brownlee
Module Name:src
Committed By:   abs
Date:   Tue Aug 14 12:31:05 UTC 2012

Modified Files:
src/doc: 3RDPARTY

Log Message:
update current version of grep to 2.13 - from Snader_LB


To generate a diff of this commit:
cvs rdiff -u -r1.957 -r1.958 src/doc/3RDPARTY

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/etc

2012-08-16 Thread David Brownlee
Module Name:src
Committed By:   abs
Date:   Thu Aug 16 13:31:27 UTC 2012

Modified Files:
src/etc/etc.acorn26: MAKEDEV.conf
src/etc/etc.acorn32: MAKEDEV.conf
src/etc/etc.bebox: MAKEDEV.conf
src/etc/etc.cats: MAKEDEV.conf
src/etc/etc.dreamcast: MAKEDEV.conf
src/etc/etc.evbarm: MAKEDEV.conf
src/etc/etc.evbppc: MAKEDEV.conf
src/etc/etc.evbsh3: MAKEDEV.conf
src/etc/etc.ews4800mips: MAKEDEV.conf
src/etc/etc.hpcarm: MAKEDEV.conf
src/etc/etc.hpcmips: MAKEDEV.conf
src/etc/etc.hpcsh: MAKEDEV.conf
src/etc/etc.i386: MAKEDEV.conf
src/etc/etc.ibmnws: MAKEDEV.conf
src/etc/etc.iyonix: MAKEDEV.conf
src/etc/etc.landisk: MAKEDEV.conf
src/etc/etc.luna68k: MAKEDEV.conf
src/etc/etc.mipsco: MAKEDEV.conf
src/etc/etc.mmeye: MAKEDEV.conf
src/etc/etc.mvmeppc: MAKEDEV.conf
src/etc/etc.netwinder: MAKEDEV.conf
src/etc/etc.ofppc: MAKEDEV.conf
src/etc/etc.prep: MAKEDEV.conf
src/etc/etc.rs6000: MAKEDEV.conf
src/etc/etc.sandpoint: MAKEDEV.conf
src/etc/etc.shark: MAKEDEV.conf
src/etc/etc.sparc: MAKEDEV.conf
src/etc/etc.sparc64: MAKEDEV.conf
src/etc/etc.x68k: MAKEDEV.conf
src/etc/etc.zaurus: MAKEDEV.conf

Log Message:
Add 'bpf' to all ramdisk targets (*), or floppy targets if ramdisk calls that.
Sort bpf to come directly after 'std' where relevant.
* (apart from etc.evbppc who's ramdisk target *only* builds md0,
  which just doesn't make sense).
Should allow a fighting chance for dhcpcd to get an IP address.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/etc/etc.acorn26/MAKEDEV.conf
cvs rdiff -u -r1.9 -r1.10 src/etc/etc.acorn32/MAKEDEV.conf
cvs rdiff -u -r1.7 -r1.8 src/etc/etc.bebox/MAKEDEV.conf
cvs rdiff -u -r1.7 -r1.8 src/etc/etc.cats/MAKEDEV.conf
cvs rdiff -u -r1.4 -r1.5 src/etc/etc.dreamcast/MAKEDEV.conf
cvs rdiff -u -r1.5 -r1.6 src/etc/etc.evbarm/MAKEDEV.conf
cvs rdiff -u -r1.8 -r1.9 src/etc/etc.evbppc/MAKEDEV.conf
cvs rdiff -u -r1.6 -r1.7 src/etc/etc.evbsh3/MAKEDEV.conf
cvs rdiff -u -r1.1 -r1.2 src/etc/etc.ews4800mips/MAKEDEV.conf
cvs rdiff -u -r1.12 -r1.13 src/etc/etc.hpcarm/MAKEDEV.conf
cvs rdiff -u -r1.5 -r1.6 src/etc/etc.hpcmips/MAKEDEV.conf
cvs rdiff -u -r1.3 -r1.4 src/etc/etc.hpcsh/MAKEDEV.conf
cvs rdiff -u -r1.22 -r1.23 src/etc/etc.i386/MAKEDEV.conf
cvs rdiff -u -r1.8 -r1.9 src/etc/etc.ibmnws/MAKEDEV.conf
cvs rdiff -u -r1.2 -r1.3 src/etc/etc.iyonix/MAKEDEV.conf
cvs rdiff -u -r1.5 -r1.6 src/etc/etc.landisk/MAKEDEV.conf
cvs rdiff -u -r1.6 -r1.7 src/etc/etc.luna68k/MAKEDEV.conf
cvs rdiff -u -r1.3 -r1.4 src/etc/etc.mipsco/MAKEDEV.conf
cvs rdiff -u -r1.6 -r1.7 src/etc/etc.mmeye/MAKEDEV.conf
cvs rdiff -u -r1.6 -r1.7 src/etc/etc.mvmeppc/MAKEDEV.conf
cvs rdiff -u -r1.4 -r1.5 src/etc/etc.netwinder/MAKEDEV.conf
cvs rdiff -u -r1.8 -r1.9 src/etc/etc.ofppc/MAKEDEV.conf
cvs rdiff -u -r1.7 -r1.8 src/etc/etc.prep/MAKEDEV.conf
cvs rdiff -u -r1.2 -r1.3 src/etc/etc.rs6000/MAKEDEV.conf
cvs rdiff -u -r1.15 -r1.16 src/etc/etc.sandpoint/MAKEDEV.conf
cvs rdiff -u -r1.12 -r1.13 src/etc/etc.shark/MAKEDEV.conf
cvs rdiff -u -r1.14 -r1.15 src/etc/etc.sparc/MAKEDEV.conf
cvs rdiff -u -r1.14 -r1.15 src/etc/etc.sparc64/MAKEDEV.conf
cvs rdiff -u -r1.13 -r1.14 src/etc/etc.x68k/MAKEDEV.conf
cvs rdiff -u -r1.8 -r1.9 src/etc/etc.zaurus/MAKEDEV.conf

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch

2012-08-17 Thread David Brownlee
Module Name:src
Committed By:   abs
Date:   Fri Aug 17 19:43:26 UTC 2012

Modified Files:
src/sys/arch/acorn32/conf: GENERIC
src/sys/arch/evbarm/conf: RPI
src/sys/arch/hpcarm/conf: JORNADA720 JORNADA820 NETBOOKPRO WZERO3
src/sys/arch/sparc/conf: GENERIC
src/sys/arch/usermode/conf: GENERIC.common
src/sys/arch/zaurus/conf: INSTALL

Log Message:
Ensure all WSDISPLAY_COMPAT_USL entries have same comment


To generate a diff of this commit:
cvs rdiff -u -r1.102 -r1.103 src/sys/arch/acorn32/conf/GENERIC
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/evbarm/conf/RPI
cvs rdiff -u -r1.86 -r1.87 src/sys/arch/hpcarm/conf/JORNADA720
cvs rdiff -u -r1.26 -r1.27 src/sys/arch/hpcarm/conf/JORNADA820
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/hpcarm/conf/NETBOOKPRO
cvs rdiff -u -r1.25 -r1.26 src/sys/arch/hpcarm/conf/WZERO3
cvs rdiff -u -r1.233 -r1.234 src/sys/arch/sparc/conf/GENERIC
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/usermode/conf/GENERIC.common
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/zaurus/conf/INSTALL

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch

2012-08-17 Thread David Brownlee
Module Name:src
Committed By:   abs
Date:   Fri Aug 17 20:11:41 UTC 2012

Modified Files:
src/sys/arch/acorn26/conf: FOURMEG GENERIC INSTALL
src/sys/arch/acorn32/conf: EB7500ATX INSTALL LOWMEM_WSCONS NC
src/sys/arch/algor/conf: P4032 P5064 P6032
src/sys/arch/alpha/conf: GENERIC INSTALL
src/sys/arch/amiga/conf: GENERIC GENERIC.in INSTALL WSCONS
src/sys/arch/amigappc/conf: GENERIC NULL
src/sys/arch/arc/conf: ARCTIC GENERIC M403 MIMORI PCCONS PICA RPC44
src/sys/arch/atari/conf: MILAN-ISAIDE MILAN-PCIIDE
src/sys/arch/dreamcast/conf: GENERIC
src/sys/arch/emips/conf: GENERIC INSTALL
src/sys/arch/evbarm/conf: INTEGRATOR LUBBOCK MINI2440 SMDK2410 TWINTAIL
src/sys/arch/evbmips/conf: GDIUM LOONGSON
src/sys/arch/evbppc/conf: EV64260 MPC8536DS MPC8548CDS OPENBLOCKS200
P2020DS P2020RDB RB800 TWRP1025 WALNUT
src/sys/arch/ews4800mips/conf: GENERIC
src/sys/arch/hp300/conf: GENERIC INSTALL
src/sys/arch/hpcsh/conf: HPW650PA
src/sys/arch/i386/conf: GENERIC_PS2TINY
src/sys/arch/ibmnws/conf: GENERIC
src/sys/arch/iyonix/conf: GENERIC
src/sys/arch/luna68k/conf: GENERIC INSTALL
src/sys/arch/mac68k/conf: GENERIC INSTALL
src/sys/arch/macppc/conf: GENERIC INSTALL MAMBO POWERMAC POWERMAC_G5
src/sys/arch/mvmeppc/conf: GENERIC
src/sys/arch/newsmips/conf: DEJIKO GENERIC INSTALL WAPIKO
src/sys/arch/ofppc/conf: GENERIC
src/sys/arch/pmax/conf: GENERIC GENERIC64 INSTALL INSTALL64
src/sys/arch/prep/conf: INSTALL INSTALL_SMALL
src/sys/arch/rs6000/conf: GENERIC
src/sys/arch/sgimips/conf: GENERIC32_IP12 GENERIC32_IP2x GENERIC32_IP3x
src/sys/arch/sparc/conf: INSTALL MRCOFFEE
src/sys/arch/vax/conf: INSTALL VAX780
src/sys/arch/zaurus/conf: INSTALL

Log Message:
Update all kernel configs mentioning WSEMUL_* but not already including
WSDISPLAY_COMPAT_USL using the following rules:
- If WSEMUL_ is commented out, add commented out out WSDISPLAY_COMPAT_USL
- If INSTALL or obviously memory constrained, add WSDISPLAY_DEFAULTSCREENS=1
  and commented out WSDISPLAY_COMPAT_USL
- Otherwise add WSDISPLAY_COMPAT_USL

Some of the INSTALL configs for larger memory machines are probably suitable
for adding WSDISPLAY_COMPAT_USL.

Now wsconscfg(8) should be able to switch VTs when expected.

Implemented after no objection from tech-kern to the following:

On 5 June 2012 09:47, David Brownlee  wrote:
> wsconscfg(8) requires WSDISPLAY_COMPAT_USL in order to switch virtual
> terminals.
>
> Except when in an exceptionally memory or space constrained
> environment (INSTALL being the obvious case), is there any reason why
> all GENERIC and GENERIC-like kernels which have wscons enabled
> shouldn't also have WSDISPLAY_COMPAT_USL?


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/sys/arch/acorn26/conf/FOURMEG
cvs rdiff -u -r1.67 -r1.68 src/sys/arch/acorn26/conf/GENERIC
cvs rdiff -u -r1.34 -r1.35 src/sys/arch/acorn26/conf/INSTALL
cvs rdiff -u -r1.47 -r1.48 src/sys/arch/acorn32/conf/EB7500ATX
cvs rdiff -u -r1.62 -r1.63 src/sys/arch/acorn32/conf/INSTALL
cvs rdiff -u -r1.57 -r1.58 src/sys/arch/acorn32/conf/LOWMEM_WSCONS
cvs rdiff -u -r1.55 -r1.56 src/sys/arch/acorn32/conf/NC
cvs rdiff -u -r1.63 -r1.64 src/sys/arch/algor/conf/P4032
cvs rdiff -u -r1.72 -r1.73 src/sys/arch/algor/conf/P5064
cvs rdiff -u -r1.64 -r1.65 src/sys/arch/algor/conf/P6032
cvs rdiff -u -r1.344 -r1.345 src/sys/arch/alpha/conf/GENERIC
cvs rdiff -u -r1.102 -r1.103 src/sys/arch/alpha/conf/INSTALL
cvs rdiff -u -r1.288 -r1.289 src/sys/arch/amiga/conf/GENERIC
cvs rdiff -u -r1.102 -r1.103 src/sys/arch/amiga/conf/GENERIC.in
cvs rdiff -u -r1.109 -r1.110 src/sys/arch/amiga/conf/INSTALL
cvs rdiff -u -r1.65 -r1.66 src/sys/arch/amiga/conf/WSCONS
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/amigappc/conf/GENERIC
cvs rdiff -u -r1.34 -r1.35 src/sys/arch/amigappc/conf/NULL
cvs rdiff -u -r1.57 -r1.58 src/sys/arch/arc/conf/ARCTIC
cvs rdiff -u -r1.170 -r1.171 src/sys/arch/arc/conf/GENERIC
cvs rdiff -u -r1.53 -r1.54 src/sys/arch/arc/conf/M403
cvs rdiff -u -r1.58 -r1.59 src/sys/arch/arc/conf/MIMORI
cvs rdiff -u -r1.55 -r1.56 src/sys/arch/arc/conf/PCCONS
cvs rdiff -u -r1.70 -r1.71 src/sys/arch/arc/conf/PICA
cvs rdiff -u -r1.40 -r1.41 src/sys/arch/arc/conf/RPC44
cvs rdiff -u -r1.76 -r1.77 src/sys/arch/atari/conf/MILAN-ISAIDE
cvs rdiff -u -r1.80 -r1.81 src/sys/arch/atari/conf/MILAN-PCIIDE
cvs rdiff -u -r1.107 -r1.108 src/sys/arch/dreamcast/conf/GENERIC
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/emips/conf/GENERIC
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/emips/conf/INSTALL
cvs rdiff -u -r1.66 -r1.67 src/sys/arch/evbarm/conf/INTEGRATOR
cvs rdiff -u -r1.41 -r1.42 src/sys/arch/evbarm/conf/LUBBOCK
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/evbarm/conf/MINI2440
cvs rdiff -u -r1.47 -r1.48 src/sys/arch/evbarm/conf/SMDK2410
cvs rdiff -u 

CVS commit: src/etc/etc.vax

2012-08-17 Thread David Brownlee
Module Name:src
Committed By:   abs
Date:   Sat Aug 18 00:50:38 UTC 2012

Modified Files:
src/etc/etc.vax: MAKEDEV.conf

Log Message:
Seems like all the trendy ramdisks are using "makedev ipty" rather than
"makedev pty0" now. Update vax to match so install media doesn't fail
with
.../MAKEDEV: pty0: creating BSD style tty nodes with ptyfs is a security issue


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/etc/etc.vax/MAKEDEV.conf

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src

2012-09-19 Thread David Brownlee
Module Name:src
Committed By:   abs
Date:   Wed Sep 19 23:06:22 UTC 2012

Modified Files:
src/doc: BUILDING.mdoc
src/share/man/man5: mk.conf.5

Log Message:
Fix inverted logic description for MKSTRIPIDENT.
Noted by Snader_LB on freenode IRC


To generate a diff of this commit:
cvs rdiff -u -r1.89 -r1.90 src/doc/BUILDING.mdoc
cvs rdiff -u -r1.61 -r1.62 src/share/man/man5/mk.conf.5

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/doc

2012-09-19 Thread David Brownlee
Module Name:src
Committed By:   abs
Date:   Wed Sep 19 23:08:37 UTC 2012

Modified Files:
src/doc: BUILDING.mdoc

Log Message:
strip trailing whitespace


To generate a diff of this commit:
cvs rdiff -u -r1.90 -r1.91 src/doc/BUILDING.mdoc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/doc

2012-09-19 Thread David Brownlee
Module Name:src
Committed By:   abs
Date:   Wed Sep 19 23:31:36 UTC 2012

Modified Files:
src/doc: BUILDING.mdoc

Log Message:
Adjust postinstall recommendation syntax. based on comment from Snader_LB on IRC


To generate a diff of this commit:
cvs rdiff -u -r1.91 -r1.92 src/doc/BUILDING.mdoc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src

2012-09-19 Thread David Brownlee
Module Name:src
Committed By:   abs
Date:   Wed Sep 19 23:40:03 UTC 2012

Modified Files:
src: BUILDING

Log Message:
regen


To generate a diff of this commit:
cvs rdiff -u -r1.101 -r1.102 src/BUILDING

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/mk

2012-09-20 Thread David Brownlee
Module Name:src
Committed By:   abs
Date:   Thu Sep 20 15:48:54 UTC 2012

Modified Files:
src/share/mk: bsd.README

Log Message:
strip trailing whitespace - noted by Snader_LB on IRC


To generate a diff of this commit:
cvs rdiff -u -r1.300 -r1.301 src/share/mk/bsd.README

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/sed

2012-10-02 Thread David Brownlee
Module Name:src
Committed By:   abs
Date:   Tue Oct  2 14:15:04 UTC 2012

Modified Files:
src/usr.bin/sed: sed.1

Log Message:
"i.e." -> "i.e.," - from Snader_LB on IRC


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/usr.bin/sed/sed.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/ata

2012-11-01 Thread David Brownlee
Module Name:src
Committed By:   abs
Date:   Thu Nov  1 13:46:52 UTC 2012

Modified Files:
src/sys/dev/ata: ata.c

Log Message:
Allow setting ATADEBUG_MASK to default value of atadebug_mask


To generate a diff of this commit:
cvs rdiff -u -r1.125 -r1.126 src/sys/dev/ata/ata.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: xsrc/external/mit/xorg-server/dist/exa

2012-11-09 Thread David Brownlee
Module Name:xsrc
Committed By:   abs
Date:   Fri Nov  9 10:27:33 UTC 2012

Modified Files:
xsrc/external/mit/xorg-server/dist/exa: exa_priv.h exa_unaccel.c

Log Message:
Apply patch https://bugs.freedesktop.org/attachment.cgi?id=68718
(with whitespace tweaks) from
https://bugs.freedesktop.org/show_bug.cgi?id=47266
to address graphics corruption using recent Cairo, manifested most
commonly by certain rendered text sections appearing as solid rectangular
blocks of colour.
Should be pulled up to netbsd-6 (and probably -5)


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.4 -r1.2 \
xsrc/external/mit/xorg-server/dist/exa/exa_priv.h
cvs rdiff -u -r1.1.1.6 -r1.2 \
xsrc/external/mit/xorg-server/dist/exa/exa_unaccel.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/bin/ls

2012-11-20 Thread David Brownlee
Module Name:src
Committed By:   abs
Date:   Tue Nov 20 12:37:29 UTC 2012

Modified Files:
src/bin/ls: ls.1 ls.c

Log Message:
PR/47167
ls.1:
- Sort options in `SYNOPSIS', the option list, and texts within
  the man page;
- improve wording;
- improve macro usage;
- use more consistency regarding (locations for) information about
  which options override which;
- cross-reference `-d' and `-R';
- simplify description of `-k', removing redundant and unneeded
  information;
- sort entry type list (but leave `-a' and `-A' as they are, given
  their meaning);
- correct / augment description of `BLOCKSIZE' environment variable
  in `ENVIRONMENT' section;
- bump date.

ls.c:
- Sort options in `usage';
- augment comment about when to figure out block size.


To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 src/bin/ls/ls.1
cvs rdiff -u -r1.69 -r1.70 src/bin/ls/ls.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/games/wtf

2012-11-20 Thread David Brownlee
Module Name:src
Committed By:   abs
Date:   Tue Nov 20 12:40:54 UTC 2012

Modified Files:
src/games/wtf: wtf wtf.6

Log Message:
PR/47178 from Bug Hunting

src/games/wtf/wtf:
- Correct `usage' (to match new `SYNOPSIS' from man page);
- augment comment on quering pkgsrc's help facility;
- correct interpretation of pkgsrc' help facility query result.

src/games/wtf/wtf.6:
- enhance `SYNOPSIS', document description (`.Dd'), and overal
  program description;
- augment description about quering pkgsrc's help facility;
- improve wording;
- augment `HISTORY' section;
- bump date.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/games/wtf/wtf
cvs rdiff -u -r1.15 -r1.16 src/games/wtf/wtf.6

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/man/man9

2012-11-22 Thread David Brownlee
Module Name:src
Committed By:   abs
Date:   Thu Nov 22 14:27:33 UTC 2012

Modified Files:
src/share/man/man9: secmodel_bsd44.9 secmodel_extensions.9
secmodel_securelevel.9

Log Message:
Punctuation and (non-)capitalization fixes.

>From Bug Hunting.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/share/man/man9/secmodel_bsd44.9
cvs rdiff -u -r1.2 -r1.3 src/share/man/man9/secmodel_extensions.9
cvs rdiff -u -r1.12 -r1.13 src/share/man/man9/secmodel_securelevel.9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libc/gen

2012-11-22 Thread David Brownlee
Module Name:src
Committed By:   abs
Date:   Thu Nov 22 16:19:49 UTC 2012

Modified Files:
src/lib/libc/gen: exec.3

Log Message:
- Correct macro usage;
- sort section order.

>From Bug Hunting.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/lib/libc/gen/exec.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.sbin/sysinst

2015-01-02 Thread David Brownlee
Module Name:src
Committed By:   abs
Date:   Fri Jan  2 19:43:14 UTC 2015

Modified Files:
src/usr.sbin/sysinst: defs.h disks.c install.c partman.c upgrade.c
src/usr.sbin/sysinst/arch/arc: md.c
src/usr.sbin/sysinst/arch/cobalt: md.c
src/usr.sbin/sysinst/arch/evbsh3: md.c
src/usr.sbin/sysinst/arch/hp300: md.c
src/usr.sbin/sysinst/arch/hpcsh: md.c
src/usr.sbin/sysinst/arch/i386: md.c
src/usr.sbin/sysinst/arch/luna68k: md.c
src/usr.sbin/sysinst/arch/mvme68k: md.c
src/usr.sbin/sysinst/arch/news68k: md.c
src/usr.sbin/sysinst/arch/sgimips: md.c
src/usr.sbin/sysinst/arch/vax: md.c
src/usr.sbin/sysinst/arch/x68k: md.c

Log Message:
Rather than scatter set_swap() calls wrapped in ram size checks through
md_post_disklabel() and md_pre_update(), abstract them out to an MI
set_swap_if_low_ram() and call from the appropriate MI places.
Now all platforms add swap if the system has <= 32M of RAM.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/usr.sbin/sysinst/defs.h
cvs rdiff -u -r1.6 -r1.7 src/usr.sbin/sysinst/disks.c
cvs rdiff -u -r1.2 -r1.3 src/usr.sbin/sysinst/install.c \
src/usr.sbin/sysinst/upgrade.c
cvs rdiff -u -r1.7 -r1.8 src/usr.sbin/sysinst/partman.c
cvs rdiff -u -r1.2 -r1.3 src/usr.sbin/sysinst/arch/arc/md.c
cvs rdiff -u -r1.2 -r1.3 src/usr.sbin/sysinst/arch/cobalt/md.c
cvs rdiff -u -r1.2 -r1.3 src/usr.sbin/sysinst/arch/evbsh3/md.c
cvs rdiff -u -r1.2 -r1.3 src/usr.sbin/sysinst/arch/hp300/md.c
cvs rdiff -u -r1.2 -r1.3 src/usr.sbin/sysinst/arch/hpcsh/md.c
cvs rdiff -u -r1.4 -r1.5 src/usr.sbin/sysinst/arch/i386/md.c
cvs rdiff -u -r1.3 -r1.4 src/usr.sbin/sysinst/arch/luna68k/md.c
cvs rdiff -u -r1.2 -r1.3 src/usr.sbin/sysinst/arch/mvme68k/md.c
cvs rdiff -u -r1.2 -r1.3 src/usr.sbin/sysinst/arch/news68k/md.c
cvs rdiff -u -r1.2 -r1.3 src/usr.sbin/sysinst/arch/sgimips/md.c
cvs rdiff -u -r1.2 -r1.3 src/usr.sbin/sysinst/arch/vax/md.c
cvs rdiff -u -r1.2 -r1.3 src/usr.sbin/sysinst/arch/x68k/md.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sbin/newfs_msdos

2015-04-23 Thread David Brownlee
Module Name:src
Committed By:   abs
Date:   Thu Apr 23 13:27:14 UTC 2015

Modified Files:
src/sbin/newfs_msdos: newfs_msdos.c

Log Message:
newfs_msdos allowed suffixes such as 'k', 'm' for some parameters,
but amusingly this did not include Block size, or Sectors per cluster.
Allow for all numeric parameters (If I want to specify the number
of drive heads as '1K', then why not?)


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/sbin/newfs_msdos/newfs_msdos.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/vax/vsa

2015-05-31 Thread David Brownlee
Module Name:src
Committed By:   abs
Date:   Sun May 31 07:04:18 UTC 2015

Modified Files:
src/sys/arch/vax/vsa: vsbus.c

Log Message:
Add missing break - from Felix Deichmann in PR port-vax/49935


To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 src/sys/arch/vax/vsa/vsbus.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.sbin/mopd/common

2020-10-27 Thread David Brownlee
Module Name:src
Committed By:   abs
Date:   Tue Oct 27 17:07:14 UTC 2020

Modified Files:
src/usr.sbin/mopd/common: pf-linux2.c

Log Message:
Fix Linux pfInit() parameter order for mopd

>From dreamlayers


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/usr.sbin/mopd/common/pf-linux2.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.sbin/mopd

2020-10-27 Thread David Brownlee
Module Name:src
Committed By:   abs
Date:   Tue Oct 27 17:16:25 UTC 2020

Modified Files:
src/usr.sbin/mopd/common: file.c
src/usr.sbin/mopd/mopcopy: mopcopy.c

Log Message:
Update mopd for 4k VAX page size and support 1k page a.out binaries

>From dreamlayers


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/usr.sbin/mopd/common/file.c
cvs rdiff -u -r1.7 -r1.8 src/usr.sbin/mopd/mopcopy/mopcopy.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.sbin/npf/npfd

2020-10-30 Thread David Brownlee
Module Name:src
Committed By:   abs
Date:   Fri Oct 30 09:23:36 UTC 2020

Modified Files:
src/usr.sbin/npf/npfd: npfd.8

Log Message:
Fix tcpdump example from "‐i npflog0.pcap" to "‐i npflog0"


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/usr.sbin/npf/npfd/npfd.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/distrib/sets/lists/base

2014-04-20 Thread David Brownlee
Module Name:src
Committed By:   abs
Date:   Sun Apr 20 13:41:21 UTC 2014

Modified Files:
src/distrib/sets/lists/base: rescue.ad.m68k.shl rescue.i386
rescue.shark rescue.sparc rescue.vax

Log Message:
Mark /rescue/ldconfig as 'pic' only to enable building static releases (NOPIC=).
Only MKX11=no tested.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/distrib/sets/lists/base/rescue.ad.m68k.shl \
src/distrib/sets/lists/base/rescue.shark \
src/distrib/sets/lists/base/rescue.vax
cvs rdiff -u -r1.3 -r1.4 src/distrib/sets/lists/base/rescue.i386 \
src/distrib/sets/lists/base/rescue.sparc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/distrib/sets/lists/man

2014-04-25 Thread David Brownlee
Module Name:src
Committed By:   abs
Date:   Fri Apr 25 12:11:27 UTC 2014

Modified Files:
src/distrib/sets/lists/man: mi

Log Message:
Fix MKPAM=no build


To generate a diff of this commit:
cvs rdiff -u -r1.1471 -r1.1472 src/distrib/sets/lists/man/mi

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/kern

2014-04-26 Thread David Brownlee
Module Name:src
Committed By:   abs
Date:   Sat Apr 26 16:30:05 UTC 2014

Modified Files:
src/sys/kern: subr_pool.c

Log Message:
Ensure pool_head is non static - for "vmstat -i"


To generate a diff of this commit:
cvs rdiff -u -r1.201 -r1.202 src/sys/kern/subr_pool.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libcurses

2014-05-21 Thread David Brownlee
Module Name:src
Committed By:   abs
Date:   Wed May 21 14:01:30 UTC 2014

Modified Files:
src/lib/libcurses: Makefile

Log Message:
Add workaround for lib/48827 for vax to avoid segv in sysinst for now


To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 src/lib/libcurses/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/pci

2014-05-24 Thread David Brownlee
Module Name:src
Committed By:   abs
Date:   Sat May 24 22:14:27 UTC 2014

Modified Files:
src/sys/dev/pci: siside.c

Log Message:
Add in missing space after "96X UDMA%d". Changes "96X UDMA6746" to "96X UDMA6 
746"


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/sys/dev/pci/siside.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/doc

2014-05-28 Thread David Brownlee
Module Name:src
Committed By:   abs
Date:   Wed May 28 21:51:18 UTC 2014

Modified Files:
src/doc: HACKS

Log Message:
Add a hack entry for lib/libcurses/Makefile workaround for lib/48827


To generate a diff of this commit:
cvs rdiff -u -r1.150 -r1.151 src/doc/HACKS

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/sun3/conf

2014-06-04 Thread David Brownlee
Module Name:src
Committed By:   abs
Date:   Wed Jun  4 20:21:24 UTC 2014

Modified Files:
src/sys/arch/sun3/conf: DISKLESS

Log Message:
Sync (commented out) some of the network and filesystem related
blocks from GENERIC. Only functional change is to comment out tun
in DISKLESS to match GENERIC.


To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 src/sys/arch/sun3/conf/DISKLESS

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/sun3/conf

2014-06-25 Thread David Brownlee
Module Name:src
Committed By:   abs
Date:   Wed Jun 25 16:14:43 UTC 2014

Modified Files:
src/sys/arch/sun3/conf: DISKLESS

Log Message:
Enable ie0 in DISKLESS for sun3/110


To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 src/sys/arch/sun3/conf/DISKLESS

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src

2018-11-09 Thread David Brownlee
Module Name:src
Committed By:   abs
Date:   Fri Nov  9 21:33:50 UTC 2018

Modified Files:
src/distrib/sets/lists/base: mi
src/distrib/sets/lists/misc: mi
src/etc/mtree: NetBSD.dist.base
src/usr.sbin/sliplogin: Makefile

Log Message:
Install the sample slip.login to share/examples/slip/slip.login


To generate a diff of this commit:
cvs rdiff -u -r1.1192 -r1.1193 src/distrib/sets/lists/base/mi
cvs rdiff -u -r1.208 -r1.209 src/distrib/sets/lists/misc/mi
cvs rdiff -u -r1.179 -r1.180 src/etc/mtree/NetBSD.dist.base
cvs rdiff -u -r1.6 -r1.7 src/usr.sbin/sliplogin/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.