OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: Philip Guenther (guenthercvs.openbsd.org)
Date: Wed Dec 16 2009 - 01:36:56 CST


CVSROOT: /cvs
Module name: src
Changes by: guenthercvs.openbsd.org 2009/12/16 00:36:56

Modified files:
        lib/libc/sys : sigaction.2
        lib/libc/gen : signal.3

Log message:
Update the list of async-signal-safe functions
Document that snprintf/vsnprintf/syslog_r() aren't async-signal-safe
for floating-point
Provide cursory documentation of SIGTHR
Eliminate the NOTE section of the sigaction(2) manpage by merging the
good bits into the STANDARDS section

ok deraadt