Skip to content
Snippets Groups Projects
  1. Dec 22, 2004
  2. Dec 21, 2004
  3. Dec 16, 2004
  4. Dec 15, 2004
  5. Dec 14, 2004
  6. Dec 13, 2004
  7. Dec 12, 2004
  8. Dec 11, 2004
  9. Dec 09, 2004
  10. Dec 08, 2004
  11. Dec 06, 2004
  12. Dec 03, 2004
  13. Dec 02, 2004
  14. Dec 01, 2004
  15. Nov 18, 2004
  16. Nov 09, 2004
  17. Nov 08, 2004
  18. Nov 05, 2004
  19. Nov 03, 2004
  20. Nov 01, 2004
  21. Oct 26, 2004
  22. Oct 25, 2004
    • Leigh B. Stoller's avatar
      Minor fix to stats code; Watch for a swapmod on a swapped out · 3595089a
      Leigh B. Stoller authored
      experiment, and not count its pnodes or duration as if it was swapped
      in! Thanks Kirk.
      
      The actual fix is simple. The script to fix up the existing stats
      records was a bear and took me all morning to get right! Even so, its
      probably no perfect, but close enough. That script in the sql directory
      and mentioned in doc/UPDATING.
      3595089a
  23. Oct 19, 2004
  24. Oct 08, 2004
    • Mike Hibler's avatar
      Initial steps toward a hardware-assisted (switch VLAN) firewall implementation. · 0527441a
      Mike Hibler authored
      This checkin adds the necessary NS and client-side changes.
      
      You get such a firewall by creating a firewall object and doing:
      
      	$fw set-type ipfw2-vlan
      
      In addition to the usual firewall setup, it sets the firewall node command
      line to boot "/kernel.fw" which is an IPFW2-enabled kernel with a custom
      bridge hack.
      
      The client-side setup for firewalled nodes is easy: do nothing.
      
      The client-side setup for the firewall is more involved, using vlan devices
      and bridging and all sorts of geeky magic.
      
      Note finally that I don't yet have a decent set of default rules for anything
      other than a completely open firewall.  The rules might be slightly different
      than for the "software" firewall since they are applied at layer2 (and we want
      them just to be applied at layer2 and not multiple times)
      0527441a
  25. Oct 05, 2004
  26. Sep 29, 2004
Loading