Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Set boot slice correctly (reversed logic) | Scott Ullrich | 2009-07-05 | 1 | -1/+0 |
| | |||||
* | Add and use fdisk_upgrade_log.txt | Scott Ullrich | 2009-07-05 | 1 | -38/+39 |
| | |||||
* | Send file list to its own logfile | Scott Ullrich | 2009-07-05 | 1 | -1/+1 |
| | |||||
* | Add NanoBSD support | Scott Ullrich | 2009-07-05 | 1 | -1/+8 |
| | |||||
* | Fix option #2 in firmware upgrade (console) for NanoBSD, bdiff. | Scott Ullrich | 2009-07-05 | 1 | -2/+2 |
| | |||||
* | Remove newline | Scott Ullrich | 2009-07-05 | 1 | -1/+1 |
| | |||||
* | Add newline before DANGER | Scott Ullrich | 2009-07-05 | 1 | -1/+1 |
| | |||||
* | Add digital secutiry signature check to console upgrades. | Scott Ullrich | 2009-07-05 | 1 | -2/+27 |
| | |||||
* | Remove foot shooting code that was commented out. It is not necessary for ↵ | Scott Ullrich | 2009-07-05 | 1 | -11/+2 |
| | | | | this. Enhance a comment about why we need boot0cfg | ||||
* | Use tgz | Scott Ullrich | 2009-07-05 | 1 | -2/+1 |
| | |||||
* | Use obs and gzip -dc | Scott Ullrich | 2009-07-05 | 1 | -2/+2 |
| | |||||
* | Expand /var to 60 megabytes to fix the uploading images to firmware upgrade ↵ | Scott Ullrich | 2009-07-05 | 1 | -1/+1 |
| | | | | on nanbsd. | ||||
* | Rename nanobsd firmware .bz2 | Scott Ullrich | 2009-07-05 | 1 | -1/+2 |
| | |||||
* | Set active partition with boot0cfg too | Scott Ullrich | 2009-07-05 | 1 | -3/+3 |
| | |||||
* | Use bzcat | Scott Ullrich | 2009-07-05 | 1 | -2/+6 |
| | |||||
* | Remove debugflags and boot0cfg. NanoBSD does not use either of these when ↵ | Scott Ullrich | 2009-07-05 | 1 | -12/+12 |
| | | | | upgrading. | ||||
* | Reset log file on each invocation | Scott Ullrich | 2009-07-04 | 1 | -0/+4 |
| | |||||
* | Use fsck_ufs | Scott Ullrich | 2009-07-04 | 1 | -2/+2 |
| | |||||
* | Get a complete find prinout of disk structure | Scott Ullrich | 2009-07-04 | 1 | -0/+4 |
| | |||||
* | Use 64k block size | Scott Ullrich | 2009-07-04 | 1 | -1/+1 |
| | |||||
* | Use same block size (64k) as builder scripts. | Scott Ullrich | 2009-07-04 | 1 | -1/+1 |
| | |||||
* | Make upgrade file easier to read | Scott Ullrich | 2009-07-04 | 1 | -2/+10 |
| | |||||
* | Add configurable option to enable glxsb. | jim-p | 2009-07-04 | 2 | -0/+14 |
| | |||||
* | Output bsdlabel -A diagnostics as well | Scott Ullrich | 2009-07-03 | 1 | -0/+9 |
| | |||||
* | Output all slice information prior to upgrade, after dd operations and the ↵ | Scott Ullrich | 2009-07-03 | 1 | -0/+15 |
| | | | | final. | ||||
* | Output logs to /conf/ | Scott Ullrich | 2009-07-03 | 1 | -83/+97 |
| | |||||
* | revert | Scott Ullrich | 2009-07-03 | 1 | -1/+1 |
| | |||||
* | Use COMPLETE_PATH | Scott Ullrich | 2009-07-03 | 1 | -1/+1 |
| | |||||
* | Set kern.polling.idle_poll to 1 to match the FreeBSD 4.x behavior. Message ↵ | Scott Ullrich | 2009-07-03 | 1 | -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 Mos | 2009-07-03 | 1 | -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çi | 2009-07-03 | 1 | -2/+4 |
| | | | | changed in PHP5. | ||||
* | Print the correct interface name to be used. This is reported on Issue #19 ↵ | Ermal Luçi | 2009-07-03 | 1 | -2/+2 |
| | | | | as a bug but really it is not. | ||||
* | remove unused variable | Scott Ullrich | 2009-07-02 | 1 | -3/+0 |
| | |||||
* | No need for special etc handling | Scott Ullrich | 2009-07-02 | 1 | -18/+11 |
| | |||||
* | Fix check for file. | Ermal Luçi | 2009-07-02 | 1 | -1/+1 |
| | |||||
* | Convert even ssh key gen to the new subsystem_dirty calls. | Ermal Luçi | 2009-07-01 | 2 | -10/+6 |
| | |||||
* | Prevent recursive calls to conf_mount_* | Ermal Luçi | 2009-07-01 | 1 | -1/+7 |
| | |||||
* | Remove trailing / | Scott Ullrich | 2009-07-01 | 1 | -1/+1 |
| | |||||
* | Remove trailing / | Scott Ullrich | 2009-07-01 | 1 | -1/+1 |
| | |||||
* | Add missing / | Scott Ullrich | 2009-07-01 | 1 | -1/+1 |
| | |||||
* | Correct the name its parse_config | Scott Ullrich | 2009-06-30 | 1 | -4/+4 |
| | |||||
* | Sleep for 10 seconds before rebooting and allow disks to catch up | Scott Ullrich | 2009-06-30 | 1 | -0/+5 |
| | |||||
* | Nuke sajax files, they are no longer needed and can break the CPU meter. | Scott Ullrich | 2009-06-30 | 1 | -1/+3 |
| | |||||
* | Fix nanobsd update detection | Renato Botelho | 2009-06-30 | 1 | -2/+2 |
| | |||||
* | Convert even voucher to the new subsystem_dirty functions. This reduces ↵ | Ermal Luçi | 2009-06-30 | 1 | -7/+5 |
| | | | | another global. | ||||
* | * Reorganize the 'apply' button infrustructure in the GUI. | Ermal Luçi | 2009-06-30 | 4 | -23/+44 |
| | | | | | | - 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 | ||||
* | * Garbage collect a variable used for lockfile in the CP before but is ↵ | Ermal Luçi | 2009-06-30 | 2 | -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çi | 2009-06-30 | 2 | -1/+3 |
| | | | | http://forum.pfsense.org/index.php/topic,8672.0.html. | ||||
* | Mount RW when script launches | Scott Ullrich | 2009-06-30 | 1 | -6/+3 |
| | |||||
* | Add stub for update_output_window() if it does not exist | Scott Ullrich | 2009-06-30 | 1 | -0/+5 |
| |