mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-24 19:28:48 +00:00
Kernel: Create /proc/pid/cmdline to expose process arguments in procfs
In typical serenity style, they are just a JSON array
This commit is contained in:
parent
ad0a001f0a
commit
940be19259
Notes:
sideshowbarker
2024-07-17 10:05:05 +09:00
Author: https://github.com/ADKaster
Commit: 940be19259
Pull-request: https://github.com/SerenityOS/serenity/pull/14283
Reviewed-by: https://github.com/linusg
Reviewed-by: https://github.com/timschumi
5 changed files with 17 additions and 0 deletions
|
@ -30,6 +30,7 @@ enum class MainProcessProperty {
|
|||
CurrentWorkDirectoryLink = 5,
|
||||
PerformanceEvents = 6,
|
||||
VirtualMemoryStats = 7,
|
||||
CommandLine = 8,
|
||||
};
|
||||
|
||||
enum class ProcessSubDirectory {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue