Skip to content
Snippets Groups Projects
  1. Nov 17, 2016
  2. Nov 15, 2016
  3. Nov 14, 2016
  4. Oct 26, 2016
    • Jeremy Soller's avatar
      Redo networking (#22) · 1a1fb1f5
      Jeremy Soller authored
      * Rewriting network functions
      
      * Add buffer to dup
      Fix non-blocking handling by triggering once on enabling events to read to EOF
      
      * Modifications for UDP API
      
      * Implement TCP client side
      
      * Add active close
      
      * Add DMAR parser
      
      * Implement basic TCP listening. Need to improve the state machine
      
      * Reduce debugging
      
      * Fixes for close procedure
      
      * Updates to fix path processing in libstd
      1a1fb1f5
  5. Oct 15, 2016
  6. Oct 13, 2016
    • Jeremy Soller's avatar
      Orbital (#16) · d778f0b0
      Jeremy Soller authored
      * Port previous ethernet scheme
      
      * Add ipd
      
      * Fix initfs rebuilds, use QEMU user networking addresses in ipd
      
      * Add tcp/udp, netutils, dns, and network config
      
      * Add fsync to network driver
      
      * Add dns, router, subnet by default
      
      * Fix e1000 driver. Make ethernet and IP non-blocking to avoid deadlocks
      
      * Add orbital server, WIP
      
      * Add futex
      
      * Add orbutils and orbital
      
      * Update libstd, orbutils, and orbital
      Move ANSI key encoding to vesad
      
      * Add orbital assets
      
      * Update orbital
      
      * Update to add login manager
      
      * Add blocking primitives, block for most things except waitpid, update orbital
      
      * Wait in waitpid and IRQ, improvements for other waits
      
      * Fevent in root scheme
      
      * WIP: Switch to using fevent
      
      * Reorganize
      
      * Event based e1000d driver
      
      * Superuser-only access to some network schemes, display, and disk
      
      * Superuser root and irq schemes
      
      * Fix orbital
      d778f0b0
  7. Oct 07, 2016
    • Jeremy Soller's avatar
      Time (#11) · 7841f361
      Jeremy Soller authored
      * WIP: Time syscalls
      
      * Count time from PIT using low tickrate
      
      * Implement realtime
      
      * Implement nanosleep with a tight loop
      7841f361
    • Jeremy Soller's avatar
      Add pipe2 · 7a96e6c9
      Jeremy Soller authored
      7a96e6c9
Loading