[Glibc-bsd-commits] r4430 - trunk/glibc-ports
Petr Salinger
ps-guest at alioth.debian.org
Sat May 11 14:42:35 UTC 2013
Author: ps-guest
Date: 2013-05-11 14:42:35 +0000 (Sat, 11 May 2013)
New Revision: 4430
Added:
trunk/glibc-ports/TODO.linuxthreads
trunk/glibc-ports/gen_linuxthreads_patch.sh
Log:
TODO.linuxthreads + gen_linuxthreads_patch.sh
Added: trunk/glibc-ports/TODO.linuxthreads
===================================================================
--- trunk/glibc-ports/TODO.linuxthreads (rev 0)
+++ trunk/glibc-ports/TODO.linuxthreads 2013-05-11 14:42:35 UTC (rev 4430)
@@ -0,0 +1,47 @@
+apply or rework patches from pkg-glibc SVN.
+Patches listed as of 2013-05-11
+
+DONE: (either applied or made obsolete by a different change)
+(empty)
+
+
+TODO:
+
+part of any/local-sysctl.diff
+all/local-pthread-manpages.diff
+
+any/local-linuxthreads-XPG7.diff
+any/local-linuxthreads-defines.diff
+any/local-linuxthreads-deps.diff
+any/local-linuxthreads-fatalprepare.diff
+any/local-linuxthreads-fd.diff
+any/local-linuxthreads-kill_other.diff
+any/local-linuxthreads-ptw.diff
+any/local-linuxthreads-semaphore_h.diff
+any/local-linuxthreads-setclock.diff
+any/local-linuxthreads-signals.diff
+any/local-linuxthreads-stacksize.diff
+any/local-linuxthreads-thread_self.diff
+any/local-linuxthreads-tst-sighandler.diff
+any/local-linuxthreads-weak.diff
+
+kfreebsd/local-linuxthreads-TLS-THREAD.diff
+kfreebsd/local-linuxthreads-ctype_init.diff
+kfreebsd/local-linuxthreads-initfini.diff
+kfreebsd/local-linuxthreads-mutex-initializer.diff
+kfreebsd/local-linuxthreads-stackguard.diff
+kfreebsd/local-linuxthreads29.diff
+
+kfreebsd/local-config_h_in.patch
+kfreebsd/submitted-libc_once.diff
+kfreebsd/local-pthread_at_fork
+
+amd64/local-linuxthreads-gscope.diff
+i386/local-linuxthreads-gscope.diff
+any/local-linuxthreads-gscope.diff
+
+kfreebsd/local-use-thr-primitives.diff
+
+kfreebsd/local-dosavesse.diff
+kfreebsd/local-nosavesse.diff
+
Added: trunk/glibc-ports/gen_linuxthreads_patch.sh
===================================================================
--- trunk/glibc-ports/gen_linuxthreads_patch.sh (rev 0)
+++ trunk/glibc-ports/gen_linuxthreads_patch.sh 2013-05-11 14:42:35 UTC (rev 4430)
@@ -0,0 +1,15 @@
+#!/bin/sh
+set -ex
+LANG=C
+
+# linuxthreads and linuxthreads_db dirs
+tmp=`mktemp -d`
+mkdir -p ${tmp}/b/
+cp -a linuxthreads ${tmp}/b/
+cp -a linuxthreads_db ${tmp}/b/
+(cd ${tmp} && diff -x .svn -Nurd null b/ ) | \
+ sed -e "sz^--- null/linuxthread.*z--- /dev/nullz" \
+ -e "\z^diff -x .svn -Nurd null/linuxthread.*zd" \
+ -e "\z^+++ b/linuxthreadszsz\t20[0-9][0-9].*zz" \
+ > linuxthreads.diff
+#rm -rf ${tmp}
Property changes on: trunk/glibc-ports/gen_linuxthreads_patch.sh
___________________________________________________________________
Added: svn:executable
+ *
More information about the Glibc-bsd-commits
mailing list