Skip to content
Snippets Groups Projects
  1. Nov 16, 2016
  2. Nov 15, 2016
  3. Nov 14, 2016
  4. Nov 07, 2016
  5. Nov 04, 2016
  6. Nov 03, 2016
  7. Nov 01, 2016
  8. Oct 31, 2016
    • Jeremy Soller's avatar
      Smp (#23) · ed9c2b9d
      Jeremy Soller authored
      * Fire up multiple processors
      
      * Use IPIs to wake up secondary processors
      
      * Much better exception information
      
      * Modifications to show more information on fault
      
      * WIP: Use real libstd
      
      * Add TLS (not complete)
      
      * Add random function, export getpid, cleanup
      
      * Do not spin APs until new context
      
      * Update rust
      
      * Update rust
      
      * Use rd/wrfsbase
      
      * Implement TLS
      
      * Implement compiler builtins and update rust
      
      * Update rust
      
      * Back to Redox libstd
      
      * Update rust
      ed9c2b9d
  9. 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
  10. Oct 20, 2016
  11. Oct 15, 2016
  12. Oct 14, 2016
  13. 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
  14. 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
  15. Oct 06, 2016
  16. Oct 05, 2016
  17. Sep 29, 2016
  18. Sep 28, 2016
  19. Sep 26, 2016
  20. Sep 23, 2016
Loading