added solaris changes

This commit is contained in:
Todd C. Miller
1994-05-24 16:51:33 +00:00
parent 70bf2e06d5
commit ae8e3920fa

10
CHANGES
View File

@@ -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. 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 17) The bulk of sudo now runs with the caller's real uid. Grep for
be_root() to find the exceptions. 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. 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. 29) _BSD_COMPAT is now defined for Irix.
30) The global variable uid is now initialized to -2 because I'm paranoid. 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.