| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
track.
The Id line is normally at the bottom of the main comment block in the
man page, separated from the rest of the manpage by an empty comment,
like so;
.\" $Id$
.\"
If the immediately preceding comment is a @(#) format ID marker than the
the $Id$ will line up underneath it with no intervening blank lines.
Otherwise, an additional blank line is inserted.
Approved by: bde
|
| |
| |
| |
| | |
Approved by: bde
|
| | |
|
| |
| |
| |
| | |
PR: 12589
|
| | |
|
| | |
|
|\ \
| | |
| | |
| | | |
which included commits to RCS files with non-trunk default branches.
|
| /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
userland code. Using apmd.conf, the apmd(8) configuration file, you
can select the APM events to be handled from userland and specify the
commands for a given event, allowing APM behaviour to be configured
flexibly.
Have Fun!
Submitted by: iwasaki, KOIE Hidetaka <hide@koie.org>
Reviewed by: -hackers, -mobile and bsd-nomads ML folks.
Contributed by: Warner Losh <imp@FreeBSD.org>,
Hiroshi Yamashita <bluemoon@msj.biglobe.ne.jp>,
Yoshihiko SARUMARU <mistral@imasy.or.jp>,
Norihiro Kumagai <kuma@nk.rim.or.jp>,
NAKAGAWA Yoshihisa <nakagawa@jp.FreeBSD.org>, and
Nick Hilliard <nick@foobar.org>.
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
service. Inetd already uses the process title to indicate that a request
for an internal service is being serviced, so this addition is fairly
orthogonal.
Submitted by: David Malone <dwmalone@maths.tcd.ie>
|
| |
| |
| |
| |
| |
| |
| | |
each other. Instead of allowing the -w option to be specified twice,
we now take -w (wrap external) and -W (wrap internal).
Discussed with: markm
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
gigabit ethernet adapters. This includes two single port cards
(single mode and multimode fiber) and two dual port cards (also single
mode and multimode fiber). SysKonnect is currently the only
vendor with a dual port gigabit ethernet NIC.
The ports on dual port adapters are treated as separate network
interfaces. Thus, if you have an SK-9844 dual port SX card, you
should have both sk0 and sk1 interfaces attached. Dual port cards
are implemented using two XMAC II chips connected to a single
SysKonnect GEnesis controller. Hence, dual port cards are really
one PCI device, as opposed to two separate PCI devices connected
through a PCI to PCI bridge. Note that SysKonnect's drivers use
the two ports for failover purposes rather that as two separate
interfaces, plus they don't support jumbo frames. This applies to
their Linux driver too. :)
Support is provided for hardware multicast filtering, BPF and
jumbo frames. The SysKonnect cards support TCP checksum offload
however this feature is not currently enabled (hopefully it will
be once we get checksum offload support).
There are still a few things that need to be implemeted, like
the ability to communicate with the on-board LM80 voltage/temperature
monitor, but I wanted to get the driver under CVS control and into
-current so people could bang on it.
A big thanks for SysKonnect for making all their programming info
for these cards (and for their FDDI and token ring cards) available
without NDA (see www.syskonnect.com).
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
Now we don't have to make clean before make boot.flp's.
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
ntpdate.
PR: docs/12344
Submitted by: Gerhard Gonter <gonter@whisky.wu-wien.ac.at>
Reviewed by: nik
|
| |
| |
| |
| |
| |
| |
| | |
Grammar and Spelling Reviewed by: mpp
While mpp kindly checked grammar and spelling, any technical errors
remaining in the man pages are entirely of mine.
|
| | |
|
| | |
|
| |
| |
| |
| | |
the kernel source now.
|
| |
| |
| |
| | |
Submitted by: Ruslan Ermilov <ru@ucb.crimea.ua>
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
internal services in inetd.conf .
The inetd(8) manpage used to say that the official name of a service
_must_ be used, yet inetd itself was hardcoded to used a service alias for
the auth service, namely ident!
Rather than change inetd.conf and break existing configurations on next
upgrade, we now allow service aliases as well as official names. This
allows the software to work as expected and still support existing
configurations.
This should not breaking existing wrapped configurations either and the
inetd(8) manpage already states that it is the service name specified in
inetd.conf that is used for calls to hosts_access(3).
PR: 11796
Reported by: Alex Charalabidis <alex@wnm.net>
Approved by: des
|
| |
| |
| |
| |
| | |
internal service should be used as the daemon name when constructing
hosts_access(5) rules.
|
| |
| |
| |
| |
| |
| | |
legacy behaviour inherited from systems that don't have /dev/stdin.
Requested by: bde
|
| |
| |
| |
| |
| |
| | |
used. Doh!
Embarassingly-pointed-out-by: Brian Dean <brdean@unx.sas.com>
|
| |
| |
| |
| | |
PR: bin/11315
|
| |
| |
| |
| |
| |
| |
| |
| | |
options FOO=10 # comment
would give FOO the value of "10 " and that caused unwanted
touches on the opt_*.h files.
I hope I've got this right..
|
| |
| |
| |
| | |
can happen when options are removed from the options files.
|
| |
| |
| |
| | |
Submitted by: David Malone <dwmalone@maths.tcd.ie>
|
| |
| |
| |
| | |
does log all connections.
|
| |
| |
| |
| |
| |
| |
| | |
input may be used (e.g. gunzip -c /var/log/wtmp.Jan.gz | ac -w - ).
PR: 12467
Submitted by: wollman
|
| |
| |
| |
| | |
Obtained from: OpenBSD
|
| | |
|
| |
| |
| |
| | |
(I'll port it later...)
|
| | |
|
| |
| |
| |
| |
| |
| | |
PR: doc/10331
Reviewed by: mpp@freebsd.org
Submitted by: Andreas Gustafsson <gson@araneus.fi>
|
| |
| |
| |
| | |
function is also used by chpass(1) and passwd(1).
|
| |
| |
| |
| | |
Approved by: mpp
|
| |
| |
| |
| | |
Reported by: David Malone <dwmalone@maths.tcd.ie>
|
| |
| |
| |
| | |
consistant with chown(8).
|
| | |
|
| |
| |
| |
| |
| | |
Requested by: obrien
Approved by: mpp
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
twice to enable wrapping for internal wrapping as well. If the option is
not specified wrapping is turned off so that inetd will behave exactly
as it used to before TCP Wrappers was imported.
Change etc/defaults/rc.conf so as to encourage wrapping on new systems.
Clarify the use of TCP Wrappers in the IMPLEMENTATION NOTES of the
manual page.
Approved by: jkh
|
| | |
|