| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
page with *all* the permissible values.
This should really be spelt ipencap (as /etc/protocols does),
but a precedent has already been set by the ipproto array in
setkey.c.
It would be nice if /etc/protocols was parsed for the upperspec
field, but I don't do yacc/lex...
This change allows policies that only encrypt the encapsulated
packets passing between the endpoints of a gif tunnel. Setting
such a policy means that you can still talk directly (and
unencrypted) between the public IP numbers with (say) ssh.
MFC after: 1 week
|
| |
|
|
|
|
| |
Remove special -I flags that are no longer needed.
|
|
|
|
| |
Submitted by: ru
|
|
|
|
| |
Reminded by: ru
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
allows me to complete make buildworld on my stable machine.
Also change termination case to be clearer what is going on while
searching for map files.
|
|
|
|
|
|
|
|
| |
edge of Perl field specifications.
PR: bin/26664
Submitted by: philip@eilio.com
MFC after: 3 days
|
|
|
|
|
| |
PR: misc/26648
MFC after: 3 days
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The new syntax available in the config file is:
apm_battery [0-9]+(%|[Mm) (dis|)charging { ... }
The stuff in the braces is the same as the existing case. nn% checks for
a certain percentage of life remaining and nnM checks for a cerain
number of minutes remaining. Specifying "discharge" means that you're
interested in knowing when the battery reaches a certain level while AC
power is off, "charging" the opposite.
The man page needs to be updated.
The code can be fooled. If you SIGHUP the daemon and the battery level
matches a rule it will be performed once per SIGHUP. If the battery
level matches a rule and you repeatedly apply and take away AC power,
the rule will be run once per occurance. This, however, is a feature.
:-) The code also only runs when select() times out, so getting APM
events more often than the timeout interval will result in the rules not
being run. These are things that remain to be overcome.
|
| |
|
|\
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| |
| |
| |
| |
| |
| |
| |
| | |
Its main purpose is to adapt automatically to the floppy parameters
(in particular the track size for efficient reading), and to allow a
simple error recovery for CRC-errored sectors. Requires the newly
added fdc(4) options.
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
them.
Sysinstall used to check /var/run/ld.so.hints (aout related) and create
hints with the ldconfig command, but the ldconfig command alone will
generate elf hints only. The correct behavior is:
* If /var/run/ld-elf.so.hints does not exist, generate elf hints
* If /var/run/ld.so.hints does not exist, generate aout hints
(using ldconfig with the -aout option)
This will help ports that check for aout libraries using ldconfig in their
pkg-req scripts.
Approved by: jkh
MFC after: 1 weeks
|
| |
| |
| |
| | |
Fixed some style bugs.
|
| |
| |
| |
| |
| |
| | |
Don't clobber CFLAGS by assigning to it using "=".
Fixed some style bugs.
|
| |
| |
| |
| |
| |
| |
| |
| | |
warnx()+exit() with errx() and replace a big if..then..else construct
to determine the package download directory with a lookup table.
Reviewed by: jkh
MFC after: 2 weeks
|
| |
| |
| |
| |
| |
| |
| | |
/usr/share/syscons/keymaps. This should prevent word breakage when new keymaps
have been added.
Prompted by: Matthew D. Fuller <fullermd@over-yonder.net>
|
| |
| |
| |
| | |
variable.
|
| |
| |
| |
| |
| |
| |
| |
| | |
TLU event handler).
This used to be done as a side effect of SIOCAIFADDR'ing the interface,
but now that duplicate SIOCAIFADDRs are optimised out, we can't depend
on that behaviour.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
and DP83821 gigabit ethernet MAC chips and the NatSemi DP83861 10/100/1000
copper PHY. There are a whole bunch of very low cost cards available with
this chipset selling for $150USD or less. This includes the SMC9462TX,
D-Link DGE-500T, Asante GigaNIX 1000TA and 1000TPC, and a couple cards
from Addtron.
This chip supports TCP/IP checksum offload, VLAN tagging/insertion.
2048-bit multicast filter, jumbograms and has 8K TX and 32K RX FIFOs.
I have not done serious performance testing with this driver. I know
it works, and I want it under CVS control so I can keep tabs on it.
Note that there's no serious mutex stuff in here yet either: I need
to talk more with jhb to figure out the right way to do this. That
said, I don't think there will be any problems.
This driver should also work on the alpha. It's not turned on in
GENERIC.
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
in the font selection dialog broken by the removal of KOI8-R.
Prompted by: ache
MFC after: 2 weeks
|
| | |
|
| |
| |
| |
| | |
(-current only)
|
| | |
|
| |
| |
| |
| | |
Explain more about CP866 font usage.
|
| |
| |
| |
| |
| | |
Submitted by: Olexander Kunytsa <kunia@istc.kiev.ua>
MFC after: 2 weeks
|
| |
| |
| |
| |
| |
| | |
PR: 25784
Submitted by: Jon Villarreal <jonv@ivmg.net>
Reviewed by: iedowse
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- check the msg.tsp_type value prior to using it as an
index into char *tsptype[]
- use strlcpy's instead of strcpy's
- & handle short packets properly.
Submitted by: "Andrew R. Reiter" <arr@watson.org>
Obtained from: OpenBSD
|
| |
| |
| |
| |
| |
| | |
unsigned. C is kinda loose about this sort of thing but it's no excuse.
Spotted by: kenny
|
| |
| |
| |
| | |
Kirk finally has ditched them. While I'm here also ditch FSHLOCK.
|
| | |
|
| | |
|
| |
| |
| |
| | |
Approved by: imp
|
| |
| |
| |
| |
| |
| |
| | |
than if_ed. The code for if_ed to set the offset and memory width
remains.
Approved by: imp
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
block sizes.
This orginally worked in PAO-3 and worked on their r330 branch but got
broken in PAO-3 around December 1998!
Approved by: imp
Obtained from: PAO-3
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
creation.
* Tag the internal err() function with __printflike to allow checking
for non-constant format string arguments (none exist)
* Use fmtcheck() to sanitize the tar command obtained via -t to make
sure it doesn't contain extraneous format operators.
Reviewed by: mikeh
MFC after: 1 week
|
| |
| |
| |
| |
| | |
right-hand margin when set in 2nd column. Also do a small amount of
code cleanup.
|
| |
| |
| |
| | |
specify the command name.
|
| | |
|
| |
| |
| |
| | |
logged at DL_VALID instead at DL_MSG.
|
| |
| |
| |
| |
| |
| | |
loader can handle such cases.
Noted by: olgeni
|
| |
| |
| |
| |
| |
| |
| |
| | |
longer includes machine/elf.h.
* consumers of elf.h now use the minimalist elf header possible.
This change is motivated by Binutils 2.11.0 and too much clashing over
our base elf headers and the Binutils elf headers.
|
| |
| |
| |
| |
| |
| | |
PR: bin/27001
Submitted by: alex <ml-freebsd-net@phobgate.de>,
Matthew Emmerton <matt@gsicomp.on.ca>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
of a/x -> b and then negotiate a/x -> c by simply expecting SIOCAIFADDR
to do the change.
This was broken by the last commit that optimised out the deletion and
re-addition of the same a/x -> b combination, and forgot to compare
the old/new destination addresses.
Conveniently enough, this problem didn't effect setups where the
default route goes via the ppp link, and most other setups don't
care what the the destination address is actually set to. It broke
test environments where ppp connects to the local machine rather
badly though....
|