Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc Document in libc's shlib_version request for exect(...



details:   https://anonhg.NetBSD.org/src/rev/f77a7f28aa6c
branches:  trunk
changeset: 821468:f77a7f28aa6c
user:      kamil <kamil%NetBSD.org@localhost>
date:      Tue Feb 07 15:33:25 2017 +0000

description:
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).

diffstat:

 lib/libc/shlib_version |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 0b04d0ab3f58 -r f77a7f28aa6c lib/libc/shlib_version
--- a/lib/libc/shlib_version    Tue Feb 07 11:18:43 2017 +0000
+++ b/lib/libc/shlib_version    Tue Feb 07 15:33:25 2017 +0000
@@ -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



Home | Main Index | Thread Index | Old Index