Skip to content
Snippets Groups Projects
  1. Apr 02, 2013
    • Avi Kivity's avatar
      build: delete targets on error · 4ad1c842
      Avi Kivity authored
      If a target fails to build, it is probably corrupted.  Delete it.
      
      Fixes misbuild after a second make with an incorrect bootfs.manifest.
      4ad1c842
  2. Mar 19, 2013
  3. Jan 30, 2013
  4. Jan 27, 2013
  5. Jan 11, 2013
  6. Dec 28, 2012
  7. Dec 27, 2012
  8. Dec 26, 2012
    • Avi Kivity's avatar
      memory: implement a real malloc/free set · 22a07c17
      Avi Kivity authored
      This implementation stores small objects in pools of similar-sized objects,
      while large objects are allocated using a first-fit algorithm.  There is also
      a specialized interface for allocating aligned pages.
      22a07c17
  9. Dec 25, 2012
  10. Dec 24, 2012
  11. Dec 23, 2012
Loading