summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* revertScott Ullrich2009-07-031-1/+1
|
* Use COMPLETE_PATHScott Ullrich2009-07-031-1/+1
|
* Nuke trailing newlineScott Ullrich2009-07-031-1/+1
|
* Set kern.polling.idle_poll to 1 to match the FreeBSD 4.x behavior. Message ↵Scott Ullrich2009-07-031-1/+2
| | | | | | | | | | | | | | | | | | | | | | | from the mailing list: "Polling and kern.polling.idle_poll" -- freebsd-net -- Jun 30 2009 "A while back I upgraded some old gateways from FreeBSD 4.x to FreeBSD 6.x. I thought the upgrade had went smoothly, but a while later I started having users complaining about throughput. Luckly I still had a backup of the FreebSD 4.x install. Did some throughput tests with iperf. Low and behold 4.x appeared to have twice the throughput. After lots of experimenting I determined that turning off polling fixed the issue. So I started digging through the kernel code to see what had changed in the polling logic. Finally arived at the fact that "kern.polling.idle_poll" defaults to 1 in 4.x and 0 in 6.x and above. Turning polling back on with idle-poll enabled fixed the performance issue. The man page for polling states: kern.polling.idle_poll Controls if polling is enabled in the idle loop. There are no reasons (other than power saving or bugs in the scheduler's han- dling of idle priority kernel threads) to disable this."
* Fix static route code so that upgrading from 1.2 works as intended.Seth Mos2009-07-031-2/+4
| | | | We failed to clear a variable which meant we entered the wrong logic loop and with the default gateway IP at that.
* Check for an array before doing anything else. The array handling has ↵Ermal Luçi2009-07-031-2/+4
| | | | changed in PHP5.
* Print the correct interface name to be used. This is reported on Issue #19 ↵Ermal Luçi2009-07-031-2/+2
| | | | as a bug but really it is not.
* remove unused variableScott Ullrich2009-07-021-3/+0
|
* No need for special etc handlingScott Ullrich2009-07-021-18/+11
|
* Fix check for file.Ermal Luçi2009-07-021-1/+1
|
* Add double click to editScott Ullrich2009-07-011-4/+4
| | | | Requested-by: cmb
* Convert even ssh key gen to the new subsystem_dirty calls.Ermal Luçi2009-07-012-10/+6
|
* Prevent recursive calls to conf_mount_*Ermal Luçi2009-07-011-1/+7
|
* Do not mount rw when uneeded and even more not mounting ro again.Ermal Luçi2009-07-014-4/+0
|
* Remove trailing /Scott Ullrich2009-07-011-1/+1
|
* Remove trailing /Scott Ullrich2009-07-011-1/+1
|
* Add missing /Scott Ullrich2009-07-011-1/+1
|
* Correct the name its parse_configScott Ullrich2009-06-301-4/+4
|
* Nuke packages for any platformScott Ullrich2009-06-302-3/+3
|
* Sleep for 10 seconds before rebooting and allow disks to catch upScott Ullrich2009-06-301-0/+5
|
* Add note about ; and add a push exampleScott Ullrich2009-06-301-3/+3
|
* Break before SaveScott Ullrich2009-06-301-0/+2
|
* Oops, rename to avancedScott Ullrich2009-06-301-1/+1
|
* Rename to custom_options to match the original setting nameScott Ullrich2009-06-301-3/+3
|
* Adding back openvpn advanced option which got lost in the -> 2.0 upgrade shuffleScott Ullrich2009-06-301-0/+24
|
* Remove packages for any platform nonsense.Scott Ullrich2009-06-301-1/+1
|
* Nuke sajax files, they are no longer needed and can break the CPU meter.Scott Ullrich2009-06-301-1/+3
|
* Do not show the assigned priveleges area until the item has been saved. ↵Scott Ullrich2009-06-301-1/+5
| | | | Otherwise clicking plus will take you back to the user manager screen which feels beyond broken.
* Unbreak installed information screen. After package installation the form ↵Scott Ullrich2009-06-301-1/+1
| | | | redirects to the info page that looks identical to display the final package information and to give the menus a chance to reload with the new package options.
* Clear guiconfig from all sort junk functions and put them on the specific ↵Ermal Luçi2009-06-3036-332/+214
| | | | | | pages where they are needed. Remove some sort functions not used.
* Fix nanobsd update detectionRenato Botelho2009-06-301-2/+2
|
* Convert even voucher to the new subsystem_dirty functions. This reduces ↵Ermal Luçi2009-06-301-7/+5
| | | | another global.
* * Reorganize the 'apply' button infrustructure in the GUI.Ermal Luçi2009-06-3066-272/+229
| | | | | | - Present three new functions is/mark/clear_subsystem_dirty('name_of_subsystem'). This makes easier to create such things without needing to introduce new globals. - Convert all pages to the new infrustructure - This improves a lot the control on this notification
* Fix last commit preserving < and > on xml_rootobj checkingRenato Botelho2009-06-301-1/+1
|
* Respect xml_rootobj when restoring a full backupRenato Botelho2009-06-301-3/+3
|
* * Garbage collect a variable used for lockfile in the CP before but is ↵Ermal Luçi2009-06-302-8/+6
| | | | | | unuseful now. * Rename the dirtyfile variable to voucher_dirtyfile to reduce namespace problems or clashes with other variables.
* Fix various issues reported on ↵Ermal Luçi2009-06-303-2/+4
| | | | http://forum.pfsense.org/index.php/topic,8672.0.html.
* Mount RW when script launchesScott Ullrich2009-06-301-6/+3
|
* Add stub for update_output_window() if it does not existScott Ullrich2009-06-301-0/+5
|
* Send log file to /conf/Scott Ullrich2009-06-292-1/+2
|
* Use /etc/platform to check if we are nanobsd. Misc other cleanupsScott Ullrich2009-06-291-13/+17
|
* Use exec()Scott Ullrich2009-06-291-1/+1
|
* Doh, correct copy commandScott Ullrich2009-06-291-1/+1
|
* Add bit when restoring for diagnosticsScott Ullrich2009-06-292-2/+3
|
* UnbreakScott Ullrich2009-06-291-5/+4
|
* Alert when we are doing a NanoBSD style upgrade.Scott Ullrich2009-06-291-2/+2
|
* Alert when we detect a nanobsd image.Scott Ullrich2009-06-291-3/+7
|
* Correct filename checkScott Ullrich2009-06-291-1/+1
|
* Mount RW so we can write to logs. Duh. Mount RO if we exit out of an upgrade.Scott Ullrich2009-06-291-4/+11
|
* Mount RW so we can write to logs. Duh. Mount RO if we exit out of an upgrade.Scott Ullrich2009-06-291-3/+7
|
OpenPOWER on IntegriCloud