Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-26 | Try to document how to use gre(4) keepalives with pf(4) enabled. | Claudio Jeker | |
Adding a rule like "pass quick on gre proto gre no state" will ensure that the keepalive packets get through pf by bypassing the state table once. Requested by jsing@ some long time ago. | |||
2012-03-26 | Add support for the udl(4) in the Polaris2 USB dock | Claudio Jeker | |
OK mglocker@ | |||
2012-03-26 | sync | Claudio Jeker | |
2012-03-26 | Add id for the Polaris2 USB dock which is a udl(4) | Claudio Jeker | |
OK mglocker@ | |||
2012-03-26 | When clenaing, run "make realclean" in the ldns subdirectory, not just unbound. | Stuart Henderson | |
2012-03-26 | remove this again, it's not needed after all. | Stuart Henderson | |
2012-03-26 | Use PYTHONMOD_HEADER variable set by autoconf to avoid pulling | Stuart Henderson | |
in pythonmod sources when not required. | |||
2012-03-26 | sync | Stuart Henderson | |
2012-03-26 | add PYTHONMOD_HEADER variable which is conditionalized on building the module. | Stuart Henderson | |
2012-03-26 | set --without-pythonmodule (this is the default anyway, but better to be ↵ | Stuart Henderson | |
explicit). | |||
2012-03-26 | Import Unbound 1.4.16 to work on in-tree (not yet linked to the build). | Stuart Henderson | |
pythonmod files are also required | |||
2012-03-26 | sync | Stuart Henderson | |
2012-03-26 | Don't force CFLAGS. | Stuart Henderson | |
2012-03-26 | Add Makefile wrapper for Unbound. From Bjorn Ketelaars <bjorn.ketelaars | Stuart Henderson | |
at hydroxide.nl>. | |||
2012-03-26 | Import ldns 1.6.12, needed for Unbound, to work on in-tree. | Stuart Henderson | |
These are the direct sources from NLnet Labs upstream, minus these: contrib doc/images examples packaging/fedora ok deraadt@ jakob@ | |||
2012-03-26 | Import Unbound 1.4.16 to work on in-tree (not yet linked to the build). | Stuart Henderson | |
These are the direct sources from NLnet Labs upstream, minus these: compat contrib libunbound/python pythonmod testcode testdata winrc ok deraadt@ jakob@ | |||
2012-03-26 | Adjust the default "ignore" list for cvs; | Stuart Henderson | |
- don't ignore "core", it gets in the way when we import certain things - ignore "*.core" to match the actual filenames we use for core dumps suggested by landry@ - ignore ".git" to avoid accidental imports of the directory when used locally "on top of" cvs various versions ok'd by landry@ todd@ espie@ phessler@ dcoppa@ | |||
2012-03-26 | Let this compile (not enabled by default); From Damian McGuckin | Theo de Raadt | |
2012-03-26 | Add APM_IOC_HIBERNATE | Theo de Raadt | |
2012-03-26 | Fix an integer math error when using the result of uvm_page_rle, and | Mike Larkin | |
at the same time increase said function's max RLE page count return value. Add hooks in the right places to call the hibernate suspend and resume routines, so that we can enable hibernation with a HIBERNATE option line in GENERIC and appropriate acpi.c goo. discussed on and off with deraadt@ over the past few months | |||
2012-03-26 | Bump standards years, as we conform to the new versions too | Philip Guenthe | |
ok jmc@ | |||
2012-03-26 | strsignal() was standardized in POSIX-2008 | Philip Guenthe | |
ok millert@ | |||
2012-03-26 | clear junk in p_comm before copying shorter names into it | Theo de Raadt | |
ok jsing guenther miod | |||
2012-03-26 | Mention ZTE Skate. Other ZTE models might work but I have none to test. | Federico G. Schwindt | |
2012-03-25 | release the file ref to the kqueue while in kevent(), so that close() | Theo de Raadt | |
can terminate. a new ref on the kqueue itself allows us to free it properly in that case. wakeups were missing too (for both kevent and poll). similar to netbsd pr46248. fixes a number of threaded ports. this version of the fix from matthew. ok tedu guenther matthew | |||
2012-03-25 | strsignal() was added to POSIX-2008; strerror_r() was in the base | Philip Guenthe | |
of POSIX-2001, without the XSI qualifier. Adjust conditionals to match. ok millert@ | |||
2012-03-25 | Move cache handling routines related definitions to a dedicated header file, | Miod Vallat | |
rather than abusing <machine/cpu.h>. | |||
2012-03-25 | Only set the low order bits of CpuCacheAliasMask if it is nonzero, regression | Miod Vallat | |
of previous computation fix. | |||
2012-03-25 | Do not fatal() when failing to connect to a relay. | Eric Faurot | |
Instead, drop the relay and try the next one. ok gilles@ | |||
2012-03-24 | Fix fallback of uvm_map_hint() argument changes. | Miod Vallat | |
2012-03-24 | Another tiny test case | Philip Guenthe | |
2012-03-24 | sync | Theo de Raadt | |
2012-03-24 | Left-pad the eeprom dump with zeroes in the debug dump to make it easier to | Miod Vallat | |
read (this code is not compiled unless option AHC_DUMP_EEPROM anyway) | |||
2012-03-24 | Oops, forgot this file in the SGI_<model> -> SGI_IP## change. | Miod Vallat | |
2012-03-24 | The various ConfigCache() functions actually return void, not int. | Miod Vallat | |
2012-03-24 | Rename the various SGI_xxx constants from machine names to their IP numbers, | Miod Vallat | |
for IP numbers under 30 (Octane), and add a few interesting ones. No functional change, except making my life easier for upcoming work. | |||
2012-03-24 | Add a few trivial routines to get mips64r2 specific config registers. Not used | Miod Vallat | |
by anything yet, but has been lying in one of my trees for too long. | |||
2012-03-24 | Missed a reference to the u_stats member when struct pstats was removed | Philip Guenthe | |
from struct user. Nothing left to zero-out here so the line goes. pointed out by deraaadt@ | |||
2012-03-24 | The arguments scandir() and alphasort() have changed; show that and | Philip Guenthe | |
give some history. ok matthew@ millert@ jmc@ naddy@ | |||
2012-03-24 | fix some leaks | Jonathan Gray | |
ok miod@ | |||
2012-03-24 | add a bunch of run devices found in the linux driver | Jonathan Gray | |
2012-03-24 | regen | Jonathan Gray | |
2012-03-24 | add a bunch of run devices found in the linux driver | Jonathan Gray | |
2012-03-24 | Allow relayd to use a separate SSL certificate for each port | Stuart Henderson | |
(/etc/ssl/host:port.crt, /etc/ssl/private/host:port.key). ok benno@, todd@ likes it too, doc tweak suggested by jmc. | |||
2012-03-24 | set the vendor string to OpenBSD-5.2; ok mikeb@ | Markus Friedl | |
2012-03-24 | Add sys/file.h. | Nicholas Marriott | |
2012-03-24 | add ZTE HSUSB. | Federico G. Schwindt | |
committed over it. | |||
2012-03-24 | regen. | Federico G. Schwindt | |
2012-03-24 | add ZTE HSUSB device. | Federico G. Schwindt | |
2012-03-24 | use Cd in SYNOPSIS; requested by kristaps | Jason McIntyre | |