1. 22 9月, 2010 2 次提交
  2. 10 9月, 2010 1 次提交
  3. 09 9月, 2010 1 次提交
  4. 04 9月, 2010 1 次提交
  5. 01 9月, 2010 1 次提交
  6. 23 8月, 2010 2 次提交
  7. 20 8月, 2010 1 次提交
  8. 31 7月, 2010 2 次提交
  9. 22 7月, 2010 1 次提交
  10. 06 7月, 2010 2 次提交
  11. 23 6月, 2010 3 次提交
  12. 15 6月, 2010 1 次提交
    • G
      Add exit notifiers. · fd42deeb
      Gerd Hoffmann 提交于
      Hook up any cleanup work which needs to be done here.  Advantages over
      using atexit(3):
      
        (1) You get passed in a pointer to the notifier.  If you embed that
            into your state struct you can use container_of() to get get your
            state info.
        (2) You can unregister, say when un-plugging a device.
      
      [ v2: move code out of #ifndef _WIN32 ]
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      fd42deeb
  13. 12 6月, 2010 15 次提交
  14. 11 6月, 2010 1 次提交
  15. 10 6月, 2010 1 次提交
  16. 04 6月, 2010 5 次提交