summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-07-16Introduce a Linux compatible wait_event API and use it in the inteldrm code.Mark Kettenis
ok jsg@, guenther@
2015-07-16add missing malloc checkFlorian Obser
OK benno@
2015-07-16Next round of config cleanup. Move various lists into the bgpd_config struct.Claudio Jeker
This is the next step to better split parsing and merging the config. OK benno@
2015-07-16Enforce V_ASN1_OCTET_STRING type before accessing the object as octet string;Miod Vallat
from OpenSSL (RT #3683) ok doug@ jsing@
2015-07-16Use sysread instead of <STDIN> for the stream.Reyk Floeter
2015-07-16Fix rn_match and there for the expoerted lookup functions in radix.cClaudio Jeker
to never return the internal RNF_ROOT nodes. This removes the checks in the callee to verify that not an RNF_ROOT node was returned. OK mpi@
2015-07-16typoMiod Vallat
2015-07-16fix pasto in error stringBret Lambert
ok claudio@
2015-07-16Fix non-sparse modeReyk Floeter
2015-07-16This feature is tested in args-block-prog-quick.pl now.Alexander Bluhm
2015-07-16Add another test for small packetsReyk Floeter
2015-07-16Remove my copyright hereReyk Floeter
2015-07-16Add httpd regression tests based on bluhm's regression suite forReyk Floeter
relayd - "bluhm test". This is just the initial version, more tests and changes will be done. As discussed with bluhm@ florian@
2015-07-16Test that syslogd does not append white spaces to messages. PerAlexander Bluhm
default the test pattern is stricter now. Also do some test cleanup
2015-07-16Kill a possibly running syslogd with -9 before testing.Alexander Bluhm
2015-07-16If we can read faster from disk than send data to the client stopFlorian Obser
reading from disk when we hold a certain amount of data in RAM. Re-enable reading once we send enough data to the client. Otherwise we might end up with the whole file (which can be huge) in RAM. Reported by Matthew Martin ( matt.a.martin AT gmail ) on bugs@, thanks! OK reyk@, benno@
2015-07-16Expand ancient NTOHL/NTOHS/HTONS/HTONL macros.Martin Pieuchot
ok guenther@, henning@
2015-07-16double word fix.Igor Sobrado
ok jmc@
2015-07-16Properly layer Router Solicitation code.Martin Pieuchot
Tweak and ok florian@
2015-07-16Kill incorrect and never set ``dad_ignore_ns'' button.Martin Pieuchot
ok phessler@
2015-07-16fix coverity leak - ID 78921Bob Beck
ok miod@, bcook@
2015-07-16The expected behavior of Perl srand(0) is a deterministic pseudoAlexander Bluhm
random stream. Only srand() should give real random values. Make our pimped Perl more compatible with the rest of the world. OK afresh1@ millert@
2015-07-16flower & bird adjustments for Nunavut, from pjanzenTheo de Raadt
2015-07-16kill leak, found by coverity, ID 105348Bob Beck
ok miod@
2015-07-16Adapt previous to extended-precision, and fix single-precision constants.Martynas Venckus
2015-07-16Signs of cacosh/cacoshf were not always correct (e.g., -1.1 -1.1i),Martynas Venckus
as found by fortran regression tests. Also added some complex regression tests for cacosh, casinh, catanh. Reported by John Marino @ DragonFlyBSD.
2015-07-16Move grab/release of the kernel_lock for softintrs from the ASM stubs toPhilip Guenther
softintr_dispatch(). Delete traces of long superseded stats code. ok beck@ mpi@ uebayasi@
2015-07-16VIS_QUOTE is not there yet, unbreak the tree. Noticed by semarie@Reyk Floeter
2015-07-16remove mention of hostname editingTed Unangst
2015-07-16syncMiod Vallat
2015-07-16remove ancient support for edited hostnames. ok deraadt (long ago)Ted Unangst
2015-07-16remove the stubby not working mmaped file support. ok sthen (long ago)Ted Unangst
2015-07-16After reading a password with terminal echo off, restore the terminal toPhilip Guenther
its original state instead of blindly turning echo on. problem reported on the openssl-dev list by William Freeman ok miod@ beck@
2015-07-16make a comment more safe, there's no CRIME there.Jasper Lievisse Adriaanse
2015-07-16Explicitely cast a char into unsigned long before shifting it left by 24, forMiod Vallat
this would promote it to int for the shift, and then cast to unsigned long, sign-extending it if sizeof(long) > sizeof(int). This was not a problem because the computed value was explicitely range checked afterwards, with an upper bound way smaller than 1U<<31, but it's better practice to cast correctly. ok beck@
2015-07-16Check return value of all used functions in OCSP_REQUEST_print(); coversMiod Vallat
Coverity CID 78796; ok beck@
2015-07-16Make sure the `reject negative sizes' logic introduced in 1.34 is actuallyMiod Vallat
applied to all code paths. ok beck@ bcook@ doug@ guenther@
2015-07-16remove dead files (moved from unbound/ldns/ to unbound/sldns/)Stuart Henderson
2015-07-16mergeStuart Henderson
2015-07-16update to Unbound 1.5.4, ok florian@, looks sane deraadt@Stuart Henderson
2015-07-16add USB3.0 related codeYojiro Uo
2015-07-16ignore 4 byte trailing padding of each recv packet, when copying to upperYojiro Uo
layer.
2015-07-16fix recv packet header definitonYojiro Uo
2015-07-15Ditch the octeon simulator non-sense.Paul Irofti
Discussed with miod@.
2015-07-15Escape the message in server_log() as well.Reyk Floeter
OK benno@
2015-07-15use mp for the name of a variable of type struct mbuf **, rather than mTheo de Raadt
2015-07-15Refix memory handling for machines with less than 256M broken by revision 1.64.Paul Irofti
Allows my DSR-500 to boot again. Okay miod@.
2014-03-16import unbound 1.4.22 upstream sources, ok brad@Stuart Henderson
2012-03-26Import 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@
2015-07-15add some definitions from libdrm 2.4.62Jonathan Gray