pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/libpthread_dbg
Module Name: pkgsrc
Committed By: kamil
Date: Sat Oct 24 16:07:36 UTC 2020
Removed Files:
pkgsrc/devel/libpthread_dbg: DESCR Makefile PLIST
pkgsrc/devel/libpthread_dbg/files: Makefile pthread.h pthread_dbg.3
pthread_dbg.c pthread_dbg.h pthread_dbg_int.h pthread_int.h
shlib_version td_map_pth2thr.3 td_open.3 td_thr_getname.3
td_thr_info.3 td_thr_iter.3
pkgsrc/devel/libpthread_dbg/files/arch/aarch64: pthread_md.h
pkgsrc/devel/libpthread_dbg/files/arch/alpha: pthread_md.S pthread_md.h
pkgsrc/devel/libpthread_dbg/files/arch/arm: pthread_md.h
pkgsrc/devel/libpthread_dbg/files/arch/hppa: pthread_md.S pthread_md.h
pkgsrc/devel/libpthread_dbg/files/arch/i386: pthread_md.h
pkgsrc/devel/libpthread_dbg/files/arch/ia64: pthread_md.h
pkgsrc/devel/libpthread_dbg/files/arch/m68k: pthread_md.h
pkgsrc/devel/libpthread_dbg/files/arch/mips: pthread_md.h
pkgsrc/devel/libpthread_dbg/files/arch/or1k: pthread_md.h
pkgsrc/devel/libpthread_dbg/files/arch/powerpc: pthread_md.h
pkgsrc/devel/libpthread_dbg/files/arch/riscv: pthread_md.h
pkgsrc/devel/libpthread_dbg/files/arch/sh3: pthread_md.h
pkgsrc/devel/libpthread_dbg/files/arch/sparc: pthread_md.h
pkgsrc/devel/libpthread_dbg/files/arch/sparc64: pthread_md.h
pkgsrc/devel/libpthread_dbg/files/arch/vax: pthread_md.h
pkgsrc/devel/libpthread_dbg/files/arch/x86_64: pthread_md.h
pkgsrc/devel/libpthread_dbg/files/tests: Makefile h_common.h t_dummy.c
t_threads.c
Log Message:
Remove libpthread_dbg
Legacy library out of sync with NetBSD libpthread and without any users.
It used to mimic SunOS style M:N threading debugging and linux thread_db,
that are no relevant for NetBSD.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r0 pkgsrc/devel/libpthread_dbg/DESCR
cvs rdiff -u -r1.3 -r0 pkgsrc/devel/libpthread_dbg/Makefile
cvs rdiff -u -r1.2 -r0 pkgsrc/devel/libpthread_dbg/PLIST
cvs rdiff -u -r1.2 -r0 pkgsrc/devel/libpthread_dbg/files/Makefile
cvs rdiff -u -r1.1 -r0 pkgsrc/devel/libpthread_dbg/files/pthread.h \
pkgsrc/devel/libpthread_dbg/files/pthread_dbg.3 \
pkgsrc/devel/libpthread_dbg/files/pthread_dbg.c \
pkgsrc/devel/libpthread_dbg/files/pthread_dbg.h \
pkgsrc/devel/libpthread_dbg/files/pthread_dbg_int.h \
pkgsrc/devel/libpthread_dbg/files/pthread_int.h \
pkgsrc/devel/libpthread_dbg/files/shlib_version \
pkgsrc/devel/libpthread_dbg/files/td_map_pth2thr.3 \
pkgsrc/devel/libpthread_dbg/files/td_open.3 \
pkgsrc/devel/libpthread_dbg/files/td_thr_getname.3 \
pkgsrc/devel/libpthread_dbg/files/td_thr_info.3 \
pkgsrc/devel/libpthread_dbg/files/td_thr_iter.3
cvs rdiff -u -r1.1 -r0 \
pkgsrc/devel/libpthread_dbg/files/arch/aarch64/pthread_md.h
cvs rdiff -u -r1.1 -r0 \
pkgsrc/devel/libpthread_dbg/files/arch/alpha/pthread_md.S \
pkgsrc/devel/libpthread_dbg/files/arch/alpha/pthread_md.h
cvs rdiff -u -r1.1 -r0 \
pkgsrc/devel/libpthread_dbg/files/arch/arm/pthread_md.h
cvs rdiff -u -r1.1 -r0 \
pkgsrc/devel/libpthread_dbg/files/arch/hppa/pthread_md.S \
pkgsrc/devel/libpthread_dbg/files/arch/hppa/pthread_md.h
cvs rdiff -u -r1.1 -r0 \
pkgsrc/devel/libpthread_dbg/files/arch/i386/pthread_md.h
cvs rdiff -u -r1.1 -r0 \
pkgsrc/devel/libpthread_dbg/files/arch/ia64/pthread_md.h
cvs rdiff -u -r1.1 -r0 \
pkgsrc/devel/libpthread_dbg/files/arch/m68k/pthread_md.h
cvs rdiff -u -r1.1 -r0 \
pkgsrc/devel/libpthread_dbg/files/arch/mips/pthread_md.h
cvs rdiff -u -r1.1 -r0 \
pkgsrc/devel/libpthread_dbg/files/arch/or1k/pthread_md.h
cvs rdiff -u -r1.1 -r0 \
pkgsrc/devel/libpthread_dbg/files/arch/powerpc/pthread_md.h
cvs rdiff -u -r1.1 -r0 \
pkgsrc/devel/libpthread_dbg/files/arch/riscv/pthread_md.h
cvs rdiff -u -r1.1 -r0 \
pkgsrc/devel/libpthread_dbg/files/arch/sh3/pthread_md.h
cvs rdiff -u -r1.1 -r0 \
pkgsrc/devel/libpthread_dbg/files/arch/sparc/pthread_md.h
cvs rdiff -u -r1.1 -r0 \
pkgsrc/devel/libpthread_dbg/files/arch/sparc64/pthread_md.h
cvs rdiff -u -r1.1 -r0 \
pkgsrc/devel/libpthread_dbg/files/arch/vax/pthread_md.h
cvs rdiff -u -r1.1 -r0 \
pkgsrc/devel/libpthread_dbg/files/arch/x86_64/pthread_md.h
cvs rdiff -u -r1.1 -r0 pkgsrc/devel/libpthread_dbg/files/tests/Makefile \
pkgsrc/devel/libpthread_dbg/files/tests/h_common.h \
pkgsrc/devel/libpthread_dbg/files/tests/t_dummy.c \
pkgsrc/devel/libpthread_dbg/files/tests/t_threads.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index