summaryrefslogtreecommitdiffstats
path: root/etc/inc/system.inc
Commit message (Collapse)AuthorAgeFilesLines
* Add some checks before blindly trying to create a config file.Ermal Luçi2008-06-021-1/+4
|
* CarpDEV fixes. It now works!!Scott Ullrich2008-05-251-0/+3
|
* Tune PHP_FCGI_CHILDREN and PHP_FCGI_MAX_REQUESTS depending on how muchScott Ullrich2008-04-151-3/+16
| | | | | | | | ram is installed for the captive portal operations. Idea semi taken from http://forum.pfsense.org/index.php/topic,8861.new.html#new NOTE: The forumula could probably be revised a bit but this is a good start.
* If OpenBGPD is installed, allow the selection of BGP as ourScott Ullrich2008-03-101-1/+2
| | | | default gateway.
* Nuke opcode_* function.Scott Ullrich2008-03-101-98/+0
|
* Sync w/ HEADScott Ullrich2008-03-061-15/+57
|
* fix new gateway code to be backwards compatible.Chris Buechler2008-03-021-1/+16
|
* don't foreach if it isn't an array (maybe temp fix while I'm working through ↵Chris Buechler2008-03-021-2/+2
| | | | other issues)
* Backport -ss syslogd feature from HEAD. Only bind to 127.0.0.1 if weScott Ullrich2008-02-181-1/+5
| | | | are not remotely sending logs.
* Make sure we sync before mounting ro.Scott Ullrich2008-02-141-0/+2
|
* Fix bug causing duplicate extension=apc.so entries in php.ini, which blows ↵Chris Buechler2007-12-301-1/+0
| | | | up PHP
* Add ldap.so library.Scott Ullrich2007-12-281-0/+2
| | | | Work sponsored-by: Centipede Networks
* Set server.max-request-size to 384 for captive portal.Scott Ullrich2007-12-101-2/+2
|
* Set server.max-request-size to 384 for captive portal.Scott Ullrich2007-12-101-1/+3
|
* Limit captive portal uploads to /tmp/captiveportal which has no access to ↵Scott Ullrich2007-12-101-2/+6
| | | | write files.
* Convert the dns server code into a for loop and add 2 more dns servers on. ↵Scott Ullrich2007-12-091-12/+11
| | | | Now we can easily control how many dns servers we want to allow entry for. Also get rid of code duplication.
* Move route delete items to system.inc so they are performed on every changeScott Ullrich2007-12-091-0/+2
|
* When multiple gateways are present (muliwan) show a dropdown box next to ↵Scott Ullrich2007-12-081-22/+34
| | | | each dns server allowing the operator to select which gateway the dns server should use to resolve addresses.
* Improve fall through logicSeth Mos2007-10-191-10/+10
|
* Check if array existsSeth Mos2007-10-191-9/+13
|
* Add prelimenary Routing page.Seth Mos2007-10-191-2/+48
| | | | Allow multiple gateways on one (static) interface
* With the tweaks that have occured today fastcgi can now run again on 64 ↵Scott Ullrich2007-06-031-4/+0
| | | | megabyte machines.
* Add system tunables area which allows the user to fine control sysctl's.Scott Ullrich2007-05-261-5/+9
|
* Add trailing slashes to upload directoryScott Ullrich2007-04-231-1/+1
|
* Do proper locking when writing out php.ini. Sync the disk contents to force ↵Scott Ullrich2007-04-221-0/+4
| | | | the write to disk after closing the file. Hopefully this will help solve the php.ini from disappearing on bootup when a panic occurs.
* Correct sysctl name.. it is movements not movement.Scott Ullrich2007-04-081-2/+2
|
* Remove trailing spaceScott Ullrich2007-04-021-1/+1
|
* Set /sbin/sysctl -n net.link.ether.inet.log_arp_movement=0 when shared ↵Scott Ullrich2007-04-021-0/+2
| | | | physical net is checked
* Use mwexec() to avoid printing out the sysctl operationScott Ullrich2007-04-021-1/+1
|
* Add missing text from ntp configureScott Ullrich2007-03-201-2/+14
|
* We no longer need memory limit, our port does not use it.Scott Ullrich2007-03-161-1/+0
|
* 8 is even faster for apc cache according to Holger.Scott Ullrich2007-03-131-1/+1
|
* Kill trailing spaceScott Ullrich2007-03-131-1/+1
|
* Back out variable size cache, it slows things down. Why 12 megabytes is ↵Scott Ullrich2007-03-131-4/+1
| | | | slower than 10 megabytes is a good question.
* Automatically adjust apc cache by available memory.Seth Mos2007-03-121-1/+4
| | | | | Suggested-by: Seth Implemented-by: Scott
* Increase default cache size to 10 megabytes to make wraps happy again ↵Scott Ullrich2007-03-121-1/+1
| | | | Noticed-and-prodded-by: Holger
* Be consistent on bootup. IE: Starting time sync...done.\n instead of ↵Scott Ullrich2007-03-081-1/+5
| | | | Starting time sync ...
* Bump php working max memory to 32 megabytesScott Ullrich2007-03-081-0/+1
|
* Set php extensions dirScott Ullrich2007-03-081-0/+1
|
* Fix syslog ordering for ntpdate.Seth Mos2007-02-261-2/+2
|
* Put ntpdate in ntp logs.Seth Mos2007-02-201-2/+2
|
* force a time sync early in the boot before we start any services.Seth Mos2007-02-201-1/+15
| | | | | This especially important for dhcp when used in failover. Let NTPd keep the time in sync.
* Reverse platform testing logic. It must have been oppisite day.Scott Ullrich2006-12-221-2/+2
|
* Only use freebsd-sendfile network handler on Full Installations. Tests have ↵Scott Ullrich2006-12-221-2/+9
| | | | shown that it actually slows down the metallic theme on embedded by Holger.
* Use correct directive.Scott Ullrich2006-12-211-2/+5
|
* MFC use freebsd-sendfileScott Ullrich2006-12-211-3/+3
|
* MFC [15285]Bill Marquette2006-11-111-0/+7
| | | | add dhcpd static mappings to dns forwarder
* Only enumerate the variable if it is an array to avoid:Scott Ullrich2006-11-101-2/+3
| | | | Warning: fclose(): supplied argument is not a valid stream resource in /etc/inc/system.inc on line 147
* MFC 15253Scott Ullrich2006-11-101-2/+2
| | | | * suppress the annoying 'missing default locale' warning if calling the tar binary
* apparently 5m cache slows stuff WAAAYYYYYYY down, 7m has a negligableBill Marquette2006-10-291-1/+1
| | | | performance diff from 30m and works better than 5m, so let's use it
OpenPOWER on IntegriCloud