Age | Commit message (Collapse) | Author |
|
with IPv4 packets. ok mikeb@
|
|
ok tedu@
|
|
|
|
over the input path since it is going to die. Should be no functional
change.
ok mikeb@, lteo@, benno@
|
|
- add a small shared SSL session cache
- disable rc4 ciphers in sample config
- switch to a unix socket for php-fpm
- use try_files to avoid passing non-existing files to php
http://wiki.nginx.org/Pitfalls#Passing_Uncontrolled_Requests_to_PHP
ok robert@
|
|
Instead of always copying ifa_flags to the routing entry flags when
creating a route by calling rtinit(), explicitly pass the RTF_CLONING
flag when required. This means ifa_flags are now *only* used to check
if an address has an associated route that was created by the kernel
auto-magically.
ok benno@
|
|
This is part of the plan to remove the ifp pointer from the packet
header that will allow us to stop garbage collecting mbuf(9)s when
an ifp is detached/destroyed.
ok mikeb@, lteo@, benno@
|
|
ok kettenis@
|
|
on 64bit archs you can post the descriptor in one go, which is easy. on
32bit you have to post it in halves in the right order, which is not
atomic and requires barriers for ordering.
|
|
|
|
|
|
Problem noticed and diff from bcallah@.
Slightly different fix by me.
OK lum@, bcallah@
|
|
not sure whether it's worth flattening the other few examples of
this in our pages, but since it's used multiple times here without
hyphen, at least keeps this page consistent;
|
|
|
|
|
|
|
|
after it.
jmatthew@ figured out i am bad at c.
|
|
int types are easier to work with than shorts. use a compare to handle
ring wraparound rather than a mod operation.
|
|
register ops, so dont need barriers around them.
|
|
|
|
|
|
|
|
ok deraadt@
|
|
that will be reinitialized anyway. Delete some blank lines to
prevent the same error being repeated.
ok millert@ deraadt@
|
|
errors which may have affected operation on BE archs.
ok jmatthew@
|
|
|
|
Emacs. This diff makes mg behave more so. Though new-line characters
are treated as any other.
Difference from emacs observed and reported by deraadt@. First diff
tested and ridiculed by deraadt@. Second diff not tested and not
ridiculed by deraadt@ but at least email responded to.
|
|
called manN/X.N.gz and catN/X.0.gz, reading them through a pipe(2)
from gunzip(1) -c. Asked for by various people in the past.
|
|
no longer needed now that this file is handled the same in Unbound's build
infrastructure as the other manpages.
|
|
generate a copy in the build directory. Removes some complexity and fixes
a problem noticed by rpe@ when running 'make -f Makefile.bsd-wrapper clean'
in src dir without having an obj dir present. From upstream r3100.
|
|
From upstream r3099
|
|
Simplify combining a custom format string with perror(),
avoiding many manual calls to strerror(errno).
For low-level failures, report attempted function calls.
Do not abuse the say() filename argument for files outside the basedir,
and even less for other text.
|
|
|
|
ok deraadt millert
|
|
|
|
Using this much memory may have negative side effects, but at least now
you have the option. Here's some rope; have fun.
maybe ok a few people.
|
|
lowest bowels of the exception handling code, rather than in trap(). They
won't get recorded in the trap history, but there is a measurable speedup.
No change for non-CPU_R4000 kernels.
|
|
|
|
Include tweaks suggested by mpi@
ok deraadt@
|
|
makes the previous diff highly unpallatable. We want to go in that
direction for the server, but not for the client. Sigh.
Brought up by naddy.
|
|
These are the direct sources from NLnet Labs upstream, minus these:
compat contrib libunbound/python pythonmod testcode testdata winrc
ok deraadt@ jakob@
|
|
OK millert@ deraadt@
|
|
|
|
|
|
so remove the former and include the latter instead of pulling it
in <dev/pci/agpvar.h>. This header already requires various other
types anyway. While here remove unneeded headers.
|
|
|
|
|
|
OK beck@
|
|
and br capabilities like tip(1). No other capabilities are supported.
Also handle REMOTE in the environment as either a separate remote(5)
file or a host.
Discussed with and approval from several, man page help from schwarze@.
|
|
|