| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
|
|
|
| |
Obtained from: KAME
|
|
|
|
| |
Obtained from: KAME
|
|
|
|
| |
Obtained from: KAME
|
|
|
|
|
|
|
|
|
| |
SYSCTL_LONG macro to be consistent with other integer sysctl variables
and require an initial value instead of assuming 0. Update several
sysctl variables to use the unsigned types.
PR: 15251
Submitted by: Kelly Yancey <kbyanc@posi.net>
|
|
|
|
|
| |
behavior change: policy syntax was changed. you may need to update your
setkey(8) configuration files.
|
|
|
|
|
|
|
| |
with other utilities which offer similar functionality.
This change was discussed with ache, who brought in the ability to
use a dash to represent stdin in comcontrol.
|
|
|
|
|
|
| |
delta touched the Name Description (Nd). It introduced a grammar
error and did not fix the extraneous punctuation (Nd lines are not
terminated with a period).
|
|
|
|
|
|
| |
even though this may seem obvious to some folks.
Requested by: obrien
|
|
|
|
|
|
| |
Fixed in cam_xpt.c, r1.81
Submitted by: Gerd Knops <gerti@bitart.com>
|
|
|
|
|
|
| |
of the kld's.
Pointed out by: bp
|
|
|
|
| |
Reviewed by: sheldonh
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
use the current setting for tagged queueing when deciding whether or not to
print "Tagged Queueing Enabled" instead of using the device's actual
capabilities.
This is more consistent with the rest of the transfer rate display, which
relies on current settings, and is more consistent with the way we display
things on boot.
Reported by: Gustavo Vieira Goncalves Coelho Rios <kernel@tdnet.com.br>
Reviewed by: mjacob
|
|
|
|
| |
remove -e.
|
|
|
|
|
|
|
| |
in the ipfirewall(4) for incoming FTP/IRC DCC connections.
Submitted by: Rene de Vries <rene@canyon.demon.nl>
Rewritten by: ru
|
|
|
|
| |
- new version of security note from alex.
|
|
|
|
|
|
|
|
|
|
|
|
| |
The first one got screwed up by me because of rev 1.33, which was
incorrectly merged into my patches by myself, and so Ruslan (maintainer)
asked me to back them out.
Ruslan was ok with the second one, but since it needs rework, it'll be
readded later, when it doesn't conflict with the backout of the first one.
Pointy hat: alex
Beer on next meeting: ru
|
|
|
|
|
|
|
|
| |
on your LAN to the "RUNNING NATD" introduction.
In a different way requested by:
PR: 18802
Submitted by: Zachary K Drew <drew0054@tc.umn.edu>
|
|
|
|
| |
Reviewed by: sheldonh
|
|
|
|
| |
the -v flag.
|
| |
|
|
|
|
|
|
|
| |
into add without problems.
The previous commit had the other half of this original patch which handled
tcpflags/tcpflgs confusion in output/input.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
address on an interface. This basically allows you to do what my
little setmac module/utility does via ifconfig. This involves the
following changes:
socket.h: define SIOCSIFLLADDR
if.c: add support for SIOCSIFLLADDR, which resets the values in
the arpcom struct and sockaddr_dl for the specified interface.
Note that if the interface is already up, we need to down/up
it in order to program the underlying hardware's receive filter.
ifconfig.c: add lladdr command
ifconfig.8: document lladdr command
You can now force the MAC address on any ethernet interface to be
whatever you want. (The change is not sticky across reboots of course:
we don't actually reprogram the EEPROM or anything.) Actually, you
can reprogram the MAC address on other kinds of interfaces too; this
shouldn't be ethernet-specific (though at the moment it's limited to
6 bytes of address data).
Nobody ran up to me and said "this is the politically correct way to
do this!" so I don't want to hear any complaints from people who think
I could have done it more elegantly. Consider yourselves lucky I didn't
do it by having ifconfig tread all over /dev/kmem.
|
| |
|
|
|
|
|
| |
ambiguous data to the userland program (kernel operation was
safe, anyways).
|
| |
|
|
|
|
| |
Obtained from: OpenBSD
|
|
|
|
|
|
| |
the mount is not available.
Submitted-by: Jonathan Hanna <pangolin@home.com>
|
|
|
|
|
| |
PR: 19179
Submitted by: Kelly Yancey <kbyanc@posi.net>
|
|
|
|
|
|
| |
PR: bin/8809
Submitted by: "John C. Place" <jcplace@ibm.net>
Prompted by: <nrahlstr@winternet.com>
|
|
|
|
|
|
| |
Requested by: Brett Glass <brett@lariat.org>
PR: 13792
Submitted by: nik
|
|
|
|
|
|
|
|
| |
consistency as well as an usage printout.
PR: 10538
Submitted by: piazza
Nudged by: nrahlstr
|
|
|
|
|
|
|
|
|
|
| |
It also squashes 99% of packet kiddie synflood orgies. For example, to
rate syn packets without MSS,
ipfw pipe 10 config 56Kbit/s queue 10Packets
ipfw add pipe 10 tcp from any to any in setup tcpoptions !mss
Submitted by: Richard A. Steenbergen <ras@e-gerbil.net>
|
| |
|
|
|
|
| |
Manpage coming later...
|
|
|
|
|
|
| |
This is still terrible. I need to finally implement variables.
Reported-by: jmg
|
| |
|
| |
|
|
|
|
| |
checkparity: Allow the -v flag to display progress.
|
|
|
|
| |
Obtained from: TrustedBSD Project
|
|
|
|
| |
(Don't try to open the /dev/rXXX device.)
|
|
|
|
|
|
|
|
| |
This may break some scripts, but with the number of ways users can damage
a system with this tool, it's important to make sure they specify which
device they want to talk to.
Suggested by: joerg
|
|
|
|
| |
Submitted by: sheldonh
|
|
|
|
|
|
|
|
|
| |
can be viewed more easily with a pager.
Regular (i.e. short) usage output is still sent to stderr.
PR: bin/12358
Submitted by: Christian Weisgerber <naddy@mips.rhein-neckar.de>
|
|
|
|
| |
Obtained from: NetBSD
|
| |
|
|
|
|
|
|
|
|
|
|
| |
/var/log/vinum_history. Also check that any existing history file is
a regular file.
Admonished-by: imp
Allow stopping long-running commands with ^C (well, SIGINTR).
Previously this would stop the program.
|
|
|
|
|
|
|
|
|
| |
directly off the drives.
This command shows a minor problem: it requires that the device nodes
exist, whereas kernel Vinum does not. Thus dumpconfig may show no
configuration for certain drives which are up and happily running.
This is documented in the man page.
|
|
|
|
| |
option is given. This will break the data in the plex.
|
| |
|