View | Details | Raw Unified | Return to bug 259636 | Differences between
and this patch

Collapse All | Expand All

(-)b/contrib/llvm-project/clang/include/clang/Basic/Diagnostic.h (-2 / +2 lines)
Lines 752-758 class DiagnosticsEngine : public RefCountedBase<DiagnosticsEngine> { Link Here
752
  /// WARNINGs and EXTENSIONs can be mapped arbitrarily.
752
  /// WARNINGs and EXTENSIONs can be mapped arbitrarily.
753
  ///
753
  ///
754
  /// \param Loc The source location that this change of diagnostic state should
754
  /// \param Loc The source location that this change of diagnostic state should
755
  /// take affect. It can be null if we are setting the latest state.
755
  /// take effect. It can be null if we are setting the latest state.
756
  void setSeverity(diag::kind Diag, diag::Severity Map, SourceLocation Loc);
756
  void setSeverity(diag::kind Diag, diag::Severity Map, SourceLocation Loc);
757
757
758
  /// Change an entire diagnostic group (e.g. "unknown-pragmas") to
758
  /// Change an entire diagnostic group (e.g. "unknown-pragmas") to
Lines 765-771 class DiagnosticsEngine : public RefCountedBase<DiagnosticsEngine> { Link Here
765
  /// state of the -Wfoo group and vice versa.
765
  /// state of the -Wfoo group and vice versa.
766
  ///
766
  ///
767
  /// \param Loc The source location that this change of diagnostic state should
767
  /// \param Loc The source location that this change of diagnostic state should
768
  /// take affect. It can be null if we are setting the state from command-line.
768
  /// take effect. It can be null if we are setting the state from command-line.
769
  bool setSeverityForGroup(diag::Flavor Flavor, StringRef Group,
769
  bool setSeverityForGroup(diag::Flavor Flavor, StringRef Group,
770
                           diag::Severity Map,
770
                           diag::Severity Map,
771
                           SourceLocation Loc = SourceLocation());
771
                           SourceLocation Loc = SourceLocation());
(-)b/contrib/sendmail/contrib/buildvirtuser (-1 / +1 lines)
Lines 66-72 files with: Link Here
66
66
67
If a new domain is added (i.e., by adding a new file to
67
If a new domain is added (i.e., by adding a new file to
68
/etc/mail/virtusers/), the sendmail daemon must be restarted for the change
68
/etc/mail/virtusers/), the sendmail daemon must be restarted for the change
69
to take affect.
69
to take effect.
70
70
71
=head1 EXAMPLES
71
=head1 EXAMPLES
72
72
(-)b/share/man/man4/bpf.4 (-1 / +1 lines)
Lines 698-704 will start receiving Link Here
698
when packets arrive.
698
when packets arrive.
699
Note that you must do an
699
Note that you must do an
700
.Dv FIOSETOWN
700
.Dv FIOSETOWN
701
in order for this to take affect,
701
in order for this to take effect,
702
as the system will not default this for you.
702
as the system will not default this for you.
703
The signal may be changed via
703
The signal may be changed via
704
.Dv BIOCSRSIG .
704
.Dv BIOCSRSIG .
(-)b/share/man/man4/bxe.4 (-1 / +1 lines)
Lines 88-94 There a number of configuration parameters that can be set to tweak the Link Here
88
driver's behavior.
88
driver's behavior.
89
These parameters can be set via the
89
These parameters can be set via the
90
.Xr loader.conf 5
90
.Xr loader.conf 5
91
file to take affect during the next system boot.
91
file to take effect during the next system boot.
92
The following parameters affect
92
The following parameters affect
93
ALL instances of the driver.
93
ALL instances of the driver.
94
.Bl -tag -width indent
94
.Bl -tag -width indent
(-)b/sys/dev/e1000/e1000_phy.c (-1 / +1 lines)
Lines 2020-2026 s32 e1000_phy_force_speed_duplex_ife(struct e1000_hw *hw) Link Here
2020
 *  disable auto-negotiation, configure duplex, configure speed, configure
2020
 *  disable auto-negotiation, configure duplex, configure speed, configure
2021
 *  the collision distance, write configuration to CTRL register.  The
2021
 *  the collision distance, write configuration to CTRL register.  The
2022
 *  caller must write to the PHY_CONTROL register for these settings to
2022
 *  caller must write to the PHY_CONTROL register for these settings to
2023
 *  take affect.
2023
 *  take effect.
2024
 **/
2024
 **/
2025
void e1000_phy_force_speed_duplex_setup(struct e1000_hw *hw, u16 *phy_ctrl)
2025
void e1000_phy_force_speed_duplex_setup(struct e1000_hw *hw, u16 *phy_ctrl)
2026
{
2026
{
(-)b/sys/dev/igc/igc_phy.c (-1 / +1 lines)
Lines 592-598 s32 igc_setup_copper_link_generic(struct igc_hw *hw) Link Here
592
 *  disable auto-negotiation, configure duplex, configure speed, configure
592
 *  disable auto-negotiation, configure duplex, configure speed, configure
593
 *  the collision distance, write configuration to CTRL register.  The
593
 *  the collision distance, write configuration to CTRL register.  The
594
 *  caller must write to the PHY_CONTROL register for these settings to
594
 *  caller must write to the PHY_CONTROL register for these settings to
595
 *  take affect.
595
 *  take effect.
596
 **/
596
 **/
597
void igc_phy_force_speed_duplex_setup(struct igc_hw *hw, u16 *phy_ctrl)
597
void igc_phy_force_speed_duplex_setup(struct igc_hw *hw, u16 *phy_ctrl)
598
{
598
{
(-)b/sys/dev/isci/scil/scif_sas_controller.c (-1 / +1 lines)
Lines 561-567 SCI_STATUS scif_user_parameters_set( Link Here
561
561
562
   // In the future more could be done to prevent setting parameters at the
562
   // In the future more could be done to prevent setting parameters at the
563
   // wrong time, but for now we'll simply set the values even if it is too
563
   // wrong time, but for now we'll simply set the values even if it is too
564
   // late for them to take affect.
564
   // late for them to take effect.
565
   return SCI_SUCCESS;
565
   return SCI_SUCCESS;
566
}
566
}
567
567
(-)b/sys/dev/mlx4/mlx4_core/mlx4_cmd.c (-2 / +1 lines)
Lines 3110-3116 int mlx4_set_vf_rate(struct mlx4_dev *dev, int port, int vf, int min_tx_rate, Link Here
3110
			mlx4_info(dev, "VF in VGT mode (needed VST)\n");
3110
			mlx4_info(dev, "VF in VGT mode (needed VST)\n");
3111
3111
3112
		mlx4_info(dev,
3112
		mlx4_info(dev,
3113
			  "rate %d take affect when VF moves to valid state\n",
3113
			  "rate %d take effect when VF moves to valid state\n",
3114
			  max_tx_rate);
3114
			  max_tx_rate);
3115
		return 0;
3115
		return 0;
3116
	}
3116
	}
Lines 3286-3289 int mlx4_vf_set_enable_smi_admin(struct mlx4_dev *dev, int slave, int port, Link Here
3286
	return 0;
3286
	return 0;
3287
}
3287
}
3288
EXPORT_SYMBOL_GPL(mlx4_vf_set_enable_smi_admin);
3288
EXPORT_SYMBOL_GPL(mlx4_vf_set_enable_smi_admin);
3289
(-)b/usr.sbin/bsdconfig/security/include/messages.subr (-1 / +1 lines)
Lines 33-39 msg_exit="Exit" Link Here
33
msg_exit_this_menu="Exit this menu"
33
msg_exit_this_menu="Exit this menu"
34
msg_highly_secure="Highly Secure"
34
msg_highly_secure="Highly Secure"
35
msg_highly_secure_mode="Highly secure mode"
35
msg_highly_secure_mode="Highly secure mode"
36
msg_menu_text="This menu allows you to configure aspects of the operating system security\npolicy.  Please read the system documentation carefully before modifying\nthese settings, as they may cause service disruption if used improperly.\n\nMost settings will take affect only following a system reboot."
36
msg_menu_text="This menu allows you to configure aspects of the operating system security\npolicy.  Please read the system documentation carefully before modifying\nthese settings, as they may cause service disruption if used improperly.\n\nMost settings will take effect only following a system reboot."
37
msg_network_secure="Network Secure"
37
msg_network_secure="Network Secure"
38
msg_network_secure_mode="Network secure mode"
38
msg_network_secure_mode="Network secure mode"
39
msg_nfs_port="NFS port"
39
msg_nfs_port="NFS port"

Return to bug 259636