patchGNUstep - Patches: patch #4234, base: solaris implementation for...

Group
 
 

You are not allowed to post comments on this tracker with your current authentication level.

patch #4234: base: solaris implementation for NSProcessInfo

Submitter:  Jeremy Bettis <jeremybettis>
Submitted:  Mon 25 Jul 2005 04:21:00 PM UTC
   
 
Category:  Foundation Priority:  5 - Normal
Status:  Done Privacy:  Public
Assigned to:  fedor Open/Closed:  Closed

Fri 12 Aug 2005 05:35:06 PM UTC, comment #1: 

Applied with a new configuration check as well.

2005-08-12  Adam Fedor  <fedor@gnu.org>

        * configure.ac: Check if we can read the psinfo struct from
        /proc (Solaris).
        * config/procfs.m4: Add psinfo check
        * config/config.psinfo.c: New file.
        * Source/NSProcessInfo.m (+load): Read from psinfo if we can.
        (Based on patch #4234 from Jeremy Bettis, with some modifications).

Adam Fedor <fedor>
Group administrator
Mon 25 Jul 2005 04:21:00 PM UTC, original submission:  

Solaris has a /proc filesystem, but it is different than linux.  This patch implements the NSProcessInfo reading of /proc to get the args and environ.

I don't really understand autoconfigure, and therefore this patch could probably be better and use a HAVE_PROCFS_H or something instead of trying to detect the Solaris OS, but I will leave that to others that know what they are doing.

Jeremy Bettis <jeremybettis>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attached Files

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follow 4 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2005-08-12 fedor StatusNone Done
    Open/ClosedOpen Closed
2005-07-25 fedor Assigned toNone fedor
2005-07-25 jeremybettis Attached File- Added base-diff-solaris-proc.txt, #4914

Back to the top

Powered by Savane 3.13-02a9.
Corresponding source code