CVS commit: src/libexec/ld.elf_so

2010-01-17 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Sun Jan 17 08:04:20 UTC 2010

Modified Files:
src/libexec/ld.elf_so: rtld.h

Log Message:
Restore backwards compatibility for binaries referencing the main
Obj_Entry.


To generate a diff of this commit:
cvs rdiff -u -r1.87 -r1.88 src/libexec/ld.elf_so/rtld.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/hppa/include

2010-01-17 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Sun Jan 17 08:24:06 UTC 2010

Modified Files:
src/sys/arch/hppa/include: param.h

Log Message:
Simplify.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/hppa/include/param.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/hp700/dev

2010-01-17 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Sun Jan 17 08:29:01 UTC 2010

Modified Files:
src/sys/arch/hp700/dev: dino.c

Log Message:
Add some comments.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/hp700/dev/dino.c

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



Re: tn3270 removal (was: CVS commit: src)

2010-01-17 Thread David Holland
On Sun, Jan 17, 2010 at 08:37:21AM +0100, Alistair Crooks wrote:
   I have added it to pkgsrc. Please let me know if it works, as I don't
   have an IBM mainframe in my back pocket for testing. :-/
  
  Until then, there's always pkgsrc/emulators/hercules :-)

which, by a staggering coincidence, I just finished fixing so it builds...

(although I don't particularly know how to run it)

-- 
David A. Holland
dholl...@netbsd.org


CVS commit: src/sys/arch/hppa/hppa

2010-01-17 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Sun Jan 17 08:50:04 UTC 2010

Modified Files:
src/sys/arch/hppa/hppa: trap.c vm_machdep.c

Log Message:
Use pmap_extract instead of kvtop.


To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 src/sys/arch/hppa/hppa/trap.c
cvs rdiff -u -r1.39 -r1.40 src/sys/arch/hppa/hppa/vm_machdep.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

2010-01-17 Thread Julian Coleman
Module Name:src
Committed By:   jdc
Date:   Sun Jan 17 11:57:29 UTC 2010

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

Log Message:
Mask out (disable) cas interrupts on detach and suspend.
(Re-)enable interrupts on resume.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/pci/if_cas.c

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



CVS commit: src/bin/csh

2010-01-17 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Jan 17 12:15:37 UTC 2010

Modified Files:
src/bin/csh: lex.c

Log Message:
Match curly braces in undef(FILEC) case. Found by cppcheck.


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

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



CVS commit: src/games/fortune/strfile

2010-01-17 Thread Marc Balmer
Module Name:src
Committed By:   mbalmer
Date:   Sun Jan 17 13:35:00 UTC 2010

Modified Files:
src/games/fortune/strfile: strfile.8

Log Message:
The default output file extension is '.dat', not '.out'.
From Lars Nooden via OpenBSD.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/games/fortune/strfile/strfile.8

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



CVS commit: src

2010-01-17 Thread Matthias Drochner
Module Name:src
Committed By:   drochner
Date:   Sun Jan 17 14:54:44 UTC 2010

Modified Files:
src/sys/arch/i386/stand/boot: boot2.c
src/sys/arch/i386/stand/lib: boot_params.S
src/sys/arch/i386/stand/pxeboot: Makefile main.c
src/sys/sys: bootblock.h
src/usr.sbin/installboot/arch: i386.c

Log Message:
Invert the flag bits to control module loading: rename
LOADMODULES-NOMODULES and READBOOTCONF-NOBOOTCONF.
This way, the default value (0) wired into old bootxx_* and installed
to file systems remains valid and we avoid problems on partial updates.


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 src/sys/arch/i386/stand/boot/boot2.c
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/i386/stand/lib/boot_params.S
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/i386/stand/pxeboot/Makefile
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/i386/stand/pxeboot/main.c
cvs rdiff -u -r1.49 -r1.50 src/sys/sys/bootblock.h
cvs rdiff -u -r1.35 -r1.36 src/usr.sbin/installboot/arch/i386.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/sparc/dev

2010-01-17 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Sun Jan 17 16:23:43 UTC 2010

Modified Files:
src/sys/arch/sparc/dev: zs.c

Log Message:
Make sure to set ZS_HWFLAG_USE_CONSDEV and zs_consdev into zsc_args
passed to child devices even in !(NWSKBD == 0) case so that zs console
functions are actually used rather than the default prom console.
Fixes stray interrupts on MP machines running GENERIC.MP kernel with
zs serial console.

Ok'ed by m...@.


To generate a diff of this commit:
cvs rdiff -u -r1.116 -r1.117 src/sys/arch/sparc/dev/zs.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/powerpc/oea

2010-01-17 Thread Frank Wille
Module Name:src
Committed By:   phx
Date:   Sun Jan 17 16:47:17 UTC 2010

Modified Files:
src/sys/arch/powerpc/oea: ofwoea_machdep.c

Log Message:
Heed modeldata.ranges_offset while constructing the ranges bitmap.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/powerpc/oea/ofwoea_machdep.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/i386/stand/pxeboot

2010-01-17 Thread Matthias Drochner
Module Name:src
Committed By:   drochner
Date:   Sun Jan 17 17:02:47 UTC 2010

Modified Files:
src/sys/arch/i386/stand/pxeboot: Makefile

Log Message:
fix tyop in default flag definition


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/arch/i386/stand/pxeboot/Makefile

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



CVS commit: othersrc/usr.bin/tn3270

2010-01-17 Thread S.P.Zeidler
Module Name:othersrc
Committed By:   spz
Date:   Sun Jan 17 18:00:07 UTC 2010

Update of /cvsroot/othersrc/usr.bin/tn3270
In directory ivanova.netbsd.org:/tmp/cvs-serv17966

Log Message:
tn3270 ex from src, conditioned to be built outside of src by dholland@

Status:

Vendor Tag: TNF
Release Tags:   othersrc-base

N othersrc/usr.bin/tn3270/Makefile
N othersrc/usr.bin/tn3270/api/api_bsd.c
N othersrc/usr.bin/tn3270/api/api_exch.c
N othersrc/usr.bin/tn3270/api/api_exch.h
N othersrc/usr.bin/tn3270/api/apilib.c
N othersrc/usr.bin/tn3270/api/apilib.h
N othersrc/usr.bin/tn3270/api/asc_ebc.c
N othersrc/usr.bin/tn3270/api/asc_ebc.h
N othersrc/usr.bin/tn3270/api/astosc.c
N othersrc/usr.bin/tn3270/api/astosc.h
N othersrc/usr.bin/tn3270/api/dctype.c
N othersrc/usr.bin/tn3270/api/dctype.h
N othersrc/usr.bin/tn3270/api/disp_asc.c
N othersrc/usr.bin/tn3270/api/disp_asc.h
N othersrc/usr.bin/tn3270/api/ebc_disp.c
N othersrc/usr.bin/tn3270/api/ebc_disp.h
N othersrc/usr.bin/tn3270/ascii/default.map
N othersrc/usr.bin/tn3270/ascii/map3270.c
N othersrc/usr.bin/tn3270/ascii/map3270.h
N othersrc/usr.bin/tn3270/ascii/mset.c
N othersrc/usr.bin/tn3270/ascii/state.h
N othersrc/usr.bin/tn3270/ascii/termin.c
N othersrc/usr.bin/tn3270/ctlr/3180.kbd
N othersrc/usr.bin/tn3270/ctlr/3270pc.kbd
N othersrc/usr.bin/tn3270/ctlr/api.c
N othersrc/usr.bin/tn3270/ctlr/api.h
N othersrc/usr.bin/tn3270/ctlr/declare.h
N othersrc/usr.bin/tn3270/ctlr/function.c
N othersrc/usr.bin/tn3270/ctlr/function.h
N othersrc/usr.bin/tn3270/ctlr/hostctlr.h
N othersrc/usr.bin/tn3270/ctlr/inbound.c
N othersrc/usr.bin/tn3270/ctlr/oia.c
N othersrc/usr.bin/tn3270/ctlr/oia.h
N othersrc/usr.bin/tn3270/ctlr/options.c
N othersrc/usr.bin/tn3270/ctlr/options.h
N othersrc/usr.bin/tn3270/ctlr/outbound.c
N othersrc/usr.bin/tn3270/ctlr/screen.h
N othersrc/usr.bin/tn3270/ctlr/scrnctlr.h
N othersrc/usr.bin/tn3270/ctlr/unix.kbd
N othersrc/usr.bin/tn3270/general/genbsubs.c
N othersrc/usr.bin/tn3270/general/general.h
N othersrc/usr.bin/tn3270/general/globals.c
N othersrc/usr.bin/tn3270/general/globals.h
N othersrc/usr.bin/tn3270/general/vaxbsubs.s
N othersrc/usr.bin/tn3270/mk/prog.mk
N othersrc/usr.bin/tn3270/mk/setup.mk
N othersrc/usr.bin/tn3270/mset/Makefile
N othersrc/usr.bin/tn3270/mset/map3270
N othersrc/usr.bin/tn3270/mset/map3270.5
N othersrc/usr.bin/tn3270/mset/mset.1
N othersrc/usr.bin/tn3270/sys_curses/system.c
N othersrc/usr.bin/tn3270/sys_curses/telextrn.h
N othersrc/usr.bin/tn3270/sys_curses/terminal.h
N othersrc/usr.bin/tn3270/sys_curses/termout.c
N othersrc/usr.bin/tn3270/telnet/commands.c
N othersrc/usr.bin/tn3270/telnet/defines.h
N othersrc/usr.bin/tn3270/telnet/externs.h
N othersrc/usr.bin/tn3270/telnet/general.h
N othersrc/usr.bin/tn3270/telnet/main.c
N othersrc/usr.bin/tn3270/telnet/network.c
N othersrc/usr.bin/tn3270/telnet/ring.c
N othersrc/usr.bin/tn3270/telnet/ring.h
N othersrc/usr.bin/tn3270/telnet/sys_bsd.c
N othersrc/usr.bin/tn3270/telnet/telnet.c
N othersrc/usr.bin/tn3270/telnet/terminal.c
N othersrc/usr.bin/tn3270/telnet/tn3270.c
N othersrc/usr.bin/tn3270/telnet/types.h
N othersrc/usr.bin/tn3270/telnet/utilities.c
N othersrc/usr.bin/tn3270/telnet/libtelnet/genget.c
N othersrc/usr.bin/tn3270/telnet/libtelnet/misc-proto.h
N othersrc/usr.bin/tn3270/telnet/libtelnet/misc.h
N othersrc/usr.bin/tn3270/tn3270/Makefile
N othersrc/usr.bin/tn3270/tn3270/tn3270.1
N othersrc/usr.bin/tn3270/tools/Makefile
N othersrc/usr.bin/tn3270/tools/mkastods/Makefile
N othersrc/usr.bin/tn3270/tools/mkastods/mkastods.c
N othersrc/usr.bin/tn3270/tools/mkastosc/Makefile
N othersrc/usr.bin/tn3270/tools/mkastosc/mkastosc.c
N othersrc/usr.bin/tn3270/tools/mkdctype/Makefile
N othersrc/usr.bin/tn3270/tools/mkdctype/ectype.c
N othersrc/usr.bin/tn3270/tools/mkdctype/ectype.h
N othersrc/usr.bin/tn3270/tools/mkdctype/mkdctype.c
N othersrc/usr.bin/tn3270/tools/mkdstoas/Makefile
N othersrc/usr.bin/tn3270/tools/mkdstoas/mkdstoas.c
N othersrc/usr.bin/tn3270/tools/mkhits/Makefile
N othersrc/usr.bin/tn3270/tools/mkhits/dohits.c
N othersrc/usr.bin/tn3270/tools/mkhits/dohits.h
N othersrc/usr.bin/tn3270/tools/mkhits/mkhits.c
N othersrc/usr.bin/tn3270/tools/mkmake/Makefile
N othersrc/usr.bin/tn3270/tools/mkmake/mkmake.y
N othersrc/usr.bin/tn3270/tools/prt3270/Makefile
N othersrc/usr.bin/tn3270/tools/prt3270/prt3270.c

No conflicts created by this import



CVS commit: src/sys

2010-01-17 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Sun Jan 17 19:45:07 UTC 2010

Modified Files:
src/sys/dev/ic: anvar.h athvar.h atwvar.h pdqvar.h rt2560var.h
rt2661var.h rtwvar.h wivar.h
src/sys/dev/pci: if_iwnvar.h if_wpivar.h
src/sys/dev/usb: if_rumvar.h if_uralvar.h if_zydreg.h
src/sys/net: bpf.c bpf.h if.h
src/sys/net80211: ieee80211_var.h

Log Message:
Forward declare struct bpf_if and use that as the type for bpf_if
instead of void *.  Buys us oo times the type-safety for 0 times
the price.
(no functional change)


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/dev/ic/anvar.h
cvs rdiff -u -r1.29 -r1.30 src/sys/dev/ic/athvar.h
cvs rdiff -u -r1.34 -r1.35 src/sys/dev/ic/atwvar.h
cvs rdiff -u -r1.41 -r1.42 src/sys/dev/ic/pdqvar.h
cvs rdiff -u -r1.6 -r1.7 src/sys/dev/ic/rt2560var.h
cvs rdiff -u -r1.8 -r1.9 src/sys/dev/ic/rt2661var.h
cvs rdiff -u -r1.40 -r1.41 src/sys/dev/ic/rtwvar.h
cvs rdiff -u -r1.62 -r1.63 src/sys/dev/ic/wivar.h
cvs rdiff -u -r1.6 -r1.7 src/sys/dev/pci/if_iwnvar.h
cvs rdiff -u -r1.13 -r1.14 src/sys/dev/pci/if_wpivar.h
cvs rdiff -u -r1.5 -r1.6 src/sys/dev/usb/if_rumvar.h
cvs rdiff -u -r1.8 -r1.9 src/sys/dev/usb/if_uralvar.h
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/usb/if_zydreg.h
cvs rdiff -u -r1.151 -r1.152 src/sys/net/bpf.c
cvs rdiff -u -r1.50 -r1.51 src/sys/net/bpf.h
cvs rdiff -u -r1.145 -r1.146 src/sys/net/if.h
cvs rdiff -u -r1.27 -r1.28 src/sys/net80211/ieee80211_var.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/i386/i386

2010-01-17 Thread David Laight
Module Name:src
Committed By:   dsl
Date:   Sun Jan 17 22:21:18 UTC 2010

Modified Files:
src/sys/arch/i386/i386: trap.c vector.S

Log Message:
Fix 'fault on load of %gs during retirn to userspace' to look for the
  correct instruction bytes.
Take the 'fault on load segment register' through the same path as 'fault
  on iret' so we don't have to fixup the broken stackframe that contains a
  mix of user and kernel registers,
Update comments about how the faults during return to userspace are processed.
Setting an invalid %gs in the saved context of a signal handler causes
  a SIGSEGV handler to be entered with what look like valid registers.


To generate a diff of this commit:
cvs rdiff -u -r1.252 -r1.253 src/sys/arch/i386/i386/trap.c
cvs rdiff -u -r1.50 -r1.51 src/sys/arch/i386/i386/vector.S

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



CVS commit: src/dist/dhcp/common

2010-01-17 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Jan 17 22:42:36 UTC 2010

Modified Files:
src/dist/dhcp/common: conflex.c

Log Message:
Add missing parentheses in ifdef(OLD_LEXER). Found by cppcheck.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/dist/dhcp/common/conflex.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/arch/mac68k

2010-01-17 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Jan 17 22:47:19 UTC 2010

Modified Files:
src/distrib/utils/sysinst/arch/mac68k: md.c

Log Message:
Close file when finished with it. Found by cppcheck.


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 src/distrib/utils/sysinst/arch/mac68k/md.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

2010-01-17 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Jan 17 22:48:50 UTC 2010

Modified Files:
src/distrib/utils/sysinst: wskbd.c

Log Message:
Only a return value below 0 denotes an error in open(2). Found by cppcheck.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/distrib/utils/sysinst/wskbd.c

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



CVS commit: src/games/fortune/fortune

2010-01-17 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Jan 17 22:52:00 UTC 2010

Modified Files:
src/games/fortune/fortune: fortune.c

Log Message:
Close two file descriptors after using them. Found by cppcheck.


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 src/games/fortune/fortune/fortune.c

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



CVS commit: src/games/hack

2010-01-17 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Jan 17 22:55:21 UTC 2010

Modified Files:
src/games/hack: alloc.c

Log Message:
Simplify alloc() to avoid ifdef(LINT) workaround.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/games/hack/alloc.c

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



CVS commit: src/games/sail

2010-01-17 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Jan 17 22:56:32 UTC 2010

Modified Files:
src/games/sail: lo_main.c

Log Message:
Close file when finished with it. Found by cppcheck.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/games/sail/lo_main.c

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



CVS commit: src/crypto/dist/ipsec-tools/src/racoon

2010-01-17 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Jan 17 23:02:48 UTC 2010

Modified Files:
src/crypto/dist/ipsec-tools/src/racoon: eaytest.c ipsec_doi.c

Log Message:
Close file handles after using them. Found by cppcheck.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/crypto/dist/ipsec-tools/src/racoon/eaytest.c
cvs rdiff -u -r1.43 -r1.44 src/crypto/dist/ipsec-tools/src/racoon/ipsec_doi.c

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



CVS commit: src/crypto/dist/ipsec-tools/src/racoon

2010-01-17 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Jan 17 23:03:01 UTC 2010

Modified Files:
src/crypto/dist/ipsec-tools/src/racoon: sainfo.c

Log Message:
Free strdeupped string after using it. Found by cppcheck.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/crypto/dist/ipsec-tools/src/racoon/sainfo.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/gdtoa

2010-01-17 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Jan 17 23:06:31 UTC 2010

Modified Files:
src/lib/libc/gdtoa: arithchk.c

Log Message:
Close file handle after using it. Found by cppcheck.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/lib/libc/gdtoa/arithchk.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/gmon

2010-01-17 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Jan 17 23:09:02 UTC 2010

Modified Files:
src/lib/libc/gmon: gmon.c

Log Message:
Close log file handle after using it. Found by cppcheck.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/lib/libc/gmon/gmon.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/hash

2010-01-17 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Jan 17 23:10:20 UTC 2010

Modified Files:
src/lib/libc/hash: hashhl.c

Log Message:
Close file handle in error case. Found by cppcheck.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/lib/libc/hash/hashhl.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/locale

2010-01-17 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Jan 17 23:12:30 UTC 2010

Modified Files:
src/lib/libc/locale: ctypeio.c

Log Message:
Close file handles in error cases. Found by cppcheck.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/lib/libc/locale/ctypeio.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/ssp

2010-01-17 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Jan 17 23:13:32 UTC 2010

Modified Files:
src/lib/libc/ssp: gets_chk.c

Log Message:
Free malloc()ed buffer in error case. Found by cppcheck.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/lib/libc/ssp/gets_chk.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/rtsold

2010-01-17 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Jan 18 04:53:10 UTC 2010

Modified Files:
src/usr.sbin/rtsold: probe.c

Log Message:
check if i is in range before using it.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/usr.sbin/rtsold/probe.c

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