summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-12-05Add missing break for rdomain. Prevents spurious "Deprecated option"Darren Tucker
2017-12-05regenMark Kettenis
2017-12-05Add SPARC-M7 PCIe; rename existing SPARC PCIe entries.Mark Kettenis
2017-12-05Remove DEF_STRONG(__cxa_thread_atexit_impl). This produces an unwantedMark Kettenis
2017-12-05Handle 64-bit-address Memory Space.Mark Kettenis
2017-12-05Use clock_gettime(CLOCK_MONOTONIC) to schedule timersJeremie Courreges-Anglas
2017-12-05add missing blank before punctuation;Jason McIntyre
2017-12-05syncTheo de Raadt
2017-12-05document PORTS_PRIVSEP now that it's nearing completionMarc Espie
2017-12-05Fix a case where we could go off the end of the buffer.Todd C. Miller
2017-12-05Show board ID and revision in dmesg to ease the identificationVisa Hankala
2017-12-05Drop cn30xxpow_intr_establish(), cn30xxpow_intr() and some otherVisa Hankala
2017-12-05Seperate real and user timer interfacesJeremie Courreges-Anglas
2017-12-05When removing duplicate dynamic leases from the cache, compare theKenneth R Westerback
2017-12-05strip_comments is also called for dot lines, so sometimes the commentMarc Espie
2017-12-05use a global BN_CTX; from kshe with a twist from myselfOtto Moerbeek
2017-12-05Implement __cxa_thread_atexit to support C++11 thread_local scope. TheMark Kettenis
2017-12-05When sending out a proposal we create an SA/SPI for the Child SAs if wePatrick Wildt
2017-12-05adjust for warning: warning repairsTheo de Raadt
2017-12-05include the addr:port in bind/listen failure messagesDamien Miller
2017-12-04Sadly the firmware on SPARC T7 machines omits the executable bit on mappingsMark Kettenis
2017-12-04Use _kernel_lock_held() instead of __mp_lock_held(&kernel_lock).Martin Pieuchot
2017-12-04Remove duplicate check that never could execute because the exact samePatrick Wildt
2017-12-04Consistently log "malformed payload" instead of "payload malformed", andPatrick Wildt
2017-12-04Remove check that is now a duplicate due to recent refactoring.Patrick Wildt
2017-12-04The payloads are layered like onions, so you can validate one layer andPatrick Wildt
2017-12-04RFC 4861 requires that all neighbor discovery packets have 255 inAlexander Bluhm
2017-12-04change "if (lp &&" to "if lp != NULL &&".Theo Buehler
2017-12-04add the alps touchpad that can be found in the ideapad 710sRobert Nagy
2017-12-04Avoid a NULL-deref in get_recorded_lease() leading to a segfault seenTheo Buehler
2017-12-04Initialize variable, otherwise the pointer might contain stack garbage.Patrick Wildt
2017-12-04Make divert lookup similar for all socket types. If PF_TAG_DIVERTEDAlexander Bluhm
2017-12-04Change __mp_lock_held() to work with an arbitrary CPU info structure andMartin Pieuchot
2017-12-04Use _kernel_lock_held() instead of __mp_lock_held(&kernel_lock).Martin Pieuchot
2017-12-03If we wanted to send out more proposals than just one, we need to set aPatrick Wildt
2017-12-03The RFC specifies that to accept a proposal, we must select a transformPatrick Wildt
2017-12-03Move timer fields 'expiry" and "rebind" out of struct client_leaseKenneth R Westerback
2017-12-03Disallow the _pbuild user from making TCP/UDP connections in the defaultStuart Henderson
2017-12-03Enable bgw(4).Mark Kettenis
2017-12-03Enumerate all i2c devices on the bus. Mark their nodes as attached evenMark Kettenis
2017-12-03pledge(2) elfrdsetroot:Theo Buehler
2017-12-03Abandon nagging about "_" violating RFC 952. This removes the needKenneth R Westerback
2017-12-03Rename ci_number to ci_cpuid to match other archs.Martin Pieuchot
2017-12-03Include dtbs for Wandboard rev D1 including the i.MX 6QuadPlus variant.Jonathan Gray
2017-12-03syncJonathan Gray
2017-12-02syncTheo de Raadt
2017-12-02Adapt to change in 0ZOtto Moerbeek
2017-12-02make 0Z do what the original dc and gnu bcc do; ok tom@Otto Moerbeek
2017-12-02post-patch -> pre-configureAntoine Jacoutot
2017-12-02Add a caveat wrt use of non-decimal fractional notation; from kshe; ok jmc@Otto Moerbeek