summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Test better with function change.Ermal Luçi2009-07-081-2/+2
|
* Use the available function to avoid some errors.Ermal Luçi2009-07-081-3/+3
|
* Remove openvpn.inc from functions.inc since its just a subsystem that does ↵Ermal Luçi2009-07-083-4/+2
| | | | not need to be present on all of the includes.
* Append several functions the filter_ prefix to know they are part of ↵Ermal Luçi2009-07-081-18/+16
| | | | | | filter.inc as any other function in this file. Remove a call to system_routing_configure on filter_configure_sync since these should have been taken care from the respective subsystem.
* Rename generate_ipsec_filter_rules to filter_generate_ipsec_rules; Rename ↵Ermal Luçi2009-07-081-9/+9
| | | | generate_user_filter_rule* to filter_generate_user_rule*
* Remove pkg-utils.inc dependency on filter.inc this brings speed improvements ↵Ermal Luçi2009-07-081-66/+1
| | | | and makes a clear distinction on subsystems.
* Add isvm() function which will return true if it detects that we are running ↵Scott Ullrich2009-07-071-0/+17
| | | | in a virtualized environment
* Add a seatbelt check to ensure the on disk partition is the same size (or ↵Scott Ullrich2009-07-071-0/+12
| | | | larger) and bail if it has any issues.
* Addd missing */Scott Ullrich2009-07-071-1/+1
|
* Rename the vlan interface after assigning the parent interface.Ermal Luçi2009-07-071-2/+2
|
* Fix Bug #26. This can be easily backported to 1.2.x.Ermal Luçi2009-07-071-7/+7
|
* Add suhosin moduleScott Ullrich2009-07-061-0/+1
|
* We need to be RW to modify user information.Scott Ullrich2009-07-061-0/+6
|
* Oops, add needed echo ''Scott Ullrich2009-07-061-1/+1
|
* Broadcast to all ttys that a RRD upgrade is in progress.Scott Ullrich2009-07-061-1/+1
|
* Present hook points for packages to present their rules.Ermal Luçi2009-07-062-37/+52
| | | | | This allows to remove the filter.inc dependecy from pkg-utils.inc and simplifies lot of package writing as concerened to the firewall. The rules hardcoded in filter.inc for some packages will be removed at a second pass.
* Correct variable names so that the logging is useful.Seth Mos2009-07-061-2/+1
| | | | Remove racoon reload signal
* Set boot slice correctly (reversed logic)Scott Ullrich2009-07-051-1/+0
|
* Add and use fdisk_upgrade_log.txtScott Ullrich2009-07-051-38/+39
|
* Send file list to its own logfileScott Ullrich2009-07-051-1/+1
|
* Add NanoBSD supportScott Ullrich2009-07-051-1/+8
|
* Fix option #2 in firmware upgrade (console) for NanoBSD, bdiff.Scott Ullrich2009-07-051-2/+2
|
* Remove newlineScott Ullrich2009-07-051-1/+1
|
* Add newline before DANGERScott Ullrich2009-07-051-1/+1
|
* Add digital secutiry signature check to console upgrades.Scott Ullrich2009-07-051-2/+27
|
* Remove foot shooting code that was commented out. It is not necessary for ↵Scott Ullrich2009-07-051-11/+2
| | | | this. Enhance a comment about why we need boot0cfg
* Use tgzScott Ullrich2009-07-051-2/+1
|
* Use obs and gzip -dcScott Ullrich2009-07-051-2/+2
|
* Expand /var to 60 megabytes to fix the uploading images to firmware upgrade ↵Scott Ullrich2009-07-051-1/+1
| | | | on nanbsd.
* Rename nanobsd firmware .bz2Scott Ullrich2009-07-051-1/+2
|
* Set active partition with boot0cfg tooScott Ullrich2009-07-051-3/+3
|
* Use bzcatScott Ullrich2009-07-051-2/+6
|
* Remove debugflags and boot0cfg. NanoBSD does not use either of these when ↵Scott Ullrich2009-07-051-12/+12
| | | | upgrading.
* Reset log file on each invocationScott Ullrich2009-07-041-0/+4
|
* Use fsck_ufsScott Ullrich2009-07-041-2/+2
|
* Get a complete find prinout of disk structureScott Ullrich2009-07-041-0/+4
|
* Use 64k block sizeScott Ullrich2009-07-041-1/+1
|
* Use same block size (64k) as builder scripts.Scott Ullrich2009-07-041-1/+1
|
* Make upgrade file easier to readScott Ullrich2009-07-041-2/+10
|
* Add configurable option to enable glxsb.jim-p2009-07-042-0/+14
|
* Output bsdlabel -A diagnostics as wellScott Ullrich2009-07-031-0/+9
|
* Output all slice information prior to upgrade, after dd operations and the ↵Scott Ullrich2009-07-031-0/+15
| | | | final.
* Output logs to /conf/Scott Ullrich2009-07-031-83/+97
|
* revertScott Ullrich2009-07-031-1/+1
|
* Use COMPLETE_PATHScott 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
|
OpenPOWER on IntegriCloud