CVS commit: src/sys/kern

2017-05-01 Thread Ryo Shimizu
Module Name:src
Committed By:   ryo
Date:   Mon May  1 10:00:43 UTC 2017

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

Log Message:
whitespace police


To generate a diff of this commit:
cvs rdiff -u -r1.252 -r1.253 src/sys/kern/uipc_socket.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/next68k/dev

2017-05-01 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon May  1 10:25:47 UTC 2017

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

Log Message:
PR port-next68k/52205 from Miod Vallat: cosmetic change to print the
physical address when attaching zs devices.
For the real work, zs_get_chan_addr() will still use the virtual address.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/sys/arch/next68k/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/dev/pci

2017-05-01 Thread Jonathan A. Kollasch
Module Name:src
Committed By:   jakllsch
Date:   Mon May  1 12:29:40 UTC 2017

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

Log Message:
Disable interrupt moderation, as it is it causes watchdog timeouts on
some chips/systems.


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 src/sys/dev/pci/if_re_pci.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/efiboot

2017-05-01 Thread NONAKA Kimihiro
Module Name:src
Committed By:   nonaka
Date:   Mon May  1 13:03:02 UTC 2017

Modified Files:
src/sys/arch/i386/stand/efiboot: boot.c efiboot.h eficons.c

Log Message:
efiboot: implement consdev command.

no support to change console device for efiboot yet.
only pass console parameters to kernel.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/i386/stand/efiboot/boot.c \
src/sys/arch/i386/stand/efiboot/efiboot.h
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/i386/stand/efiboot/eficons.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

2017-05-01 Thread Roy Marples
Module Name:src
Committed By:   roy
Date:   Mon May  1 18:39:02 UTC 2017

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

Log Message:
Whitespace police.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/lib/libterminfo/termcap.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

2017-05-01 Thread Roy Marples
Module Name:src
Committed By:   roy
Date:   Mon May  1 19:09:22 UTC 2017

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

Log Message:
Fix some compile warnings.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/lib/libterminfo/tputs.c

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



CVS commit: src/sys

2017-05-01 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Mon May  1 21:35:26 UTC 2017

Modified Files:
src/sys/kern: kern_mutex.c subr_lockdebug.c
src/sys/rump/librump/rumpkern: locks.c
src/sys/sys: mutex.h

Log Message:
Introduce mutex_ownable() to determine if it is possible for the current
process to acquire a mutex.


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 src/sys/kern/kern_mutex.c
cvs rdiff -u -r1.55 -r1.56 src/sys/kern/subr_lockdebug.c
cvs rdiff -u -r1.73 -r1.74 src/sys/rump/librump/rumpkern/locks.c
cvs rdiff -u -r1.20 -r1.21 src/sys/sys/mutex.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/man9

2017-05-01 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Mon May  1 21:36:01 UTC 2017

Modified Files:
src/share/man/man9: Makefile mutex.9

Log Message:
Update mutex(9) for mutex_ownable()


To generate a diff of this commit:
cvs rdiff -u -r1.410 -r1.411 src/share/man/man9/Makefile
cvs rdiff -u -r1.26 -r1.27 src/share/man/man9/mutex.9

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

2017-05-01 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Mon May  1 21:36:33 UTC 2017

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

Log Message:
Sets list for new mutex_ownable(9) entry


To generate a diff of this commit:
cvs rdiff -u -r1.2127 -r1.2128 src/distrib/sets/lists/comp/mi

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

2017-05-01 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Mon May  1 23:07:14 UTC 2017

Modified Files:
src/share/man/man9: Makefile

Log Message:
Ooops, localcount.9 was not supposed to be included here!


To generate a diff of this commit:
cvs rdiff -u -r1.411 -r1.412 src/share/man/man9/Makefile

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

2017-05-01 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Mon May  1 23:08:12 UTC 2017

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

Log Message:
Too early for including localcount here, too


To generate a diff of this commit:
cvs rdiff -u -r1.2128 -r1.2129 src/distrib/sets/lists/comp/mi

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

2017-05-01 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Mon May  1 23:33:07 UTC 2017

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

Log Message:
Remove yet another entry for localcount - we're not ready yet


To generate a diff of this commit:
cvs rdiff -u -r1.2129 -r1.2130 src/distrib/sets/lists/comp/mi

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



CVS commit: src/sys/opencrypto

2017-05-01 Thread Kengo NAKAHARA
Module Name:src
Committed By:   knakahara
Date:   Tue May  2 03:17:43 UTC 2017

Modified Files:
src/sys/opencrypto: crypto.c

Log Message:
add some assertion. tested by ATF net/ipsec/ and crypto/.


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 src/sys/opencrypto/crypto.c

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



CVS commit: [prg-localcount2] src

2017-05-01 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Tue May  2 03:19:23 UTC 2017

Modified Files:
src/bin/csh [prg-localcount2]: glob.c
src/bin/ksh [prg-localcount2]: misc.c
src/bin/sh [prg-localcount2]: expand.c expand.h input.c jobs.c redir.c
redir.h sh.1 trap.c var.c
src/distrib/sets/lists/comp [prg-localcount2]: mi
src/distrib/sets/lists/tests [prg-localcount2]: mi
src/doc [prg-localcount2]: 3RDPARTY BRANCHES CHANGES
src/external/bsd/acpica/bin/iasl [prg-localcount2]: Makefile
src/external/mit/lua/dist [prg-localcount2]: Makefile README
src/external/mit/lua/dist/doc [prg-localcount2]: contents.html logo.gif
lua.1 luac.1 manual.html readme.html
src/external/mit/lua/dist/src [prg-localcount2]: lapi.c lapi.h
lauxlib.c lauxlib.h lbaselib.c lbitlib.c lcode.c lcode.h lcorolib.c
lctype.c lctype.h ldblib.c ldebug.c ldebug.h ldo.c ldo.h ldump.c
lfunc.c lfunc.h lgc.c lgc.h linit.c liolib.c llex.c llex.h
llimits.h lmathlib.c lmem.c lmem.h loadlib.c lobject.c lobject.h
lopcodes.c lopcodes.h loslib.c lparser.c lparser.h lprefix.h
lstate.c lstate.h lstring.c lstring.h lstrlib.c ltable.c ltable.h
ltablib.c ltm.c ltm.h lua.c lua.h luac.c luaconf.h lualib.h
lundump.c lundump.h lutf8lib.c lvm.c lvm.h lzio.c lzio.h
src/lib/libc/gen [prg-localcount2]: glob.c
src/lib/libterminfo [prg-localcount2]: termcap.c tputs.c
src/libexec/ld.elf_so [prg-localcount2]: reloc.c
src/sbin/fsck_msdos [prg-localcount2]: dir.c
src/sbin/nvmectl [prg-localcount2]: Makefile firmware.c logpage.c
nvme.h nvmectl.8 nvmectl.c nvmectl.h
src/share/man/man4 [prg-localcount2]: midi.4 nvme.4
src/share/man/man8 [prg-localcount2]: compat_freebsd.8
src/share/man/man9 [prg-localcount2]: Makefile devsw_attach.9 driver.9
mutex.9
src/sys/arch/amd64/conf [prg-localcount2]: ALL
src/sys/arch/arm/nvidia [prg-localcount2]: files.tegra tegra124_car.c
tegra124_cpu.c tegra_xusb.c
src/sys/arch/evbarm/conf [prg-localcount2]: TEGRA
src/sys/arch/i386/stand/efiboot [prg-localcount2]: Makefile.efiboot
boot.c efiboot.h eficons.c
src/sys/arch/i386/stand/efiboot/bootia32 [prg-localcount2]:
efibootia32.c start.S
src/sys/arch/i386/stand/efiboot/bootx64 [prg-localcount2]: efibootx64.c
start.S
src/sys/arch/mips/mips [prg-localcount2]: cache_r4k_subr.S cache_r5k.c
src/sys/arch/next68k/dev [prg-localcount2]: zs.c
src/sys/arch/sparc/stand/boot [prg-localcount2]: Makefile
src/sys/arch/sparc64/dev [prg-localcount2]: ffb.c
src/sys/arch/x86/include [prg-localcount2]: i82489reg.h
src/sys/compat/common [prg-localcount2]: vm_43.c
src/sys/compat/linux32/arch/amd64 [prg-localcount2]: linux32_exec.h
src/sys/compat/netbsd32 [prg-localcount2]: netbsd32_netbsd.c
src/sys/compat/sys [prg-localcount2]: mman.h
src/sys/dev [prg-localcount2]: audio.c dksubr.c dkvar.h ld.c ldvar.h
src/sys/dev/fdt [prg-localcount2]: fdt_subr.c fdtbus.c fdtvar.h
files.fdt
src/sys/dev/i2c [prg-localcount2]: as3722.c
src/sys/dev/ic [prg-localcount2]: ld_nvme.c
src/sys/dev/isa [prg-localcount2]: tpm_isa.c
src/sys/dev/ofw [prg-localcount2]: ofw_subr.c openfirm.h
src/sys/dev/pci [prg-localcount2]: com_puc.c hdaudio_pci.c if_bge.c
if_re_pci.c ismt.c lpt_puc.c pci_subr.c pcidevs pcidevs.h
pcidevs_data.h ppb.c sdhc_pci.c uhci_pci.c
src/sys/dev/pci/ixgbe [prg-localcount2]: ixgbe.c
src/sys/dev/wscons [prg-localcount2]: wsdisplay_vcons.c
src/sys/external/bsd/acpica/dist [prg-localcount2]: changes.txt
src/sys/external/bsd/acpica/dist/common [prg-localcount2]: adisasm.c
adwalk.c dmextern.c dmrestag.c dmtables.c dmtbinfo.c
src/sys/external/bsd/acpica/dist/compiler [prg-localcount2]:
aslcodegen.c aslcompile.c aslcompiler.h aslcompiler.l asldebug.c
asldefine.h aslfiles.c aslglobal.h aslhelp.c asllength.c aslmap.c
asloffset.c asloperands.c asloptions.c aslprimaries.y aslprintf.c
aslresources.y aslrules.y aslstartup.c aslsupport.l asltree.c
asltypes.h aslwalks.c dttable1.c dttemplate.h
src/sys/external/bsd/acpica/dist/debugger [prg-localcount2]: dbmethod.c
dbxface.c
src/sys/external/bsd/acpica/dist/disassembler [prg-localcount2]:
dmcstyle.c dmdeferred.c dmnames.c dmopcode.c dmutils.c dmwalk.c
src/sys/external/bsd/acpica/dist/dispatcher [prg-localcount2]:
dscontrol.c dsmthdat.c dsobject.c dsopcode.c dsutils.c dswexec.c
dswload2.c
src/sys/external/bsd/acpica/dist/executer [prg-localcount2]: exmisc.c
 

CVS commit: src/usr.bin/mail

2017-05-01 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue May  2 03:29:14 UTC 2017

Modified Files:
src/usr.bin/mail: collect.c

Log Message:
reset signal handler before returning.


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 src/usr.bin/mail/collect.c

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



CVS commit: [prg-localcount2] src/sys/external/bsd/ipf/netinet

2017-05-01 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Tue May  2 05:17:56 UTC 2017

Modified Files:
src/sys/external/bsd/ipf/netinet [prg-localcount2]: ip_fil_netbsd.c

Log Message:
Keep NetBSD version in sync with sys/params.h

XXX When localcount is finally committed to HEAD, it will need a version
XXX bump, so we'll need to make the bump here, too


To generate a diff of this commit:
cvs rdiff -u -r1.22.4.4 -r1.22.4.5 \
src/sys/external/bsd/ipf/netinet/ip_fil_netbsd.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

2017-05-01 Thread Nathanial Sloss
Module Name:src
Committed By:   nat
Date:   Tue May  2 06:25:05 UTC 2017

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

Log Message:
Explicitly set ioflag in audio_[read/write] IO_NDELAY if O_NONBLOCK is set
in f_flags.  This makes nonblocking reads and writes behave normally.

Addresses PR kern/52196.


To generate a diff of this commit:
cvs rdiff -u -r1.329 -r1.330 src/sys/dev/audio.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

2017-05-01 Thread Nathanial Sloss
Module Name:src
Committed By:   nat
Date:   Tue May  2 06:37:12 UTC 2017

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

Log Message:
More debuging output - if mix or hw ring inserts silence.

This is to help identify the cause of PR kern/52175.


To generate a diff of this commit:
cvs rdiff -u -r1.330 -r1.331 src/sys/dev/audio.c

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