summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-01-06Return "400 Bad Request" instead of "500 Internal Server Error" forReyk Floeter
2015-01-06when we're entering an interrupt handler, record its ipl so splassertDavid Gwynne
2015-01-06While on death-row, 'rcctl status' still is still allowed for now -- soAntoine Jacoutot
2015-01-06Sync with new rcctl usage. Will get some much needed love within the nextAntoine Jacoutot
2015-01-06Rename some internal variables (flag and flags is way too error-prone):Antoine Jacoutot
2015-01-06syncTheo de Raadt
2015-01-06Major rcctl(8) rewrite to simplify it and add new features. It can nowAntoine Jacoutot
2015-01-06Apply commit e0e6958aa074a7714cd7c4aa779a1dfede3a03b1 from upstream.Alexander Bluhm
2015-01-06Apply commit 2d8cf0b720cdd5f9f292f174a10ff74e62a380ec from upstream.Alexander Bluhm
2015-01-06Support for MEDION S4222 which needs another funky umass quirk. FromMartin Pieuchot
2015-01-06regenMartin Pieuchot
2015-01-06MediaTek Inc. from Ingo Feinerer.Martin Pieuchot
2015-01-06move the message parser init earlier to avoid a possible use after free inGilles Chehade
2015-01-06fix whitespace and indentation, by Kyle MilzGilles Chehade
2015-01-06Unzoom before kill, from Thomas Adam.Nicholas Marriott
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