Histórico de Commits

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