Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-16 | Introduce a Linux compatible wait_event API and use it in the inteldrm code. | Mark Kettenis | |
ok jsg@, guenther@ | |||
2015-07-16 | add missing malloc check | Florian Obser | |
OK benno@ | |||
2015-07-16 | Next 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-16 | Enforce V_ASN1_OCTET_STRING type before accessing the object as octet string; | Miod Vallat | |
from OpenSSL (RT #3683) ok doug@ jsing@ | |||
2015-07-16 | Use sysread instead of <STDIN> for the stream. | Reyk Floeter | |
2015-07-16 | Fix rn_match and there for the expoerted lookup functions in radix.c | Claudio 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-16 | typo | Miod Vallat | |
2015-07-16 | fix pasto in error string | Bret Lambert | |
ok claudio@ | |||
2015-07-16 | Fix non-sparse mode | Reyk Floeter | |
2015-07-16 | This feature is tested in args-block-prog-quick.pl now. | Alexander Bluhm | |
2015-07-16 | Add another test for small packets | Reyk Floeter | |
2015-07-16 | Remove my copyright here | Reyk Floeter | |
2015-07-16 | Add httpd regression tests based on bluhm's regression suite for | Reyk Floeter | |
relayd - "bluhm test". This is just the initial version, more tests and changes will be done. As discussed with bluhm@ florian@ | |||
2015-07-16 | Test that syslogd does not append white spaces to messages. Per | Alexander Bluhm | |
default the test pattern is stricter now. Also do some test cleanup | |||
2015-07-16 | Kill a possibly running syslogd with -9 before testing. | Alexander Bluhm | |
2015-07-16 | If we can read faster from disk than send data to the client stop | Florian 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-16 | Expand ancient NTOHL/NTOHS/HTONS/HTONL macros. | Martin Pieuchot | |
ok guenther@, henning@ | |||
2015-07-16 | double word fix. | Igor Sobrado | |
ok jmc@ | |||
2015-07-16 | Properly layer Router Solicitation code. | Martin Pieuchot | |
Tweak and ok florian@ | |||
2015-07-16 | Kill incorrect and never set ``dad_ignore_ns'' button. | Martin Pieuchot | |
ok phessler@ | |||
2015-07-16 | fix coverity leak - ID 78921 | Bob Beck | |
ok miod@, bcook@ | |||
2015-07-16 | The expected behavior of Perl srand(0) is a deterministic pseudo | Alexander 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-16 | flower & bird adjustments for Nunavut, from pjanzen | Theo de Raadt | |
2015-07-16 | kill leak, found by coverity, ID 105348 | Bob Beck | |
ok miod@ | |||
2015-07-16 | Adapt previous to extended-precision, and fix single-precision constants. | Martynas Venckus | |
2015-07-16 | Signs 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-16 | Move grab/release of the kernel_lock for softintrs from the ASM stubs to | Philip Guenther | |
softintr_dispatch(). Delete traces of long superseded stats code. ok beck@ mpi@ uebayasi@ | |||
2015-07-16 | VIS_QUOTE is not there yet, unbreak the tree. Noticed by semarie@ | Reyk Floeter | |
2015-07-16 | remove mention of hostname editing | Ted Unangst | |
2015-07-16 | sync | Miod Vallat | |
2015-07-16 | remove ancient support for edited hostnames. ok deraadt (long ago) | Ted Unangst | |
2015-07-16 | remove the stubby not working mmaped file support. ok sthen (long ago) | Ted Unangst | |
2015-07-16 | After reading a password with terminal echo off, restore the terminal to | Philip 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-16 | make a comment more safe, there's no CRIME there. | Jasper Lievisse Adriaanse | |
2015-07-16 | Explicitely cast a char into unsigned long before shifting it left by 24, for | Miod 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-16 | Check return value of all used functions in OCSP_REQUEST_print(); covers | Miod Vallat | |
Coverity CID 78796; ok beck@ | |||
2015-07-16 | Make sure the `reject negative sizes' logic introduced in 1.34 is actually | Miod Vallat | |
applied to all code paths. ok beck@ bcook@ doug@ guenther@ | |||
2015-07-16 | remove dead files (moved from unbound/ldns/ to unbound/sldns/) | Stuart Henderson | |
2015-07-16 | merge | Stuart Henderson | |
2015-07-16 | update to Unbound 1.5.4, ok florian@, looks sane deraadt@ | Stuart Henderson | |
2015-07-16 | add USB3.0 related code | Yojiro Uo | |
2015-07-16 | ignore 4 byte trailing padding of each recv packet, when copying to upper | Yojiro Uo | |
layer. | |||
2015-07-16 | fix recv packet header definiton | Yojiro Uo | |
2015-07-15 | Ditch the octeon simulator non-sense. | Paul Irofti | |
Discussed with miod@. | |||
2015-07-15 | Escape the message in server_log() as well. | Reyk Floeter | |
OK benno@ | |||
2015-07-15 | use mp for the name of a variable of type struct mbuf **, rather than m | Theo de Raadt | |
2015-07-15 | Refix 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-16 | import unbound 1.4.22 upstream sources, ok brad@ | Stuart Henderson | |
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@ | |||
2015-07-15 | add some definitions from libdrm 2.4.62 | Jonathan Gray | |