summaryrefslogtreecommitdiffstats
path: root/etc/inc/system.inc
Commit message (Expand)AuthorAgeFilesLines
* On its own, ntpd does not sync fast enough at bootup, so bring back the ntpda...jim-p2012-05-161-2/+6
* Clear process signals before exec() or ntpd misbehaves if called from PHP on ...jim-p2012-05-151-0/+3
* Use FreeBSD's ntpd instead in the backendjim-p2012-05-141-30/+9
* max_procs adjustments for small memory systems, attempt 2Irving Popovetsky2012-05-101-15/+19
* Test if this is an array before using it as an array.jim-p2012-05-061-0/+2
* Add support for aliases in DNS Forwarder, fixes #2410Lorenz Schori2012-05-051-0/+6
* Move routing (radvd, routed, ospf, bgp) to its own log since these daemons ca...jim-p2012-05-011-2/+6
* Move the stop_packages code to a function, and call the function from the she...jim-p2012-04-301-1/+2
* Include the ntp facility also, should fix ntp loggingjim-p2012-04-171-1/+1
* Prevent a invalid argument on a empty arraysmos2012-04-161-0/+2
* Fix missing - on route parameterjim-p2012-04-141-1/+1
* Merge pull request #90 from vizvayu/masterJim P2012-04-131-4/+6
|\
| * Added mode selection options for PowerD.Cristian Feldman2012-04-101-4/+6
* | Enable verbosity to actually put something in the logsErmal2012-04-131-1/+1
* | Add brackets to a syslog server if it's an IPv6 IP. (Though FreeBSD's syslogd...jim-p2012-04-121-3/+11
* | Add alias support to static routes (needs some testing) Ticket #2239jim-p2012-04-111-2/+3
|/
* Expand these checks to include 'dynamic' or they'll never match dynamic gatew...jim-p2012-04-041-2/+2
* Move some of the log file tabs around.smos2012-03-291-2/+14
* fix for: Captive Portal cannot work on master branchDarren Embry2012-03-221-2/+2
* Set FCGI_CHILDREN to 0 since it does not make sense php to manage itself when...Ermal2012-03-151-3/+3
* Ermal says the new openntpd binary fixes this instead -- Revert "Start ntpd i...jim-p2012-03-131-1/+1
* Start ntpd in the background since we don't need to care about its return dat...jim-p2012-03-131-1/+1
* Add the ability to disable static routes without deleting themWarren Baker2012-03-021-0/+5
* Correctly match ntpd syslog messagesErmal2012-03-021-2/+2
* only skip adding default gateway if OLSR is actually enabled, and log why you...Chris Buechler2012-02-221-1/+2
* Change SNMP binding option to work on any eligible interface/VIP. Fixes #2158jim-p2012-02-011-1/+1
* Ensure timezone is setScott Ullrich2012-01-181-1/+2
* Include DHCPDv6 static maps when generating hosts file. Fixes #2017jim-p2011-11-291-0/+5
* Fix up syslog settings a bit, add some missing options, fix formatting of sys...jim-p2011-10-261-128/+79
* Change the way syslogd is killed/restarted a bit. Fixes log related pages han...jim-p2011-09-301-6/+7
* Move hostapd to its own log and tab, so it stops spamming the system log.jim-p2011-09-301-1/+3
* Exclude relayd from main system log, it's really spammy, and is already in re...jim-p2011-09-291-1/+1
* Add the multi instance CP to master branch. This allows to define CP with dif...Ermal2011-09-071-3/+7
* Encapsulate in curlies for safetysmos2011-09-031-1/+1
* Unbreak system_routing_configure();smos2011-09-031-2/+2
* Only add the Interface scope on link local addressessmos2011-09-031-2/+4
* Fix system_routing_configure() so that that it also passes the interface scop...smos2011-09-011-6/+3
* Update the system.inc code that sets up the static routes for DNS servers to ...Seth Mos2011-08-241-5/+10
* Make initial changes to allow pfSense to work in a jail.Andrew Thompson2011-08-171-0/+11
* Also only add 127.0.0.1 as a DNS server if dnsmasq (DNS Forwarder) is enabled.jim-p2011-08-121-1/+1
* Allow disabling having localhost in resolv.conf. There are some special setup...Ermal2011-08-121-1/+2
* When clicked allow overriding of dns servers by dynamic WANs still configure ...Ermal2011-08-081-12/+4
* Tell the local system to use the locally running dns forwarder as a primary s...Ermal2011-08-081-0/+2
* Start hostidScott Ullrich2011-08-011-0/+2
* Max procs should be 1 when using an op code cacherScott Ullrich2011-07-291-1/+1
* Use route change here as well to avoid leaving the routing table without a de...Ermal2011-07-281-3/+2
* Rework rc.stop_packages a little. Fixes #1564jim-p2011-07-281-1/+1
* Correct check as per http://forum.pfsense.org/index.php/topic,39155.0.htmlErmal2011-07-271-1/+1
* Correct issue with adding IPv6 default gateway reported http://forum.pfsense....Ermal2011-07-271-1/+1
* Resolve issues that made php core dump or eat a lot of memory when big routin...Ermal2011-07-251-42/+6
OpenPOWER on IntegriCloud