Historique des commits

Auteur SHA1 Message Date
  Andreas Kling 35138437ef Kernel+SystemMonitor: Add fault counters il y a 5 ans
  Andreas Kling 8f45a259fc ByteBuffer: Remove pointer() in favor of data() il y a 5 ans
  Sergey Bugaev 9a41dda029 Kernel: Expose blocking and cloexec fd flags in ProcFS il y a 5 ans
  Andreas Kling 5d491fa1cd Kernel: Add a simple slab allocator for small allocations il y a 5 ans
  Andreas Kling 1c692e87a6 Kernel: Move kmalloc() into a Kernel/Heap/ directory il y a 5 ans
  Andreas Kling e25ade7579 Kernel: Rename "vmo" to "vmobject" everywhere il y a 5 ans
  Conrad Pankoff 41d113713d ProcFS: Expose ARP table il y a 5 ans
  Conrad Pankoff 682fe48222 Kernel: Show netmask/gateway in ProcFS when available il y a 5 ans
  Sergey Bugaev 8ea25ca3b0 ProcFS: Port JSON generation to streaming serializers il y a 5 ans
  Conrad Pankoff 286bafbb19 Kernel: Implement link status in /proc/net/adapters il y a 5 ans
  Sergey Bugaev 0f8b45c015 ProcFS: Expose info about devices in /proc/devices il y a 6 ans
  Sergey Bugaev fde8f7f538 Kernel: Expose info about source devices of mounts in /proc/df il y a 6 ans
  Sergey Bugaev 37cc80fb96 ProcFS: Do not assume there is one of it il y a 6 ans
  Conrad Pankoff 99ed4ce30c Userland: Implement simple lspci command il y a 6 ans
  Conrad Pankoff 833f0beeed Kernel: Reimplement /proc/pci as JSON, add some more fields il y a 6 ans
  Sergey Bugaev b9223e4f04 ProcFS: Expose local sockets in /proc/net/local il y a 6 ans
  Andreas Kling c246f2db4a ProcFS: Add "readonly" and "block_size" fields to /proc/df il y a 6 ans
  Sergey Bugaev be485946b8 ProcFS: Expose UDP sockets in /proc/net/udp il y a 6 ans
  Sergey Bugaev d06f4291a8 Kernel: Make TCPSocket::for_each() callback accept a reference il y a 6 ans
  Sergey Bugaev 84a54c7cf7 ProcFS: Make a new nifty /proc/net directory il y a 6 ans
  Andreas Kling eb6609124e ProcFS: Remove /proc/kmalloc, that info is already in /proc/memstat il y a 6 ans
  Andreas Kling 9104d32341 Kernel: Use range-for with InlineLinkedList il y a 6 ans
  Andreas Kling 318068fe1b Kernel: Turns global Custody and Inode tables into InlineLinkedLists il y a 6 ans
  Andreas Kling a96d76fd90 Kernel: Put all VMObjects in an InlineLinkedList instead of a HashTable il y a 6 ans
  Conrad Pankoff 7ed54d86d5 Kernel: Record network statistics and expose as JSON il y a 6 ans
  Andreas Kling 37ba2a7b65 Kernel: Use KBufferBuilder to build ProcFS files and backtraces il y a 6 ans
  Andreas Kling f6998b1817 JSON: Templatize the JSON serialization code il y a 6 ans
  Andreas Kling b67200dfea Kernel: Use a FixedArray for VMObject::m_physical_pages il y a 6 ans
  Andreas Kling 3364da388f Kernel: Remove VMObject names il y a 6 ans
  Conrad Pankoff 73c998dbfc Kernel: Refactor TCP/IP stack il y a 6 ans