summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Steves <stevesk@pobox.com>2001-03-19 14:58:47 +0000
committerKevin Steves <stevesk@pobox.com>2001-03-19 14:58:47 +0000
commit55fb9a9064baf6631ab33287b7c750b664b80ca4 (patch)
tree7def37b6536b2cb5f4915890b3b001a56d7b4c4d
parentaad56ce545962f6f301d14909460d9d0758ff53d (diff)
64-bit builds on HP-UX 11.X
-rw-r--r--TODO11
1 files changed, 8 insertions, 3 deletions
diff --git a/TODO b/TODO
index 160a4c47..60f62560 100644
--- a/TODO
+++ b/TODO
@@ -7,7 +7,7 @@ Programming:
- Write a test program that calls stat() to search for EGD/PRNGd socket
rather than use the (non-portable) "test -S".
-- Replacement for setproctitle() - HP/UX support only currently
+- Replacement for setproctitle() - HP-UX support only currently
- Handle changing passwords for the non-PAM expired password case
@@ -42,6 +42,11 @@ Programming:
- Verify that It's safe to enable NGROUPS_MAX under NeXTStep for
groupaccess features. (mouring@eviladmin.org)
+- 64-bit builds on HP-UX 11.X (stevesk@pobox.com):
+ - utmp/wtmp get corrupted (something in loginrec?)
+ - no 64-bit vhangup(); ptmx systems shouldn't need this
+ - can't build with PAM (no 64-bit libpam yet)
+
Documentation:
- More and better
@@ -71,7 +76,7 @@ Packaging:
Ideally the package metadata should be generated by autoconf.
(gilbert.r.loomis@saic.com)
-- HP/UX: Provide DEPOT package scripts.
+- HP-UX: Provide DEPOT package scripts.
(gilbert.r.loomis@saic.com)
-$Id: TODO,v 1.37 2001/03/05 12:33:24 djm Exp $
+$Id: TODO,v 1.38 2001/03/19 14:58:47 stevesk Exp $