PERFORCE change 152894 for review

Robert Watson rwatson at FreeBSD.org
Wed Nov 12 12:41:05 PST 2008


http://perforce.freebsd.org/chv.cgi?CH=152894

Change 152894 by rwatson at rwatson_cinnamon on 2008/11/12 20:40:18

	Rewrite description of new error-handling functions a bit after
	having refined them.

Affected files ...

.. //depot/projects/trustedbsd/openbsm/NEWS#12 edit

Differences ...

==== //depot/projects/trustedbsd/openbsm/NEWS#12 (text+ko) ====

@@ -2,9 +2,11 @@
 
 OpenBSM 1.1 alpha 3
 
-- Explicitly map between local and BSM error number spaces for 32-bit and
-  64-bit return tokens, as operating systems don't all agree on the set of,
-  or values for, error numbers.
+- Add two new functions, au_bsm_to_errno() and au_errno_to_bsm(), to map
+  between BSM error numbers (largely the Solaris definitions) and local
+  errno(2) values for 32-bit and 64-bit return tokens.  This is required as
+  operating systems don't agree on some of the values of more recent error
+  numbers.
 
 OpenBSM 1.1 alpha 2
 
@@ -354,4 +356,4 @@
   to support reloading of kernel event table.
 - Allow comments in /etc/security configuration files.
 
-$P4: //depot/projects/trustedbsd/openbsm/NEWS#11 $
+$P4: //depot/projects/trustedbsd/openbsm/NEWS#12 $


More information about the p4-projects mailing list