Skip to content
Snippets Groups Projects
  1. Jan 19, 2011
    • John Hodge's avatar
      - Misc changes · c4088eaf
      John Hodge authored
      - Tracing case where interrupts are disabled
       > In the x86 build, somewhere (in some cases) IF is cleared when it should
         not be, causing a system lock up.
      - Sped up Heap_Allocate with __Bytes == 0 (returns an non-null invalid pointer)
      c4088eaf
  2. 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
  3. Dec 30, 2010
  4. Dec 20, 2010
  5. Dec 10, 2010
  6. 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
  7. Dec 04, 2010
  8. Dec 02, 2010
  9. Nov 28, 2010
  10. Nov 27, 2010
  11. Nov 25, 2010
  12. Nov 21, 2010
  13. Nov 20, 2010
  14. Nov 19, 2010
    • John Hodge's avatar
      Multiple IPStack Related changes (and other bugfixes) · 8051546a
      John Hodge authored
      - Added route determining to arp.c
      - Changed route source API to take an interface pointer
      - Fixed loopback device behavior ('LOOPBACK' is a special adapter path)
      - Required fixing the fifo driver
       > Size on /Defices/fifo directory should be 1, not 0
       > Set default fifo to be blocking
      - Slight change to ifconfig to ignore iterfaces that return a -1 type,
        or do not conform to the spec.
      - Fixed triple fault when a kernel thread is spawned before init is started
        (caused by a kernel stack being marked as COW, causing an uncatched double
        fault)
      8051546a
  15. Nov 14, 2010
  16. Nov 13, 2010
  17. Nov 07, 2010