Kill reference to ndisapi.9 here as well, it doesn't exist.
PR: 82114
Point users to ndisgen(8) over directly interacting with ndiscvt(8) as the
former is easier to use.
PR: 97231
Approved by: re (hrs)
The SIOCSIFNETMASK ioctl was removed from tun.c, thus remove mention of
it in the tun.4 manual page.
PR: 98541
Submitted by: David Gilbert (In actuality it was submitted by bz@)
Approved by: re (hrs)
: The 'device fd' line became obsolete some years ago, when the transition
: to device hints was committed. The GENERIC kernel configuration lost
: its 'device fd' line at revision 1.260, committed by peter@ on
: 2000/06/13 22:28:46 UTC.
:
: Delete the reference to 'device fd', to avoid kernel build breakage like
: the one described in the PR audit trail.
:
: PR: docs/91448
: Submitted by: Eugene Grosbein <eugen@grosbein.pp.ru>
: MFC after: 1 week
Approved by: re (bmah)
- convert to the current style of section 4 man pages
- s/ip.forwarding/net.inet.ip.forwarding/ to match reality
- s/ifconfig tunnel greN/ifconfig greN tunnel/
Approved by: re (bmah), keramida (mentor), trhodes (mentor)
ipfw from within loader.conf
- Remove IPDIVERT kernel option
- Add notes about IPFIREWALL_DEFAULT_TO_ACCEPT and IPFIREWALL_FORWARD
This change syncs this man page with the -CURRENT version.
Approved by: re (bmah), keramida (mentor), trhodes (mentor)
feature is that we can now specify additional command line
parameters, which makes it possible to use applications, e.g.
mini_sendmail as a sendmail replacement.
Approved by: re (hrs)
- Remove SCHED_ULE from GENERIC to better avoid foot-shooting by
unsuspecting users.
- Add a comment in NOTES about experimental status of SCHED_ULE.
- Make warning about experimental status in sched_ule(4) a bit
stronger.
This is not an exact MFC since we don't have alpha in -CURRENT.
Approved by: re (kensmith)
- Make the PROBE_KEYBOARD compile-time option of pxeboot(8) better
resemble the -P option in boot2, i.e., if keyboard isn't present
then boot with both RB_SERIAL and RB_MULTIPLE set.
- Document BOOT_PXELDR_ALWAYS_SERIAL and BOOT_PXELDR_PROBE_KEYBOARD
options of pxeboot(8).
in HEAD. [1]
- Remove Digital DEPCA from the list of supported hardware; DEPCA
cards use shared memory for the buffers and descriptors but the
current ISA front-end of lnc(4) only knows about adapters that
use DMA instead (lnc(4) did support DEPCA in the past though).
Reviewed by: ru [1]
- Use full name of the Sun PGX64 cards and add the Sun part number
in order to simplify matters for people who are looking for a video
card supported by FreeBSD/sparc64.
- Add Sun PGX to the list of known working cards.
- s/UltraSparc/UltraSPARC/
- Add info about the requirement of OFW support.
- s/gigabit/Gigabit/
- Talk about supported chips rather than supported cards as the majority
of the hardware supported by gem(4) is on-board.
- "the .Nm driver"
- Sort the list of supported chips alphabetically.
- Sun GEM aren't used on-board though, so don't claim they'd be.
- Add a CAVEATS section informing that Sun GEM cards aren't supported
so far.
- Add the usual info about loading as module on startup to the SYNOPSIS.
Turn off by default "feature" that overwrites MAC address
on output frames.
Many people were confused with not working CARP, ng_bridge(4)
and other subsystems, because ng_ether(4) overwritten source
MAC address.
- Use our standard section 4 SYNOPSIS layout.
- Remove the references to the README. All information the references
refer to are actually more up to date in our manpages.