rpms/man-pages/devel man-pages-2.63-tgkill.patch, NONE, 1.1 man-pages-2.63-unimplemented.patch, NONE, 1.1 .cvsignore, 1.38, 1.39 man-pages.spec, 1.81, 1.82 sources, 1.37, 1.38 man-pages-2.39-mmap2.patch, 1.1, NONE man-pages-2.39-unimplemented.patch, 1.2, NONE man-pages-2.43-swapon.patch, 1.1, NONE man-pages-2.51-libaio-includes.patch, 1.1, NONE man-pages-2.51-malloc.patch, 1.1, NONE man-pages-2.51-typos.patch, 1.2, NONE man-pages-2.55-clone2.patch, 1.1, NONE man-pages-2.55-signal.patch, 1.1, NONE man-pages-2.55-syscalls-2.6.9.patch, 1.1, NONE man-pages-2.55-tgkill.patch, 1.1, NONE

Ivana Varekova (varekova) fedora-extras-commits at redhat.com
Fri Jul 20 11:13:02 UTC 2007


Author: varekova

Update of /cvs/pkgs/rpms/man-pages/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2746

Modified Files:
	.cvsignore man-pages.spec sources 
Added Files:
	man-pages-2.63-tgkill.patch man-pages-2.63-unimplemented.patch 
Removed Files:
	man-pages-2.39-mmap2.patch man-pages-2.39-unimplemented.patch 
	man-pages-2.43-swapon.patch 
	man-pages-2.51-libaio-includes.patch 
	man-pages-2.51-malloc.patch man-pages-2.51-typos.patch 
	man-pages-2.55-clone2.patch man-pages-2.55-signal.patch 
	man-pages-2.55-syscalls-2.6.9.patch 
	man-pages-2.55-tgkill.patch 
Log Message:
update to 2.63


man-pages-2.63-tgkill.patch:

--- NEW FILE man-pages-2.63-tgkill.patch ---
--- man-pages-2.63/man2/tkill.2.pom	2007-06-22 22:40:07.000000000 +0200
+++ man-pages-2.63/man2/tkill.2	2007-08-01 11:42:23.000000000 +0200
@@ -25,12 +25,10 @@
 .\"
 .TH TKILL 2 2007-06-01 "Linux" "Linux Programmer's Manual"
 .SH NAME
-tkill, tgkill \- send a signal to a single process
+tkill \- send a signal to a single process
 .SH SYNOPSIS
 .nf
 .BI "int tkill(int " tid ", int " sig );
-.sp
-.BI "int tgkill(int " tgid ", int " tid ", int " sig );
 .fi
 .SH DESCRIPTION
 The
@@ -50,19 +48,6 @@ With
 however, one can address each process
 by its unique TID.
 .PP
-The
-.BR tgkill ()
-call improves on
-.BR tkill ()
-by allowing the caller to
-specify the thread group ID of the thread to be signaled, protecting
-against TID reuse.
-If the tgid is specified as \-1,
-.BR tgkill ()
-degenerates
-into
-.BR tkill ().
-.PP
 These are the raw system call interfaces, meant for internal
 thread library use.
 .SH "RETURN VALUE"
@@ -84,13 +69,9 @@ No process with the specified thread ID 
 .SH VERSIONS
 .BR tkill ()
 is supported since Linux 2.4.19 / 2.5.4.
-.BR tgkill ()
-was added in Linux 2.5.75.
 .SH "CONFORMING TO"
 .BR tkill ()
-and
-.BR tgkill ()
-are Linux specific and should not be used
+is Linux specific and should not be used
 in programs that are intended to be portable.
 .SH NOTES
 Glibc does not provide wrapper for these system calls; call them using

man-pages-2.63-unimplemented.patch:

--- NEW FILE man-pages-2.63-unimplemented.patch ---
--- man-pages-2.63/man2/unimplemented.2.pom	2007-06-29 20:18:40.000000000 +0200
+++ man-pages-2.63/man2/unimplemented.2	2007-08-01 13:06:51.000000000 +0200
@@ -26,8 +26,9 @@
 .\"
 .TH UNIMPLEMENTED 2 2007-07-05 "Linux" "Linux Programmer's Manual"
 .SH NAME
-afs_syscall, break, ftime, getpmsg, gtty, lock, madvise1, mpx, prof, profil,
-putpmsg, security, stty, tuxcall, ulimit, vserver \- unimplemented system calls
+afs_syscall, break, ftime, getpmsg, gtty, lock, madvise1, mpx, 
+multiplexer, prof, profil, putpmsg, security, stty, tuxcall, ulimit, 
+vserver \- unimplemented system calls
 .SH SYNOPSIS
 Unimplemented system calls.
 .SH DESCRIPTION


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/man-pages/devel/.cvsignore,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- .cvsignore	20 Jun 2007 13:33:55 -0000	1.38
+++ .cvsignore	20 Jul 2007 11:12:30 -0000	1.39
@@ -1,5 +1,5 @@
 man-pages-extralocale.tar.bz2
 man2.tar.gz
 man2_sys2.1.tar.gz
-man-pages-2.55.tar.bz2
 man-suid-bins.tar.bz2
+man-pages-2.63.tar.bz2


Index: man-pages.spec
===================================================================
RCS file: /cvs/pkgs/rpms/man-pages/devel/man-pages.spec,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- man-pages.spec	26 Jun 2007 13:52:37 -0000	1.81
+++ man-pages.spec	20 Jul 2007 11:12:30 -0000	1.82
@@ -1,7 +1,7 @@
 Summary: Man (manual) pages from the Linux Documentation Project
 Name: man-pages
-Version: 2.55
-Release: 3%{?dist}
+Version: 2.63
+Release: 1%{?dist}
 License: distributable
 Group: Documentation
 URL: http://www.kernel.org/pub/linux/docs/manpages/
@@ -21,25 +21,16 @@
 Source15: man-suid-bins.tar.bz2
 Patch1: man-pages-1.51-iconv.patch
 Patch8: man-pages-2.48-fs.patch
-Patch24: man-pages-2.51-malloc.patch
 Patch28: man-pages-2.46-nscd.patch
-Patch30: man-pages-2.51-libaio-includes.patch
-Patch36: man-pages-2.39-unimplemented.patch
+Patch36: man-pages-2.63-unimplemented.patch
 Patch37: man-pages-2.51-mmap.patch
-Patch39: man-pages-2.55-tgkill.patch
-Patch40: man-pages-2.39-mmap2.patch
+Patch39: man-pages-2.63-tgkill.patch
 Patch41: man-pages-2.43-rt_spm.patch
-Patch42: man-pages-2.43-swapon.patch
 Patch43: man-pages-2.43-rand.patch
 Patch44: man-pages-2.43-fadvise.patch
 Patch45: man-pages-2.48-passwd.patch
 Patch46: man-pages-2.51-nscd-conf.patch
-Patch47: man-pages-2.51-typos.patch
 Patch48: man-pages-2.51-sched_setaffinity.patch
-Patch49: man-pages-2.55-syscalls-2.6.9.patch
-# Accepted upstream for 2.61:
-Patch50: man-pages-2.55-clone2.patch
-Patch51: man-pages-2.55-signal.patch
 
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Autoreq: false
@@ -64,24 +55,16 @@
 
 %patch1 -p1
 %patch8 -p1
-%patch24 -p1
-#%patch28 -p1
-#%patch30 -p1
+%patch28 -p1
 %patch36 -p1 
 %patch37 -p1
 %patch39 -p1
-%patch40 -p1
 %patch41 -p1
-%patch42 -p1
 %patch43 -p1
 %patch44 -p1
 %patch45 -p1 
 %patch46 -p1 
-%patch47 -p1 
-%patch48 -p1 
-%patch49 -p1 
-%patch50 -p1 
-%patch51 -p1 
+%patch48 -p1
 
 ### And now remove those we are not going to use:
 
@@ -192,6 +175,9 @@
 %lang(en) %{_mandir}/en/man*
 
 %changelog
+* Wed Jul 20 2007 Ivana Varekova <varekova at redhat.com> - 2.63-1
+- update to 2.63
+
 * Tue Jun 26 2007 Ivana Varekova <varekova at redhat.com> - 2.55-3
 - remove ncsa_auth.8
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/man-pages/devel/sources,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- sources	20 Jun 2007 13:33:55 -0000	1.37
+++ sources	20 Jul 2007 11:12:30 -0000	1.38
@@ -1,5 +1,5 @@
 57f2e0500d177e05647990eae439a8ee  man-pages-extralocale.tar.bz2
 af09d031dcee66929510e078d00066f2  man2.tar.gz
 fbc03fdbc665e24961d30dad3ed8596d  man2_sys2.1.tar.gz
-33cfe1ef34a60af835457610468086d7  man-pages-2.55.tar.bz2
 a9c6a14e5b34c18c3684a0b68322572f  man-suid-bins.tar.bz2
+aeddbf93dbb0aeac1c8ad950e80aad54  man-pages-2.63.tar.bz2


--- man-pages-2.39-mmap2.patch DELETED ---


--- man-pages-2.39-unimplemented.patch DELETED ---


--- man-pages-2.43-swapon.patch DELETED ---


--- man-pages-2.51-libaio-includes.patch DELETED ---


--- man-pages-2.51-malloc.patch DELETED ---


--- man-pages-2.51-typos.patch DELETED ---


--- man-pages-2.55-clone2.patch DELETED ---


--- man-pages-2.55-signal.patch DELETED ---


--- man-pages-2.55-syscalls-2.6.9.patch DELETED ---


--- man-pages-2.55-tgkill.patch DELETED ---




More information about the scm-commits mailing list