Source-Changes-HG archive

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

[src/trunk]: src libpthread_dbg(3) deletion from the base distribution



details:   https://anonhg.NetBSD.org/src/rev/4c5eb7d03f8f
branches:  trunk
changeset: 821484:4c5eb7d03f8f
user:      kamil <kamil%NetBSD.org@localhost>
date:      Wed Feb 08 03:44:40 2017 +0000

description:
libpthread_dbg(3) deletion from the base distribution

libpthread_dbg(3) is a remnant library from the M:N thread model
(pre-NetBSD-5.0) API to introspect threads within a process and for use
of debuggers.

Currently in the 1:1 model it's not used in GDB neither in LLDB and it's
not either planned to be used. It's current function to read pthread_t
structures is realizable within a regular debugger capable to
instrospect objects within a tracee (GDB, LLDB...).

Remaining users of this API can still use this library from
pkgsrc/devel/libpthread_dbg.

Sponsored by <The NetBSD Foundation>

diffstat:

 distrib/sets/lists/base/shl.mi       |    8 +-
 distrib/sets/lists/comp/mi           |   52 +-
 distrib/sets/lists/comp/shl.mi       |    4 +-
 distrib/sets/lists/debug/mi          |    8 +-
 distrib/sets/lists/debug/shl.mi      |    4 +-
 distrib/sets/lists/tests/mi          |   14 +-
 doc/TODO.ptrace                      |    3 +-
 lib/Makefile                         |    4 +-
 lib/libpthread/README                |    5 +-
 lib/libpthread/TODO                  |    4 +-
 lib/libpthread/pthread.3             |    3 +-
 lib/libpthread/pthread_int.h         |    7 +-
 lib/libpthread_dbg/Makefile          |   58 --
 lib/libpthread_dbg/pthread_dbg.3     |  148 -------
 lib/libpthread_dbg/pthread_dbg.c     |  520 -------------------------
 lib/libpthread_dbg/pthread_dbg.h     |  200 ---------
 lib/libpthread_dbg/pthread_dbg_int.h |   48 --
 lib/libpthread_dbg/shlib_version     |    5 -
 lib/libpthread_dbg/td_map_pth2thr.3  |   71 ---
 lib/libpthread_dbg/td_open.3         |   79 ---
 lib/libpthread_dbg/td_thr_getname.3  |   75 ---
 lib/libpthread_dbg/td_thr_info.3     |  109 -----
 lib/libpthread_dbg/td_thr_iter.3     |   69 ---
 share/mk/bsd.README                  |    3 +-
 share/mk/bsd.hostprog.mk             |    3 +-
 share/mk/bsd.prog.mk                 |    3 +-
 tests/lib/Makefile                   |    4 +-
 tests/lib/libpthread_dbg/Makefile    |   14 -
 tests/lib/libpthread_dbg/h_common.h  |  128 ------
 tests/lib/libpthread_dbg/t_dummy.c   |  131 ------
 tests/lib/libpthread_dbg/t_threads.c |  719 -----------------------------------
 31 files changed, 59 insertions(+), 2444 deletions(-)

diffs (truncated from 2845 to 300 lines):

diff -r abca84effae5 -r 4c5eb7d03f8f distrib/sets/lists/base/shl.mi
--- a/distrib/sets/lists/base/shl.mi    Wed Feb 08 02:23:45 2017 +0000
+++ b/distrib/sets/lists/base/shl.mi    Wed Feb 08 03:44:40 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: shl.mi,v 1.799 2017/01/31 23:19:20 christos Exp $
+# $NetBSD: shl.mi,v 1.800 2017/02/08 03:44:40 kamil Exp $
 #
 # Note:        Don't delete entries from here - mark them as "obsolete" instead,
 #      unless otherwise stated below.
@@ -451,9 +451,9 @@
 ./usr/lib/libpthread.so                                base-sys-shlib          compatfile
 ./usr/lib/libpthread.so.1                      base-sys-shlib          compatfile
 ./usr/lib/libpthread.so.1.3                    base-sys-shlib          compatfile
-./usr/lib/libpthread_dbg.so                    base-sys-shlib          compatfile
-./usr/lib/libpthread_dbg.so.2                  base-sys-shlib          compatfile
-./usr/lib/libpthread_dbg.so.2.0                        base-sys-shlib          compatfile
+./usr/lib/libpthread_dbg.so                    base-obsolete           obsolete
+./usr/lib/libpthread_dbg.so.2                  base-obsolete           obsolete
+./usr/lib/libpthread_dbg.so.2.0                        base-obsolete           obsolete
 ./usr/lib/libpuffs.so                          base-puffs-shlib        compatfile
 ./usr/lib/libpuffs.so.2                                base-puffs-shlib        compatfile
 ./usr/lib/libpuffs.so.2.0                      base-puffs-shlib        compatfile
diff -r abca84effae5 -r 4c5eb7d03f8f distrib/sets/lists/comp/mi
--- a/distrib/sets/lists/comp/mi        Wed Feb 08 02:23:45 2017 +0000
+++ b/distrib/sets/lists/comp/mi        Wed Feb 08 03:44:40 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: mi,v 1.2107 2017/02/01 12:33:58 christos Exp $
+#      $NetBSD: mi,v 1.2108 2017/02/08 03:44:40 kamil Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 ./etc/mtree/set.comp                           comp-sys-root
@@ -2620,7 +2620,7 @@
 ./usr/include/protocols/talkd.h                        comp-c-include
 ./usr/include/protocols/timed.h                        comp-c-include
 ./usr/include/pthread.h                                comp-c-include
-./usr/include/pthread_dbg.h                    comp-c-include
+./usr/include/pthread_dbg.h                    comp-obsolete           obsolete
 ./usr/include/pthread_queue.h                  comp-c-include
 ./usr/include/pthread_types.h                  comp-c-include
 ./usr/include/puffs.h                          comp-puffs-include
@@ -3384,8 +3384,8 @@
 ./usr/lib/libprop.a                            comp-c-lib              compatfile
 ./usr/lib/libprop_p.a                          comp-c-proflib          compatfile,profile
 ./usr/lib/libpthread.a                         comp-c-lib              compatfile
-./usr/lib/libpthread_dbg.a                     comp-c-lib              compatfile
-./usr/lib/libpthread_dbg_p.a                   comp-c-proflib          compatfile,profile
+./usr/lib/libpthread_dbg.a                     comp-obsolete           obsolete
+./usr/lib/libpthread_dbg_p.a                   comp-obsolete           obsolete
 ./usr/lib/libpthread_p.a                       comp-c-proflib          compatfile,profile
 ./usr/lib/libpuffs.a                           comp-puffs-lib          compatfile
 ./usr/lib/libpuffs_p.a                         comp-puffs-proflib      compatfile,profile
@@ -3749,7 +3749,7 @@
 ./usr/libdata/lint/llib-lproc.ln               comp-c-lintlib          lint,dtrace
 ./usr/libdata/lint/llib-lprop.ln               comp-c-lintlib          lint
 ./usr/libdata/lint/llib-lpthread.ln            comp-c-lintlib          lint
-./usr/libdata/lint/llib-lpthread_dbg.ln                comp-c-lintlib          lint
+./usr/libdata/lint/llib-lpthread_dbg.ln                comp-obsolete           obsolete
 ./usr/libdata/lint/llib-lpuffs.ln              comp-puffs-lintlib      lint
 ./usr/libdata/lint/llib-lquota.ln              comp-c-lintlib          lint
 ./usr/libdata/lint/llib-lradius.ln             comp-c-lintlib          lint
@@ -8465,7 +8465,7 @@
 ./usr/share/man/cat3/pthread_condattr_setpshared.0     comp-c-catman   .cat
 ./usr/share/man/cat3/pthread_create.0          comp-c-catman           .cat
 ./usr/share/man/cat3/pthread_curcpu_np.0       comp-c-catman           .cat
-./usr/share/man/cat3/pthread_dbg.0             comp-c-catman           .cat
+./usr/share/man/cat3/pthread_dbg.0             comp-obsolete           obsolete
 ./usr/share/man/cat3/pthread_detach.0          comp-c-catman           .cat
 ./usr/share/man/cat3/pthread_equal.0           comp-c-catman           .cat
 ./usr/share/man/cat3/pthread_exit.0            comp-c-catman           .cat
@@ -9406,12 +9406,12 @@
 ./usr/share/man/cat3/tcsendbreak.0             comp-c-catman           .cat
 ./usr/share/man/cat3/tcsetattr.0               comp-c-catman           .cat
 ./usr/share/man/cat3/tcsetpgrp.0               comp-c-catman           .cat
-./usr/share/man/cat3/td_close.0                        comp-c-catman           .cat
-./usr/share/man/cat3/td_map_pth2thr.0          comp-c-catman           .cat
-./usr/share/man/cat3/td_open.0                 comp-c-catman           .cat
-./usr/share/man/cat3/td_thr_getname.0          comp-c-catman           .cat
-./usr/share/man/cat3/td_thr_info.0             comp-c-catman           .cat
-./usr/share/man/cat3/td_thr_iter.0             comp-c-catman           .cat
+./usr/share/man/cat3/td_close.0                        comp-obsolete           obsolete
+./usr/share/man/cat3/td_map_pth2thr.0          comp-obsolete           obsolete
+./usr/share/man/cat3/td_open.0                 comp-obsolete           obsolete
+./usr/share/man/cat3/td_thr_getname.0          comp-obsolete           obsolete
+./usr/share/man/cat3/td_thr_info.0             comp-obsolete           obsolete
+./usr/share/man/cat3/td_thr_iter.0             comp-obsolete           obsolete
 ./usr/share/man/cat3/tdelete.0                 comp-c-catman           .cat
 ./usr/share/man/cat3/telldir.0                 comp-c-catman           .cat
 ./usr/share/man/cat3/tempnam.0                 comp-c-catman           .cat
@@ -15838,7 +15838,7 @@
 ./usr/share/man/html3/pthread_condattr_setpshared.html comp-c-htmlman  html
 ./usr/share/man/html3/pthread_create.html      comp-c-htmlman          html
 ./usr/share/man/html3/pthread_curcpu_np.html   comp-c-htmlman          html
-./usr/share/man/html3/pthread_dbg.html         comp-c-htmlman          html
+./usr/share/man/html3/pthread_dbg.html         comp-obsolete           obsolete
 ./usr/share/man/html3/pthread_detach.html      comp-c-htmlman          html
 ./usr/share/man/html3/pthread_equal.html       comp-c-htmlman          html
 ./usr/share/man/html3/pthread_exit.html                comp-c-htmlman          html
@@ -16743,12 +16743,12 @@
 ./usr/share/man/html3/tcsendbreak.html         comp-c-htmlman          html
 ./usr/share/man/html3/tcsetattr.html           comp-c-htmlman          html
 ./usr/share/man/html3/tcsetpgrp.html           comp-c-htmlman          html
-./usr/share/man/html3/td_close.html            comp-c-htmlman          html
-./usr/share/man/html3/td_map_pth2thr.html      comp-c-htmlman          html
-./usr/share/man/html3/td_open.html             comp-c-htmlman          html
-./usr/share/man/html3/td_thr_getname.html      comp-c-htmlman          html
-./usr/share/man/html3/td_thr_info.html         comp-c-htmlman          html
-./usr/share/man/html3/td_thr_iter.html         comp-c-htmlman          html
+./usr/share/man/html3/td_close.html            comp-obsolete           obsolete
+./usr/share/man/html3/td_map_pth2thr.html      comp-obsolete           obsolete
+./usr/share/man/html3/td_open.html             comp-obsolete           obsolete
+./usr/share/man/html3/td_thr_getname.html      comp-obsolete           obsolete
+./usr/share/man/html3/td_thr_info.html         comp-obsolete           obsolete
+./usr/share/man/html3/td_thr_iter.html         comp-obsolete           obsolete
 ./usr/share/man/html3/tdelete.html             comp-c-htmlman          html
 ./usr/share/man/html3/telldir.html             comp-c-htmlman          html
 ./usr/share/man/html3/tempnam.html             comp-c-htmlman          html
@@ -23204,7 +23204,7 @@
 ./usr/share/man/man3/pthread_condattr_setpshared.3     comp-c-man      .man
 ./usr/share/man/man3/pthread_create.3          comp-c-man              .man
 ./usr/share/man/man3/pthread_curcpu_np.3       comp-c-man              .man
-./usr/share/man/man3/pthread_dbg.3             comp-c-man              .man
+./usr/share/man/man3/pthread_dbg.3             comp-obsolete           obsolete
 ./usr/share/man/man3/pthread_detach.3          comp-c-man              .man
 ./usr/share/man/man3/pthread_equal.3           comp-c-man              .man
 ./usr/share/man/man3/pthread_exit.3            comp-c-man              .man
@@ -24141,12 +24141,12 @@
 ./usr/share/man/man3/tcsendbreak.3             comp-c-man              .man
 ./usr/share/man/man3/tcsetattr.3               comp-c-man              .man
 ./usr/share/man/man3/tcsetpgrp.3               comp-c-man              .man
-./usr/share/man/man3/td_close.3                        comp-c-man              .man
-./usr/share/man/man3/td_map_pth2thr.3          comp-c-man              .man
-./usr/share/man/man3/td_open.3                 comp-c-man              .man
-./usr/share/man/man3/td_thr_getname.3          comp-c-man              .man
-./usr/share/man/man3/td_thr_info.3             comp-c-man              .man
-./usr/share/man/man3/td_thr_iter.3             comp-c-man              .man
+./usr/share/man/man3/td_close.3                        comp-obsolete           obsolete
+./usr/share/man/man3/td_map_pth2thr.3          comp-obsolete           obsolete
+./usr/share/man/man3/td_open.3                 comp-obsolete           obsolete
+./usr/share/man/man3/td_thr_getname.3          comp-obsolete           obsolete
+./usr/share/man/man3/td_thr_info.3             comp-obsolete           obsolete
+./usr/share/man/man3/td_thr_iter.3             comp-obsolete           obsolete
 ./usr/share/man/man3/tdelete.3                 comp-c-man              .man
 ./usr/share/man/man3/telldir.3                 comp-c-man              .man
 ./usr/share/man/man3/tempnam.3                 comp-c-man              .man
diff -r abca84effae5 -r 4c5eb7d03f8f distrib/sets/lists/comp/shl.mi
--- a/distrib/sets/lists/comp/shl.mi    Wed Feb 08 02:23:45 2017 +0000
+++ b/distrib/sets/lists/comp/shl.mi    Wed Feb 08 03:44:40 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: shl.mi,v 1.299 2017/01/05 13:45:51 wiz Exp $
+# $NetBSD: shl.mi,v 1.300 2017/02/08 03:44:40 kamil Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -133,7 +133,7 @@
 ./usr/lib/libproc.so.0                         comp-c-shlib            compatfile,dtrace
 ./usr/lib/libproc_pic.a                                comp-c-piclib           compatfile,dtrace,picinstall
 ./usr/lib/libprop_pic.a                                comp-c-piclib           compatfile,picinstall
-./usr/lib/libpthread_dbg_pic.a                 comp-c-piclib           compatfile,picinstall
+./usr/lib/libpthread_dbg_pic.a                 comp-obsolete           obsolete
 ./usr/lib/libpthread_pic.a                     comp-c-piclib           compatfile,picinstall
 ./usr/lib/libpuffs_pic.a                       comp-puffs-piclib       compatfile,picinstall
 ./usr/lib/libquota_pic.a                       comp-c-piclib           compatfile,picinstall
diff -r abca84effae5 -r 4c5eb7d03f8f distrib/sets/lists/debug/mi
--- a/distrib/sets/lists/debug/mi       Wed Feb 08 02:23:45 2017 +0000
+++ b/distrib/sets/lists/debug/mi       Wed Feb 08 03:44:40 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.196 2017/02/06 19:45:17 kre Exp $
+# $NetBSD: mi,v 1.197 2017/02/08 03:44:41 kamil Exp $
 ./etc/mtree/set.debug                           comp-sys-root
 ./usr/lib                                      comp-sys-usr            compatdir
 ./usr/lib/i18n/libBIG5_g.a                     comp-c-debuglib         debuglib,compatfile
@@ -126,7 +126,7 @@
 ./usr/lib/libproc_g.a                          comp-c-libdebug         debuglib,compatfile,dtrace
 ./usr/lib/libproc_p.a                          comp-c-debuglib         debuglib,compatfile,dtrace
 ./usr/lib/libprop_g.a                          comp-c-debuglib         debuglib,compatfile
-./usr/lib/libpthread_dbg_g.a                   comp-c-debuglib         debuglib,compatfile
+./usr/lib/libpthread_dbg_g.a                   comp-obsolete           obsolete
 ./usr/lib/libpthread_g.a                       comp-c-debuglib         debuglib,compatfile
 ./usr/lib/libpuffs_g.a                         comp-c-debuglib         debuglib,compatfile
 ./usr/lib/libquota_g.a                         comp-c-debuglib         debuglib,compatfile
@@ -2197,8 +2197,8 @@
 ./usr/libdata/debug/usr/tests/lib/libpthread/t_status.debug            tests-obsolete          obsolete,compattestfile
 ./usr/libdata/debug/usr/tests/lib/libpthread/t_swapcontext.debug       tests-lib-tests         debug,atf,compattestfile
 ./usr/libdata/debug/usr/tests/lib/libpthread/t_timedmutex.debug                tests-lib-tests         debug,atf,compattestfile
-./usr/libdata/debug/usr/tests/lib/libpthread_dbg/t_dummy.debug         tests-lib-tests         debug,atf,compattestfile
-./usr/libdata/debug/usr/tests/lib/libpthread_dbg/t_threads.debug       tests-lib-tests         debug,atf,compattestfile
+./usr/libdata/debug/usr/tests/lib/libpthread_dbg/t_dummy.debug         tests-obsolete          obsolete
+./usr/libdata/debug/usr/tests/lib/libpthread_dbg/t_threads.debug       tests-obsolete          obsolete
 ./usr/libdata/debug/usr/tests/lib/librefuse/t_refuse_opt.debug         tests-lib-debug         debug,atf,compattestfile
 ./usr/libdata/debug/usr/tests/lib/librt/t_sched.debug                  tests-lib-debug         debug,atf,compattestfile
 ./usr/libdata/debug/usr/tests/lib/librt/t_sem.debug                    tests-lib-debug         debug,atf,compattestfile
diff -r abca84effae5 -r 4c5eb7d03f8f distrib/sets/lists/debug/shl.mi
--- a/distrib/sets/lists/debug/shl.mi   Wed Feb 08 02:23:45 2017 +0000
+++ b/distrib/sets/lists/debug/shl.mi   Wed Feb 08 03:44:40 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: shl.mi,v 1.158 2017/01/31 23:19:20 christos Exp $
+# $NetBSD: shl.mi,v 1.159 2017/02/08 03:44:41 kamil Exp $
 ./usr/libdata/debug/lib                                                base-sys-usr    debug,dynamicroot,compatdir
 ./usr/libdata/debug/lib/libblacklist.so.0.0.debug              comp-sys-debug  debug,dynamicroot
 ./usr/libdata/debug/lib/libc.so.12.205.debug                   comp-sys-debug  debug,dynamicroot
@@ -160,7 +160,7 @@
 ./usr/libdata/debug/usr/lib/libproc.so.0.0.debug               comp-sys-debug  debug,dtrace
 ./usr/libdata/debug/usr/lib/libprop.so.1.1.debug               comp-sys-debug  debug,compatfile
 ./usr/libdata/debug/usr/lib/libpthread.so.1.3.debug            comp-sys-debug  debug,compatfile
-./usr/libdata/debug/usr/lib/libpthread_dbg.so.2.0.debug                comp-sys-debug  debug,compatfile
+./usr/libdata/debug/usr/lib/libpthread_dbg.so.2.0.debug                comp-obsolete   obsolete
 ./usr/libdata/debug/usr/lib/libpuffs.so.2.0.debug              comp-puffs-debug        debug,compatfile
 ./usr/libdata/debug/usr/lib/libquota.so.1.0.debug              comp-sys-debug  debug,compatfile
 ./usr/libdata/debug/usr/lib/libradius.so.4.0.debug             comp-net-debug  debug,compatfile
diff -r abca84effae5 -r 4c5eb7d03f8f distrib/sets/lists/tests/mi
--- a/distrib/sets/lists/tests/mi       Wed Feb 08 02:23:45 2017 +0000
+++ b/distrib/sets/lists/tests/mi       Wed Feb 08 03:44:40 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.716 2017/02/02 22:07:33 martin Exp $
+# $NetBSD: mi,v 1.717 2017/02/08 03:44:41 kamil Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -132,7 +132,7 @@
 ./usr/libdata/debug/usr/tests/lib/libprop                              tests-lib-debug         compattestfile,atf
 ./usr/libdata/debug/usr/tests/lib/libpthread                           tests-lib-debug         compattestfile,atf
 ./usr/libdata/debug/usr/tests/lib/libpthread/dlopen                    tests-lib-debug         compattestfile,atf
-./usr/libdata/debug/usr/tests/lib/libpthread_dbg                       tests-lib-debug         compattestfile,atf
+./usr/libdata/debug/usr/tests/lib/libpthread_dbg                       tests-obsolete          obsolete
 ./usr/libdata/debug/usr/tests/lib/librefuse                            tests-lib-debug         compattestfile,atf
 ./usr/libdata/debug/usr/tests/lib/librt                                        tests-lib-debug         compattestfile,atf
 ./usr/libdata/debug/usr/tests/lib/librumpclient                                tests-lib-debug         compattestfile,atf
@@ -3049,11 +3049,11 @@
 ./usr/tests/lib/libpthread/t_status            tests-obsolete          obsolete
 ./usr/tests/lib/libpthread/t_swapcontext       tests-lib-tests         compattestfile,atf
 ./usr/tests/lib/libpthread/t_timedmutex                tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libpthread_dbg                 tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libpthread_dbg/Atffile         tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libpthread_dbg/Kyuafile                tests-lib-tests         compattestfile,atf,kyua
-./usr/tests/lib/libpthread_dbg/t_dummy         tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libpthread_dbg/t_threads       tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libpthread_dbg                 tests-obsolete          obsolete
+./usr/tests/lib/libpthread_dbg/Atffile         tests-obsolete          obsolete
+./usr/tests/lib/libpthread_dbg/Kyuafile                tests-obsolete          obsolete
+./usr/tests/lib/libpthread_dbg/t_dummy         tests-obsolete          obsolete
+./usr/tests/lib/libpthread_dbg/t_threads       tests-obsolete          obsolete
 ./usr/tests/lib/librefuse                      tests-lib-tests         compattestfile,atf
 ./usr/tests/lib/librefuse/Atffile              tests-lib-tests         compattestfile,atf
 ./usr/tests/lib/librefuse/t_refuse_opt         tests-lib-tests         compattestfile,atf
diff -r abca84effae5 -r 4c5eb7d03f8f doc/TODO.ptrace
--- a/doc/TODO.ptrace   Wed Feb 08 02:23:45 2017 +0000
+++ b/doc/TODO.ptrace   Wed Feb 08 03:44:40 2017 +0000
@@ -1,4 +1,4 @@
-$NetBSD: TODO.ptrace,v 1.14 2017/02/07 16:15:05 kamil Exp $
+$NetBSD: TODO.ptrace,v 1.15 2017/02/08 03:44:41 kamil Exp $
 
 Items we (currently) plan to finish in the ptrace(2) field:
 
@@ -16,7 +16,6 @@
    in all ports
  - add proper implementation of PTRACE_VFORK for vfork(2)-like events
  - remove exect(3) from libc - there is no usecase for it
- - remove pthread_dbg(3) from the base distribution
  - research what happens when a tracee masks signals (including SIGTRAP) and a
    breakpoint is triggered
  - add ATF tests for SIGCHLD
diff -r abca84effae5 -r 4c5eb7d03f8f lib/Makefile
--- a/lib/Makefile      Wed Feb 08 02:23:45 2017 +0000
+++ b/lib/Makefile      Wed Feb 08 03:44:40 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.248 2016/10/14 17:29:29 macallan Exp $
+#      $NetBSD: Makefile,v 1.249 2017/02/08 03:44:41 kamil Exp $
 #      from: @(#)Makefile      5.25.1.1 (Berkeley) 5/7/91
 
 .include <bsd.own.mk>
@@ -25,7 +25,7 @@
                libcompat libcrypt \
                libintl libipsec libkvm libm \
                libossaudio libpci libpmc libposix libprop libpthread \
-               libpthread_dbg libpuffs libresolv librmt librpcsvc librt \
+               libpuffs libresolv librmt librpcsvc librt \
                libtelnet libterminfo \
                libusbhid libutil libwrap liby libz
 
diff -r abca84effae5 -r 4c5eb7d03f8f lib/libpthread/README
--- a/lib/libpthread/README     Wed Feb 08 02:23:45 2017 +0000
+++ b/lib/libpthread/README     Wed Feb 08 03:44:40 2017 +0000
@@ -1,7 +1,4 @@
-$NetBSD: README,v 1.6 2009/04/16 18:37:30 wiz Exp $
-
-When making changes to libpthread, please ensure that libpthread_dbg
-still compiles.
+$NetBSD: README,v 1.7 2017/02/08 03:44:41 kamil Exp $
 
 Due to limitations in the current pthread implementation, makecontext(3)
 and sigaltstack(2) should not be used in programs which link against
diff -r abca84effae5 -r 4c5eb7d03f8f lib/libpthread/TODO
--- a/lib/libpthread/TODO       Wed Feb 08 02:23:45 2017 +0000
+++ b/lib/libpthread/TODO       Wed Feb 08 03:44:40 2017 +0000
@@ -1,4 +1,4 @@
-$NetBSD: TODO,v 1.17 2012/02/03 21:11:17 joerg Exp $
+$NetBSD: TODO,v 1.18 2017/02/08 03:44:41 kamil Exp $
 
 Interfaces/features to implement:
 



Home | Main Index | Thread Index | Old Index