tron
56bb44cae5
Build new Postfix components dnsblog(8), postscreen(8) and tlsproxy(8)
...
and install new documentation files.
2011-03-02 22:24:55 +00:00
matt
5469ac9d1c
When probing the PCI bars, make sure to only probe BARS (PPBs and PCB has
...
fewer bars than type 0 devices).
2011-03-02 21:57:40 +00:00
tron
c1bec41104
Fix build of Postfix 2.8.1.
2011-03-02 20:12:29 +00:00
tron
d14acb8d0b
Resolve conflicts from last import.
2011-03-02 19:56:37 +00:00
dyoung
9863fc9961
Use __arraycount() and PRIu64. Delete unnecessary casts to unsigned
...
long long.
2011-03-02 19:52:03 +00:00
tron
ff6d749d99
Import Postfix 2.8.1. Changes since version 2.7.*:
...
Postfix stable release 2.8.0 is available. This release continues the
move towards improving code and documentation, and making the system
better prepared for changes in the threat environment.
The postscreen daemon (a zombie blocker in front of Postfix) is now
included with the stable release. postscreen now supports TLS and can
log the rejected sender, recipient and helo information. See the
POSTSCREEN_README file for recommended usage scenarios.
Support for DNS whitelisting (permit_rhswl_client), and for pattern
matching to filter the responses from DNS white/blacklist servers
(e.g., reject_rhsbl_client zen.spamhaus.org=127.0.0.[1..10]).
Improved message tracking across SMTP-based content filters; the
after-filter SMTP server can log the before-filter queue ID (the
XCLIENT protocol was extended).
Read-only support for sqlite databases. See sqlite_table(5) and
SQLITE_README.
Support for 'footers' that are appended to SMTP server "reject"
responses. See "smtpd_reject_footer" in the postconf(5) manpage.
2011-03-02 19:31:23 +00:00
christos
6f0af47a9f
too much quoting. pointed by anon ymous
2011-03-02 17:00:28 +00:00
pooka
fa9fc06b7a
In case we get a coredump from a test, autorun gdb to produce a
...
stacktrace (or whatever gdb can give us, which unfortunately is
usually not that much).
2011-03-02 16:47:04 +00:00
vanhu
65023b30e4
flush sainfo list when closing session. patch by Roman Hoog Antink <rha@open.ch>
2011-03-02 15:09:16 +00:00
vanhu
7e1e999bc0
free rsa structures when deleting a struct rmconf. patch by Roman Hoog Antink <rha@open.ch>
2011-03-02 15:04:01 +00:00
vanhu
78c9c4b8d1
free spspec when deleting a rmconf struct. patch by Roman Hoog Antink <rha@open.ch>
2011-03-02 14:58:27 +00:00
vanhu
82409028c9
fixed some memory leaks in remoteconf. patch by Roman Hoog Antink <rha@open.ch>
2011-03-02 14:52:32 +00:00
vanhu
ff2e315ab3
fixed some memory leaks during configuration parsing. patch by Roman Hoog Antink <rha@open.ch>
2011-03-02 14:49:21 +00:00
tsutsui
a8c2005e67
Make this compile with PMAP_POOLPAGE_DEBUG.
...
XXX: not sure if this is ever used
2011-03-02 13:26:41 +00:00
christos
cf7b1c6bb2
PR/44663: Corinna Vinschen: Fix misplaced parenthesis that produces the wrong
...
result.
2011-03-02 13:24:43 +00:00
pooka
67365afb80
We track page modified info with PG_CLEAN, so make clear_modify
...
return false. This makes rump lfs unmount work on platforms which
use the pmap stub (i.e. non-x86, which already returned false here).
Otherwise, lfs would hang itself trying to flush some buffers but
couldn't fill a segment and therefore wouldn't actually write
anything.
2011-03-02 13:11:52 +00:00
tsutsui
5106307ad8
Fix misplaced #endif. PR port-arc/44664
...
XXX: I'll also remove ENABLE_INT5_STATCLOCK soon since no visible improvements.
2011-03-02 10:51:04 +00:00
ahoka
17bee7a3e6
Resolve build failures caused by local use of "device flash" in config.
2011-03-02 08:25:08 +00:00
jruoho
3c37c8c0bc
Adjust the detection of Turbo Boost to prevent a theoretical array OOB access.
2011-03-02 06:23:17 +00:00
jruoho
5bfb3ade6b
Append Intel's Turbo Boost to the debug printfs if we detect it.
2011-03-02 06:17:08 +00:00
riz
1680d3ca61
Skip the sigfpe_flt and sigfpe_int tests on powerpc; powerpc does
...
not fault on divide-by-zero. As discussed on tech-userlevel.
2011-03-02 03:42:56 +00:00
riz
736d6f3deb
PR#44239 is now fixed, remove the xfail from the test.
2011-03-01 22:52:54 +00:00
riz
213d0d6de1
Always return at least one parity region. Fixes PR#44239.
...
Fix from oster@, code (such as it is) by me.
2011-03-01 22:51:14 +00:00
macallan
5bf2d32443
use hardware to draw characters, while there use vcons_replay_msgbuf()
2011-03-01 21:47:13 +00:00
pooka
1939d9d97e
msdosfs xfail for PR kern/44661
2011-03-01 20:16:33 +00:00
jruoho
52af638039
Xref est(4).
2011-03-01 19:41:05 +00:00
dyoung
439199a3fb
Pull pfsync_stats() out of inet.c and into pfsync.c so that inet.c does
...
not have to #include PF header files that pollute the global namespace
by #defining v4 and v6 (sheesh).
2011-03-01 19:01:59 +00:00
joerg
20a3edc3f6
Ensure that the LWP private area has a consistent value after exec.
2011-03-01 18:53:10 +00:00
pooka
bb225c94f3
xfail dir_rmdirdotdot for tmpfs (PR kern/44657)
2011-03-01 15:33:35 +00:00
pooka
da0742f9b8
Reset node's parent pointer when it's removed. Technically the
...
parent still exists, but allows us to avoid complicated g/c algorithms
if the parent *is* removed.
2011-03-01 15:14:35 +00:00
pooka
878d41e6e9
Rmdir the dir you're in and its parent and try to cd ..
...
Fails on tmpfs (crash), puffs (cd .. succeeds) and rumpfs (cd .. succeeds).
another testcase derived from the bugfinding genious of Taylor R Campbell
2011-03-01 15:04:47 +00:00
vanhu
acd79fcecf
plog text fixes, patch from M E Andersson <debian@gisladisker.se>
2011-03-01 14:33:58 +00:00
pooka
8a3bb78f03
Comment out msdosfs skip -- i'm not sure if it will still fail with
...
the "stack size" problem, but at least it fails due to yet another
refcounting snafu in the msdosfs rename method.
2011-03-01 14:27:32 +00:00
pooka
1157445be6
augment rename test case with the failure from PR kern/44288
2011-03-01 14:21:46 +00:00
vanhu
3b9e5ba27f
reset yyerrorcount before doing parse stuff. patch by Roman Hoog Antink <rha@open.ch>
2011-03-01 14:14:50 +00:00
jruoho
5b407ea29a
Detach evcnt(9) before the states.
2011-03-01 13:38:45 +00:00
pooka
866d358b14
Attempt further qemu heuristics to avoid failures due to non-working FPU
2011-03-01 12:47:43 +00:00
soda
fd45f5444a
fuse_opt_parse() was using uninitialized struct fuse_opt_option::data,
...
this bug made fuse_opt_proc_t not work, if it used first ``data'' argument,
and might cause memory corruption even.
2011-03-01 11:23:42 +00:00
pooka
c6cd7e8f80
another comment
2011-03-01 10:54:06 +00:00
pooka
691e852f03
comment
2011-03-01 10:47:29 +00:00
pooka
405dec72d6
Pass accurate protection info from ubc_uiomove() to the pager.
...
Fixes nfs{,ro}_fileio tests on at least sparc64 (and probably macppc
and other fat endian machines).
The problem was that nfs was fooled to thinking read() caused a
write fault because of VM_PROT_WRITE being unconditionally set and
therefore set NMODIFIED on a r/o file system. It is absolutely
beyond me why the test worked on i386/amd64. Incidentally, I seem
to have "misplaced" a few goats.
2011-03-01 10:02:11 +00:00
phx
1b9ef66f08
Revert the major number for satmgr(4) back to 100 and allocate it from
...
majors.powerpc, as suggested by matt@.
2011-03-01 09:17:06 +00:00
pooka
e71885fb04
Create a pipe on which to select. selecting on STDIN_FILENO seems
...
to be succesful *sometimes* on some archs (i'm suspecting this is
in some way related to lib/libc/ttyio/t_ttyio failing).
2011-03-01 08:54:18 +00:00
wiz
055ec59523
Whitespace nit.
2011-03-01 08:48:41 +00:00
jruoho
e98440f29b
Move also the evcnt(9) event counters to one place. No functional change.
2011-03-01 05:57:04 +00:00
jruoho
2562de9c62
Use __arraycount(3).
2011-03-01 05:37:02 +00:00
jruoho
b9f7a5accd
Simplify by moving the debug printfs to one place. No functional change.
2011-03-01 05:32:03 +00:00
jruoho
83e392c16f
Remove the cross-call from the APERF/MPERF -function.
2011-03-01 05:02:16 +00:00
jruoho
eef758e412
Update compatibility notes.
2011-03-01 04:45:52 +00:00
jruoho
c9111546fe
Move the xcall(9) that does the P- and T-state transformations from the MD
...
layer to the main code. Makes the caches coherent and provides consistent
vmstat(1) output. This is still not quite right, given that most of the
cross-calls are typically unnecessary with the dependency coordination.
2011-03-01 04:35:48 +00:00