patchmldonkey, a multi-networks file-sharing client - Patches: patch #4906, improve uname for Windows

 
 

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

patch #4906: improve uname for Windows

Submitter:  Schlumpf <schlumpf_>
Submitted:  Fri 10 Feb 2006 07:55:53 PM UTC
   
 
Category:  None Priority:  5 - Normal
Status:  Done Assigned to:  None
Open/Closed:  Closed

Jump to the original submission

Mon 13 Feb 2006 08:41:31 PM UTC, comment #8: 

Applied 2006/02/13

spiralvoice <spiralvoice>
Group administrator
Sun 12 Feb 2006 01:03:26 AM UTC, comment #7: 

attached uname_final.patch

the changes at comment #6 are not required anymore

Schlumpf <schlumpf_>
Group Member
Sat 11 Feb 2006 02:59:57 PM UTC, comment #6: 

i had just seen that i had forget to change this
+      if( si.dwNumberOfProcessors > 0)

to this
+      if( si.dwNumberOfProcessors > 1)

at the attached patch, thats was only for testing if all works ;)


Schlumpf <schlumpf_>
Group Member
Sat 11 Feb 2006 02:30:11 PM UTC, comment #5: 

unamewin3 is broken several times,

added correct patch uname.patch for also show number of processors

Schlumpf <schlumpf_>
Group Member
Sat 11 Feb 2006 12:05:54 PM UTC, comment #4: 

Patch unamewin3

- earlier declaration of tbuf
- corrected typo (si.NumberOfProcessors instead of si.NumberofProcessors)
- corrected missing ;

TripleM <triplem>
Sat 11 Feb 2006 09:57:21 AM UTC, comment #3: 

Patch unamewin2:

- only show number of processors if greater than 1

TripleM <triplem>
Fri 10 Feb 2006 10:23:13 PM UTC, comment #2: 

Patch unamewin:

- cleaned up detection code for system & processor architecture
- show number of processors

TripleM <triplem>
Fri 10 Feb 2006 09:15:24 PM UTC, comment #1: 

Patch uname2:

- add detection for Itanium-based Systems & x64 on NT5.2 systems
- dont distinguish workstation type on XP Pro x64 (it is professional, no need to check this twice)


Schlumpf <schlumpf_>
Group Member
Fri 10 Feb 2006 07:55:53 PM UTC, original submission:  

add detection for
- Microsoft Windows Vista
- Microsoft Server Longhorn
- Microsoft Windows XP Professional x64 Edition

Schlumpf <schlumpf_>
Group Member

 

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

Attached Files
file #9568:  uname_final.patch added by schlumpf_ (7KiB - application/octet-stream)
file #9573:  unamewin3.patch added by triplem (5KiB - application/octet-stream)

 

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 14 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2006-02-13 spiralvoice StatusNone Done
    Open/ClosedOpen Closed
2006-02-12 spiralvoice Attached File#5929 Removed
2006-02-12 schlumpf_ Attached File- Added uname_final.patch, #5931
2006-02-11 spiralvoice Attached File#5924 Removed
2006-02-11 schlumpf_ Attached File- Added uname.patch, #5929
2006-02-11 spiralvoice Attached File#5926 Removed
2006-02-11 spiralvoice Attached File#5925 Removed
2006-02-11 triplem Attached File- Added unamewin3.patch, #5928
2006-02-11 triplem Attached File- Added unamewin2.patch, #5926
2006-02-10 triplem Attached File- Added unamewin.patch, #5925
2006-02-10 mlpango Attached File#5923 Removed
2006-02-10 schlumpf_ Attached File- Added uname2.patch, #5924
2006-02-10 schlumpf_ Attached File- Added uname.patch, #5923

Back to the top

Powered by Savane 3.13-bb6a.
Corresponding source code