Re: CVS commit: src/lib/libc

2014-06-24 Thread David Holland
On Mon, Jun 23, 2014 at 07:46:15PM +, Taylor R Campbell wrote: instead? (And can a reference to this be stuffed into the man page?) Read from /dev/urandom. ...ugh. Can we provide a wrapper around this for transparent casual use? (Even if it's in libutil and marked not for general

Re: CVS commit: src/sys/kern

2014-06-24 Thread Steffen Nurpmeso
Maxime Villard m...@netbsd.org wrote: |Module Name: src |Committed By: maxv |Date: Tue Jun 24 07:28:23 UTC 2014 | |Modified Files: | src/sys/kern: subr_kmem.c | |Log Message: |KMEM_REDZONE+KMEM_POISON is supposed to detect buffer overflows. But it only |poisons memory after

CVS commit: othersrc/external/bsd/threshold/dist/src/libthreshold

2014-06-24 Thread Alistair G. Crooks
Module Name:othersrc Committed By: agc Date: Tue Jun 24 07:04:00 UTC 2014 Modified Files: othersrc/external/bsd/threshold/dist/src/libthreshold: raid.c Log Message: only include the codecs.h header if the main program is being used to test - in normal operations, this

CVS commit: othersrc/external/bsd/threshold/threshold

2014-06-24 Thread Alistair G. Crooks
Module Name:othersrc Committed By: agc Date: Tue Jun 24 07:04:27 UTC 2014 Modified Files: othersrc/external/bsd/threshold/threshold: Makefile Log Message: use the library just built when running regression tests locally To generate a diff of this commit: cvs rdiff -u

CVS commit: src/libexec/httpd

2014-06-24 Thread Mateusz Kocielski
Module Name:src Committed By: shm Date: Tue Jun 24 07:23:59 UTC 2014 Modified Files: src/libexec/httpd: cgi-bozo.c Log Message: PR/48810 use cgi handler for index files OK mrg@ martin@ To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25

CVS commit: src/sys/kern

2014-06-24 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Tue Jun 24 07:28:23 UTC 2014 Modified Files: src/sys/kern: subr_kmem.c Log Message: KMEM_REDZONE+KMEM_POISON is supposed to detect buffer overflows. But it only poisons memory after kmem_roundup_size(), which means that if an

CVS commit: src/external/bsd/cron/dist

2014-06-24 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Jun 24 09:17:54 UTC 2014 Modified Files: src/external/bsd/cron/dist: entry.c Log Message: PR/48944: cron ignores '?' (question mark) time field Fix the obvious merge botch. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/kern

2014-06-24 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Tue Jun 24 10:08:45 UTC 2014 Modified Files: src/sys/kern: sched_4bsd.c sched_m2.c Log Message: 'miliseconds' - 'milliseconds'. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/sys/kern/sched_4bsd.c cvs rdiff -u

CVS commit: src/sys/net/npf

2014-06-24 Thread Alexander Nasonov
Module Name:src Committed By: alnsn Date: Tue Jun 24 11:31:49 UTC 2014 Modified Files: src/sys/net/npf: npf_bpf.c Log Message: Fix signatures of copfuncs. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/net/npf/npf_bpf.c Please note that diffs are

CVS commit: src/tests/net/bpfilter

2014-06-24 Thread Alexander Nasonov
Module Name:src Committed By: alnsn Date: Tue Jun 24 11:32:36 UTC 2014 Modified Files: src/tests/net/bpfilter: t_bpfilter.c Log Message: Zap trailing spaces. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/tests/net/bpfilter/t_bpfilter.c Please note

CVS commit: src/sys

2014-06-24 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Tue Jun 24 11:59:11 UTC 2014 Modified Files: src/sys/arch/amd64/conf: ALL src/sys/arch/i386/conf: ALL src/sys/compat/freebsd: freebsd_exec_elf32.c Log Message: Remove dead code. The kernel already checks for

CVS commit: src/sys/compat/freebsd

2014-06-24 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Tue Jun 24 12:17:40 UTC 2014 Modified Files: src/sys/compat/freebsd: freebsd_exec_elf32.c Log Message: Remove unused headers. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19

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

2014-06-24 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue Jun 24 12:17:33 UTC 2014 Modified Files: src/sys/arch/shark/conf: GENERIC Log Message: Bump SYMTAB_SPACE to allow clang to build this kernel. To generate a diff of this commit: cvs rdiff -u -r1.113 -r1.114

CVS commit: src/external/lgpl3/gmp/dist

2014-06-24 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Tue Jun 24 12:54:56 UTC 2014 Modified Files: src/external/lgpl3/gmp/dist: configure Log Message: Revert previous commit. Requested by matt@. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/sys/compat/netbsd32

2014-06-24 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Tue Jun 24 14:33:57 UTC 2014 Modified Files: src/sys/compat/netbsd32: netbsd32_compat_50.c netbsd32_event.c Log Message: Allocate directly KQ_NEVENTS bytes. Otherwise a user can panic the system. ok christos@ To generate a diff

CVS commit: src/sys/kern

2014-06-24 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Tue Jun 24 14:42:43 UTC 2014 Modified Files: src/sys/kern: kern_event.c Log Message: Do not hardcode the value. Use KQ_NEVENTS. To generate a diff of this commit: cvs rdiff -u -r1.79 -r1.80 src/sys/kern/kern_event.c Please note

CVS commit: src/common/lib/libc/string

2014-06-24 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Tue Jun 24 16:39:39 UTC 2014 Modified Files: src/common/lib/libc/string: consttime_memequal.c explicit_memset.c Log Message: add a public domain notice To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/sys/net

2014-06-24 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Tue Jun 24 22:19:36 UTC 2014 Modified Files: src/sys/net: bpf.h bpf_filter.c bpfjit.c Log Message: - Improve the comments in bpf.h and KNF a little. - Rename bpf_ctx_t member noinit to preinited (reflects the meaning better). To

CVS commit: src/lib/libc/citrus

2014-06-24 Thread S.P.Zeidler
Module Name:src Committed By: spz Date: Tue Jun 24 22:24:18 UTC 2014 Modified Files: src/lib/libc/citrus: citrus_prop.c citrus_prop.h src/lib/libc/citrus/modules: citrus_big5.c citrus_hz.c Log Message: Fix our iconv version for the issues that apply to us from

CVS commit: src/sys/net

2014-06-24 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Tue Jun 24 22:27:40 UTC 2014 Modified Files: src/sys/net: bpf_filter.c Log Message: - bpf_validate_ext: fix memword validation in BPF_ST/BPF_STX case. - bpf_set_extmem: check the number of words against BPF_MAX_MEMWORDS. To

CVS commit: src/sys/dev/pci

2014-06-24 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Jun 24 23:25:33 UTC 2014 Modified Files: src/sys/dev/pci: if_bnx.c if_bnxreg.h if_bnxvar.h Log Message: No functional change: - Tabify. - Remove trailing white spaces. - Fix typo in comment. To generate a diff of this

CVS commit: src

2014-06-24 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Wed Jun 25 00:20:06 UTC 2014 Modified Files: src/sys/net/npf: npf.h npf_bpf.c npf_impl.h npf_ruleset.c src/usr.sbin/npf/npftest/libnpftest: npf_bpf_test.c Log Message: Adjust NPF to the recent BPF / BPF JIT changes and

CVS commit: src/usr.sbin/npf/npftest

2014-06-24 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Wed Jun 25 00:21:42 UTC 2014 Modified Files: src/usr.sbin/npf/npftest: README src/usr.sbin/npf/npftest/libnpftest: npf_perf_test.c Log Message: npftest: add an example in the README, fix the total in npf_test_conc(). To

CVS commit: src/sys/net

2014-06-24 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Wed Jun 25 01:21:36 UTC 2014 Modified Files: src/sys/net: bpfjit.c Log Message: bpfjit_generate_code: emit the instruction correctly. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/net/bpfjit.c Please

CVS commit: src/usr.bin/sed

2014-06-24 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Jun 25 02:05:58 UTC 2014 Modified Files: src/usr.bin/sed: sed.1 Log Message: Command file argument to -f is not optional. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/usr.bin/sed/sed.1 Please note that

CVS commit: othersrc/external/bsd/threshold/dist/src/libthreshold

2014-06-24 Thread Alistair G. Crooks
Module Name:othersrc Committed By: agc Date: Tue Jun 24 07:04:00 UTC 2014 Modified Files: othersrc/external/bsd/threshold/dist/src/libthreshold: raid.c Log Message: only include the codecs.h header if the main program is being used to test - in normal operations, this

CVS commit: src/libexec/httpd

2014-06-24 Thread Mateusz Kocielski
Module Name:src Committed By: shm Date: Tue Jun 24 07:23:59 UTC 2014 Modified Files: src/libexec/httpd: cgi-bozo.c Log Message: PR/48810 use cgi handler for index files OK mrg@ martin@ To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25

CVS commit: src/sys/kern

2014-06-24 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Tue Jun 24 07:28:23 UTC 2014 Modified Files: src/sys/kern: subr_kmem.c Log Message: KMEM_REDZONE+KMEM_POISON is supposed to detect buffer overflows. But it only poisons memory after kmem_roundup_size(), which means that if an

CVS commit: src/external/bsd/cron/dist

2014-06-24 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Jun 24 09:17:54 UTC 2014 Modified Files: src/external/bsd/cron/dist: entry.c Log Message: PR/48944: cron ignores '?' (question mark) time field Fix the obvious merge botch. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/kern

2014-06-24 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Tue Jun 24 10:08:45 UTC 2014 Modified Files: src/sys/kern: sched_4bsd.c sched_m2.c Log Message: 'miliseconds' - 'milliseconds'. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/sys/kern/sched_4bsd.c cvs rdiff -u

CVS commit: src

2014-06-24 Thread Alexander Nasonov
Module Name:src Committed By: alnsn Date: Tue Jun 24 10:53:30 UTC 2014 Modified Files: src/sys/net: bpf.c bpf.h bpf_filter.c bpfjit.c bpfjit.h src/sys/net/npf: npf_ruleset.c src/tests/lib/libbpfjit: t_bpfjit.c src/usr.sbin/npf/npftest/libnpftest:

CVS commit: src/sys/net/npf

2014-06-24 Thread Alexander Nasonov
Module Name:src Committed By: alnsn Date: Tue Jun 24 11:31:49 UTC 2014 Modified Files: src/sys/net/npf: npf_bpf.c Log Message: Fix signatures of copfuncs. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/net/npf/npf_bpf.c Please note that diffs are

CVS commit: src/tests/net/bpfilter

2014-06-24 Thread Alexander Nasonov
Module Name:src Committed By: alnsn Date: Tue Jun 24 11:32:36 UTC 2014 Modified Files: src/tests/net/bpfilter: t_bpfilter.c Log Message: Zap trailing spaces. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/tests/net/bpfilter/t_bpfilter.c Please note

CVS commit: src/sys

2014-06-24 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Tue Jun 24 11:59:11 UTC 2014 Modified Files: src/sys/arch/amd64/conf: ALL src/sys/arch/i386/conf: ALL src/sys/compat/freebsd: freebsd_exec_elf32.c Log Message: Remove dead code. The kernel already checks for

CVS commit: src/sys/compat/freebsd

2014-06-24 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Tue Jun 24 12:17:40 UTC 2014 Modified Files: src/sys/compat/freebsd: freebsd_exec_elf32.c Log Message: Remove unused headers. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19

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

2014-06-24 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue Jun 24 12:17:33 UTC 2014 Modified Files: src/sys/arch/shark/conf: GENERIC Log Message: Bump SYMTAB_SPACE to allow clang to build this kernel. To generate a diff of this commit: cvs rdiff -u -r1.113 -r1.114

CVS commit: src/external/lgpl3/gmp/dist

2014-06-24 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Tue Jun 24 12:54:56 UTC 2014 Modified Files: src/external/lgpl3/gmp/dist: configure Log Message: Revert previous commit. Requested by matt@. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/sys/compat/netbsd32

2014-06-24 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Tue Jun 24 14:33:57 UTC 2014 Modified Files: src/sys/compat/netbsd32: netbsd32_compat_50.c netbsd32_event.c Log Message: Allocate directly KQ_NEVENTS bytes. Otherwise a user can panic the system. ok christos@ To generate a diff

CVS commit: src/sys/kern

2014-06-24 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Tue Jun 24 14:42:43 UTC 2014 Modified Files: src/sys/kern: kern_event.c Log Message: Do not hardcode the value. Use KQ_NEVENTS. To generate a diff of this commit: cvs rdiff -u -r1.79 -r1.80 src/sys/kern/kern_event.c Please note

CVS commit: src/common/lib/libc/string

2014-06-24 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Tue Jun 24 16:39:39 UTC 2014 Modified Files: src/common/lib/libc/string: consttime_memequal.c explicit_memset.c Log Message: add a public domain notice To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/sys/net

2014-06-24 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Tue Jun 24 22:19:36 UTC 2014 Modified Files: src/sys/net: bpf.h bpf_filter.c bpfjit.c Log Message: - Improve the comments in bpf.h and KNF a little. - Rename bpf_ctx_t member noinit to preinited (reflects the meaning better). To

CVS commit: src/lib/libc/citrus

2014-06-24 Thread S.P.Zeidler
Module Name:src Committed By: spz Date: Tue Jun 24 22:24:18 UTC 2014 Modified Files: src/lib/libc/citrus: citrus_prop.c citrus_prop.h src/lib/libc/citrus/modules: citrus_big5.c citrus_hz.c Log Message: Fix our iconv version for the issues that apply to us from

CVS commit: src/sys/net

2014-06-24 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Wed Jun 25 01:21:36 UTC 2014 Modified Files: src/sys/net: bpfjit.c Log Message: bpfjit_generate_code: emit the instruction correctly. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/net/bpfjit.c Please

CVS commit: src/usr.bin/sed

2014-06-24 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Jun 25 02:05:58 UTC 2014 Modified Files: src/usr.bin/sed: sed.1 Log Message: Command file argument to -f is not optional. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/usr.bin/sed/sed.1 Please note that