Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #794 from phil-davis/RELENG_2_1 | Chris Buechler | 2013-09-03 | 1 | -4/+5 |
|\ | | | | | Backport get_memory changes to 2.1 | ||||
| * | Use physmem and realmem from get_memory() in the appropriate places | Phil Davis | 2013-09-02 | 1 | -4/+5 |
| | | | | | | Backport to 2.1 | ||||
* | | Resolves #3177. Do a filter reconfigure if the dynds ipsec hosts are present ↵ | Ermal | 2013-09-03 | 1 | -0/+1 |
|/ | | | | and being reloaded. | ||||
* | Start DHCrelay6 on boot | Phil Davis | 2013-07-14 | 1 | -0/+3 |
| | |||||
* | Disable apc during bootup since its useless anyway and just consumes memory ↵ | Ermal | 2013-04-22 | 1 | -0/+2 |
| | | | | uselessly | ||||
* | Reload ipsec with dynamic hostnames after bootup that dns is available. ↵ | Ermal | 2013-04-22 | 1 | -1/+7 |
| | | | | Helps: http://forum.pfsense.org/index.php/topic,61301.0.html | ||||
* | Not sure why this is part of the bootup process but it shouldn't. Hopefully ↵ | Ermal | 2013-04-12 | 1 | -2/+0 |
| | | | | nothing breaks | ||||
* | Say goodbye to routed at bootup | Phil Davis | 2013-02-13 | 1 | -4/+0 |
| | | | | Now that routed/RIP has been removed from the base system, it generates errors trying to start it in the base system boot script. (I guess that if it is installed as a package, the package start code will bring it up at the end of the base system boot) | ||||
* | Do the syslogd restart unconditionally. It happens on IPv4 as well as IPv6. ↵ | jim-p | 2013-02-12 | 1 | -6/+3 |
| | | | | See http://forum.pfsense.org/index.php/topic,58345.0.html | ||||
* | Merge git pull request 313 from bcyrill with some modifications | Ermal | 2013-01-16 | 1 | -1/+1 |
| | |||||
* | Move up the syslog daemon so that we get a larger part of the bootup sequence. | smos | 2013-01-05 | 1 | -3/+3 |
| | |||||
* | Start dnsmasq before ntp because ntp can fail if it doesn't have ↵ | jim-p | 2012-12-14 | 1 | -3/+3 |
| | | | | proper/working DNS. | ||||
* | Resolves #2529. Load the ipfw module before any commands are executed on CP. ↵ | Ermal | 2012-11-22 | 1 | -1/+1 |
| | | | | Also move the filter_load_ipfw() to captiveportal.inc:captiveportal_load_modules() since no other place uses ipfw(4) | ||||
* | Add done after NTP Time Client start message | Phil Davis | 2012-07-25 | 1 | -2/+3 |
| | | | Add a done and newline so the console messages at boot all line up the same. | ||||
* | Add an option to System > Advanced, misc tab to enable loading thermal ↵ | jim-p | 2012-07-06 | 1 | -0/+3 |
| | | | | modules (amdtemp, coretemp) | ||||
* | Display different message and do not display message about interfaces that ↵ | Erik Fonnesbeck | 2012-07-02 | 1 | -3/+6 |
| | | | | do not exist if this is the default configuration. | ||||
* | Do not directly print out a message when checking the interfaces, instead ↵ | Erik Fonnesbeck | 2012-07-02 | 1 | -0/+2 |
| | | | | saving the list to use later. Display this list before the interface mismatch message. Fixes #2468 and fixes #2531 | ||||
* | Generalize the Crypto hardware option and add GUI support for AES-NI. | jim-p | 2012-06-12 | 1 | -2/+2 |
| | |||||
* | Bye, bye olsrd back to packages. | Ermal | 2012-06-07 | 1 | -3/+0 |
| | |||||
* | Teach mwexec and mwexec_bg how to optionally clear signal masks, and use ↵ | jim-p | 2012-05-16 | 1 | -1/+1 |
| | | | | that when launching ntp or ntpdate. | ||||
* | On its own, ntpd does not sync fast enough at bootup, so bring back the ↵ | jim-p | 2012-05-16 | 1 | -5/+6 |
| | | | | ntpdate sync but improve it so it can't get stuck forever. | ||||
* | Add cheap hack to make syslogd forwarding to IPv6 work at bootup. Fixes #2370 | jim-p | 2012-04-18 | 1 | -0/+7 |
| | |||||
* | Missed removing the function from here as well | Warren Baker | 2012-02-23 | 1 | -3/+0 |
| | |||||
* | Option to disable startup/shutdown sounds | Yehuda Katz | 2012-02-22 | 1 | -0/+3 |
| | |||||
* | Make initial changes to allow pfSense to work in a jail. | Andrew Thompson | 2011-08-17 | 1 | -14/+41 |
| | | | | | | This mostly avoids starting things that will not work and gets the initial config. Most of the pfSense functionality will not work (pf rules, routing, etc) but it can be used for testing. | ||||
* | Start NTPd after dns since its a requirment and latest changes should help ↵ | Ermal | 2011-08-08 | 1 | -5/+5 |
| | | | | with delays people are reporting. Reminded-by: Jim | ||||
* | Correct event calling during bootup for rc.newipsecdns and also convert the ↵ | Ermal | 2011-06-06 | 1 | -1/+1 |
| | | | | command executed during an ipsec even to go through check_reload_status which will prevent races on calling rc.newipsecdns. Which might lead to many filterdns processes. | ||||
* | Switch this to check_reload_status event to see if it solves any possible ↵ | Ermal | 2011-06-06 | 1 | -1/+1 |
| | | | | issues of nohup blocking signals to be delivered to filterdns proces. | ||||
* | Drop the ntpdate sync in favor of using ntpd -s, which should have the same ↵ | jim-p | 2011-04-12 | 1 | -3/+0 |
| | | | | net effect without needing the shell script that has been prone to hanging. | ||||
* | Backing this out to see if it unbreaks NanoBSD upgrades with packages ↵ | jim-p | 2011-03-26 | 1 | -2/+2 |
| | | | | | | involved. Revert "Workaround for conf_mount_rw/ro during boot to only allow it to change at the start and end. Fixes #1279" This reverts commit 548be1fd6697ab115cbb29d61bc5507744488094. | ||||
* | Workaround for conf_mount_rw/ro during boot to only allow it to change at ↵ | Erik Fonnesbeck | 2011-03-22 | 1 | -2/+2 |
| | | | | the start and end. Fixes #1279 | ||||
* | Trigger a VPN tunnel reload after configuring IPsec, it will handle all the ↵ | smos | 2011-02-21 | 1 | -0/+2 |
| | | | | hostname tunnels after boot finishes | ||||
* | After finishing the installation clear the flag for package sync. | Ermal | 2011-02-04 | 1 | -0/+1 |
| | |||||
* | Warn users a different way if packages are being reinstalled in the ↵ | jim-p | 2011-01-24 | 1 | -2/+2 |
| | | | | background. Only lock out package pages, still print a giant warning on the others. (Some people were getting stuck in this state http://forum.pfsense.org/index.php/topic,32531.0.html ) | ||||
* | Lock firmwarelock when upgrading packages | Scott Ullrich | 2011-01-21 | 1 | -0/+2 |
| | |||||
* | Ticket #317. Unconditionally synchronize users on bootup this might prevent ↵ | Ermal | 2011-01-10 | 1 | -3/+2 |
| | | | | some reports of ssh keys not being there. | ||||
* | Do not unlink file, it's handled by behind the scenes pkg-utils.inc code | Scott Ullrich | 2011-01-06 | 1 | -1/+0 |
| | |||||
* | Fix typo | Scott Ullrich | 2011-01-06 | 1 | -1/+1 |
| | |||||
* | Include pkg-utils.inc | Scott Ullrich | 2011-01-06 | 1 | -0/+1 |
| | |||||
* | Reinstall packages on bootup during console. Ticket #1156 | Scott Ullrich | 2011-01-05 | 1 | -1/+11 |
| | |||||
* | Start relayd after routing has been started. | Ermal | 2010-12-10 | 1 | -3/+3 |
| | |||||
* | Use full path to binary and silence errors if any on unlink. | Ermal | 2010-12-07 | 1 | -5/+5 |
| | |||||
* | Move all dynamic dns update processes under the same even 'reload dyndns' ↵ | Ermal | 2010-12-07 | 1 | -7/+3 |
| | | | | since it makes sense to do so. | ||||
* | Do the filter reload before vpn and some other services which get impacted ↵ | Ermal | 2010-12-07 | 1 | -3/+3 |
| | | | | or impact filter reload. Let alone that they do not impact filter reload at all. | ||||
* | Bring interfaces up only if there is a mismatch to allow them to be reassigned. | Ermal | 2010-11-10 | 1 | -3/+5 |
| | |||||
* | Recent move (d32d3970d58683d02f89073103eb595eaa8f395f) of routed/ items ↵ | Warren Baker | 2010-11-08 | 1 | -1/+1 |
| | | | | required additional files to be updated to reflect correct path. | ||||
* | unbreak rc.bootup | Chris Buechler | 2010-09-22 | 1 | -1/+1 |
| | |||||
* | Bring gitsync to the new check_reload_status behaviour. | Ermal | 2010-09-22 | 1 | -1/+1 |
| | |||||
* | Use the new events mechanisms to dispatch events. | Ermal | 2010-09-07 | 1 | -1/+1 |
| | |||||
* | Revert "Remove redundant call to system_dhcpleases_configure. It is called ↵ | Ermal | 2010-08-24 | 1 | -0/+3 |
| | | | | | | in services_dnsmasq_configure." This reverts commit 5f0b6a8f2aa3e5875188cd6720d037ef25503bca. |