Age | Commit message (Collapse) | Author |
|
the logic of which assumes that there is at least one sdlim.
ok henning
|
|
- allow comments in sysmerge.ignore
suggested by, feedback from and ok naddy@
|
|
|
|
|
|
Implement file locking in lockd. All the stuff is done in userland, using
fhopen() and flock(). This means that if you kill lockd, all locks will
be relased.
Shared locks are not handled efficiently, they're serialised in lockd when
they could be granted.
tested against debian etch (linux 2.6.18)
not fully functional yet in mixed NFSv2/v3 environments
further development in-tree as discussed w/ deraadt
|
|
- continuation line at file start would segfault: make it change ginfo
as it should instead.
- empty continuation lines should be valid.
okay millert@
|
|
Problem found by Martynas Venckus, fix by me.
|
|
|
|
include the program name in logmsg() plus exit_daemon() does not return so
make it a void function. OK mpf@
|
|
That will be sizeof(long) no matter what.
|
|
from brad.
|
|
through an optionnal /etc/sysmerge.ignore file
requested by many
man page tweak from jmc@
/etc/changelist addition suggested by sthen@
ok sthen@ jdixon@ jmc@ naddy@
|
|
ttys since they are created using helper scripts and comparing CVS Id
would not be accurate
original diff from sthen@
man page tweak from jmc@
ok sthen@ jdixon@ jmc@ naddy@
|
|
|
|
instead of reloading the configuration for all sensordevs.
ok henning
|
|
hotplugging.
* Factor out some code from main() into a new create() procedure, to save
some memory and make the code tidier.
ok henning
|
|
relay will connect to the target host with its own ip address, but
this mode will let it use the address of the client that is connecting
from the other side. for example, there is no need to add the
X-Forwarded-For HTTP headers for internal webservers in this mode
anymore since they magically see the remote client ip address in the
connection. it also allows to build fully-transparent ssl
encapsulation for tcp sessions and many other things...
based on an initial idea from dlg@ and pascoe@ (dlg's talk at opencon)
using the new BINDANY and divert-reply interfaces from markus@ (since n2k8)
ok markus@ pyr@
|
|
|
|
make definitions migrate to the top of the packing-list,
allow solver to find tag on the correct name (will look at full definition
later).
|
|
|
|
|
|
behavior for @bin object).
|
|
pointed out by deraadt
|
|
ok deraadt@
|
|
|
|
deferred thread, as well as some timedelta sensors).
ok henning, ckuethe
|
|
makes us independent from system time changes.
diff from japan,was hiding... ok claudio some time ago
|
|
ok henning
|
|
seconds by default (pf's default is 86400s), they can be cranked with
the "session timeout" directive and it is consistent to relay session
timeouts. also remove the hack to modify the closing timeout because
pf's sloppy state handling is taking care about half connection
closing now.
|
|
where we only see the client side of the TCP session; this removes the
timeout limitations that we had before. document "route to" in the
manpage since it is fully working now.
|
|
|
|
|
|
|
|
|
|
configuration" flag is found in the RA message. it basically means
"here is your IPv6 address, but run something like DHCPv6 to get more
information". so the main purpose is to run a dhcpv6 client to get
DNS etc.
Merged from KAME
ok rainer@
|
|
address as ref ID (RFC4330). ok henning@
|
|
return the address of the synchronization source as reference
identification. Remove the obsolete special casing specified in RFC2030.
ok henning@
|
|
Based on a diff by ajacoutot@, ok jdixon@ and sthen@ on a previous diff,
ok ajacoutot@.
|
|
sysmerge with unrelated sets
ok sthen@ pyr@ jdixon@
|
|
binaries so that some etc files don't get forgotten in the process
discussed with kurt@
tweaks and ok jmc@
|
|
Jinmei_Tatuya AT isc.org via jakob@
empirically verified for entire domain of upper_bound
|
|
ok deraadt@, reyk@, pyr@
|
|
From kame
ok rainer@
|
|
a new etype, UVM_ET_HOLE, meaning it has no backend.
UVM_ET_HOLE entries (which should be created as UVM_PROT_NONE and with
UVM_FLAG_NOMERGE and UVM_FLAG_HOLE) are skipped in uvm_unmap_remove(), so
that pmap_{k,}remove() is not called on the entry.
This is intended to save time, and behave better, on pmaps with MMU holes
at process exit time.
ok art@, kettenis@ provided feedback as well.
|
|
|
|
output buffer; ok henning
|
|
|
|
|
|
user-configurable reference ID, eg. "GPS" or "DCF"...
ok mbalmer
|
|
Stupid sockaddr_in6 has the worst size possible.
OK henning@ deraadt@
|