summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_nanobsd.php
Commit message (Collapse)AuthorAgeFilesLines
* Move main pfSense content to src/Renato Botelho2015-08-251-289/+0
|
* Code style usr-local-www diagPhil Davis2015-04-191-21/+25
|
* Fix lineup of copyright linesPhil Davis2015-01-011-1/+1
| | | | | and module names and other bits of formatting and typos in header comment sections.
* Welcome 2015Renato Botelho2014-12-311-1/+1
|
* modify copyright statement to reflect realityJim Thompson2014-11-101-0/+1
|
* Standardise size of Duplicate Slice buttonPhil Davis2014-09-111-3/+2
| | | | | The Duplicate Slice button currently is displayed in smaller text and in a row of its own, separate from the row above that has the rest of the "Duplicate bootup slice" text and slice selection. This change puts the button in the same row as the slice selection and text, and makes the button text be the same size as the text in other buttons on this page. This is this version for master.
* Convert almost all /sbin/sysctl calls to php functionsRenato Botelho2014-07-071-1/+1
|
* xhtml Complianceayvis2014-03-141-9/+9
| | | replaced <br>, <br/> and </br> with <br />
* Fix #3235Renato Botelho2013-10-241-7/+5
| | | | | | | | | | | . diag_nanobsd.php: . Since conf_mount_ro() is always being called, always call conf_mount_rw to keep refcount correct . Do not show refcount_read() return when it's -1 . config.lib.inc . Increment and decrement refcount even if nanobsd_force_rw is set. This is necessary to avoid partition being mounted as RO when nanobsd_force_rw is disabled and any process requested it to be RW
* Replace pfSense with the rebrandWarren Baker2013-10-071-5/+5
|
* Remove remaining hardcoded theme namesRenato Botelho2013-07-171-2/+2
|
* Add the ability for full installs to optionally use RAM disks for /tmp and ↵jim-p2013-03-111-42/+2
| | | | | | /var, and to allow selecting a size for /tmp and /var RAM disks on both Full installs and NanoBSD. I think I caught most of the edge cases for transitioning into and out of RAM disk mode, and preserving data across reboots as is done on NanoBSD (RRD, DHCP leases, pkg/pbi info).
* Update PHP shorthand tagColin Fleming2013-01-141-8/+8
| | | | Standardise all PHP start tags from "<?" to "<?PHP"
* Enhance reporting read-write settingPhil Davis2012-11-151-2/+10
| | | | | | | If the user has already selected Current Read/Write Status to be Read-Write, then they also choose Permanent Read/Write the mount refcount becomes 2. Then if they turn off Permanent Read/Write the setting is saved, but the refcount goes back to 1. This results in the file system still being mounted Read-Write. This would be unexpected behaviour IMO - a user who came back some days later to turn off Permanent Read-Write would expect the file system to switch back to Read-Only in real time, as well as changing back the config setting. This corrects the above behaviour. I also added display of the refcount if it is more than 1. If for some reason multiple other things leave the file system mounted then this can be immediately seen on the GUI. Note: The "Switch to Read-Only" button only decrements the refcount by 1 each time. So if the refcount is >1 the user has to press a few times to get the count back to zero and the file system read-only. I think this is reasonable behaviour.
* Add button to switch between read/write and read-only on Diag > NanoBSD; Add ↵jim-p2012-11-121-0/+51
| | | | setting to keep the media read/write at all times; Add indication of ro/rw status on Dashboard.
* firmware_update_misc log file name out of datephildd2012-08-071-1/+1
| | | The name was changed to /conf/firmware_update_misc_log.txt in etc/rc.firmware quite a while ago. It needs fixing here in diag_nanobsd.php also.
* Removing unnecessary inclusions of prototype.js, guiconfig.inc already ↵Vinicius Coque2012-01-211-1/+0
| | | | includes this file
* Converting from prototype to jQueryVinicius Coque2011-10-161-1/+1
|
* Spelling fix.Warren Baker2011-07-061-2/+2
|
* Revert "Add voucher backup, configurable from Diagnostics > NanoBSD. Fixes ↵jim-p2010-12-141-21/+0
| | | | | | #1087" - voucher db backup already existed under a different name. Ticket is still fixed, just by different code that was already there. This reverts commit 0d89a2fcac3deea06bdc4a481bbdfae4f18b1ff8.
* Add voucher backup, configurable from Diagnostics > NanoBSD. Fixes #1087jim-p2010-12-141-0/+21
|
* Just fix some space and tab problemsRenato Botelho2010-08-121-1/+1
|
* gettext() fixes on diag_nanobsd.phpCarlos Eduardo Ramos2010-08-111-9/+9
|
* Move : to gettext stringRenato Botelho2010-08-111-1/+1
|
* Add the ability to set a periodic RRD and DHCP leases backup from ↵jim-p2010-08-091-0/+53
| | | | Diagnostics > NanoBSD.
* add patch from vcoque to fix gettextChris Buechler2010-07-271-2/+4
|
* Implement gettext() callsRenato Botelho2010-06-181-19/+19
|
* Improve NanoBSD slice updating/changing a bit, add some error checking. ↵jim-p2010-04-231-14/+5
| | | | Resolves #534.
* Relocate some NanoBSD functions to a central place. Change NanoBSD ↵jim-p2010-04-231-97/+15
| | | | diagnostics and system info widget to use the new code. Ticket #533 and some prerequisite parts of Ticket #534.
* Size is already formatted in bytesScott Ullrich2009-10-191-1/+1
|
* Ensure glabel exists so we can mount ufs. Fixes #110Scott Ullrich2009-10-101-0/+1
|
* Show size in uppercaseScott Ullrich2009-10-101-1/+1
|
* Use /etc/nanosize.txtScott Ullrich2009-10-101-2/+2
|
* Output NanoBSD image sizeScott Ullrich2009-10-101-0/+8
|
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-4/+10
| | | | include 2009 on files that I have asserted (C) on
* Resurvey slice info after changes. Resolves #52Scott Ullrich2009-08-231-4/+6
|
* Resurvey slice info after changes. Resolves #52Scott Ullrich2009-08-231-21/+33
|
* fix typoChris Buechler2009-08-101-1/+1
| | | | Resolves #49
* Call conf_mount_rw() before execute boot0cfg to prevent I/O errorsRenato Botelho2009-07-281-1/+3
|
* s/ABOOT_DRIVE/BOOT_DRIVE/ since this variable is not defined, and the drive ↵Renato Botelho2009-07-281-7/+7
| | | | is always the same, the only thing that changes is the slice.
* Add prototypeScott Ullrich2009-07-241-0/+1
|
* Add debugmode sysctlsScott Ullrich2009-07-241-0/+4
|
* Use $BOOT_DRIVEScott Ullrich2009-07-061-2/+2
|
* Really set boot slice correctlyScott Ullrich2009-07-061-12/+13
|
* Set boot slice correctly (reversed logic)Scott Ullrich2009-07-051-1/+1
|
* Add and use fdisk_upgrade_log.txtScott Ullrich2009-07-051-0/+2
|
* Add a <p/> between messageScott Ullrich2009-07-051-1/+1
|
* Note that the newly duplicated slice has not been set as the active slice.Scott Ullrich2009-07-051-1/+1
|
* Show $ORIGINSLICE -> $DESTSLICEScott Ullrich2009-07-051-2/+4
|
* Add missing ;Scott Ullrich2009-07-051-2/+2
|
OpenPOWER on IntegriCloud