Age | Commit message (Collapse) | Author |
|
ok jsing@, miod@
|
|
|
|
never made it into production, so remove some dead code and pci ids.
inspired by a similar change to iwlwifi.
|
|
|
|
|
|
fg/bg (adjusted if spaces) and happen before attribute setting.
|
|
der Molen.
|
|
DPRINTF/DNPRINTF() debugging.
|
|
used to carry GPRS data over IP for GSM and UMTS networks. The decoder
understands GTPv0, GTPv0', GTPv1-C, GTPv1-U and GTPv1' traffic, however
at this stage not all TLV fields are fully decoded.
This work has been kindly sponsored by SystemNet AS (www.systemnet.no).
"commit" deraadt@
|
|
have data backed up.
|
|
|
|
|
|
|
|
|
|
|
|
ok miod@
|
|
the use of makemap to generate a primary domains map
|
|
smtpd is now capable of looking primary domains at runtime in a set, which
means that the following becomes possible:
map "primary" { source db "/etc/mail/primary.db" }
accept for domain map "primary" deliver to mbox
while at it fix a couple bugs in the aliases resolution path which caused
recipients to bounce if a ruleset did not have an "accept for local" rule
"diff reads good" jacekm@, flush queue & make clean
|
|
client lookup to pick the most recently used rather than the most recently
created - this is much more useful when used interactively and (because the
activity time is set at creation) should have no effect on source-file.
Based on a problem reported by Jan Johansson.
|
|
compatibility.
|
|
name of the map to use for resolution
|
|
would stop RX operation if it had to cross a 4KB boundary during receive).
|
|
elements first (this matches all the other structures). no functional
change.
|
|
transparently. Multiple audio applications can be started
synchronously from external software/hardware supporting the
standard Start/Stop/Relocate messages. The server clock is exposed
through MTC, allowing non-audio software/hardware to be
synchronized to audio applications.
|
|
to the current session - build a list of the possibilities then pick the
newest.
|
|
for multiple aliases maps that can be attached at the rule level. with it,
you can for example define different aliases maps for different domains or
different aliases maps for the same domain depending on the client source:
map "localiases" { source db "/etc/mail/localiases.db" }
map "netaliases" { source db "/etc/mail/netaliases.db" }
accept from 192.168.0.0/16 for local alias "localiases" deliver to mbox
accept from all for local alias "netaliases" deliver to mbox
idea discussed with jacekm@ and various other hackers, diff contains some
bug fixes too which were not part of the original diff. man page follows
very shortly ... make clean & flush queue !
|
|
use pkill(1) in /etc/newsyslog.conf instead
together with otto and suggestions from tedu
|
|
meaningful names.
Also, remove the code to try and update the session activity time for the
command client when a command message is received as is pointless because it
des not have a session.
|
|
- have virtual related functions take a map id instead of a map
- shrink a tiny bit ruleset matching
- add missing lka_resolve_path() call in aliases resolution leading to
issues spotted by nicm@
|
|
|
|
though this does nothing on i386 and amd64.
|
|
as a possible iec(4) phy.
|
|
|
|
header is properly aligned; speeds up RX buffer -> mbuf copies.
|
|
|
|
everything just more complicated. Make sure the structs align nicely.
OK deraadt@
|
|
so do nothing in set_key() if the interface is not up and running.
fixes a panic reported by Steph (frlinux at gmail dot com) with
run(4) on misc
|
|
|
|
do not ignore BUS_DMA_NOCACHE (used by some variants of auich and
ati drm only).
ok kettenis
"That looks right" deraadt
|
|
it.
|
|
|
|
crash on certain invalid UTF-8 codes.
ok millert@ sthen@
|
|
|
|
|
|
ok espie@
|
|
|
|
a package tagged as 'always-update' will have its full packing-list, complete
with checksums, as signatures, so it will always get updated, even when the
version number doesn't change, as long as it's not the same package.
|
|
tables on top of a rdomain) but until now our code was a crazy mix so that
it was impossible to correctly use rtables in that case. Additionally pf(4)
only knows about rtables and not about rdomains. This is especially bad when
tracking (possibly conflicting) states in various domains.
This diff fixes all or most of these issues. It adds a lookup function to
get the rdomain id based on a rtable id. Makes pf understand rdomains and
allows pf to move packets between rdomains (it is similar to NAT).
Because pf states now track the rdomain id as well it is necessary to modify
the pfsync wire format. So old and new systems will not sync up.
A lot of help by dlg@, tested by sthen@, jsg@ and probably more
OK dlg@, mpf@, deraadt@
|
|
ok jacekm
|
|
|