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