| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't use pfsense name in comment | Adam Gibson | 2014-07-11 | 1 | -1/+1 |
* | Use $product instead of pfSense when logging the version to syslog | Adam Gibson | 2014-07-11 | 1 | -1/+1 |
* | Log pfsense version to syslog after bootup | Adam Gibson | 2014-07-11 | 1 | -0/+5 |
* | Stop restoring gettytab.bak since it doesn't exist anymore | Renato Botelho | 2014-07-01 | 1 | -7/+0 |
* | Add a BETA key for PBI signature check, this will be replaced by the final on... | Renato Botelho | 2014-06-27 | 1 | -0/+8 |
* | Fix dir name | Renato Botelho | 2014-06-27 | 1 | -1/+1 |
* | Bring in proper gmirror support for the GUI and notifications. | jim-p | 2014-05-30 | 1 | -0/+9 |
* | Sometimes fsck requires a second run, teach rc script to call it more than on... | Renato Botelho | 2014-05-05 | 1 | -5/+30 |
* | Move clog from /usr to /usr/local | Renato Botelho | 2014-04-28 | 1 | -1/+1 |
* | Unload the ZFS module if its not in use to not consume uselss memory | Ermal | 2014-04-17 | 1 | -4/+18 |
* | Use the FreeBSD script for ldconfig to catch all libs | Ermal | 2014-04-14 | 1 | -0/+1 |
* | Get rid of embedded platform. Its time to GC this | Ermal | 2014-04-14 | 1 | -14/+1 |
* | Remove TRIM_set and TRIM_unset support. This method isn't very elegant and is... | jim-p | 2014-03-31 | 1 | -23/+0 |
* | fix typo | Chris Buechler | 2014-03-14 | 1 | -2/+2 |
* | Add a setting to allow the user to specify the clog file size so more (or les... | jim-p | 2013-12-26 | 1 | -2/+8 |
* | Remove /var/run/booting early to be consistent with $g['booting'] | Renato Botelho | 2013-12-24 | 1 | -1/+4 |
* | Call all php scripts in bootup with fcgicli. For rc.bootup only the part need... | Ermal | 2013-12-15 | 1 | -6/+6 |
* | Switch to php-fpm for lighty and check_reload_status will use it. Step by ste... | Ermal | 2013-12-14 | 1 | -0/+2 |
* | Fix #3113, fix multiple english spell errors s/seperet/separat/ | Renato Botelho | 2013-07-28 | 1 | -1/+1 |
* | Merge pull request #608 from evansus/master | rbgarga | 2013-04-30 | 1 | -1/+1 |
|\ |
|
| * | correct debug issue | Evan Susarret | 2013-04-30 | 1 | -1/+1 |
* | | Merge pull request #602 from evansus/patch-1 | rbgarga | 2013-04-30 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | Use 'zfs mount' to get ZFSROOT dataset | Evan Susarret | 2013-04-28 | 1 | -1/+1 |
| * | ZFSROOT not hardcoded to zpool or dataset 'tank' | Evan Susarret | 2013-04-24 | 1 | -3/+3 |
* | | Do not force the check to avoid garbling filesystems. Also be specific to che... | Ermal | 2013-04-29 | 1 | -6/+6 |
|/ |
|
* | Don't try to make /var/run a RAM disk if /var is already a RAM disk. | jim-p | 2013-04-08 | 1 | -1/+1 |
* | Only check tunefs status when it's necessary, it avoids errors on iso boot. F... | Renato Botelho | 2013-04-05 | 1 | -18/+20 |
* | Move tmp/var init to just after mount of /cf so that the sizing works properl... | jim-p | 2013-03-12 | 1 | -15/+15 |
* | Add the ability for full installs to optionally use RAM disks for /tmp and /v... | jim-p | 2013-03-11 | 1 | -16/+19 |
* | Add a means to force a fsck (on rare occasions the fs is not marked dirty, bu... | jim-p | 2013-02-02 | 1 | -0/+9 |
* | Add a manual way for someone to set TRIM if they really want it. touch /root/... | jim-p | 2013-02-02 | 1 | -0/+24 |
* | Cleanup the php session data. | Ermal | 2012-12-06 | 1 | -0/+1 |
* | Create these dirs earlier rather than later to avoid the errors reported on h... | Ermal | 2012-11-22 | 1 | -10/+10 |
* | Honor /var/run path specified in globals.inc. Probably this needs a bit bette... | Ermal | 2012-11-20 | 1 | -10/+10 |
* | Remove openvpn setups since they do not belong here. Also check before removi... | Ermal | 2012-11-20 | 1 | -9/+3 |
* | Remove sasyncd related code from rc | Ermal | 2012-11-20 | 1 | -9/+0 |
* | Remove newsyslog.conf seems its responsible for overrideing ppp.log and gives... | Ermal | 2012-11-20 | 1 | -0/+1 |
* | Remove all previous configurations stored on /var/etc during a bootup to avoi... | Ermal | 2012-11-20 | 1 | -0/+6 |
* | More validation for ejecting CDrom devices for 3G sticks, needs extra manufac... | smos | 2012-05-26 | 1 | -3/+5 |
* | Attempt to Eject the CD device on 3G sticks for Huawei and ZTE devices. | smos | 2012-05-20 | 1 | -0/+5 |
* | Move routing (radvd, routed, ospf, bgp) to its own log since these daemons ca... | jim-p | 2012-05-01 | 1 | -1/+1 |
* | Store PBIs in /root/var/db/pbi so they persist across reboots.
| Phil Davis | 2012-04-18 | 1 | -1/+5 |
* | Move some of the log file tabs around. | smos | 2012-03-29 | 1 | -1/+1 |
* | Rather make use of grep -c than all these pipes | Warren Baker | 2012-03-13 | 1 | -2/+2 |
* | Simplify this code a little and make it easily extendible. | Ermal | 2012-03-12 | 1 | -89/+15 |
* | check for presense of file before trying to exec it | Ermal | 2012-03-12 | 1 | -1/+3 |
* | Do not wipe logs on reboot on full install | Ermal | 2012-03-12 | 1 | -18/+54 |
* | Add a small script to disable APM on ATA drives if they claim to support it. ... | jim-p | 2012-01-30 | 1 | -0/+3 |
* | Add missing s | jim-p | 2011-09-30 | 1 | -1/+1 |
* | Move hostapd to its own log and tab, so it stops spamming the system log. | jim-p | 2011-09-30 | 1 | -0/+3 |