| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
include 2009 on files that I have asserted (C) on
|
|
|
|
| |
* Present a new option to control clearing of states when Schedules expire. Seems sometimes this is a desirable behaviour!
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
in the WebGUI.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
| |
are not displaced by this message.
|
|
|
|
| |
instead of rounded like most pfSense pages.
|
|
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.
|