Skip to content
Snippets Groups Projects
  1. Dec 31, 2012
    • Avi Kivity's avatar
      fs: piece-wise path lookup · 0ad5f116
      Avi Kivity authored
      real filesystems (and /proc, our immediate target) look up files incrementally
      by each component.  Apply that to our filesystem infrastructure.
      
      A new object is introduced, dir, representing a directory.  Lookup operations
      are deferred to this object.
      0ad5f116
    • Avi Kivity's avatar
      fs: reference count files · 94e5a1be
      Avi Kivity authored
      avoid leakage
      94e5a1be
    • Avi Kivity's avatar
      math: add floor, ceil · ea8c298f
      Avi Kivity authored
      This takes the short cut of using sse 4.1 for the implementation,
      avoiding a coplicated C implementation.  Will work on Core and higher
      processors.
      ea8c298f
  2. Dec 30, 2012
  3. Dec 28, 2012
  4. Dec 27, 2012
Loading