1. 25 Apr, 2016 2 commits
  2. 11 Apr, 2016 1 commit
  3. 19 Mar, 2016 1 commit
  4. 03 Feb, 2016 1 commit
  5. 24 Jan, 2016 1 commit
    • Franco Fichtner's avatar
      firewall: remove non-standard dscp feature · 68bb3fa5
      Franco Fichtner authored
      FreeBSD never implemented this.  OpenBSD did it differently and
      more consequently: the `tos' tag of pf.conf(4) was properly extended
      and their pf(4) can only be used to set the DSCP bit for symmetry
      and general usefulness.  Until this comes back around to FreeBSD,
      we'll leave it out.
      68bb3fa5
  6. 16 Jan, 2016 1 commit
  7. 10 Dec, 2015 1 commit
  8. 10 Nov, 2015 1 commit
  9. 20 Sep, 2015 1 commit
  10. 16 Sep, 2015 1 commit
  11. 14 Sep, 2015 2 commits
  12. 28 Aug, 2015 1 commit
  13. 26 Aug, 2015 2 commits
  14. 20 Aug, 2015 1 commit
  15. 21 Jul, 2015 4 commits
  16. 10 Jul, 2015 2 commits
  17. 01 Jul, 2015 1 commit
  18. 28 Jun, 2015 1 commit
  19. 26 Jun, 2015 1 commit
  20. 02 May, 2015 1 commit
  21. 01 May, 2015 1 commit
  22. 27 Apr, 2015 1 commit
  23. 24 Apr, 2015 3 commits
  24. 11 Apr, 2015 1 commit
    • Franco Fichtner's avatar
      www: nitpicking on natural language in menus · 52850fd6
      Franco Fichtner authored
      * Abbreviations are generally discouraged in persistent
        menu items.  They look unprofessional or plain sloppy.
      
      * Items should be short and concise.  One word if possible.
        Always avoid doubled meanings like e.g. "HA" + "Sync".
      
      * "Manager" this and that everwhere is simply annoying.
      52850fd6
  25. 04 Apr, 2015 1 commit
  26. 02 Apr, 2015 1 commit
  27. 23 Mar, 2015 1 commit
  28. 10 Mar, 2015 1 commit
  29. 05 Mar, 2015 1 commit
    • Franco Fichtner's avatar
      src: deprecate /cf/conf in favour of /conf · c7f253ff
      Franco Fichtner authored
      It's been confusing to say the least, resulting in multiple
      misuses throughout the code.  The idea was that /cf pointed
      to a read-write root, while / pointed to read-only root.
      For non-embedded images this was emulated by linking
      /conf -> /cf/conf, which, is a bit questionable because now
      you can write from /conf as well and don't have to use /cf/conf
      at all.
      
      A couple of lines are left in /usr/local/etc/rc which need to
      be reviewed so that migration paths are safe for all types
      of firmware upgrades.
      c7f253ff
  30. 24 Feb, 2015 1 commit
    • Ad Schellevis's avatar
      cleanup legacy code. · 19265d25
      Ad Schellevis authored
      - remove the use for pfSctl, replaced with a new configd control script to be able to remove the check_reload_status port
      - replace use of global $g['booting'] because some scripts use this outside the main loop which causes strange behavior ( for example dhcp client which starts a newwanip on connect ). replaced which check on file /var/run/booting which is set in rc script
      19265d25
  31. 22 Feb, 2015 1 commit