lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Tue, 11 Nov 2008 14:16:21 -0500
From:	Michael Kerrisk <mtk.manpages@...glemail.com>
To:	lkml <linux-kernel@...r.kernel.org>
Subject: man-pages-3.13 is released

Gidday

I've released man-pages-3.13.

This release is now available for download at:

   http://www.kernel.org/pub/linux/docs/man-pages
   or ftp://ftp.kernel.org/pub/linux/docs/man-pages

The online changelog is available at
http://www.kernel.org/doc/man-pages/changelog.html
(blogged at
http://linux-man-pages.blogspot.com/2008/11/man-pages-313-is-released.html)
and the current version of the pages is browsable at
http://www.kernel.org/doc/man-pages/

An abridged version of the changes in this release that may be of
particular interest to readers of this list is provided below.

Cheers,

Michael

==================== Changes in man-pages-3.13 ====================

New and rewritten pages
-----------------------

pthread_attr_setaffinity_np.3
     Michael Kerrisk
         New page for pthread_attr_setaffinity_np(3) and
         pthread_attr_getaffinity_np(3)

pthread_attr_setschedparam.3
     Michael Kerrisk
         New page for pthread_attr_setschedparam(3) and
         pthread_attr_getschedparam(3)

pthread_attr_setschedpolicy.3
     Michael Kerrisk
         New page for pthread_attr_setschedpolicy(3) and
         pthread_attr_getschedpolicy(3)

pthread_setaffinity_np.3
     Michael Kerrisk
         New page for pthread_setaffinity_np(3) and pthread_getaffinity_np(3)

pthread_setschedparam.3
     Michael Kerrisk
         New page for pthread_setschedparam(3) and pthread_getschedparam(3)

pthread_setschedprio.3
     Michael Kerrisk
         New page for pthread_setschedprio(3)


Changes to individual pages
---------------------------

clock_getres.3
     Michael Kerrisk
         CLOCK_PROCESS_CPUTIME_ID and CLOCK_THREAD_CPUTIME_ID not setabble
             According to POSIX.1-2001, the CLOCK_PROCESS_CPUTIME_ID and
             CLOCK_THREAD_CPUTIME_ID clocks should be settable, but
             currently they are not.

pthread_exit.3
     Michael Kerrisk
         BUGS: thread group with a dead leader and stop signals
             Document the bug that can occur when a stop signal
             is sent to a thread group whose leader has terminated.
             http://thread.gmane.org/gmane.linux.kernel/611611
             http://marc.info/?l=linux-kernel&m=122525468300823&w=2

epoll.7
     Michael Kerrisk
         Fix error handling after accept() in example code
             Simply continuing after an error is in most cases wrong,
             and can lead to infinite loops (e.g., for EMFILE).
             So handle an error by terminating.
             http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=504202
         Add error handling for epoll_wait() call in example code
         Improve example code
             Fill in some gaps in example code (variable declarations,
             adding listening socket to epoll set).
             Give variables more meaningful names.
             Other minor changes.
             http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=504202

-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
git://git.kernel.org/pub/scm/docs/man-pages/man-pages.git
man-pages online: http://www.kernel.org/doc/man-pages/online_pages.html
Found a bug? http://www.kernel.org/doc/man-pages/reporting_bugs.html

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ