1. 01 Dec, 2015 1 commit
  2. 16 Sep, 2015 1 commit
  3. 09 Aug, 2015 3 commits
  4. 10 Jul, 2015 1 commit
  5. 02 Jul, 2015 2 commits
  6. 01 Jul, 2015 8 commits
  7. 10 Jun, 2015 1 commit
  8. 24 Apr, 2015 1 commit
  9. 02 Apr, 2015 1 commit
  10. 24 Mar, 2015 1 commit
    • Franco Fichtner's avatar
      inc: remove minimum RAM warning · 343c0992
      Franco Fichtner authored
      Either the RAM requirements have increased, or hardware has
      increased.  Simply stating the arbitrary and obvious while
      doing things of little value to `fix' the situation it is
      probably better to just force an old-fashioned out of memory,
      which is mostly the point where the user realises that it is
      not going to work anyway.
      343c0992
  11. 14 Mar, 2015 1 commit
    • Franco Fichtner's avatar
      src: zap code that handled "cdrom" idiosyncrasies · 511eb60e
      Franco Fichtner authored
      We can do without those on the install media.  Instead, route
      necessary code parts through is_install_media().  A lot of
      stale and forgotten code got ditched in the process--e.g. when
      did we ever run without an /etc/fstab?
      511eb60e
  12. 05 Mar, 2015 1 commit
    • Franco Fichtner's avatar
      globals: changing the laws of UNIX is bad (1/many) · ba798a7f
      Franco Fichtner authored
      /tmp is unlikely to change.  If, however you decide to change
      it to somewhere else the likelihood of someone else hardcoding
      /tmp just to annoy you is so high that it simply makes no sense
      to keep any softcoding in this regard.  More batches coming, but
      since the usage is so widespread, I'll push it bit by bit.
      ba798a7f
  13. 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
  14. 29 Dec, 2014 1 commit
  15. 10 Dec, 2014 1 commit
    • Franco Fichtner's avatar
      src: move all files (again) · 727453c0
      Franco Fichtner authored
      Make "src" the implicit "/usr/local" so that nobody can
      sneak in weird files in the base file system or potentially
      overwrite them.
      
      This is the last time, I swear...  :)
      727453c0
  16. 09 Dec, 2014 1 commit
  17. 15 Nov, 2014 1 commit
    • Franco Fichtner's avatar
      inc: allow one-port setups for easier development · 2234d840
      Franco Fichtner authored
      A one-port setup is essentially WAN-only.  The good thing is
      the GUI attaches to the WAN port and is automatically reachable.
      This helps with general testing of all things around builds.
      
      While there, append a whitespace that has been missing for years.
      2234d840
  18. 27 Oct, 2014 1 commit