CVS commit: src/sys/dev/adb

2013-11-18 Thread Tohru Nishimura
Module Name:src
Committed By:   nisimura
Date:   Mon Nov 18 11:02:34 UTC 2013

Modified Files:
src/sys/dev/adb: adb_kbd.c adb_ms.c

Log Message:
minor tweaks to shut gcc4.8 warning off.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/dev/adb/adb_kbd.c
cvs rdiff -u -r1.14 -r1.15 src/sys/dev/adb/adb_ms.c

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



CVS commit: src/sys/netinet

2013-11-18 Thread Mihai Chelaru
Module Name:src
Committed By:   kefren
Date:   Mon Nov 18 11:48:34 UTC 2013

Modified Files:
src/sys/netinet: tcp_congctl.c

Log Message:
Cubic changes:
 * correct W(t) calculation
 * check wmax limits
 * change W_max in slow and fast retransmit
 * correct rtt approximation
Reno:
 * move comment I forgot behind after fast_retransmit() split


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/netinet/tcp_congctl.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/sh3/sh3

2013-11-18 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Mon Nov 18 15:34:06 UTC 2013

Modified Files:
src/sys/arch/sh3/sh3: cache.c

Log Message:
Really remove unused variable.


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

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



CVS commit: src

2013-11-18 Thread Christoph Badura
Module Name:src
Committed By:   bad
Date:   Mon Nov 18 16:23:47 UTC 2013

Modified Files:
src/distrib/sets/lists/modules: md.evbppc mi
src/sys/modules: Makefile

Log Message:
ubsec is not a MI buildable module. disable it for now.


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/distrib/sets/lists/modules/md.evbppc
cvs rdiff -u -r1.58 -r1.59 src/distrib/sets/lists/modules/mi
cvs rdiff -u -r1.126 -r1.127 src/sys/modules/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/arm/vfp

2013-11-18 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Mon Nov 18 18:02:01 UTC 2013

Modified Files:
src/sys/arch/arm/vfp: vfp_init.c

Log Message:
Before checking for an exception, make sure we own the VFP.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/sys/arch/arm/vfp/vfp_init.c

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



CVS commit: src/sys/rump/librump/rumpkern

2013-11-18 Thread Nicolas Joly
Module Name:src
Committed By:   njoly
Date:   Mon Nov 18 18:45:29 UTC 2013

Modified Files:
src/sys/rump/librump/rumpkern: rump.c

Log Message:
Do lwp0 initialisation as early as possible, right after
rumpuser_init(). This makes rump applications work again when
RUMP_LOCKDEBUG is enabled.

ok pooka.


To generate a diff of this commit:
cvs rdiff -u -r1.275 -r1.276 src/sys/rump/librump/rumpkern/rump.c

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



CVS commit: src/gnu/dist/gkermit

2013-11-18 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Mon Nov 18 18:17:19 UTC 2013

Modified Files:
src/gnu/dist/gkermit: gkermit.c

Log Message:
NUL != NULL, so use correct literal here.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/gnu/dist/gkermit/gkermit.c

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



CVS commit: src/sys/compat/linux32/arch/amd64

2013-11-18 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Nov 18 19:23:27 UTC 2013

Modified Files:
src/sys/compat/linux32/arch/amd64: syscalls.master

Log Message:
Fix extended attribute syscalls to use the proper types and call their netbsd32
counterparts for now.


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 src/sys/compat/linux32/arch/amd64/syscalls.master

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



CVS commit: src/sys/compat/linux32/arch/amd64

2013-11-18 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Nov 18 19:23:35 UTC 2013

Modified Files:
src/sys/compat/linux32/arch/amd64: linux32_syscall.h
linux32_syscallargs.h linux32_syscalls.c linux32_sysent.c

Log Message:
Regen


To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 \
src/sys/compat/linux32/arch/amd64/linux32_syscall.h \
src/sys/compat/linux32/arch/amd64/linux32_syscallargs.h \
src/sys/compat/linux32/arch/amd64/linux32_syscalls.c \
src/sys/compat/linux32/arch/amd64/linux32_sysent.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/spell/spellprog

2013-11-18 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Mon Nov 18 19:55:59 UTC 2013

Modified Files:
src/usr.bin/spell/spellprog: spellprog.c

Log Message:
Spell NULL pointer as NULL.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/usr.bin/spell/spellprog/spellprog.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/dhcpcd/dist

2013-11-18 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Mon Nov 18 19:55:29 UTC 2013

Modified Files:
src/external/bsd/dhcpcd/dist: script.c

Log Message:
NUL != NULL, so use the correct literal


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.2 -r1.2 src/external/bsd/dhcpcd/dist/script.c

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



CVS commit: src/dist/nvi/common

2013-11-18 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Mon Nov 18 20:03:02 UTC 2013

Modified Files:
src/dist/nvi/common: api.c

Log Message:
Change content of string, don't overwrite the newly allocated pointer.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/dist/nvi/common/api.c

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



CVS commit: src/lib/libterminfo

2013-11-18 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Mon Nov 18 20:51:03 UTC 2013

Modified Files:
src/lib/libterminfo: curterm.c

Log Message:
Use an empty string, not a null pointer for nullname.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/lib/libterminfo/curterm.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/npfctl

2013-11-18 Thread Mindaugas Rasiukevicius
Module Name:src
Committed By:   rmind
Date:   Mon Nov 18 21:39:03 UTC 2013

Modified Files:
src/usr.sbin/npf/npfctl: npf_parse.y npf_scan.l

Log Message:
Rename some tokens, use more accurate names (the current ones are incorrect
or missleading) and add few comments in the parser code.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/usr.sbin/npf/npfctl/npf_parse.y
cvs rdiff -u -r1.14 -r1.15 src/usr.sbin/npf/npfctl/npf_scan.l

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/npfctl

2013-11-18 Thread Mindaugas Rasiukevicius
Module Name:src
Committed By:   rmind
Date:   Tue Nov 19 00:28:41 UTC 2013

Modified Files:
src/usr.sbin/npf/npfctl: npf.conf.5 npf_build.c npf_data.c npf_parse.y
npf_scan.l npf_show.c npf_var.c npf_var.h

Log Message:
Simplify parsing of npf.conf elements, create the npfvar_t when a value is
parsed (to be used as a general structured for variables and inlined values),
few misc improvements.


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/usr.sbin/npf/npfctl/npf.conf.5
cvs rdiff -u -r1.29 -r1.30 src/usr.sbin/npf/npfctl/npf_build.c
cvs rdiff -u -r1.21 -r1.22 src/usr.sbin/npf/npfctl/npf_data.c
cvs rdiff -u -r1.28 -r1.29 src/usr.sbin/npf/npfctl/npf_parse.y
cvs rdiff -u -r1.15 -r1.16 src/usr.sbin/npf/npfctl/npf_scan.l
cvs rdiff -u -r1.4 -r1.5 src/usr.sbin/npf/npfctl/npf_show.c
cvs rdiff -u -r1.7 -r1.8 src/usr.sbin/npf/npfctl/npf_var.c \
src/usr.sbin/npf/npfctl/npf_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/compat/linux/arch

2013-11-18 Thread Chuck Silvers
Module Name:src
Committed By:   chs
Date:   Tue Nov 19 03:52:07 UTC 2013

Modified Files:
src/sys/compat/linux/arch/alpha: syscalls.master
src/sys/compat/linux/arch/arm: syscalls.master
src/sys/compat/linux/arch/m68k: syscalls.master
src/sys/compat/linux/arch/mips: syscalls.master

Log Message:
add the *at() syscalls.


To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 src/sys/compat/linux/arch/alpha/syscalls.master
cvs rdiff -u -r1.52 -r1.53 src/sys/compat/linux/arch/arm/syscalls.master
cvs rdiff -u -r1.77 -r1.78 src/sys/compat/linux/arch/m68k/syscalls.master
cvs rdiff -u -r1.47 -r1.48 src/sys/compat/linux/arch/mips/syscalls.master

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



CVS commit: src/sys/compat/linux/arch

2013-11-18 Thread Chuck Silvers
Module Name:src
Committed By:   chs
Date:   Tue Nov 19 03:53:09 UTC 2013

Modified Files:
src/sys/compat/linux/arch/alpha: linux_syscall.h linux_syscallargs.h
linux_syscalls.c linux_sysent.c
src/sys/compat/linux/arch/arm: linux_syscall.h linux_syscallargs.h
linux_syscalls.c linux_sysent.c
src/sys/compat/linux/arch/m68k: linux_syscall.h linux_syscallargs.h
linux_syscalls.c linux_sysent.c
src/sys/compat/linux/arch/mips: linux_syscall.h linux_syscallargs.h
linux_syscalls.c linux_sysent.c

Log Message:
regen


To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1.86 src/sys/compat/linux/arch/alpha/linux_syscall.h \
src/sys/compat/linux/arch/alpha/linux_sysent.c
cvs rdiff -u -r1.84 -r1.85 \
src/sys/compat/linux/arch/alpha/linux_syscallargs.h
cvs rdiff -u -r1.86 -r1.87 src/sys/compat/linux/arch/alpha/linux_syscalls.c
cvs rdiff -u -r1.55 -r1.56 src/sys/compat/linux/arch/arm/linux_syscall.h \
src/sys/compat/linux/arch/arm/linux_syscallargs.h \
src/sys/compat/linux/arch/arm/linux_syscalls.c \
src/sys/compat/linux/arch/arm/linux_sysent.c
cvs rdiff -u -r1.83 -r1.84 src/sys/compat/linux/arch/m68k/linux_syscall.h \
src/sys/compat/linux/arch/m68k/linux_syscalls.c \
src/sys/compat/linux/arch/m68k/linux_sysent.c
cvs rdiff -u -r1.82 -r1.83 src/sys/compat/linux/arch/m68k/linux_syscallargs.h
cvs rdiff -u -r1.52 -r1.53 src/sys/compat/linux/arch/mips/linux_syscall.h
cvs rdiff -u -r1.51 -r1.52 src/sys/compat/linux/arch/mips/linux_syscallargs.h \
src/sys/compat/linux/arch/mips/linux_syscalls.c \
src/sys/compat/linux/arch/mips/linux_sysent.c

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



CVS commit: src/sbin/gpt

2013-11-18 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Tue Nov 19 05:03:41 UTC 2013

Modified Files:
src/sbin/gpt: add.c gpt.8 gpt.c map.c map.h

Log Message:
 Add two new options to the "add" subcommand:

-a alignment -- attempt to align the start and size of the partition
-l label -- supply a label for the partition

These options were inspired by FreeBSD's gpart(8) command, but the
code was written by me.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sbin/gpt/add.c src/sbin/gpt/gpt.8
cvs rdiff -u -r1.20 -r1.21 src/sbin/gpt/gpt.c
cvs rdiff -u -r1.3 -r1.4 src/sbin/gpt/map.c
cvs rdiff -u -r1.1.1.1 -r1.2 src/sbin/gpt/map.h

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



CVS commit: src/sbin/gpt

2013-11-18 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Tue Nov 19 05:07:40 UTC 2013

Modified Files:
src/sbin/gpt: gpt.8

Log Message:
update synopsis for add subcommand


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sbin/gpt/gpt.8

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

2013-11-18 Thread Michael Lorenz
Module Name:src
Committed By:   macallan
Date:   Tue Nov 19 06:37:42 UTC 2013

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

Log Message:
(hopefully) shut up warnings about set-but-unused variables.


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 src/sys/dev/pci/voodoofb.c

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



CVS commit: src/sys/external/bsd/dwc2

2013-11-18 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Tue Nov 19 07:45:42 UTC 2013

Modified Files:
src/sys/external/bsd/dwc2: dwc2.c

Log Message:
Use PRIxBUSADDR in DPRINTF. Problem pointed out by kiyohara.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/external/bsd/dwc2/dwc2.c

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



CVS commit: src/sys/external/bsd/dwc2

2013-11-18 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Tue Nov 19 07:50:01 UTC 2013

Modified Files:
src/sys/external/bsd/dwc2: dwc2.c

Log Message:
Correct the interval assignment for isoc and intr transfers.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/external/bsd/dwc2/dwc2.c

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



CVS commit: src/libexec/httpd

2013-11-18 Thread Marc Balmer
Module Name:src
Committed By:   mbalmer
Date:   Tue Nov 19 07:51:56 UTC 2013

Modified Files:
src/libexec/httpd: lua-bozo.c

Log Message:
fix bad free


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/libexec/httpd/lua-bozo.c

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