summaryrefslogtreecommitdiff
path: root/NET/worlds/console/StatMemNode.java
Commit message (Collapse)AuthorAgeFilesLines
* fix: Use real system memory via OperatingSystemMXBeanFuwn2026-02-131-6/+6
| | | | | | Replaces JVM Runtime heap values with actual system physical/swap memory from com.sun.management.OperatingSystemMXBean, matching the Win32 GlobalMemoryStatus values the originals returned.
* feat: Reimplement core I/O and system information native methods with pure JavaFuwn2026-02-131-2/+10
| | | | | | | | - FastDataInput: DataInputStream wrapper replacing native binary I/O - DNSLookup: InetAddress.getAllByName() replacing native gethostbyname() - Restorer: Array.newInstance() replacing native makeArray() - SystemInfo: Runtime/File APIs for disk, memory, CPU, platform info - StatMemNode: Runtime APIs for memory status reporting
* Initial commitFuwn2026-02-121-0/+105