Age | Commit message (Expand) | Author |
2015-01-06 | Add missing default bindings, from Theo Buehler. | Nicholas Marriott |
2015-01-06 | Always enable the receive filter. It was being enabled via sis_init() | Brad Smith |
2015-01-06 | init a potentially uninitialised var in pf_postprocess_addr | Jonathan Gray |
2015-01-06 | implement atomic_swap_{uint,ulong,ptr) and some md variants. use these | David Gwynne |
2015-01-05 | splassert on some archs (or just sparc64) check that you're not in | David Gwynne |
2015-01-05 | there's already three different types of chips in this family of | David Gwynne |
2015-01-05 | Fix CVE-2014-6272 in Libevent 1.4 from upstream: | Alexander Bluhm |
2015-01-05 | Fix relayd http regression tests. If http response is not ok, the | Alexander Bluhm |
2015-01-05 | Remove #ifdef notdef bits--we are not going to change the fgetln() | Todd C. Miller |
2015-01-05 | As pointed out by Kaspars Bankovskis on tech@, there is no ifdef for | Mark Lumsden |
2015-01-05 | rename kern enter/exit macros to malloc enter/leave to better reflect | Ted Unangst |
2015-01-05 | some third-party mda require a prepended From separator line, so remove the | Gilles Chehade |
2015-01-05 | Add SORTPROG environment variable to test a different sort program. | Todd C. Miller |
2015-01-05 | fix .Nd line | uaa |
2015-01-05 | Make syslogd TCP tests more reliable. Increase timeouts, shutdown | Alexander Bluhm |
2015-01-05 | a few tweaks to match the old script better (for now) | Marc Espie |
2015-01-05 | Convert openssl(1) passwd to new option handling. | Joel Sing |
2015-01-05 | encrypt can use the scrypt scaling code in libc now via crypt_newhash | Ted Unangst |
2015-01-05 | use the correct read count when determining how swabbing is necessary. | Ted Unangst |
2015-01-05 | zap file which is unused and already removed upstream | Stuart Henderson |
2015-01-05 | use new ub_conf_dir to set the directory for keys and certificates | Stuart Henderson |
2015-01-05 | regen | Stuart Henderson |
2015-01-05 | provide a new ub_conf_dir variable, to be used in unbound-control-setup | Stuart Henderson |
2015-01-05 | When building the package path for the new fw_update, only use | Stuart Henderson |
2015-01-05 | simplify realloc loop by not using realloc. we don't care about old data, | Ted Unangst |
2015-01-05 | convert clock() to clock_gettime() for improved precision (and accuracy?) | Ted Unangst |
2015-01-05 | Prevent a race condition upon resume by adding a supplementary delay. | Martin Pieuchot |
2014-11-20 | update to Unbound 1.5.0, ok sthen@ | Brad Smith |
2012-03-26 | Import Unbound 1.4.16 to work on in-tree (not yet linked to the build). | Stuart Henderson |
2015-01-05 | Be more specific: path is a component of the URI/URL, so use "path" | Reyk Floeter |
2015-01-05 | Explicitly check for a non NULL ifp in in_control(). Only MROUTING | Martin Pieuchot |
2015-01-05 | Zap a reference to .rnd, which is likely the last RANDFILE remnant on | Lawrence Teo |
2015-01-04 | fix SEE ALSO; | Jason McIntyre |
2015-01-04 | add new url stripping option: | Christopher Zimmermann |
2015-01-04 | add uslhcom(4) description to usb(4) | uaa |
2015-01-04 | add new driver uslhcom(4) USB HID based UART. | uaa |
2015-01-04 | add uslhcom(4) to SYNOPSYS | uaa |
2015-01-04 | Only set the status of a completed xfer just before giving it back to | Martin Pieuchot |
2015-01-04 | EV68CB pass 2.4 is numeric revision 5, as reported by SRM. | Miod Vallat |
2015-01-04 | back to using ramdisk encrypt again. theo found and fixed the (my) bug. | Ted Unangst |
2015-01-04 | remove code for ancient gcc. | Daniel Dickman |
2015-01-04 | remove extra scaffolding that's actually NOT in the committed copy of | Marc Espie |
2015-01-04 | same semantics as old program | Marc Espie |
2015-01-04 | cleaner logic, fix things so that fw_update -da makes sense | Marc Espie |
2015-01-04 | tweak the ntogo messages slightly so that they work better in all situations | Marc Espie |
2015-01-04 | too many todo. Use unambiguous names, since they're not the same operation | Marc Espie |
2015-01-04 | The PRG airport has been renamed in honor of Vaclav Havel quite some | Reyk Floeter |
2015-01-04 | Implement splassert(9) for powerpc. | Martin Pieuchot |
2015-01-04 | Sort wireless nodes by signal strength, from Simon Nicolussi. | Martin Pieuchot |
2015-01-04 | Use __buffer__ instead of __string__ as the __bounded type. The former causes | Miod Vallat |