Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-29 | add gpsmap 62s | Mike Belopuhov | |
2011-08-29 | Test that reverse splicing timeout does not affect forward splicing. | Alexander Bluhm | |
2011-08-28 | remove redundant final paragraph of STANDARDS: it merely repeats what has | Jason McIntyre | |
already been documented and, worse, is difficult to understand unless you know that it is tied to the previous paragraph; ok guenther | |||
2011-08-28 | Clear bounce envelope structure, to avoid wrong use when ↵ | Charles Longeau | |
bounce_record_message() returns 0. Initial report from me, tweak from gilles@ ok gilles@ | |||
2011-08-28 | Use the correct terminology, replace the term "entry" with the term ↵ | aschrijver | |
"attribute" where applicable. OK martinh@ pyr@ | |||
2011-08-28 | Minor cleanup. | Alexander Bluhm | |
2011-08-28 | Allow splice make regress to run with and without obj directory. | Alexander Bluhm | |
2011-08-28 | Add support for the netid.byname YP map. This map is used by getgrouplist(3), | aschrijver | |
which is used by (amongst other things) initgroups(3) to set the supplemantary groups on login. OK pyr@ | |||
2011-08-28 | lockmgr() wants to use a different address for the wchan when draining | Philip Guenthe | |
the lock, but a change in member ordering meant it was using the same address. Explicitly use different members instead of mixing address of member and address of the lock itself. ok miod@ | |||
2011-08-28 | fix pasto in strlcpy() truncation test | Gilles Chehade | |
2011-08-27 | typo | Gilles Chehade | |
2011-08-27 | initial support for a session-time filtering API | Gilles Chehade | |
currently only HELO/EHLO, MAIL, RCPT are supported, however ... I have voluntarily disabled filters at smtpd.conf level so people don't play with it until the API has stabilized a bit discussed with several people in private, no one opposed the feature | |||
2011-08-27 | Under certain circumstances iked can be tricked to bypass a signature | Mike Belopuhov | |
verification caused by the incorrect check of the EVP_VerifyFinal return value. Issue was discovered and reported by Justin Ferguson, justin-dot-ferguson-at-ioactive.com. Thanks! While here, check for HMAC_* return values. ok jsg, markus | |||
2011-08-27 | the order of packinglists has been fixed for years by now, so it's no | Marc Espie | |
longer necessary to look for @arch for "new" packing-lists. Optimize a bit more for @pkgpath since @wantlib/@depend mean it's over. | |||
2011-08-26 | Be sure to write to the 7990 address register between two consecutive reads | Miod Vallat | |
of the data register, while waiting for the chip initialization to complete. This seems to prevent spurious disappearance of le0 on some systems. | |||
2011-08-26 | Be sure not to try to match lcg, and to bail out early in cnprobe as well, | Miod Vallat | |
if we are running on a KA45 system. These share the KA48 board type but, unlike KA48, can not sport frame buffers. Prevents a bogus lcg device from attaching on KA45, and also repairs console operation if the S3 switch is down (console on serial #0). | |||
2011-08-26 | Make vsbus_search() return the value of the cf_match function it is a wrapper | Miod Vallat | |
for, instead of zero. Makes verbose autoconf output meaningful again. | |||
2011-08-26 | add missing header needed by time() | Charles Longeau | |
ok gilles@ | |||
2011-08-26 | tweak previous; | Jason McIntyre | |
2011-08-26 | remove one more reference to pkg_merge; ok espie | Jason McIntyre | |
2011-08-26 | Add initial framework for more powerful formatting of command output and | Nicholas Marriott | |
use it for list-{panes,windows,sessions}. This allows more descriptive replacements (such as #{session_name}) and conditionals. Later this will be used for status_replace and list-keys and other places. | |||
2011-08-26 | zap it from there too | Marc Espie | |
2011-08-26 | Shared Stuff never got used | Marc Espie | |
2011-08-26 | zap fatpackages. nobody actually uses them. | Marc Espie | |
accordingly, locations do not need to track architecture. | |||
2011-08-26 | Prevent watchdog timeouts; tested by Thomas Pfaff | Kevin Lo | |
From Brad | |||
2011-08-26 | Move the comment outside of the VLAN section of code and above that | Kevin Lo | |
chunk to where it should be. From Brad | |||
2011-08-26 | Add a dmesg warning about sloppy disk I/O to vnd(4) devices to help | Matthew Dempsky | |
identify bad distrib scripts/tools. ok deraadt@ | |||
2011-08-26 | Add some missing ssh_config(5) options that can be used in ssh(1)'s | Damien Miller | |
-o argument. Patch from duclare AT guu.fi | |||
2011-08-25 | Document IPV6_TCLASS and IPV6_RECVTCLASS in ip6(4). Text from FreeBSD. | Christiano F. Haesbaert | |
ok mcbride@ jmc@ | |||
2011-08-25 | -lm is no longer needed, from Tiago Cunha. | Nicholas Marriott | |
2011-08-24 | revert the last commit. pms_enable_alps() does not guarantee | Alexandr Shadchin | |
the accuracy detection ALPS. ok mpi@ | |||
2011-08-24 | Support \ for line continuation in the configuration file, from Julius | Nicholas Marriott | |
Plenz. | |||
2011-08-24 | Add pane-base-index option, from Ben Barbour. | Nicholas Marriott | |
2011-08-24 | Add a tty_bell wrapper function, from Dylan Alex Simon. | Nicholas Marriott | |
2011-08-23 | Use standard EXIT_SUCCESS/EXIT_FAILURE and STD{IN,OUT,ERR}_FILENO | Todd C. Miller | |
defines instead of using custom macros. Missed in last commit. | |||
2011-08-23 | iPrevent that a socket splicing timeout error in one direction is | Alexander Bluhm | |
also added to the other direction. ok mikeb@ | |||
2011-08-23 | zap old INSTALL/DEINSTALL stuff, it's been deprecated for 3 years, and removed | Marc Espie | |
from pkg_create for over a year. | |||
2011-08-23 | oops! -T snuck into the wrong place... | Jason McIntyre | |
2011-08-23 | Allow TOS/TCLASS to be set with -T, accept the same keywords as in pf.conf. | Christiano F. Haesbaert | |
ok mcbride@ djm@ 'fine from me' jmc@ | |||
2011-08-22 | Add support for Radeon 4250. | Christiano F. Haesbaert | |
This, together with an updated xorg driver makes my drm/XVideo work. Originally from Nigel Taylor. ok oga@ mcbride@ | |||
2011-08-22 | Use standard EXIT_SUCCESS/EXIT_FAILURE and STD{IN,OUT,ERR}_FILENO | Todd C. Miller | |
defines instead of using custom macros. OK deraadt@ gilles@ | |||
2011-08-22 | move powerpc to non-__STRICT_ALIGNMENT, as it always was. Essentially | Theo de Raadt | |
__STRICT_ALIGNMENT is talking about accessing of integer types; it does not cover doubles or floats or other things ok miod kettenis | |||
2011-08-22 | mark setfault() with __returns_twice | Theo de Raadt | |
ok kettenis drahn | |||
2011-08-22 | Adding stub for ALPS touchpad, which not supported yet. | Alexandr Shadchin | |
This fixed "react strangely" when the pms driver probes for a synaptic-compatible touchpad. Tested and ok mpi@ | |||
2011-08-22 | correct sysctl name; from Thomas Pfaff | Jason McIntyre | |
2011-08-22 | There is no need to use sqrt()/INFINITY here which simplifies the code | Nicholas Marriott | |
and makes it more portable, from Havard Eidnes. | |||
2011-08-22 | Read amd_master using print -rn, fixes problems if the file has multiple | Nicholas Marriott | |
lines. Problem noticed by me, this solution from halex@. ok halex aja | |||
2011-08-21 | Add one more regression test for socket splicing with idle timeout. | Alexander Bluhm | |
2011-08-21 | With gettimeofday() removed from the top of main(), need to call time() | Philip Guenthe | |
for the defaulting of the year to work in the -t and arg1 forms that were broken by previous change ok millert@ | |||
2011-08-21 | Re-enable POOL_DEBUG. requested by deraadt@. | Matthieu Herrb | |