Skip to content
Snippets Groups Projects
  1. Feb 13, 2011
  2. Feb 12, 2011
  3. Feb 02, 2011
  4. Jan 29, 2011
  5. Jan 25, 2011
  6. Jan 24, 2011
    • John Hodge's avatar
      IPStack - Routing improvement · d5822e9a
      John Hodge authored
      - When creating an boot config, routes are set up too
       > TODO: Implement a static route for each interface (as part of
         tInteface), removing the need to set a route when creating.
       > Problem, maintaining?
       > No real problem, just not have those in the main route list (if
         you want an interface route to be more important than another,
         just set it manually)
      d5822e9a
  7. Jan 23, 2011
  8. Jan 22, 2011
  9. Jan 19, 2011
  10. Jan 18, 2011
    • John Hodge's avatar
      Big changes to AcessNative · 4726431c
      John Hodge authored
      - ld-acess can now execute an application
       > the syscall interface is not yet completed, so nothing happens
      - Getting ld-acess working required some changes to the Usermode build
        system, specifically making ld-acess.so actually a shared library.
       > It was being linked statically, causing the AcessNative versions of
         syscalls to not be used (and causing segfaults on "int 0xAC")
      4726431c
  11. Dec 30, 2010
  12. Dec 20, 2010
  13. Dec 10, 2010
  14. Dec 09, 2010
    • thePowersGang's avatar
      Near-Complete Joystick spec · b2e09e9f
      thePowersGang authored
      - NOTE: The joystick spec will be used for mouse drivers too (meaning
          the programs that use a mouse can be easily changed to use a
          joystick instead)
      b2e09e9f
  15. Dec 04, 2010
  16. Dec 02, 2010
  17. Nov 28, 2010
    • John Hodge's avatar
      GUI Fixes · 9bf83176
      John Hodge authored
      - bugfixing behavior of size/position determining code
      - Improved layout of interface
      9bf83176