| Commit message (Expand) | Author | Age | Files | Lines |
* | Show Mtu on status interfaces. | Ermal LUÇI | 2014-11-25 | 1 | -0/+1 |
* | Be friendly to large interface systems | Ermal LUÇI | 2014-11-24 | 1 | -0/+1 |
* | Fixes #1047, overhaul handling of flags for hardware offloading and make it w... | Ermal LUÇI | 2014-11-24 | 1 | -13/+58 |
* | Make proper check if IP address is configured on another interfaces and ignor... | Renato Botelho | 2014-10-03 | 1 | -3/+13 |
* | find_dhclient_process() returns an int, not string | Renato Botelho | 2014-09-09 | 1 | -1/+1 |
* | Convert almost all /sbin/sysctl calls to php functions | Renato Botelho | 2014-07-07 | 1 | -14/+14 |
* | Back to cons25 for now since we found some issues with xterm on serial console | Renato Botelho | 2014-07-02 | 1 | -2/+2 |
* | More refinements to the unofficial package repository warning ( Issue #484 ) ... | jim-p | 2014-07-02 | 1 | -2/+13 |
* | Set proper serial parameters on boot.config and loader.conf for nanobsd witho... | Renato Botelho | 2014-07-01 | 1 | -13/+22 |
* | Make proper checks to check if we should or not enable serial console | Renato Botelho | 2014-07-01 | 1 | -1/+8 |
* | Fix typo on var name | Renato Botelho | 2014-07-01 | 1 | -1/+1 |
* | Fix #3647 and other improvements: | Renato Botelho | 2014-07-01 | 1 | -81/+20 |
* | Set default serial speed to 115200 for 2.2, fixes #3715 | Renato Botelho | 2014-06-26 | 1 | -6/+3 |
* | /etc/version_kernel and /etc/version_base no longer exist, use php_uname to g... | jim-p | 2014-05-16 | 1 | -2/+4 |
* | Changes to make it work behind a bluecoat proxy - added a user agent, and cha... | Manuel Silvoso | 2014-04-30 | 1 | -0/+1 |
* | Oops specify mode of operation to fopen | Ermal | 2014-04-30 | 1 | -1/+1 |
* | Make the alias url processing functions not memory hungry! | Ermal | 2014-04-30 | 1 | -14/+47 |
* | Rewrite update_alias_url_data to be with small memory footprint. Also return ... | Ermal | 2014-04-30 | 1 | -21/+25 |
* | Signal a reload if anything got updated | Ermal | 2014-04-30 | 1 | -1/+3 |
* | Merge the patch suggested in Ticket #3629. It also Fixes #3629. The question ... | Ermal | 2014-04-30 | 1 | -1/+1 |
* | Be smarter at using kenv | Ermal | 2014-04-18 | 1 | -1/+1 |
* | Do not use the version_kernel ad version_base files since they are not releva... | Ermal | 2014-03-28 | 1 | -3/+6 |
* | Change default charset on pages to utf-8 | Renato Botelho | 2014-03-25 | 1 | -2/+2 |
* | fix plugin method for packages to allow for multiple plugins in an 'item' arr... | PiBa-NL | 2014-03-13 | 1 | -2/+2 |
* | use xmlrpcbaseurl here too, not product_website | Chris Buechler | 2014-03-13 | 1 | -7/+11 |
* | we actually use xmlrpcbaseurl here, not product_website | Chris Buechler | 2014-03-13 | 1 | -3/+3 |
* | -renamed function to pkg_call_plugins | PiBa-NL | 2014-03-12 | 1 | -2/+15 |
* | rc.carpmaster/rc.carpbackup notification method for packages. | PiBa-NL | 2014-03-12 | 1 | -0/+23 |
* | Fix #3469 | Renato Botelho | 2014-02-19 | 1 | -1/+1 |
* | Add a knob to let the user select which console (video or serial) is preferre... | jim-p | 2014-02-14 | 1 | -1/+9 |
* | Add a mechanism by which the serial port can be forced on always regardless o... | jim-p | 2014-02-14 | 1 | -3/+3 |
* | Add escapeshellarg() calls on exec parameters. While I'm here, replace some e... | Renato Botelho | 2014-02-04 | 1 | -11/+11 |
* | Add path for sysctl, also use -n param instead of awk | Renato Botelho | 2014-02-04 | 1 | -1/+1 |
* | Simplify logic | Renato Botelho | 2014-02-04 | 1 | -4/+4 |
* | Replace regex by explode as suggested by Ermal | Renato Botelho | 2014-01-21 | 1 | -1/+2 |
* | Fix FreeBSD version detection for 10.x | Renato Botelho | 2014-01-20 | 1 | -2/+1 |
* | Use _vip as identified for CARP vip IPs to allow easier upgrade code. This wa... | Ermal | 2013-12-06 | 1 | -4/+4 |
* | Handle more carp enahancements for FreeBSD 10. the interface vips will be nam... | Ermal | 2013-12-05 | 1 | -1/+4 |
* | Remove references to _vip interface and provide proper configuration for carp... | Ermal | 2013-11-28 | 1 | -1/+2 |
* | Provide get_uptime_sec in a common include file | Phil Davis | 2013-08-29 | 1 | -0/+13 |
* | Use hw.physmem when calculating pfsense_default_state_size | Phil Davis | 2013-08-28 | 1 | -2/+2 |
* | Fix #3113, fix multiple english spell errors s/seperet/separat/ | Renato Botelho | 2013-07-28 | 1 | -3/+3 |
* | Implement URL Table aliases for ports instead of IP addresses | Renato Botelho | 2013-07-08 | 1 | -5/+10 |
* | Use download_file() and check ssl certificates | Renato Botelho | 2013-07-05 | 1 | -1/+3 |
* | Remove useless code | Renato Botelho | 2013-07-05 | 1 | -3/+0 |
* | Create a function to download a file using curl | Renato Botelho | 2013-07-05 | 1 | -0/+35 |
* | Merge pull request #628 from technical50/master | Ermal Luçi | 2013-05-30 | 1 | -0/+59 |
|\ |
|
| * | Include Codeset and turkish language | technical50 | 2013-05-10 | 1 | -0/+59 |
* | | Last element is always empty, be sure we drop it | Renato Botelho | 2013-05-27 | 1 | -1/+2 |
* | | Make add_hostname_to_watch return ips it's adding to later use | Renato Botelho | 2013-05-27 | 1 | -0/+3 |