| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
NET_NEEDS_GIANT. netatm has been disconnected from the build for ten
months in HEAD/RELENG_7. Specifics:
- netatm include files
- netatm command line management tools
- libatm
- ATM parts in rescue and sysinstall
- sample configuration files and documents
- kernel support as a module or in NOTES
- netgraph wrapper nodes for netatm
- ctags data for netatm.
- netatm-specific device drivers.
MFC after: 3 weeks
Reviewed by: bz
Discussed with: bms, bz, harti
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
Requested by: brooks
Reminded by: brooks, about halfway through his BSDCan talk
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The rc.initdiskless functionality is used by NanoBSD to allow configuration
files to live on a separate configuration slice, which acts as NVRAM, whilst
the system image is mounted read-only.
Normally, if the remount command fails during boot, this is regarded as
a fatal error. If /conf/T/M/remount_optional is present, this error is
non-fatal. If the file is not present, the default behaviour is unchanged.
This is very useful for people building live CD images using FreeBSD,
where the NVRAM lives somewhere completely differently from the system image,
and may be present on removable media which is not present during the
initial boot.
|
|
|
|
|
|
|
|
|
| |
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:
|
| |
|
|
|
|
|
|
| |
interfaces.
Correctly return status from childif_create().
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
all non-style changes made by heimdal to our own libgssapi.
|
|
|
|
|
|
| |
This allows <sys/mpt_ioctl.h> to be used from userland.
Prodded by: scottl
|
|
|
|
|
|
|
| |
still work even if it's not in the shell's path.
PR: conf/122215
MFC after: 1 week
|
| |
|
|
|
|
| |
Reported by: Randy Bush
|
|
|
|
|
| |
Noticed by: oliver
MFC after: 1 week
|
|
|
|
| |
entries.
|
|
|
|
| |
variable form with wlans_<ifn>.
|
|
|
|
| |
MFC after: 3 days
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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!
|
| |
|