Module Name: src Committed By: kamil Date: Tue Feb 7 15:33:25 UTC 2017
Modified Files: src/lib/libc: shlib_version Log Message: Document in libc's shlib_version request for exect(3) removal This functionality has been moved long time to the kernel. Kernel exec() emits SIGTRAP under a debugger (unless PT_SYSCALL traced). To generate a diff of this commit: cvs rdiff -u -r1.269 -r1.270 src/lib/libc/shlib_version Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/lib/libc/shlib_version diff -u src/lib/libc/shlib_version:1.269 src/lib/libc/shlib_version:1.270 --- src/lib/libc/shlib_version:1.269 Sat Sep 24 20:12:07 2016 +++ src/lib/libc/shlib_version Tue Feb 7 15:33:25 2017 @@ -1,4 +1,4 @@ -# $NetBSD: shlib_version,v 1.269 2016/09/24 20:12:07 christos Exp $ +# $NetBSD: shlib_version,v 1.270 2017/02/07 15:33:25 kamil Exp $ # Remember to update distrib/sets/lists/base/shl.* when changing # # things we wish to do on next major version bump: @@ -45,5 +45,6 @@ # - decide whether soft-float should support fenv.h, including thread-local contett # - stop all math functions from setting errno # - boot obsolete signal functions to libcompat +# - remove exect(3) API - tracing functionality has been moved to the kernel major=12 minor=205