CVS commit: src/tests/lib/libc/sys

2018-03-06 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Mar 6 21:11:51 UTC 2018 Modified Files: src/tests/lib/libc/sys: t_ptrace_x86_wait.h Log Message: Correct all ATF failures in t_ptrace_x86_wait.h (debug registers) This code after refactoring stopped calling functions that

CVS commit: src

2018-03-05 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Mar 5 11:24:35 UTC 2018 Modified Files: src/doc: CHANGES.prev src/lib/libc/sys: ptrace.2 src/sys/kern: sys_ptrace_common.c src/sys/sys: ptrace.h src/tests/lib/libc/sys: t_ptrace_wait.c Log

CVS commit: src/tests/lib/libc/sys

2018-02-27 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Feb 27 12:20:35 UTC 2018 Modified Files: src/tests/lib/libc/sys: t_ucontext.c Log Message: Include in t_ucontext.c The user-land header is required for PRI types. We were including indirectly through sources, and this

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

2018-02-27 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Feb 27 11:26:39 UTC 2018 Modified Files: src/sys/arch/hppa/include: mcontext.h Log Message: Implement _UC_MACHINE_INTRV() for hppa INTRV = integer return value For hppa this is R28 alias _REG_RET0. To generate a diff of

CVS commit: src/tests/lib/libc/sys

2018-02-27 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Feb 27 11:15:53 UTC 2018 Modified Files: src/tests/lib/libc/sys: t_ucontext.c Log Message: Make the t_ucontext.c test more portable Cast _UC_MACHINE_*() to (register_t). This allows to print the returned values with

CVS commit: src/sys/arch/ia64/include

2018-02-27 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Feb 27 09:51:28 UTC 2018 Modified Files: src/sys/arch/ia64/include: mcontext.h Log Message: Add a dummy implementation of _UC_MACHINE_INTRV() for ia64 This fixes a build problem in src/tests/lib/libc/sys/t_ucontext.c. This

CVS commit: src/lib/libc/regex

2018-02-26 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Feb 26 14:04:43 UTC 2018 Modified Files: src/lib/libc/regex: regex.3 Log Message: Document ragasub(3) & regnsub(3) implementation detail Added note: Only 10 elements of the rm array can be used. Sponsored by To generate

CVS commit: src/share/man/man2

2018-02-25 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Feb 25 16:53:51 UTC 2018 Modified Files: src/share/man/man2: ucontext.2 Log Message: Document _UC_MACHINE_*() in ucontext(2) Document: - _UC_MACHINE_SP() - _UC_MACHINE_FP() - _UC_MACHINE_PC() - _UC_MACHINE_INTRV() -

CVS commit: src/tests/lib/libc/sys

2018-02-25 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Feb 25 14:27:07 UTC 2018 Modified Files: src/tests/lib/libc/sys: Makefile t_ucontext.c Log Message: Add new tests in lib/libc/sys/t_ucontext New tests: - ucontext_sp - ucontext_fp - ucontext_pc - ucontext_intrv They test

CVS commit: src/distrib/sets/lists/man

2018-02-25 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Feb 25 12:53:22 UTC 2018 Modified Files: src/distrib/sets/lists/man: mi Log Message: Register the x86/imcsmb man/cat/html page To generate a diff of this commit: cvs rdiff -u -r1.1576 -r1.1577 src/distrib/sets/lists/man/mi

CVS commit: src/distrib/sets/lists/comp

2018-02-25 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Feb 25 12:28:18 UTC 2018 Modified Files: src/distrib/sets/lists/comp: mi Log Message: Correct OpenSSL 1.1 entries in plist Fix references to: ./usr/share/man/cat3/BIO_get_data.0 ./usr/share/man/cat3/SSL_CONF_cmd.0 This is

CVS commit: src/sys/modules

2018-02-25 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Feb 25 10:17:12 UTC 2018 Modified Files: src/sys/modules: Makefile Log Message: Remove ksem module reference This does not exist in HEAD. It looks like accidentally committed in: Add new modules (for i386 and amd64 only)

CVS commit: src/lib/libc/net

2018-02-20 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Wed Feb 21 03:13:50 UTC 2018 Modified Files: src/lib/libc/net: getnetent.3 Log Message: Improve the getnetent(3) man-page Document return type of setnetent(3) and endnetent(3). Both "void". Sponsored by To generate a diff of

CVS commit: src/sys/sys

2018-02-20 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Feb 20 18:20:05 UTC 2018 Modified Files: src/sys/sys: fcntl.h Log Message: Enable O_NOFOLLOW in the POSIX namespace This open(2) flag first appeared in FreeBSD and was standarized by POSIX in the 2008 standard. To generate

CVS commit: src/lib/libpthread

2018-02-19 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Feb 20 05:10:52 UTC 2018 Modified Files: src/lib/libpthread: pthread.h Log Message: Remove namespace restriction from pthread_condattr_{g,s}etclock(3) These functions were marked as _NETBSD_SOURCE when introduced to the

CVS commit: src/lib/libc/stdio

2018-02-19 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Feb 20 02:52:41 UTC 2018 Modified Files: src/lib/libc/stdio: setbuf.3 Log Message: Improve the setbuf(3) man-page Move historical lines to newly added HISTORY section. Additional historical notes obtained from OpenBSD. To

CVS commit: src/include

2018-02-19 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Feb 20 02:35:24 UTC 2018 Modified Files: src/include: string.h Log Message: Mark in string.h: memccpy(3) and strdup(3) as _POSIX_C_SOURCE >= 2001 To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52

CVS commit: src/distrib/sets/lists/comp

2018-02-17 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat Feb 17 21:46:42 UTC 2018 Modified Files: src/distrib/sets/lists/comp: mi Log Message: Try to correct generation of the sun2 distribution Mark the headers for GCC sanitizers as gcccmds. To generate a diff of this commit: cvs

CVS commit: src/sys/arch/sparc/include

2018-02-17 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat Feb 17 15:22:22 UTC 2018 Modified Files: src/sys/arch/sparc/include: mcontext.h Log Message: Improve _UC_MACHINE_FP() for SPARC/SPARC64 Introduce a static inline function _uc_machine_fp() that contains improved caluclation of

CVS commit: src/sys/arch/x86/include

2018-02-17 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat Feb 17 13:01:23 UTC 2018 Modified Files: src/sys/arch/x86/include: Makefile Log Message: Stop installing dbregs.h This is now kernel-only header. The behavior is well specified by the CPU documents and we don't introduce

CVS commit: src/sys/arch

2018-02-15 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Feb 15 15:53:57 UTC 2018 Modified Files: src/sys/arch/aarch64/include: mcontext.h src/sys/arch/alpha/include: mcontext.h src/sys/arch/amd64/include: mcontext.h src/sys/arch/arm/include: mcontext.h

CVS commit: src/external/gpl3/gcc/usr.bin/include

2018-02-01 Thread Kamil Rytarowski
Sync this code with gcc.old. PR 52265 by Kamil Rytarowski Proposed and accepted on tech-toolchain@. Sponsored by To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/external/gpl3/gcc/usr.bin/include/Makefile cvs rdiff -u -r0 -r1.1 \ src/external/gpl3/gcc/usr.bin/include/sanitizer

CVS commit: src

2018-02-01 Thread Kamil Rytarowski
in a comment headers for introduction in future: - dfsan_interface.h - lsan_interface.h - msan_interface.h Skip a file that will never be relevant on NetBSD: - linux_syscall_hooks.h PR 52265 by Kamil Rytarowski Proposed and accepted on tech-toolchain@. Sponsored by To generate a diff

CVS commit: src/distrib/sets/lists/man

2018-01-25 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Jan 25 22:09:56 UTC 2018 Modified Files: src/distrib/sets/lists/man: mi Log Message: Correct the plist entry for ./usr/share/man/cat8/acorn32/MAKEDEV.0 This file is obsolete, replace '.cat' with 'obsolete'. To generate a

CVS commit: src/bin/ksh

2018-01-24 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Wed Jan 24 09:53:21 UTC 2018 Modified Files: src/bin/ksh: c_ksh.c exec.c lex.c proto.h table.c var.c vi.c Log Message: ksh: Rename a local function tsearch to mytsearch This removes a clash with well-known libc function

CVS commit: src/bin/ksh

2018-01-24 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Wed Jan 24 09:21:20 UTC 2018 Modified Files: src/bin/ksh: exec.c proto.h table.c var.c Log Message: ksh: Rename a local function tdelete to mytdelete This removes a clash with well-known libc function tdelete(3) from POSIX. This

CVS commit: src/sbin/mount_autofs

2018-01-22 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Jan 22 10:34:20 UTC 2018 Modified Files: src/sbin/mount_autofs: mount_autofs.8 Log Message: Improve the mount_autofs(8) stub documentation Improve DESCRIPTION and NAME. To generate a diff of this commit: cvs rdiff -u -r1.1

CVS commit: src

2018-01-22 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Jan 22 09:45:32 UTC 2018 Modified Files: src/distrib/sets/lists/man: mi src/sbin/mount_autofs: Makefile src/share/man/man5: autofs.5 Added Files: src/sbin/mount_autofs: mount_autofs.8 Log Message: Add

CVS commit: src/lib/libc

2018-01-16 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Wed Jan 17 01:24:30 UTC 2018 Modified Files: src/lib/libc/gen: closefrom.c exect.c src/lib/libc/include: namespace.h src/lib/libc/stdio: fopen.c freopen.c Log Message: Revert to commits as they broke few rump tests

CVS commit: src/bin/ps

2018-01-12 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Fri Jan 12 23:01:14 UTC 2018 Modified Files: src/bin/ps: ps.c Log Message: Fix an unitialized memory read bug in ps(1) rawcpu of type int, is declared inside main(){} and it can be passed as uninitialized to setpinfo(). The

CVS commit: src/lib/libkvm

2018-01-09 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Jan 9 21:17:46 UTC 2018 Modified Files: src/lib/libkvm: kvm_getprocs.3 Log Message: Correct the signature of kvm_getproc2(3) in the man-page. The elemsize argument is of type "size_t", not "int". Sponsored by To generate

CVS commit: src/lib/libkvm

2018-01-09 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Jan 9 21:13:59 UTC 2018 Modified Files: src/lib/libkvm: kvm_getlwps.3 Log Message: Correct the signature of kvm_getlwps(3) in the man-page. The elemsize argument is of type "size_t", not "int *". Sponsored by To generate

CVS commit: src/lib/libc

2018-01-07 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Jan 7 21:19:36 UTC 2018 Modified Files: src/lib/libc/include: namespace.h src/lib/libc/time: asctime.c Log Message: Revert asctime() namespacing asctime() is optionally a cancellation point in the POSIX spec. It's

CVS commit: src

2018-01-07 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Jan 7 15:28:34 UTC 2018 Modified Files: src/lib/libc/include: namespace.h src/lib/libc/stdlib: atoi.c src/sys/external/bsd/compiler_rt/dist/lib/profile: InstrProfilingFile.c Log Message: Revert namespacing of

CVS commit: src/doc

2018-01-06 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat Jan 6 16:52:57 UTC 2018 Modified Files: src/doc: CHANGES Log Message: doc: Tweak the vadvise removal entry in CHANGES Note the removal of the vadvise header To generate a diff of this commit: cvs rdiff -u -r1.2343 -r1.2344

CVS commit: src/sys

2018-01-06 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat Jan 6 16:41:24 UTC 2018 Modified Files: src/sys/compat/aoutm68k: aoutm68k_syscall.h aoutm68k_syscallargs.h aoutm68k_syscalls.c aoutm68k_sysent.c syscalls.master src/sys/compat/freebsd: freebsd_syscall.h

CVS commit: src

2018-01-05 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Fri Jan 5 20:30:51 UTC 2018 Modified Files: src/lib/libc/include: namespace.h src/lib/libc/stdlib: atoi.c src/sys/external/bsd/compiler_rt/dist/lib/profile: InstrProfilingFile.c Log Message: Register new weak

CVS commit: src/lib/libc

2018-01-05 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Fri Jan 5 20:01:32 UTC 2018 Modified Files: src/lib/libc/include: namespace.h src/lib/libc/time: asctime.c Log Message: Register new weak symbol in libc for internal usage: asctime The NetBSD Standard C Library uses

CVS commit: src/lib/libc

2018-01-05 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Fri Jan 5 19:29:44 UTC 2018 Modified Files: src/lib/libc/dlfcn: dlfcn_elf.c src/lib/libc/include: namespace.h Log Message: Register dl_iterate_phdr in the libc's namespace.h The NetBSD Standard C Library uses internally

CVS commit: src/lib/libc

2018-01-05 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Fri Jan 5 19:01:36 UTC 2018 Modified Files: src/lib/libc/gen: closefrom.c exect.c src/lib/libc/stdio: fopen.c freopen.c Log Message: Include namespace.h in a few of libc source files The NetBSD Standard C Library uses

CVS commit: src/lib/libc/include

2018-01-05 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Fri Jan 5 18:57:06 UTC 2018 Modified Files: src/lib/libc/include: namespace.h Log Message: Register more syscalls in namespace.h (of libc) Add weak symbols for: - fcntl - close - execve - setcontext - wait6 - write -

CVS commit: src/sys/external/bsd/compiler_rt/dist/lib/profile

2018-01-05 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Fri Jan 5 17:54:31 UTC 2018 Modified Files: src/sys/external/bsd/compiler_rt/dist/lib/profile: GCDAProfiling.c Log Message: Include namespace.h in GCDAProfiling.c (compiler_rt) The NetBSD Standard C Library uses internally some

CVS commit: src/lib/libc/citrus

2018-01-05 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Fri Jan 5 17:52:06 UTC 2018 Modified Files: src/lib/libc/citrus: citrus_lc_ctype.c Log Message: Include namespace.h in citrus/citrus_lc_ctype.c The NetBSD Standard C Library uses internally some of its functions with a mangled

CVS commit: src

2018-01-04 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Jan 4 20:57:29 UTC 2018 Modified Files: src/common/lib/libc/sys: cpuset.c src/lib/libc/citrus: citrus_module.c src/lib/libc/compat-43: killpg.c src/lib/libc/db/db: dbfile.c src/lib/libc/gen:

CVS commit: src/tests/lib/libc/sys

2017-12-28 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Dec 28 09:47:52 UTC 2017 Modified Files: src/tests/lib/libc/sys: t_ptrace_wait.c Log Message: atf: ptrace: Temporarily skip fpregs* tests on pmax NetBSD/pmax 8.99.9 panics when attempting to use fpregs through ptrace(2).

CVS commit: src/tests/lib/libc/sys

2017-12-27 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Wed Dec 27 13:38:51 UTC 2017 Modified Files: src/tests/lib/libc/sys: t_ptrace_wait.c Log Message: atf: ptrace: Temporarily disable signal3 as it breaks now on some ports This test is marked as failing with: PR kern/51918. To

CVS commit: src/sys

2017-12-26 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Dec 26 08:30:58 UTC 2017 Modified Files: src/sys/compat/linux/arch/alpha: linux_pipe.c src/sys/compat/linux/common: linux_pipe.c src/sys/compat/linux32/common: linux32_unistd.c src/sys/compat/netbsd32:

CVS commit: src/tests/lib/libc/sys

2017-12-25 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Dec 25 12:38:01 UTC 2017 Modified Files: src/tests/lib/libc/sys: t_ptrace_wait.c Log Message: atf: t_ptrace_wait: Mark attach2 as racy To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19

CVS commit: src/lib/libc/sys

2017-12-25 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Dec 25 11:03:30 UTC 2017 Modified Files: src/lib/libc/sys: Makefile.inc Added Files: src/lib/libc/sys: vadvise.c Log Message: libc: Add a dummy implementation of vadvise() This readds a symbol that has been removed

CVS commit: src/tests/lib/libc/sys

2017-12-22 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Fri Dec 22 17:35:14 UTC 2017 Modified Files: src/tests/lib/libc/sys: t_ptrace_wait.c Log Message: ptrace atf: Clanup reports of failures Mark resume* suspend* tests as expected failure and link with PR 51995. Sponsored by To

CVS commit: src/sys/kern

2017-12-22 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Fri Dec 22 15:02:57 UTC 2017 Modified Files: src/sys/kern: sys_ptrace_common.c Log Message: ptrace: Partially undo PT_{READ,WRITE}_{I,D} and unbreak these commands The refactored code did not work and was generating EFAULT.

CVS commit: src/tests/lib/libc/sys

2017-12-21 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Dec 21 09:56:47 UTC 2017 Modified Files: src/tests/lib/libc/sys: t_ptrace_wait.c Log Message: t_ptrace_wait*: Disable suspend* tests These tests can hang the system. These interfaces will be improved and temporarily disable

CVS commit: src/distrib/sets/lists/comp

2017-12-19 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Wed Dec 20 00:07:56 UTC 2017 Modified Files: src/distrib/sets/lists/comp: mi Log Message: Try to correct removal of To generate a diff of this commit: cvs rdiff -u -r1.2163 -r1.2164 src/distrib/sets/lists/comp/mi Please note

CVS commit: src/doc

2017-12-19 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Dec 19 19:58:37 UTC 2017 Modified Files: src/doc: CHANGES Log Message: Document SYS_vadvise removal in doc/CHANGES ovadvise: Remove the old vadvise syscall Sponsored by To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys

2017-12-19 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Dec 19 19:40:04 UTC 2017 Modified Files: src/sys/compat/netbsd32: netbsd32_netbsd.c netbsd32_syscall.h netbsd32_syscallargs.h netbsd32_syscalls.c netbsd32_syscalls_autoload.c netbsd32_sysent.c

CVS commit: src/sys/compat/ultrix

2017-12-19 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Dec 19 19:20:31 UTC 2017 Modified Files: src/sys/compat/ultrix: syscalls.master ultrix_syscall.h ultrix_syscallargs.h ultrix_syscalls.c ultrix_sysent.c Log Message: compat/ultrix: Drop SYS_vadvise The (o)vadvise

CVS commit: src/sys/compat/sunos32

2017-12-19 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Dec 19 19:19:51 UTC 2017 Modified Files: src/sys/compat/sunos32: sunos32_syscall.h sunos32_syscallargs.h sunos32_syscalls.c sunos32_sysent.c syscalls.master Log Message: compat/sunos32: Drop SYS_vadvise The

CVS commit: src/sys/compat/freebsd

2017-12-19 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Dec 19 19:18:18 UTC 2017 Modified Files: src/sys/compat/freebsd: freebsd_syscall.h freebsd_syscallargs.h freebsd_syscalls.c freebsd_sysent.c syscalls.master Log Message: compat/freebsd: Drop SYS_vadvise The

CVS commit: src/sys/compat/aoutm68k

2017-12-19 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Dec 19 19:17:17 UTC 2017 Modified Files: src/sys/compat/aoutm68k: aoutm68k_syscall.h aoutm68k_syscallargs.h aoutm68k_syscalls.c aoutm68k_sysent.c syscalls.master Log Message: compat/aoutm68k: Drop SYS_vadvise The

CVS commit: src/external/gpl3

2017-12-19 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Dec 19 19:13:30 UTC 2017 Modified Files: src/external/gpl3/gdb.old/dist/sim/ppc: emul_netbsd.c src/external/gpl3/gdb/dist/sim/ppc: emul_netbsd.c Log Message: Deregister (o)vadvise from gdb & gdb.org: ppc/emul_netbsd

CVS commit: src

2017-12-19 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Dec 19 19:10:14 UTC 2017 Modified Files: src/distrib/sets/lists/comp: mi src/sys/sys: Makefile Removed Files: src/sys/sys: vadvise.h Log Message: Drop The (o)vadvise syscall is dummy since the beginning of

CVS commit: src/share/man/tools

2017-12-19 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Dec 19 19:04:12 UTC 2017 Removed Files: src/share/man/tools: missing Log Message: Drop share/man/tools/missing This is a remnant from the 4.4BSD-Lite2 import (1992). It notes old tools: vadvise(2) obsolete syscall. vplot(1)

CVS commit: src/sys/sys

2017-12-19 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Dec 19 18:47:59 UTC 2017 Modified Files: src/sys/sys: trace.h Log Message: Deregister TR_VADVISE from sys/sys/trace.h The (o)vadvise syscall is dummy since the beginning of NetBSD. Sponsored by To generate a diff of this

CVS commit: src/lib/libc/sys

2017-12-19 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Dec 19 18:43:42 UTC 2017 Modified Files: src/lib/libc/sys: Makefile.inc Log Message: Deregister vadvise.S from lib/libc/sys/Makefile.inc Such file was never registered since the inception of NetBSD. The (o)vadvise is dummy

CVS commit: src/doc

2017-12-19 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Dec 19 18:37:39 UTC 2017 Modified Files: src/doc: CHANGES Log Message: Document SYS_sbrk removal in doc/CHANGES sbrk: Remove the "data section size change" syscall Sponsored by To generate a diff of this commit: cvs rdiff

CVS commit: src/sys

2017-12-19 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Dec 19 18:34:48 UTC 2017 Modified Files: src/sys/compat/netbsd32: netbsd32_netbsd.c netbsd32_syscall.h netbsd32_syscallargs.h netbsd32_syscalls.c netbsd32_sysent.c netbsd32_systrace_args.c

CVS commit: src/sys/compat/sunos32

2017-12-19 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Dec 19 18:25:53 UTC 2017 Modified Files: src/sys/compat/sunos32: sunos32_syscall.h sunos32_syscallargs.h sunos32_syscalls.c sunos32_sysent.c syscalls.master Log Message: compat/sunos32: Drop SYS_sbrk sbrk - change

CVS commit: src/sys/compat/sunos

2017-12-19 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Dec 19 18:24:21 UTC 2017 Modified Files: src/sys/compat/sunos: sunos_syscall.h sunos_syscallargs.h sunos_syscalls.c sunos_sysent.c syscalls.master Log Message: compat/sunos: Drop SYS_sbrk sbrk - change data

CVS commit: src/sys/compat/ultrix

2017-12-19 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Dec 19 18:20:12 UTC 2017 Modified Files: src/sys/compat/ultrix: syscalls.master ultrix_syscall.h ultrix_syscallargs.h ultrix_syscalls.c ultrix_sysent.c Log Message: compat/ultrix: Drop SYS_sbrk sbrk - change data

CVS commit: src/sys/compat/freebsd

2017-12-19 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Dec 19 18:15:08 UTC 2017 Modified Files: src/sys/compat/freebsd: freebsd_syscall.h freebsd_syscallargs.h freebsd_syscalls.c freebsd_sysent.c syscalls.master Log Message: compat/freebsd: Drop SYS_sbrk sbrk - change

CVS commit: src/sys/compat/aoutm68k

2017-12-19 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Dec 19 18:10:22 UTC 2017 Modified Files: src/sys/compat/aoutm68k: aoutm68k_syscall.h aoutm68k_syscallargs.h aoutm68k_syscalls.c aoutm68k_sysent.c syscalls.master Log Message: compat/aoutm68k: Drop SYS_sbrk sbrk -

CVS commit: src/doc

2017-12-19 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Dec 19 09:09:28 UTC 2017 Modified Files: src/doc: CHANGES Log Message: Document sstk removal in doc/CHANGES sstk: Remove the "stack section size change" syscall Sponsored by To generate a diff of this commit: cvs rdiff -u

CVS commit: src/external/gpl3/gdb.old/dist/sim/ppc

2017-12-19 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Dec 19 09:01:24 UTC 2017 Modified Files: src/external/gpl3/gdb.old/dist/sim/ppc: emul_netbsd.c Log Message: gdb.old: Add missing */ Sponsored by To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/sys/kern

2017-12-19 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Dec 19 08:51:09 UTC 2017 Modified Files: src/sys/kern: systrace_args.c Log Message: Regenerate kern/systrace_args.c for the ___lwp_wait60 prototype change ___lwp_part60 removed 'const' from the ts argument. 'const struct

CVS commit: src/sys

2017-12-19 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Dec 19 08:48:19 UTC 2017 Modified Files: src/sys/compat/netbsd32: netbsd32_netbsd.c netbsd32_syscall.h netbsd32_syscallargs.h netbsd32_syscalls.c netbsd32_sysent.c netbsd32_systrace_args.c

CVS commit: src/sys/compat/freebsd

2017-12-19 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Dec 19 08:27:05 UTC 2017 Modified Files: src/sys/compat/freebsd: freebsd_syscall.h freebsd_syscallargs.h freebsd_syscalls.c freebsd_sysent.c syscalls.master Log Message: compat freebsd: Drop the sstk(2) syscall

CVS commit: src/sys/compat/sunos

2017-12-19 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Dec 19 08:25:37 UTC 2017 Modified Files: src/sys/compat/sunos: sunos_syscall.h sunos_syscallargs.h sunos_syscalls.c sunos_sysent.c syscalls.master Log Message: compat sunos: Drop the sstk(2) syscall sstk(2) has

CVS commit: src/sys/compat/sunos32

2017-12-19 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Dec 19 08:24:41 UTC 2017 Modified Files: src/sys/compat/sunos32: sunos32_syscall.h sunos32_syscallargs.h sunos32_syscalls.c sunos32_sysent.c syscalls.master Log Message: compat sunos32: Drop the sstk(2) syscall

CVS commit: src/sys/compat/ultrix

2017-12-19 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Dec 19 08:23:23 UTC 2017 Modified Files: src/sys/compat/ultrix: syscalls.master ultrix_syscall.h ultrix_syscallargs.h ultrix_syscalls.c ultrix_sysent.c Log Message: compat ultrix: Drop the sstk(2) syscall sstk(2)

CVS commit: src/sys/compat/aoutm68k

2017-12-19 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Dec 19 08:09:36 UTC 2017 Modified Files: src/sys/compat/aoutm68k: aoutm68k_syscall.h aoutm68k_syscallargs.h aoutm68k_syscalls.c aoutm68k_sysent.c syscalls.master Log Message: compat aoutm68k: Mark sstk(2) as OBSOL

CVS commit: src/external/gpl3

2017-12-19 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Dec 19 08:02:55 UTC 2017 Modified Files: src/external/gpl3/gdb.old/dist/sim/ppc: emul_netbsd.c src/external/gpl3/gdb/dist/sim/ppc: emul_netbsd.c Log Message: gdb & gdb.old: Forget about sstk in ppc/emul_netbsd.c The

CVS commit: src/sys/compat/netbsd32

2017-12-18 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Dec 19 07:58:50 UTC 2017 Modified Files: src/sys/compat/netbsd32: netbsd32_syscall.h netbsd32_syscallargs.h netbsd32_systrace_args.c syscalls.master Log Message: Sync syscalls.master in compat_netbsd32(8) with

CVS commit: src/bin/ps

2017-12-09 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat Dec 9 14:56:54 UTC 2017 Modified Files: src/bin/ps: extern.h keyword.c print.c Log Message: ps: Rename local routine name from uname to usrname This removes symbol name routine clash with libc's uname(3). This allows to

CVS commit: src/games/fortune/datfiles

2017-12-06 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Wed Dec 6 17:41:16 UTC 2017 Modified Files: src/games/fortune/datfiles: fortunes Log Message: Correct code flow of a quote translation (by Tom Ivar Helbekkmo) To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.69

CVS commit: src/games/fortune/datfiles

2017-12-05 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Dec 5 22:51:59 UTC 2017 Modified Files: src/games/fortune/datfiles: fortunes Log Message: Add new fortune entry with a quote from Jozef Pilsudski This quote is a longer form of "the dogs bark, but the caravan goes on" and

CVS commit: src/tests/lib/libc/sys

2017-12-04 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Dec 4 12:53:46 UTC 2017 Modified Files: src/tests/lib/libc/sys: t_ptrace_wait.c Log Message: Temporarily disable t_ptrace_wait*::resume1 in ATF tests It hangs forever on releng machines. Sponsored by To generate a diff

CVS commit: src/sys/arch/x86

2017-11-23 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Nov 23 16:30:50 UTC 2017 Modified Files: src/sys/arch/x86/include: cpu.h src/sys/arch/x86/x86: x86_machdep.c Log Message: Restore removed sysctl(2) x86 entry: fpu_present Hardcode it to 1 for now on i386 and amd64.

CVS commit: src/sys/sys

2017-11-18 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Nov 19 07:41:52 UTC 2017 Modified Files: src/sys/sys: tls.h Log Message: Remove the _rtld_tls_static_setup() leftover from sys/tls.h This prototype is dead and there are no users. This function isn't defined anywhere. To

CVS commit: src/external/gpl3/gcc/lib/liblto_plugin

2017-11-10 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat Nov 11 07:50:39 UTC 2017 Modified Files: src/external/gpl3/gcc/lib/liblto_plugin: Makefile Log Message: Build liblto_plugin.so with safe-ctype.c This corrects linking attempt with GNU binutils GOLD (linker). ld.gold: error:

CVS commit: src/external/gpl3/gcc.old/lib/liblto_plugin

2017-11-10 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat Nov 11 07:49:43 UTC 2017 Modified Files: src/external/gpl3/gcc.old/lib/liblto_plugin: Makefile Log Message: Build liblto_plugin.so with safe-ctype.c This corrects linking attempt with GNU binutils GOLD (linker). ld.gold:

CVS commit: src/external/gpl3/gcc/lib/liblto_plugin

2017-11-04 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Nov 5 02:36:00 UTC 2017 Modified Files: src/external/gpl3/gcc/lib/liblto_plugin: Makefile Log Message: Backport patch from gcc.old for liblto_plugin Correct resolution of xstrerror(). Switch from -liberty (which has PIC

CVS commit: src

2017-11-04 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat Nov 4 16:21:50 UTC 2017 Modified Files: src/distrib/sets/lists/comp: shl.mi src/distrib/sets/lists/debug: shl.mi src/external/gpl3/gcc.old/lib/liblto_plugin: Makefile

CVS commit: src/external/gpl3/gcc/lib/liblto_plugin

2017-11-04 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat Nov 4 16:03:12 UTC 2017 Modified Files: src/external/gpl3/gcc/lib/liblto_plugin: Makefile Log Message: Link liblto_plugin with -liberty (gcc) GCC passes liblto_plugin.so in the linker invocation (part of "gcc -v file.c"):

CVS commit: src/external/gpl3/gcc.old/lib/liblto_plugin

2017-11-04 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat Nov 4 15:59:16 UTC 2017 Modified Files: src/external/gpl3/gcc.old/lib/liblto_plugin: Makefile Log Message: Link liblto_plugin with -liberty (gcc.old) GCC passes liblto_plugin.so in the linker invocation (part of "gcc -v

CVS commit: src/lib/libc/stdlib

2017-11-02 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Nov 2 19:39:33 UTC 2017 Modified Files: src/lib/libc/stdlib: atexit.c Log Message: Revert previous on demand. Rationale: The DSO handle is a required part of the (external) __cxa_atexit interface. The atexit mapping is an

CVS commit: src/lib/libc/stdlib

2017-11-02 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Nov 2 18:37:15 UTC 2017 Modified Files: src/lib/libc/stdlib: atexit.c Log Message: Correct handling of __cxa_atexit(a,b,NULL) in libc In the NetBSD implementation and suggested by Itanium C++ ABI, we wrap the atexit(x) call

CVS commit: src/usr.bin/pmap

2017-10-04 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Wed Oct 4 11:33:01 UTC 2017 Modified Files: src/usr.bin/pmap: pmap.c Log Message: pmap: Refresh debugging facilities Print vm_aslr_delta_mmap from 'struct vmspace'. Print the WANTVA bit of 'flags' from 'struct vm_map'. Replace

CVS commit: src/lib/libpthread

2017-09-09 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat Sep 9 23:21:45 UTC 2017 Modified Files: src/lib/libpthread: pthread_types.h Log Message: Support on C89 compilers Clang 5.0.0(svn) reports warnings on for C99 constructs when used with strict -std=c89. Restrict designated

CVS commit: src/lib/libc/gen

2017-09-09 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat Sep 9 18:45:04 UTC 2017 Modified Files: src/lib/libc/gen: devname.3 Log Message: Remove the BUGS section from devname(3) devname(3) does not report type of error on purpose. Suggested by To generate a diff of this

CVS commit: src

2017-09-09 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat Sep 9 18:18:28 UTC 2017 Modified Files: src/distrib/sets/lists/comp: mi src/lib/libc/gen: Makefile.inc Log Message: Install new man-page devname_r(3). This is a link to devname(3). To generate a diff of this

<    4   5   6   7   8   9   10   11   12   13   >