rpms/man-pages/devel man-pages-2.51-libaio-includes.patch, NONE, 1.1 man-pages-2.51-malloc.patch, NONE, 1.1 man-pages-2.51-tgkill.patch, NONE, 1.1 .cvsignore, 1.35, 1.36 man-pages.spec, 1.74, 1.75 sources, 1.34, 1.35 man-pages-2.34-libaio-includes.patch, 1.2, NONE man-pages-2.46-libaio-includes.patch, 1.1, NONE man-pages-2.48-malloc.patch, 1.1, NONE man-pages-2.48-tgkill.patch, 1.1, NONE

Ivana Varekova (varekova) fedora-extras-commits at redhat.com
Wed May 30 14:19:04 UTC 2007


Author: varekova

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

Modified Files:
	.cvsignore man-pages.spec sources 
Added Files:
	man-pages-2.51-libaio-includes.patch 
	man-pages-2.51-malloc.patch man-pages-2.51-tgkill.patch 
Removed Files:
	man-pages-2.34-libaio-includes.patch 
	man-pages-2.46-libaio-includes.patch 
	man-pages-2.48-malloc.patch man-pages-2.48-tgkill.patch 
Log Message:
man-pages-2.51-malloc.patch


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

--- NEW FILE man-pages-2.51-libaio-includes.patch ---
--- man-pages-2.51/man2/io_submit.2.pom	2007-05-29 15:43:08.000000000 +0200
+++ man-pages-2.51/man2/io_submit.2	2007-05-29 15:46:14.000000000 +0200
@@ -27,7 +27,7 @@
 .nf
 .\" .ad l
 .\" .hy 0
-.B #include <linux/aio.h>
+.B #include <libaio.h>
 .sp
 .\" .HP 16
 .BI "int io_submit(aio_context_t " ctx_id ", long " nr \

man-pages-2.51-malloc.patch:

--- NEW FILE man-pages-2.51-malloc.patch ---
--- man-pages-2.51/man3/malloc.3.pom	2007-05-29 15:31:43.000000000 +0200
+++ man-pages-2.51/man3/malloc.3	2007-05-29 15:42:33.000000000 +0200
@@ -166,11 +166,14 @@
 memory leaks can result.
 If
 .BR MALLOC_CHECK_
-is set to 0, any detected heap corruption is silently ignored;
-if set to 1, a diagnostic is printed on stderr;
+is set to 0, any detected heap corruption is silently ignored and 
+an error message is not generated; 
+if set to 1, the error message is printed on stderr, but the program 
+is not aborted; 
 if set to 2,
-.BR abort (3)
-is called immediately.
+.BR abort() 
+is called immediately, but the error message is not generated; 
+if set to 3, the error message is printed on stderr and program is aborted. 
 This can be useful because otherwise
 a crash may happen much later, and the true cause for the problem
 is then very hard to track down.

man-pages-2.51-tgkill.patch:

--- NEW FILE man-pages-2.51-tgkill.patch ---
--- man-pages-2.51/man2/tkill.2.pom	2007-05-29 15:49:18.000000000 +0200
+++ man-pages-2.51/man2/tkill.2	2007-05-29 16:05:31.000000000 +0200
@@ -25,7 +25,7 @@
 .\"
 .TH TKILL 2 "2004-05-31" "Linux 2.6.6" "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
 .B #include <sys/types.h>
@@ -39,10 +39,6 @@
 .sp
 .B int tkill(int tid, int sig);
 .sp
-.B "_syscall3(int, tgkill, int, tgid, int, tid, int, sig)"
-          /* Using \fBsyscall\fP(2) may be preferable; see \fBintro\fP(2) */
-.sp
-.B int tgkill(int tgid, int tid, int sig);
 .fi
 .SH DESCRIPTION
 The
@@ -59,19 +55,6 @@
 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 signalled, 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"
@@ -92,15 +75,11 @@
 No process with the specified thread ID (and thread group ID) exists.
 .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 VERSIONS
 .BR tkill ()
 is supported since Linux 2.4.19 / 2.5.4.
-.BR tgkill ()
-was added in Linux 2.5.75.
 .SH "SEE ALSO"
 .BR gettid (2),
 .BR kill (2)


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/man-pages/devel/.cvsignore,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- .cvsignore	21 May 2007 13:49:53 -0000	1.35
+++ .cvsignore	30 May 2007 14:18:29 -0000	1.36
@@ -1,4 +1,4 @@
 man-pages-extralocale.tar.bz2
 man2.tar.gz
 man2_sys2.1.tar.gz
-man-pages-2.49.tar.bz2
+man-pages-2.51.tar.bz2


Index: man-pages.spec
===================================================================
RCS file: /cvs/pkgs/rpms/man-pages/devel/man-pages.spec,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- man-pages.spec	21 May 2007 13:49:53 -0000	1.74
+++ man-pages.spec	30 May 2007 14:18:29 -0000	1.75
@@ -1,6 +1,6 @@
 Summary: Man (manual) pages from the Linux Documentation Project
 Name: man-pages
-Version: 2.49
+Version: 2.51
 Release: 1%{?dist}
 License: distributable
 Group: Documentation
@@ -17,13 +17,13 @@
 Source14: man2_sys2.1.tar.gz
 Patch1: man-pages-1.51-iconv.patch
 Patch8: man-pages-2.48-fs.patch
-Patch24: man-pages-2.48-malloc.patch
+Patch24: man-pages-2.51-malloc.patch
 Patch28: man-pages-2.46-nscd.patch
-Patch30: man-pages-2.46-libaio-includes.patch
+Patch30: man-pages-2.51-libaio-includes.patch
 Patch36: man-pages-2.39-unimplemented.patch
 Patch37: man-pages-2.48-mmap.patch
 Patch38: man-pages-2.43-mount.patch
-Patch39: man-pages-2.48-tgkill.patch
+Patch39: man-pages-2.51-tgkill.patch
 Patch40: man-pages-2.39-mmap2.patch
 Patch41: man-pages-2.43-rt_spm.patch
 Patch42: man-pages-2.43-swapon.patch
@@ -212,6 +212,9 @@
 %lang(en) %{_mandir}/en/man*
 
 %changelog
+* Wed May 30 2007 Ivana Varekova <varekova at redhat.com> 2.51-1
+- update to 2.51
+
 * Mon May 21 2007 Ivana Varekova <varekova at redhat.com> 2.49-1
 - update to 2.49
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/man-pages/devel/sources,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- sources	21 May 2007 13:49:53 -0000	1.34
+++ sources	30 May 2007 14:18:29 -0000	1.35
@@ -1,4 +1,4 @@
 57f2e0500d177e05647990eae439a8ee  man-pages-extralocale.tar.bz2
 af09d031dcee66929510e078d00066f2  man2.tar.gz
 fbc03fdbc665e24961d30dad3ed8596d  man2_sys2.1.tar.gz
-6e6e7c699dec0e7305157c8a8807d5f6  man-pages-2.49.tar.bz2
+b20a1252aa4edb300d6f3b75b2c3428c  man-pages-2.51.tar.bz2


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


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


--- man-pages-2.48-malloc.patch DELETED ---


--- man-pages-2.48-tgkill.patch DELETED ---




More information about the fedora-extras-commits mailing list