summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_advanced_misc.php
Commit message (Collapse)AuthorAgeFilesLines
* gettext fixesRenato Botelho2010-08-121-1/+1
|
* Fix text, and default to 1400Chris Buechler2010-08-041-4/+4
|
* Resolves #787. Present an option to enable a scrub rule for <vpns> target to ↵Ermal2010-08-031-0/+30
| | | | limit the mss to specified value.
* Fix test for checking the prefer old IPsec SA box.jim-p2010-07-271-1/+1
|
* Removing tab characterVinicius Coque2010-04-291-1/+1
|
* Fix gettext issuesCarlos Eduardo Ramos2010-04-291-28/+28
|
* Fixing gettext() on multiline stringsVinicius Coque2010-04-291-4/+4
|
* Fix : for translationsRenato Botelho2010-04-271-1/+1
|
* Adding gettext() to save buttonVinicius Coque2010-04-271-1/+1
|
* Reviewing gettext()Vinicius Coque2010-04-271-7/+7
|
* Implement gettext()Carlos Eduardo Ramos2010-04-261-38/+38
|
* Require filter.inc and shaper.incScott Ullrich2009-11-211-0/+3
|
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-1/+3
| | | | include 2009 on files that I have asserted (C) on
* * Fix setting unsetting of a few option under System-> MiscErmal Luçi2009-08-121-3/+35
| | | | * Present a new option to control clearing of states when Schedules expire. Seems sometimes this is a desirable behaviour!
* Adding Notifications tabScott Ullrich2009-07-091-0/+1
|
* Add configurable option to enable glxsb.jim-p2009-07-041-0/+25
|
* * Create two new functions lock($subsystem)/unlock() to have more reliable ↵Ermal Luçi2009-05-081-2/+0
| | | | | | | | | | | locking using semaphores. This function can sleep till the resource is free and can help find not well behaving code. * Remove most of the config_lock/config_unlock logics on the whole scripts/pages it is an abuse of this. If any sybsytem wants to lock can do so with its own lock. * Lock the config when doing a filter reload to avoid parallell recursion on this function, since it is not reentrant. This compenstates for the removal of lock aquiring from the scripts/pages. * config_lock/config_unlock are now compate shims that do nothing. They are preserved since packages 'abuse' them too.
* Cosmetic fix - two words were split with hyphenation that didn't look right ↵jim-p2009-04-151-4/+4
| | | | in the WebGUI.
* Add Use PowerDScott Ullrich2009-04-051-0/+1
|
* Add missing spacing before PowerD sectionScott Ullrich2009-04-051-0/+3
|
* Add power savings headerScott Ullrich2009-04-051-1/+1
|
* Adding PowerD knob to system -> advanced -> misc. This will be usefulScott Ullrich2009-04-051-0/+24
| | | | | | | | | | | | | | | | | | for folks wishing for their firewall to use less power overall. Blurb from the powerd man page from freebsd: The powerd utility monitors the system state and sets various power con- trol options accordingly. It offers three modes (maximum, minimum, and adaptive) that can be individually selected while on AC power or batter- ies. The modes maximum, minimum, and adaptive may be abbreviated max, min, adp. Maximum mode chooses the highest performance values. Minimum mode selects the lowest performance values to get the most power savings. Adaptive mode attempts to strike a balance by degrading performance when the system appears idle and increasing it when the system is busy. It offers a good balance between a small performance loss for greatly increased power savings. The default mode is adaptive.
* Remove unused code.Ermal Luçi2008-11-061-3/+0
|
* Remove ocurrences of m0n0 for shaper type in the code.Ermal Luçi2008-10-231-19/+0
|
* Move the 'advanced users only' notice into the tab body so the tab headersMatthew Grooms2008-09-091-16/+12
| | | | are not displaced by this message.
* Cleanup the tab format of the system advanced pages. The edges were squareMatthew Grooms2008-09-091-129/+128
| | | | instead of rounded like most pfSense pages.
* Break out the advanced system options page into tabs group by categories.Matthew Grooms2008-09-041-0/+237
Fold the sysctl tunables page into a tab under the advanced options page. This reduces the top level menu options by one. There should be no functional changes.
OpenPOWER on IntegriCloud