CVS commit: src/sys/arch/xen

2012-11-25 Thread Cherry G. Mathew
Module Name:src
Committed By:   cherry
Date:   Sun Nov 25 08:39:36 UTC 2012

Modified Files:
src/sys/arch/xen/include: hypervisor.h
src/sys/arch/xen/x86: hypervisor_machdep.c
src/sys/arch/xen/xen: evtchn.c

Log Message:
Make hypervisor_set_ipending() and its consumers cpu unaware. This syncs syntax 
with semantics


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/sys/arch/xen/include/hypervisor.h
cvs rdiff -u -r1.22 -r1.23 src/sys/arch/xen/x86/hypervisor_machdep.c
cvs rdiff -u -r1.63 -r1.64 src/sys/arch/xen/xen/evtchn.c

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



CVS commit: src/sys/net

2012-11-25 Thread Marc Balmer
Module Name:src
Committed By:   mbalmer
Date:   Sun Nov 25 09:06:43 UTC 2012

Modified Files:
src/sys/net: if_ppp.c

Log Message:
Don't check mp for NULL twice.  From Michael W. Bomardieri 
via tech-...@netbsd.org.  Thanks!


To generate a diff of this commit:
cvs rdiff -u -r1.137 -r1.138 src/sys/net/if_ppp.c

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



CVS commit: [netbsd-6-0] src/distrib

2012-11-25 Thread Julian Coleman
Module Name:src
Committed By:   jdc
Date:   Sun Nov 25 10:10:04 UTC 2012

Modified Files:
src/distrib/emips/miniroot [netbsd-6-0]: Makefile.inc
src/distrib/hp300/miniroot [netbsd-6-0]: Makefile.inc
src/distrib/hpcarm/miniroot [netbsd-6-0]: Makefile.inc
src/distrib/hpcmips/miniroot [netbsd-6-0]: Makefile.inc
src/distrib/hpcsh/miniroot [netbsd-6-0]: Makefile.inc
src/distrib/mvme68k/miniroot [netbsd-6-0]: Makefile.inc
src/distrib/pmax/miniroot [netbsd-6-0]: Makefile.inc
src/distrib/vax/miniroot [netbsd-6-0]: Makefile.inc

Log Message:
Pull up revisions:
  src/distrib/emips/miniroot/Makefile.inc revision 1.3
  src/distrib/hp300/miniroot/Makefile.inc revision 1.13
  src/distrib/hpcarm/miniroot/Makefile.inc revision 1.7
  src/distrib/hpcmips/miniroot/Makefile.inc revision 1.20
  src/distrib/hpcsh/miniroot/Makefile.inc revision 1.8
  src/distrib/mvme68k/miniroot/Makefile.inc revision 1.13
  src/distrib/pmax/miniroot/Makefile.inc revision 1.24
  src/distrib/vax/miniroot/Makefile.inc revision 1.23
(requested by tsutsui in ticket #650).

Fix PR install/47123 (sysinst fails with "openpty() failed" on many ports):
 Add "ipty" to MAKEDEVTARGETS in miniroot/Makefile.inc since "MAKEDEV all"
 no longer creates /dev/pty* device nodes and miniroot doesn't mount ptyfs.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.2.10.1 src/distrib/emips/miniroot/Makefile.inc
cvs rdiff -u -r1.12 -r1.12.14.1 src/distrib/hp300/miniroot/Makefile.inc
cvs rdiff -u -r1.6 -r1.6.14.1 src/distrib/hpcarm/miniroot/Makefile.inc
cvs rdiff -u -r1.19 -r1.19.14.1 src/distrib/hpcmips/miniroot/Makefile.inc
cvs rdiff -u -r1.7 -r1.7.14.1 src/distrib/hpcsh/miniroot/Makefile.inc
cvs rdiff -u -r1.12 -r1.12.14.1 src/distrib/mvme68k/miniroot/Makefile.inc
cvs rdiff -u -r1.23 -r1.23.14.1 src/distrib/pmax/miniroot/Makefile.inc
cvs rdiff -u -r1.20.8.2 -r1.20.8.2.4.1 src/distrib/vax/miniroot/Makefile.inc

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



CVS commit: [netbsd-6-0] src/distrib/utils/sysinst

2012-11-25 Thread Julian Coleman
Module Name:src
Committed By:   jdc
Date:   Sun Nov 25 10:12:14 UTC 2012

Modified Files:
src/distrib/utils/sysinst [netbsd-6-0]: disks.c

Log Message:
Pull up revision 1.127 (requested by tsutsui in ticket #706).

Don't show a disk which is mounted as root partition
in the "Available disks" list during sysinst procedure
to prevent users from shooting their foot in case of
installation using install-image on a USB stick.
Per suggestion in PR/47195.


To generate a diff of this commit:
cvs rdiff -u -r1.123.2.2 -r1.123.2.2.4.1 src/distrib/utils/sysinst/disks.c

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



CVS commit: [netbsd-6-0] src/doc

2012-11-25 Thread Julian Coleman
Module Name:src
Committed By:   jdc
Date:   Sun Nov 25 10:13:52 UTC 2012

Modified Files:
src/doc [netbsd-6-0]: CHANGES-6.0.1

Log Message:
Tickets 650, 706.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.22 -r1.1.2.23 src/doc/CHANGES-6.0.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

2012-11-25 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Nov 25 15:29:25 UTC 2012

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

Log Message:
move context struct to a header for the benefit of fstat.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/dev/rndpseudo.c

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



CVS commit: src/sys/sys

2012-11-25 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Nov 25 15:29:45 UTC 2012

Modified Files:
src/sys/sys: cprng.h

Log Message:
add an snprintb format.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/sys/cprng.h

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



CVS commit: src/sys/sys

2012-11-25 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Nov 25 15:29:56 UTC 2012

Modified Files:
src/sys/sys: rnd.h

Log Message:
add the context struct


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/sys/sys/rnd.h

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



CVS commit: src/usr.bin/fstat

2012-11-25 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Nov 25 15:30:29 UTC 2012

Modified Files:
src/usr.bin/fstat: misc.c

Log Message:
support printing rnd descriptor info


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/usr.bin/fstat/misc.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/amiga/dev

2012-11-25 Thread Radoslaw Kujawa
Module Name:src
Committed By:   rkujawa
Date:   Sun Nov 25 19:15:44 UTC 2012

Modified Files:
src/sys/arch/amiga/dev: zbus.c

Log Message:
Use constants, not magic values.


To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 src/sys/arch/amiga/dev/zbus.c

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



CVS commit: src/sbin/fsck_ext2fs

2012-11-25 Thread Jonathan A. Kollasch
Module Name:src
Committed By:   jakllsch
Date:   Sun Nov 25 19:36:23 UTC 2012

Modified Files:
src/sbin/fsck_ext2fs: dir.c

Log Message:
e2di_nblock is (assuming the huge_file feature is not active) stored in
DEV_BSIZE units, not fs block size units.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sbin/fsck_ext2fs/dir.c

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



CVS commit: src/sbin/fsck_ext2fs

2012-11-25 Thread Jonathan A. Kollasch
Module Name:src
Committed By:   jakllsch
Date:   Sun Nov 25 19:42:14 UTC 2012

Modified Files:
src/sbin/fsck_ext2fs: dir.c extern.h inode.c pass1.c

Log Message:
Catch up to the kernel with respect to Ext2 huge_file feature.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sbin/fsck_ext2fs/dir.c
cvs rdiff -u -r1.7 -r1.8 src/sbin/fsck_ext2fs/extern.h
cvs rdiff -u -r1.31 -r1.32 src/sbin/fsck_ext2fs/inode.c
cvs rdiff -u -r1.21 -r1.22 src/sbin/fsck_ext2fs/pass1.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/pci

2012-11-25 Thread Taylor R Campbell
Module Name:src
Committed By:   riastradh
Date:   Sun Nov 25 19:50:34 UTC 2012

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

Log Message:
Rework firmware reference counting and error messages in wpi(4).

. Clarify the shared firmware abstraction in wpi_cached_firmware
  and its new sibling wpi_release_firmware.
. Fix typo in wpa_cache_firmware error branch leading to free NULL.
. Fix leak in wpi_load_firmware error branch.
. Sprinkle some kasserts to executably document invariants.
. A little KNF here and there.

Based on a patch from dh in PR kern/44144.


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 src/sys/dev/pci/if_wpi.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/amiga/dev

2012-11-25 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Nov 25 19:52:05 UTC 2012

Modified Files:
src/sys/arch/amiga/dev: zbus.c

Log Message:
readability fix.


To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 src/sys/arch/amiga/dev/zbus.c

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



CVS commit: othersrc/external/bsd/mat

2012-11-25 Thread Alistair G. Crooks
Module Name:othersrc
Committed By:   agc
Date:   Sun Nov 25 20:20:36 UTC 2012

Modified Files:
othersrc/external/bsd/mat/dist: mat.c mat.h
othersrc/external/bsd/mat/libmat: shlib_version

Log Message:
Use mmap(2) to write files, where possible.

Fallback to write(2) when not possible.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 othersrc/external/bsd/mat/dist/mat.c \
othersrc/external/bsd/mat/dist/mat.h
cvs rdiff -u -r1.1.1.1 -r1.2 othersrc/external/bsd/mat/libmat/shlib_version

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



CVS commit: src/sys/arch/arm/include

2012-11-25 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Sun Nov 25 20:40:30 UTC 2012

Modified Files:
src/sys/arch/arm/include: lock.h

Log Message:
For consistency, define the _KERNEL version of __swp() using a non-volatile
type, similar to how it is defined in non-KERNEL

Fixes the 'build.sh release' for evbarm-{eb,el}


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/arm/include/lock.h

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



CVS commit: src/sys/arch/xen/xen

2012-11-25 Thread Cherry G. Mathew
Module Name:src
Committed By:   cherry
Date:   Sun Nov 25 20:56:33 UTC 2012

Modified Files:
src/sys/arch/xen/xen: evtchn.c

Log Message:
Do not escalate the local spl while taking the interrupt handler list
lock. Re-entrance is protected against within the events handler
framework by toggling interrupts/events, so we don't need (and cannot
use) the spl framework in that path. The other consumers (interrupt
registration/removal code) are not spl sensitive wrt this lock.


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 src/sys/arch/xen/xen/evtchn.c

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



CVS commit: src

2012-11-25 Thread Alexander Nasonov
Module Name:src
Committed By:   alnsn
Date:   Sun Nov 25 21:55:51 UTC 2012

Modified Files:
src/distrib/sets/lists/comp: ad.mips md.emips md.ews4800mips md.hpcmips
md.mipsco md.newsmips md.sbmips md.sgimips
src/sys/arch/emips/include: Makefile
src/sys/arch/evbmips/include: sljitarch.h
src/sys/arch/ews4800mips/include: Makefile
src/sys/arch/hpcmips/include: Makefile
src/sys/arch/mips/include: Makefile
src/sys/arch/mipsco/include: Makefile
src/sys/arch/newsmips/include: Makefile
src/sys/arch/sbmips/include: Makefile
src/sys/arch/sgimips/include: Makefile
Added Files:
src/sys/arch/emips/include: sljitarch.h
src/sys/arch/ews4800mips/include: sljitarch.h
src/sys/arch/hpcmips/include: sljitarch.h
src/sys/arch/mips/include: sljitarch.h
src/sys/arch/mipsco/include: sljitarch.h
src/sys/arch/newsmips/include: sljitarch.h
src/sys/arch/sbmips/include: sljitarch.h
src/sys/arch/sgimips/include: sljitarch.h

Log Message:
Add sljitarch.h to all mips machines.


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/distrib/sets/lists/comp/ad.mips
cvs rdiff -u -r1.2 -r1.3 src/distrib/sets/lists/comp/md.emips
cvs rdiff -u -r1.5 -r1.6 src/distrib/sets/lists/comp/md.ews4800mips
cvs rdiff -u -r1.29 -r1.30 src/distrib/sets/lists/comp/md.hpcmips \
src/distrib/sets/lists/comp/md.newsmips
cvs rdiff -u -r1.20 -r1.21 src/distrib/sets/lists/comp/md.mipsco
cvs rdiff -u -r1.14 -r1.15 src/distrib/sets/lists/comp/md.sbmips
cvs rdiff -u -r1.17 -r1.18 src/distrib/sets/lists/comp/md.sgimips
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/emips/include/Makefile
cvs rdiff -u -r0 -r1.1 src/sys/arch/emips/include/sljitarch.h
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evbmips/include/sljitarch.h
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/ews4800mips/include/Makefile
cvs rdiff -u -r0 -r1.1 src/sys/arch/ews4800mips/include/sljitarch.h
cvs rdiff -u -r1.22 -r1.23 src/sys/arch/hpcmips/include/Makefile
cvs rdiff -u -r0 -r1.1 src/sys/arch/hpcmips/include/sljitarch.h
cvs rdiff -u -r1.30 -r1.31 src/sys/arch/mips/include/Makefile
cvs rdiff -u -r0 -r1.1 src/sys/arch/mips/include/sljitarch.h
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/mipsco/include/Makefile
cvs rdiff -u -r0 -r1.1 src/sys/arch/mipsco/include/sljitarch.h
cvs rdiff -u -r1.34 -r1.35 src/sys/arch/newsmips/include/Makefile
cvs rdiff -u -r0 -r1.1 src/sys/arch/newsmips/include/sljitarch.h
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/sbmips/include/Makefile
cvs rdiff -u -r0 -r1.1 src/sys/arch/sbmips/include/sljitarch.h
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/sgimips/include/Makefile
cvs rdiff -u -r0 -r1.1 src/sys/arch/sgimips/include/sljitarch.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/usb

2012-11-25 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Nov 25 22:22:40 UTC 2012

Modified Files:
src/sys/dev/usb: if_axe.c if_axereg.h

Log Message:
PR/47245: Toby Karyadi: Add AX88772B support to axe(4), e.g. for DLINK
DUB-E100 C1


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 src/sys/dev/usb/if_axe.c
cvs rdiff -u -r1.14 -r1.15 src/sys/dev/usb/if_axereg.h

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



CVS commit: src/sys/arch/mips/include

2012-11-25 Thread Alexander Nasonov
Module Name:src
Committed By:   alnsn
Date:   Sun Nov 25 23:04:51 UTC 2012

Modified Files:
src/sys/arch/mips/include: sljitarch.h

Log Message:
EVPMIPS -> MIPS in include guard.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/mips/include/sljitarch.h

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



CVS commit: src/sys/arch/amiga

2012-11-25 Thread Radoslaw Kujawa
Module Name:src
Committed By:   rkujawa
Date:   Sun Nov 25 23:33:56 UTC 2012

Modified Files:
src/sys/arch/amiga/amiga: amiga_init.c
src/sys/arch/amiga/conf: files.amiga
src/sys/arch/amiga/dev: zbus.c
Added Files:
src/sys/arch/amiga/dev: z3rambd.c

Log Message:
Add z3rambd driver, it allows using Zorro III RAM boards as block devices.
This makes sense in machines equipped with RAM on accelerator boards, where
difference between accelerator RAM and Zorro III RAM is significant. Hacks
were needed in amiga_init.c and zbus.c, but they are only enabled if this
driver is present in kernel. Otherwise user will get the usual behaviour.


To generate a diff of this commit:
cvs rdiff -u -r1.127 -r1.128 src/sys/arch/amiga/amiga/amiga_init.c
cvs rdiff -u -r1.165 -r1.166 src/sys/arch/amiga/conf/files.amiga
cvs rdiff -u -r0 -r1.1 src/sys/arch/amiga/dev/z3rambd.c
cvs rdiff -u -r1.71 -r1.72 src/sys/arch/amiga/dev/zbus.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/amiga/conf

2012-11-25 Thread Radoslaw Kujawa
Module Name:src
Committed By:   rkujawa
Date:   Sun Nov 25 23:36:37 UTC 2012

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

Log Message:
Add z3rambd, commented out.


To generate a diff of this commit:
cvs rdiff -u -r1.292 -r1.293 src/sys/arch/amiga/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/amiga/conf

2012-11-25 Thread Radoslaw Kujawa
Module Name:src
Committed By:   rkujawa
Date:   Sun Nov 25 23:37:10 UTC 2012

Modified Files:
src/sys/arch/amiga/conf: GENERIC.in

Log Message:
Argh, commited wrong file. Add z3rambd.


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

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



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

2012-11-25 Thread Radoslaw Kujawa
Module Name:src
Committed By:   rkujawa
Date:   Sun Nov 25 23:37:28 UTC 2012

Modified Files:
src/sys/arch/amiga/conf: DRACO GENERIC INSTALL

Log Message:
Regen configs.


To generate a diff of this commit:
cvs rdiff -u -r1.161 -r1.162 src/sys/arch/amiga/conf/DRACO
cvs rdiff -u -r1.293 -r1.294 src/sys/arch/amiga/conf/GENERIC
cvs rdiff -u -r1.112 -r1.113 src/sys/arch/amiga/conf/INSTALL

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



CVS commit: src/doc

2012-11-25 Thread Radoslaw Kujawa
Module Name:src
Committed By:   rkujawa
Date:   Mon Nov 26 00:23:53 UTC 2012

Modified Files:
src/doc: CHANGES

Log Message:
Note z3rambd(4).


To generate a diff of this commit:
cvs rdiff -u -r1.1760 -r1.1761 src/doc/CHANGES

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/man4.amiga

2012-11-25 Thread Radoslaw Kujawa
Module Name:src
Committed By:   rkujawa
Date:   Mon Nov 26 00:36:01 UTC 2012

Modified Files:
src/share/man/man4/man4.amiga: Makefile clockport.4
Added Files:
src/share/man/man4/man4.amiga: z3rambd.4

Log Message:
Add man page for newly added z3rambd(4) driver.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/share/man/man4/man4.amiga/Makefile
cvs rdiff -u -r1.4 -r1.5 src/share/man/man4/man4.amiga/clockport.4
cvs rdiff -u -r0 -r1.1 src/share/man/man4/man4.amiga/z3rambd.4

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/man4.amiga

2012-11-25 Thread Radoslaw Kujawa
Module Name:src
Committed By:   rkujawa
Date:   Mon Nov 26 00:38:15 UTC 2012

Modified Files:
src/share/man/man4/man4.amiga: clockport.4

Log Message:
Last commit to this file was accidental, Flipper is not really supported yet.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/share/man/man4/man4.amiga/clockport.4

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

2012-11-25 Thread Radoslaw Kujawa
Module Name:src
Committed By:   rkujawa
Date:   Mon Nov 26 00:41:49 UTC 2012

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

Log Message:
Add z3rambd(4) man page to distribution list.


To generate a diff of this commit:
cvs rdiff -u -r1.1407 -r1.1408 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/dev/pci

2012-11-25 Thread Taylor R Campbell
Module Name:src
Committed By:   riastradh
Date:   Mon Nov 26 03:01:29 UTC 2012

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

Log Message:
Match the Intel 7 Series SMBus Controller in ichsmb(4).

Tested on a Thinkpad W530.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/sys/dev/pci/ichsmb.c

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



CVS commit: othersrc/external/bsd/mat/dist

2012-11-25 Thread Alistair G. Crooks
Module Name:othersrc
Committed By:   agc
Date:   Mon Nov 26 05:49:06 UTC 2012

Modified Files:
othersrc/external/bsd/mat/dist: frontends.c mat.c

Log Message:
act on feedback from fuzz tests:

check arguments to exported functions on entry to those functions


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 othersrc/external/bsd/mat/dist/frontends.c
cvs rdiff -u -r1.6 -r1.7 othersrc/external/bsd/mat/dist/mat.c

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