summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-01-07Bugfix: When the invocation of a user-defined macro follows a roffIngo Schwarze
2015-01-07Relax configuration list parsing to allow multi-line blocks for tls,Reyk Floeter
2015-01-07Start tweaking a bit.Antoine Jacoutot
2015-01-07Only MS IntelliMouse have a Z axis, prevent a false positive triggeredMartin Pieuchot
2015-01-07Bump example pubkey filenames for 5.7Florian Obser
2015-01-07use the same trick as mpii for posting the request descriptor withDavid Gwynne
2015-01-07Fix impi(4) to make watchdog work and not to panic.YASUOKA Masahiko
2015-01-07replace bcopy with memcpy. still cant see the bug im looking for.David Gwynne
2015-01-07i may as well turn bzero into memset while i am busy not havingDavid Gwynne
2015-01-07mix in more virtual memory and process informationBrent Cook
2015-01-07syncTheo de Raadt
2015-01-06Backout revision 1.37. Setting ev->ev_pncalls to NULL results inAlexander Bluhm
2015-01-06mips64 architectures moving to static PIETheo de Raadt
2015-01-06add 5.8 base keyTheo de Raadt
2015-01-06firmware key for 5.8Stuart Henderson
2015-01-06add Medion Mobile S4222; Ingo FeinererStuart Henderson
2015-01-06Remove the NOINET6 interface flag, a left-over from the times when IPv6Stefan Sperling
2015-01-06Revert to r1.16 since this is still clearly broken and I can't see howNicholas Marriott
2015-01-06add initial HP-UX getentropy/arc4random support.Brent Cook
2015-01-06Make httpd return "404 not found" if an intermediate component of a requestedStefan Sperling
2015-01-06I missed one goto abort instead of free(line).Reyk Floeter
2015-01-06We do not support freeing memory using reqbufs with a zero size soJonathan Armani
2015-01-06Simplify special vars argument checking; invalidating some bogus constructsAntoine Jacoutot
2015-01-06Only open a socket once for each unique "listen on" statement. ThisReyk Floeter
2015-01-06Instead of calling free(line) in each error case, call it once in fail:.Reyk Floeter
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