Andreas Kling
|
0adbacf59e
Kernel: Demangle userspace ELF symbols in backtraces
|
5 年之前 |
Andreas Kling
|
5b8cf2ee23
Kernel: Make syscall counters and page fault counters per-thread
|
5 年之前 |
Andreas Kling
|
712ae73581
Kernel: Expose per-thread information in /proc/all
|
5 年之前 |
Andreas Kling
|
02f89dc419
Kernel+SystemMonitor: Show VM region "shared" and "stack" bits in UI
|
5 年之前 |
Andreas Kling
|
06a80bcf69
Kernel+SystemMonitor: Publish can_read/write state for open files
|
5 年之前 |
Andreas Kling
|
083c5f8b89
Kernel: Rework Process::Priority into ThreadPriority
|
5 年之前 |
Andreas Kling
|
f215f0c226
ProcFS: Fix Clang build (or really, Qt Creator syntax highlighting)
|
5 年之前 |
Alexander
|
9e03f3ce20
ProcFS: Identify virtual filesystems' device in df (#728)
|
5 年之前 |
Andreas Kling
|
014f8ca8c4
AK: Allow JsonValue to store 64-bit integers internally
|
5 年之前 |
Drew Stratford
|
3014fdf3bd
ProcFS: make procfs$pid_fds always returns a valid JSON array.
|
5 年之前 |
Drew Stratford
|
d063734f69
ProcFS: Check for empty Optional in read_bytes()
|
5 年之前 |
Andreas Kling
|
35138437ef
Kernel+SystemMonitor: Add fault counters
|
5 年之前 |
Andreas Kling
|
8f45a259fc
ByteBuffer: Remove pointer() in favor of data()
|
5 年之前 |
Sergey Bugaev
|
9a41dda029
Kernel: Expose blocking and cloexec fd flags in ProcFS
|
5 年之前 |
Andreas Kling
|
5d491fa1cd
Kernel: Add a simple slab allocator for small allocations
|
5 年之前 |
Andreas Kling
|
1c692e87a6
Kernel: Move kmalloc() into a Kernel/Heap/ directory
|
5 年之前 |
Andreas Kling
|
e25ade7579
Kernel: Rename "vmo" to "vmobject" everywhere
|
5 年之前 |
Conrad Pankoff
|
41d113713d
ProcFS: Expose ARP table
|
5 年之前 |
Conrad Pankoff
|
682fe48222
Kernel: Show netmask/gateway in ProcFS when available
|
5 年之前 |
Sergey Bugaev
|
8ea25ca3b0
ProcFS: Port JSON generation to streaming serializers
|
5 年之前 |
Conrad Pankoff
|
286bafbb19
Kernel: Implement link status in /proc/net/adapters
|
5 年之前 |
Sergey Bugaev
|
0f8b45c015
ProcFS: Expose info about devices in /proc/devices
|
5 年之前 |
Sergey Bugaev
|
fde8f7f538
Kernel: Expose info about source devices of mounts in /proc/df
|
5 年之前 |
Sergey Bugaev
|
37cc80fb96
ProcFS: Do not assume there is one of it
|
5 年之前 |
Conrad Pankoff
|
99ed4ce30c
Userland: Implement simple lspci command
|
5 年之前 |
Conrad Pankoff
|
833f0beeed
Kernel: Reimplement /proc/pci as JSON, add some more fields
|
5 年之前 |
Sergey Bugaev
|
b9223e4f04
ProcFS: Expose local sockets in /proc/net/local
|
5 年之前 |
Andreas Kling
|
c246f2db4a
ProcFS: Add "readonly" and "block_size" fields to /proc/df
|
5 年之前 |
Sergey Bugaev
|
be485946b8
ProcFS: Expose UDP sockets in /proc/net/udp
|
6 年之前 |
Sergey Bugaev
|
d06f4291a8
Kernel: Make TCPSocket::for_each() callback accept a reference
|
6 年之前 |