Closed
Bug 206630
Opened 23 years ago
Closed 23 years ago
Add AIX support for memory cache based on physical ram (Bug 105344)
Categories
(Core :: Networking: Cache, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: pkwarren, Assigned: pkwarren)
Details
Attachments
(1 file)
|
1.48 KB,
patch
|
gordon
:
review+
darin.moz
:
superreview+
mkaply
:
approval1.4+
|
Details | Diff | Splinter Review |
Bug 105344 added new functionality to the networking cache which allows the
memory cache to be based on the amount of physical memory in the machine. It did
not include AIX support for detecting the amount of physical memory.
| Assignee | ||
Comment 1•23 years ago
|
||
Adds support for retrieving the physical memory on AIX.
| Assignee | ||
Updated•23 years ago
|
Attachment #123897 -
Flags: superreview?(darin)
Attachment #123897 -
Flags: review?(gordon)
Comment 2•23 years ago
|
||
Comment on attachment 123897 [details] [diff] [review]
Patch v1
sr=darin
Attachment #123897 -
Flags: superreview?(darin) → superreview+
Comment on attachment 123897 [details] [diff] [review]
Patch v1
I'll take your word on the AIX specific code. The if/defs look right.
r=gordon
Attachment #123897 -
Flags: review?(gordon) → review+
| Assignee | ||
Comment 4•23 years ago
|
||
Comment on attachment 123897 [details] [diff] [review]
Patch v1
Requesting drivers approval for an AIX specific fix which adds support for
functionality dropped in Bug 105344.
Attachment #123897 -
Flags: approval1.4?
Comment 5•23 years ago
|
||
Comment on attachment 123897 [details] [diff] [review]
Patch v1
a=mkaply for checkin to 1.4
Attachment #123897 -
Flags: approval1.4? → approval1.4+
| Assignee | ||
Comment 6•23 years ago
|
||
Fixed:
Checking in build/Makefile.in;
/cvsroot/mozilla/netwerk/build/Makefile.in,v <-- Makefile.in
new revision: 1.59; previous revision: 1.58
done
Checking in cache/src/nsCacheService.cpp;
/cvsroot/mozilla/netwerk/cache/src/nsCacheService.cpp,v <-- nsCacheService.cpp
new revision: 1.77; previous revision: 1.76
done
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 7•23 years ago
|
||
Verified with 2003-05-30 Mozilla build on AIX.
Status: RESOLVED → VERIFIED
| Assignee | ||
Updated•23 years ago
|
QA Contact: cacheqa → pkw
You need to log in
before you can comment on or make changes to this bug.
Description
•