CVS commit: src/sys/opencrypto

2017-04-23 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Mon Apr 24 03:29:37 UTC 2017 Modified Files: src/sys/opencrypto: crypto.c cryptodev.c cryptodev.h cryptodev_internal.h Log Message: separate crypto_drv_mtx from crypto_mtx. crypto_mtx is used only for cryptodev.c

CVS commit: src/sys/opencrypto

2017-04-23 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Mon Apr 24 02:04:55 UTC 2017 Modified Files: src/sys/opencrypto: crypto.c Log Message: reduce crypto_q_mtx lock regions. To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 src/sys/opencrypto/crypto.c Please note

CVS commit: src/sys/opencrypto

2017-04-23 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Mon Apr 24 01:42:00 UTC 2017 Modified Files: src/sys/opencrypto: crypto.c Log Message: refactor crypto_unblock(). No functional change. To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55

CVS commit: src/sys/modules/examples

2017-04-23 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Sun Apr 23 23:39:42 UTC 2017 Modified Files: src/sys/modules/examples: README Log Message: Add luareadhappy to the list. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/modules/examples/README Please note

CVS commit: [bouyer-socketcan] src/sys/netcan

2017-04-23 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Apr 23 21:05:09 UTC 2017 Modified Files: src/sys/netcan [bouyer-socketcan]: can.c can_pcb.c can_pcb.h Log Message: Add locking and refcounting to canpcb. Store the canpcb in the in the mbuf tag on send instead of the socket's

CVS commit: src/sys/external/bsd/ipf/netinet

2017-04-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Apr 23 20:47:22 UTC 2017 Modified Files: src/sys/external/bsd/ipf/netinet: fil.c ip_state.c Log Message: Disconnect maintaining fragment state from keeping session state. The user now must specify keep frags along with keep

CVS commit: src/sys/external/bsd/ipf/netinet

2017-04-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Apr 23 19:09:29 UTC 2017 Modified Files: src/sys/external/bsd/ipf/netinet: ip_frag.c Log Message: Free the right fragment (Cy Schubert @ FreeBSD). This will cause use after free issues and eventually panic. To generate a

CVS commit: src/doc

2017-04-23 Thread Christos Zoulas
every change made to the NetBSD source tree. @@ -501,3 +501,4 @@ Changes from NetBSD 7.0 to NetBSD 8.0: ntp: Import ntp 4.2.8p10. [christos 20170413] dhcpcd: Import dhcpcd 7.0.0-beta3 [roy 20170414] OpenSSH: Imported 7.5. [christos 20170418] + tmux(1): Import of tmux 2.4 [christos 20170423]

CVS commit: src/external/bsd/tmux/usr.bin/tmux

2017-04-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Apr 23 18:22:36 UTC 2017 Modified Files: src/external/bsd/tmux/usr.bin/tmux: Makefile Log Message: Add our utempter since it now everything works. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19

CVS commit: src/usr.sbin/makemandb

2017-04-23 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Sun Apr 23 16:56:49 UTC 2017 Modified Files: src/usr.sbin/makemandb: whatis.c Log Message: Teach whatis(1) to handle MLINKS Similar to apropos(1), whatis did not utilise the mandb_links table till now. Therefore, if it was

CVS commit: src/share/man/man4

2017-04-23 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Sun Apr 23 14:34:23 UTC 2017 Modified Files: src/share/man/man4: ata.4 Log Message: xref also mvsata(4), siisata(4) To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/share/man/man4/ata.4 Please note that diffs

CVS commit: [jdolecek-ncq] src/sys/dev/ic

2017-04-23 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sun Apr 23 14:33:28 UTC 2017 Modified Files: src/sys/dev/ic [jdolecek-ncq]: siisata.c Log Message: Allocate a full compliment of queue slots for each channel. To generate a diff of this commit: cvs rdiff -u -r1.30.4.10

CVS commit: [jdolecek-ncq] src/sys/dev/ic

2017-04-23 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sun Apr 23 14:25:03 UTC 2017 Modified Files: src/sys/dev/ic [jdolecek-ncq]: siisata.c Log Message: Use ata_kill_active() in siisata_reset_channel() so as to ensure all in-flight xfers are taken care of. To generate a diff of

CVS import: external/mit/lua/dist

2017-04-23 Thread Marc Balmer
Module Name:external Committed By: mbalmer Date: Sun Apr 23 14:16:17 UTC 2017 Update of /cvsroot/external/mit/lua/dist In directory ivanova.netbsd.org:/tmp/cvs-serv29339 Log Message: Lua 5.3.4 Status: Vendor Tag: LUA Release Tags: LUA_5_3_4 N

CVS commit: src/usr.sbin/makemandb

2017-04-23 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Sun Apr 23 13:52:57 UTC 2017 Modified Files: src/usr.sbin/makemandb: apropos-utils.c Log Message: Better handle MLINKS in apropos(1). apropos(1) only indexes the first .Nm entry from the NAME section in the full text index.

CVS commit: src/lib/libc/gen

2017-04-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Apr 23 13:23:02 UTC 2017 Modified Files: src/lib/libc/gen: vis.3 Log Message: fix typo (Leonardo Taccari) To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/lib/libc/gen/vis.3 Please note that diffs are

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

2017-04-23 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Apr 23 12:31:38 UTC 2017 Modified Files: src/sys/arch/arm/nvidia: files.tegra soc_tegra124.c Added Files: src/sys/arch/arm/nvidia: tegra124_cpu.c Log Message: Split cpufreq driver out into a separate module. To

CVS commit: src/lib/libc/sys

2017-04-23 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Apr 23 11:38:53 UTC 2017 Modified Files: src/lib/libc/sys: _lwp_create.2 Log Message: Sort errors. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/lib/libc/sys/_lwp_create.2 Please note that diffs are not

CVS commit: src/share/man/man9

2017-04-23 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Apr 23 11:37:29 UTC 2017 Modified Files: src/share/man/man9: file.9 Log Message: Use more markup. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/share/man/man9/file.9 Please note that diffs are not public

CVS commit: [bouyer-socketcan] src/sys/rump/librump/rumpkern

2017-04-23 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Apr 23 11:17:25 UTC 2017 Modified Files: src/sys/rump/librump/rumpkern [bouyer-socketcan]: threads.c Log Message: Sync with HEAD To generate a diff of this commit: cvs rdiff -u -r1.24.4.1 -r1.24.4.2

CVS commit: src/doc

2017-04-23 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Sun Apr 23 10:46:55 UTC 2017 Modified Files: src/doc: 3RDPARTY Log Message: Upstream Lua is at version 5.3.4. To generate a diff of this commit: cvs rdiff -u -r1.1435 -r1.1436 src/doc/3RDPARTY Please note that diffs are not

CVS commit: [jdolecek-ncq] src/sys/dev/ata

2017-04-23 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Sun Apr 23 09:16:35 UTC 2017 Modified Files: src/sys/dev/ata [jdolecek-ncq]: TODO.ncq Log Message: note possible problem with ata_exec_xfer() To generate a diff of this commit: cvs rdiff -u -r1.1.2.7 -r1.1.2.8

CVS commit: src/lib/libc/sys

2017-04-23 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Sun Apr 23 06:46:04 UTC 2017 Modified Files: src/lib/libc/sys: write.2 Log Message: Fix sentences at couple of places s/a file/the file/ s/a -1 is returned/-1 is returned/ To generate a diff of this commit: cvs

CVS commit: src/share/man/man9

2017-04-23 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Apr 23 06:34:07 UTC 2017 Modified Files: src/share/man/man9: file.9 Log Message: And actually remove the double-negative that triggered this series of minor commits! Thanks, Abhinav, for pointing out my typo! To generate

CVS commit: src/share/man/man9

2017-04-23 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Apr 23 06:23:26 UTC 2017 Modified Files: src/share/man/man9: file.9 Log Message: Reword further to make it clearer that the two flag bits are separately settable. To generate a diff of this commit: cvs rdiff -u -r1.16