walnux/fs/procfs
Yanfeng Liu 4e8bcf1ba4 procfs/meminfo: align page fields to columns
meminfo before:
```
      total       used       free    maxused    maxfree  nused  nfree name
    3129344      10824    3118520      11184    3118104     25      2 Kmem
   13631488    1114112   12517376   12517376 Page
```
and after:

```
      total       used       free    maxused    maxfree  nused  nfree name
    3129344      10824    3118520      11184    3118104     25      2 Kmem
   13631488    1114112   12517376              12517376               Page
```
Signed-off-by: Yanfeng Liu <p-liuyanfeng9@xiaomi.com>
2025-01-22 20:29:07 +08:00
..
CMakeLists.txt fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
fs_procfs.c fs_procfs:Fix closedir should handle the release dir handle on a case-by-case basis 2025-01-14 19:37:08 +08:00
fs_procfscpuinfo.c fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
fs_procfscpuload.c fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
fs_procfscritmon.c spelling: fix spelling typo premp -> preemp 2024-11-25 22:05:05 +08:00
fs_procfsfdt.c fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
fs_procfsiobinfo.c fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
fs_procfsmeminfo.c procfs/meminfo: align page fields to columns 2025-01-22 20:29:07 +08:00
fs_procfspressure.c fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
fs_procfsproc.c fs_procfsproc:fix proc_heap to get kernel task info 2025-01-15 17:12:50 +08:00
fs_procfstcbinfo.c arch: remove up_current_regs in common code 2024-11-15 18:25:35 +08:00
fs_procfsuptime.c fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
fs_procfsutil.c fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
fs_procfsversion.c fs/procfs: The procfsversion should be under control of FS_PROCFS_EXCLUDE_VERSION 2024-11-13 12:31:46 -03:00
fs_skeleton.c fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
Kconfig fs/procfs: Supports any number of thread displays 2024-08-28 14:01:25 +08:00
Make.defs fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00