summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-08-29add gpsmap 62sMike Belopuhov
2011-08-29Test that reverse splicing timeout does not affect forward splicing.Alexander Bluhm
2011-08-28remove redundant final paragraph of STANDARDS: it merely repeats what hasJason 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-28Clear 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-28Use the correct terminology, replace the term "entry" with the term ↵aschrijver
"attribute" where applicable. OK martinh@ pyr@
2011-08-28Minor cleanup.Alexander Bluhm
2011-08-28Allow splice make regress to run with and without obj directory.Alexander Bluhm
2011-08-28Add 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-28lockmgr() wants to use a different address for the wchan when drainingPhilip 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-28fix pasto in strlcpy() truncation testGilles Chehade
2011-08-27typoGilles Chehade
2011-08-27initial support for a session-time filtering APIGilles 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-27Under certain circumstances iked can be tricked to bypass a signatureMike 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-27the order of packinglists has been fixed for years by now, so it's noMarc 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-26Be sure to write to the 7990 address register between two consecutive readsMiod 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-26Be 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-26Make vsbus_search() return the value of the cf_match function it is a wrapperMiod Vallat
for, instead of zero. Makes verbose autoconf output meaningful again.
2011-08-26add missing header needed by time()Charles Longeau
ok gilles@
2011-08-26tweak previous;Jason McIntyre
2011-08-26remove one more reference to pkg_merge; ok espieJason McIntyre
2011-08-26Add initial framework for more powerful formatting of command output andNicholas 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-26zap it from there tooMarc Espie
2011-08-26Shared Stuff never got usedMarc Espie
2011-08-26zap fatpackages. nobody actually uses them.Marc Espie
accordingly, locations do not need to track architecture.
2011-08-26Prevent watchdog timeouts; tested by Thomas PfaffKevin Lo
From Brad
2011-08-26Move the comment outside of the VLAN section of code and above thatKevin Lo
chunk to where it should be. From Brad
2011-08-26Add a dmesg warning about sloppy disk I/O to vnd(4) devices to helpMatthew Dempsky
identify bad distrib scripts/tools. ok deraadt@
2011-08-26Add some missing ssh_config(5) options that can be used in ssh(1)'sDamien Miller
-o argument. Patch from duclare AT guu.fi
2011-08-25Document 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-24revert the last commit. pms_enable_alps() does not guaranteeAlexandr Shadchin
the accuracy detection ALPS. ok mpi@
2011-08-24Support \ for line continuation in the configuration file, from JuliusNicholas Marriott
Plenz.
2011-08-24Add pane-base-index option, from Ben Barbour.Nicholas Marriott
2011-08-24Add a tty_bell wrapper function, from Dylan Alex Simon.Nicholas Marriott
2011-08-23Use standard EXIT_SUCCESS/EXIT_FAILURE and STD{IN,OUT,ERR}_FILENOTodd C. Miller
defines instead of using custom macros. Missed in last commit.
2011-08-23iPrevent that a socket splicing timeout error in one direction isAlexander Bluhm
also added to the other direction. ok mikeb@
2011-08-23zap old INSTALL/DEINSTALL stuff, it's been deprecated for 3 years, and removedMarc Espie
from pkg_create for over a year.
2011-08-23oops! -T snuck into the wrong place...Jason McIntyre
2011-08-23Allow 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-22Add 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-22Use standard EXIT_SUCCESS/EXIT_FAILURE and STD{IN,OUT,ERR}_FILENOTodd C. Miller
defines instead of using custom macros. OK deraadt@ gilles@
2011-08-22move powerpc to non-__STRICT_ALIGNMENT, as it always was. EssentiallyTheo 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-22mark setfault() with __returns_twiceTheo de Raadt
ok kettenis drahn
2011-08-22Adding 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-22correct sysctl name; from Thomas PfaffJason McIntyre
2011-08-22There is no need to use sqrt()/INFINITY here which simplifies the codeNicholas Marriott
and makes it more portable, from Havard Eidnes.
2011-08-22Read amd_master using print -rn, fixes problems if the file has multipleNicholas Marriott
lines. Problem noticed by me, this solution from halex@. ok halex aja
2011-08-21Add one more regression test for socket splicing with idle timeout.Alexander Bluhm
2011-08-21With 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-21Re-enable POOL_DEBUG. requested by deraadt@.Matthieu Herrb