| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Reviewed by: secteam (simon)
Reviewed by: brooks, bz
|
|
|
|
|
|
|
| |
during boot. Right now this is disabled by default, but it can be enabled
by setting 'crashinfo_enable=YES' in rc.conf.
MFC after: 2 weeks
|
| |
|
| |
|
| |
|
|
|
|
| |
Requested by: many
|
|
|
|
| |
requested it. This is too dangerous to just do behind the admin's back.
|
|
|
|
|
|
|
| |
chroot /etc directory.
PR: conf/121101
Submitted by: Stefan `Sec` Zehl <sec@42.org>
|
| |
|
|
|
|
|
|
|
|
| |
if it exists. This mirrors similar behavior for /boot/loader.conf and
/etc/rc.conf.
Obtained from: Yahoo!
MFC after: 1 week
|
|
|
|
| |
sio# to uart# so that out-of-the-box FreeBSD is consistent.
|
|
|
|
| |
sio# to uart# so that out-of-the-box FreeBSD is consistent.
|
|
|
|
|
|
|
|
|
|
|
| |
to allow them to do a "clean" shutdown.
I purposely avoided making changes to network-related stuff since the
system shutting down is pretty conclusive, and there may be complicated
dependencies on the network that I would rather not try to unravel.
I also skipped kerberos-related stuff for the reasons above, and
because I have no way to test it.
|
| |
|
|
|
|
| |
information in quiet mode.
|
|
|
|
| |
script uses $dumpdir directly.
|
|
|
|
|
|
| |
that $dumpdev is not set to "AUTO".
Reported by: Paul B. Mahol <onemda@gmail.com>
|
|
|
|
| |
successfull. Issue a warning if it fails, however.
|
|
|
|
|
| |
running in quiet mode since if we fail to mount any of them the boot
process gets interrupted.
|
|
|
|
| |
issue a warning of it fails to set the sysctls.
|
|
|
|
|
|
|
| |
double-checked my setup before commiting.
Noticed by: Florian Smeets
Pointy hat to: mtm
|
| |
|
|
|
|
|
| |
rc.d.
Note: errors are not affected by this flag.
|
|
|
|
|
|
|
|
|
| |
others. In the case where it displayed warnings it would still return
succesfully. Modify it so that it returns the number of sysctls that
it was not able to set.
Make use of this in rc.d to display only *unsuccessfull* attempts to
set sysctls.
|
|
|
|
| |
no core dump hide the message to that effect behind $rc_quiet.
|
|
|
|
|
|
|
|
|
| |
the interface name of interfaces that were configured.
This change has the added benefit that ifn_start() and
ifn_stop() in network.subr no longer write to standard output.
Whether to output and what to output is now handled entirely
in rc.d/netif.
|
|
|
|
|
| |
causing calls to netoptions_init() to not properly set a global variable,
which ended up being in the parent shell.
|
|
|
|
| |
implement their own start command.
|
|
|
|
| |
diagnostics). Instead, move output behind $rc_quiet.
|
|
|
|
| |
diagnostic ouput only if the command fails.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
enabled.
|
|
|
|
| |
initialization doesn't get printed unless ibcs2_enable is set.
|
|
|
|
| |
there actually are filesystems of that type to mount.
|
|
|
|
| |
are local (pre rc.d) scripts to run.
|
|
|
|
|
|
| |
compatibility.
Requested by: Volker <volker@vwsoft.com>
|
|
|
|
|
|
|
| |
a new defaultroute script that just does the wait. The previous attempt
created a circular dependency through network_ipv6.
Pointy hat to: brooks
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
parts relied on the now removed NET_NEEDS_GIANT.
Most of I4B has been disconnected from the build
since July 2007 in HEAD/RELENG_7.
This is what was removed:
- configuration in /etc/isdn
- examples
- man pages
- kernel configuration
- sys/i4b (drivers, layers, include files)
- user space tools
- i4b support from ppp
- further documentation
Discussed with: rwatson, re
|
|
|
|
|
|
|
| |
non-dhcp interfaces to negotiate/associate this will make more sense.
This also correctly gets run after both devd and netif are run so it has
a chance of working.
|
|
|
|
|
|
|
|
|
| |
To preserve the existing behavior of etc/rc.d/netif, add code to wait
up to if_up_delay seconds (30 seconds by default) for a default route to
be configured if there are any dhcp interfaces. This should be extended
to test that the interface is actually up.
X-MFC after:
|
|
|
|
|
|
|
|
| |
none or if the file doesn't exist (there's no ntp.conf in the base install).
PR: conf/119592
Submitted by: Renaud Waldura <renaud+freebsd@waldura.org>
MFC after: 1 week
|
|
|
|
|
|
|
| |
still work even if it's not in the shell's path.
PR: conf/122215
MFC after: 1 week
|
|
|
|
|
| |
Noticed by: Igor Sysoev
MFC after: 3 days
|
| |
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|