- update to 2.76

- add new option to prctl man page
This commit is contained in:
Ivana Varekova 2008-01-29 14:19:31 +00:00
parent f6504afbf0
commit 35c732a350
4 changed files with 30 additions and 4 deletions

View File

@ -2,4 +2,4 @@ man-pages-extralocale.tar.bz2
man2.tar.gz
man2_sys2.1.tar.gz
man-suid-bins.tar.bz2
man-pages-2.75.tar.bz2
man-pages-2.76.tar.bz2

View File

@ -0,0 +1,20 @@
diff -up man-pages-2.76/man2/prctl.2.pom man-pages-2.76/man2/prctl.2
--- man-pages-2.76/man2/prctl.2.pom 2008-01-12 14:44:04.000000000 +0100
+++ man-pages-2.76/man2/prctl.2 2008-01-29 15:12:54.000000000 +0100
@@ -192,6 +192,16 @@ Pass \fBPR_FP_EXC_SW_ENABLE\fP to use FP
.B PR_GET_FPEXC
(Since Linux 2.4.21, 2.5.32, only on PowerPC)
Get floating-point exception mode from \fIarg2\fP.
+.TP
+.B PR_GET_SECCOMP
+(Since Linux 2.6.23)
+Return process secure computing mode.
+.TP
+.B PR_SET_SECCOMP
+(Since Linux 2.6.23)
+Set process secure computing mode to \fIarg2\fP,
+which should be either 0 or 1.
+It is possible to set the mode to even more secure (value 1) and only once.
.SH "RETURN VALUE"
.B PR_GET_DUMPABLE
and

View File

@ -1,7 +1,7 @@
Summary: Man (manual) pages from the Linux Documentation Project
Name: man-pages
Version: 2.75
Release: 2%{?dist}
Version: 2.76
Release: 1%{?dist}
License: GPLv2+, GLP, BSD, MIT, Copyright only, IEEE
Group: Documentation
URL: http://www.kernel.org/pub/linux/docs/manpages/
@ -32,6 +32,7 @@ Patch48: man-pages-2.51-sched_setaffinity.patch
Patch49: man-pages-2.63-getent.patch
Patch50: man-pages-2.63-iconv.patch
Patch51: man-pages-2.75-crypt.patch
Patch52: man-pages-2.76-prctl.patch
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Autoreq: false
@ -67,6 +68,7 @@ done
%patch49 -p1
%patch50 -p1
%patch51 -p1
%patch52 -p1
### And now remove those we are not going to use:
@ -177,6 +179,10 @@ rm -rf $RPM_BUILD_ROOT
%lang(en) %{_mandir}/en/man*
%changelog
* Tue Jan 29 2008 Ivana Varekova <varekova@redhat.com> - 2.76-1
- update to 2.76
- add new option to prctl man page
* Fri Jan 11 2008 Ivana Varekova <varekova@redhat.com> - 2.75-2
- update crypt.3 man page

View File

@ -2,4 +2,4 @@
af09d031dcee66929510e078d00066f2 man2.tar.gz
fbc03fdbc665e24961d30dad3ed8596d man2_sys2.1.tar.gz
a9c6a14e5b34c18c3684a0b68322572f man-suid-bins.tar.bz2
24659c645f0943e1f574739c0577a984 man-pages-2.75.tar.bz2
788354eb0ab1fad2eab69ae671c5e68d man-pages-2.76.tar.bz2