From ae8e3920fa9d9a7b9f2683ad8f23df5ebff7e7b7 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Tue, 24 May 1994 16:51:33 +0000 Subject: [PATCH] added solaris changes --- CHANGES | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 8c9b1c5a7..d7009179c 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,4 @@ -CHANGES between sudo 1.2 (unofficial version) +CHANGES from sudo 1.2 (unofficial version) 01) sudo now works under hpux, aix, sunos, bsd43, ultrix, linux, osf and irix. @@ -50,7 +50,7 @@ CHANGES between sudo 1.2 (unofficial version) 17) The bulk of sudo now runs with the caller's real uid. Grep for be_root() to find the exceptions. -CHANGES between sudo 1.3 +CHANGES from sudo 1.3 18) Added SECURE_PATH as suggested by russells@ccu1.auckland.ac.nz. @@ -90,3 +90,9 @@ CHANGES between sudo 1.3 29) _BSD_COMPAT is now defined for Irix. 30) The global variable uid is now initialized to -2 because I'm paranoid. + +31) Native Solaris 2 port from Matthew.Stier@aisg.com + +32) Now use sysconf(2) instead of getdtablesize(2) if it is available + (see change #31). Because of the the getdtablesize() emulation for + hpux is no longer necesary. -- 2.50.1