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
|
5 年之前 |
Sergey Bugaev
|
d06f4291a8
Kernel: Make TCPSocket::for_each() callback accept a reference
|
5 年之前 |
Sergey Bugaev
|
84a54c7cf7
ProcFS: Make a new nifty /proc/net directory
|
5 年之前 |
Andreas Kling
|
eb6609124e
ProcFS: Remove /proc/kmalloc, that info is already in /proc/memstat
|
5 年之前 |
Andreas Kling
|
9104d32341
Kernel: Use range-for with InlineLinkedList
|
5 年之前 |
Andreas Kling
|
318068fe1b
Kernel: Turns global Custody and Inode tables into InlineLinkedLists
|
5 年之前 |
Andreas Kling
|
a96d76fd90
Kernel: Put all VMObjects in an InlineLinkedList instead of a HashTable
|
5 年之前 |
Conrad Pankoff
|
7ed54d86d5
Kernel: Record network statistics and expose as JSON
|
5 年之前 |
Andreas Kling
|
37ba2a7b65
Kernel: Use KBufferBuilder to build ProcFS files and backtraces
|
5 年之前 |
Andreas Kling
|
f6998b1817
JSON: Templatize the JSON serialization code
|
5 年之前 |
Andreas Kling
|
b67200dfea
Kernel: Use a FixedArray for VMObject::m_physical_pages
|
5 年之前 |
Andreas Kling
|
3364da388f
Kernel: Remove VMObject names
|
5 年之前 |
Conrad Pankoff
|
73c998dbfc
Kernel: Refactor TCP/IP stack
|
6 年之前 |
Andreas Kling
|
79e22acb22
Kernel: Use KBuffers for ProcFS and SynthFS
|
6 年之前 |