| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
more wlans_<ifn> and create_args_<ifn>
Add documentation for these variants and generally update the wireless
device example.
There is are very short lived shim from vaps_<ifn> which produces
a warning and vap_create_<ifn> which does not. Misuse the MFC
notification service to remind me to remove them.
MFC after: 3 weeks
|
|
|
|
|
| |
are more flexable and much text-dump like output can be produced from
them so there's a good argument they are a better default.
|
|
|
|
|
| |
Noticed by: Igor Sysoev
MFC after: 3 days
|
|
|
|
|
|
|
| |
on panic. This means you get a potentially useful dump even if your system
is running X when you panic.
X-MFC after: never
|
| |
|
|
|
|
| |
Support by: Hobnob
|
|
|
|
|
|
|
|
| |
only work if there's just one interface doing dhcp. This version implements
the same logic as the version in the PR, but uses pgrep to be less verbose.
PR: conf/95905
MFC after: 1 week
|
|
|
|
|
|
|
| |
ppp_start_profile().
Reported by: yar
MFC after: 1 week
|
|
|
|
| |
MFC after: 1 week
|
|
|
|
|
|
|
|
|
| |
mode at boot time. Multiple profiles can be started at the same time.
The whole idea is very similar to the ppp rc script.
Document Bluetooth knobs in rc.conf(5)
MFC after: 1 week
|
|
|
|
|
|
|
|
|
| |
and config file
o change default logging options from -q to -s (log to syslog); this
is currently broken for boot-time startup as syslogd is started too
late but that'll be dealt with separately
MFC after: 2 weeks
|
|
|
|
| |
MFC after: 2 weeks
|
|
|
|
| |
MFC after: 1 week
|
|
|
|
| |
Reviewed by: bz
|
|
|
|
|
|
|
|
| |
mountcritremote REQUIREs FILESYSTEMS, and that script REQUIREs zfs,
so this change is a noop. By removing it we make life a little easier
both for rcorder(8) and for debugging down the road.
Approved by: 2 weeks of silence from pjd
|
|
|
|
|
|
|
|
|
| |
per-profile variables of the form ppp_<profile>_unit. No ppp_unit
variable is supported since tying the same unit to more than one profile
won't work.
PR: conf/122127
MFC after: 1 week
|
|
|
|
| |
Remove ancient compatablity support for gif_interface="NO".
|
|
|
|
|
| |
justify the presence of a (usually empty) /var/log/slip.log on every
FreeBSD box.
|
|
|
|
|
|
|
|
| |
to _ when evaluating ppp_<profile>_nat and ppp_<profile>_mode. Document
the per-profile variables.
PR: conf/121452, conf/122127 (partial)
MFC after: 1 week
|
|
|
|
|
|
|
| |
PR: misc/122069
Submitted by: taku@tekipaki.jp
MFC after: 3 days
Approved by: imp (mentor, implicit trivial change).
|
|
|
|
|
|
|
|
|
| |
modifications merged. I had initially expected that people would
put any local changes into /boot/loader.conf, but it turns out that
editing /boot/device.hints is something many people do.
Suggested by: Jaakko Heinonen
MFC after: 1 week
|
|
|
|
|
|
| |
configure devfs rules in /etc/devfs.conf for ZVOLs.
Submitted by: Yarema <yds@CoolRat.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
that
we can remove the file as early as possible, but shut up nextboot at this moment
if the operation is failed, because /boot is not necessarily a part of /; the
newly added second run is placed in rc.d/mountlate after all filesystems were
mounted.
Discussed at: -rc@
Suggestions from: brooks, mtm
MFC after: 1 month
|
| |
|
|
|
|
|
|
|
|
| |
because another command (echo) is executed between the mount command
and the check.
Reported by: Sergey Baturov <sergey@toor.org.ru>
MFC after: 2 weeks
|
|
|
|
|
|
|
|
|
| |
specific one. Instruct it to listen on all interfaces so that enabling
it in rc.conf(5) works "out of the box."
PR: conf/121406
Submited by: trasz
MFC after: 1 week
|
|
|
|
|
|
|
|
|
| |
scripts at boot. This is currently disabled by default. /etc/ddb.conf
contains some potentially reasonable default scripts.
PR: conf/119995
Submitted by: Scot Hetzel <swhetzel at gmail dot com> (Earlier version)
X-MFC after: textdumps
|
|
|
|
|
|
|
|
| |
commas due to our deconstruction of the line in cf/feature/dnsbl.m4.
PR: 120038
Submitted by: mattijs vreeling
MFC after: 1 week
|
|
|
|
|
|
| |
PR: 118837
Submitted by: Matthew Seaman
MFC after: 1 week
|
|
|
|
| |
IPv6 addresses for 6 of the root name servers!
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
find | sort. As a bonus, this simplifies the logic considerably. Also
remove the bogus "overruning the args to ls" comment and the corresponding
"-n 20" argument to xargs; the whole point with xargs is precisely that it
knows how large the argument list can safely get.
Note that the first run of the updated script may hypotheticall produce
false positives due to differences between find's and sort's sorting
algorithm. I haven't seen this during testing, but others might.
MFC after: 2 weeks
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
rapid wireless association changes in my experience), there is a race
where dhclient is in the process of exiting due to the link going down
when the link coming up causes devd to try and start a new one. This
results is the link being up, but no dhclient running.
Work around this race by checking a second time after a one second delay
before refusing to start a dhclient instance due to one already being
running.
MFC after: 1 week
|
|
|
|
|
|
|
|
| |
is enabled dummynet(4) is added to the list of required modules.
Discussed on: #freebsd-bugbusters (rwatson, trhodes)
PR: conf/79196
MFC after: 1 week
|
|
|
|
|
|
| |
Prompted by PR conf/85363
MFC after: 3 days
|
|
|
|
| |
start using the quiet prefix (i.e. quietstart, quietstop, etc...).
|
|
|
|
| |
start using the quiet prefix (i.e. quietstart, quietstop, etc...).
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
out because the rc.conf(5) variable was not enabled. Display a
message that the command wasn't run and offer suggestions on
what the user can do.
Implement a quiet prefix, which will disable some diagnostics. The
fast prefix also implies quiet. During boot we use either fast or
quiet. For shutdown we already use 'faststop'. So, this informational
message should only appear during interactive use.
An additional benefit of having a quiet prefix is that we can start
putting some of our diagnostic messages behind this knob and start
"de-cluttering" the console during boot and shutdown.
|
|
|
|
|
|
|
|
|
|
| |
during boot and shutdown. I think I'll hide it behind autoboot or
maybe take brooks@ suggestion and implement a different command
prefix for booting/shutdown purposes, but in any case it needs more
thought and attention.
Noticed by: ceri
Pointyhat to: mtm
|
|
|
|
|
|
|
|
| |
silently. Display a message that the command wasn't run and make
possible suggestions for what to do.
PR: conf/118770
MFC after: 1 week
|
|
|
|
|
|
|
|
| |
Re-implement the change so that the script once again works with
the krb5 port.
Submitted by: kensmith (slightly modified)
MFC after: 3 days
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- Allow IP in firewall_nat_interface, just like natd_interface
- Allow additional configuration parameters passed to ipfw via
firewall_nat_flags
- Document firewall_nat_* in defaults/rc.conf
Tested by: Albert B. Wang <abwang at gmail.com>
MFC after: 1 month
|
|
|
|
| |
MFC after: 1 week
|
|
|
|
|
|
|
|
|
| |
included in the kernel by default. Remove reference to this option
from defaults/rc.conf and rc.conf(5).
PR: conf/119098
Submitted by: Beat Gaetzi
MFC after: 1 week
|
|
|
|
|
|
|
| |
authors list, ISBN, URLs.
PR: conf/119590
MFC after: 1 week
|
|
|
|
| |
could theoretically be allocated one day.
|
|
|
|
|
|
|
|
| |
the rejected mail reports to tally the rejects per blacklist without
providing details about individual sender hosts. The default configuration
keeps the reports in their original form.
MFC after: 1 week
|
| |
|