summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2017-12-02switching to _pbuild is tricky, you can't take it back.Marc Espie
2017-12-01Redo the calculation of the alignment and placement of static TLS data toPhilip Guenther
2017-12-01The RFC specifies that in an SA payload the proposals must be numberedPatrick Wildt
2017-12-01Turns out that, as specified in the RFC, the initial Child SA does notPatrick Wildt
2017-12-01fix buglet in split_number() and optimize count_digits();Otto Moerbeek
2017-12-01arm64 is now also a _syspatch_archTheo Buehler
2017-12-01In the macppc installer, switch the default answer for the partitionStefan Sperling
2017-12-01Add quotes around the name of (unconfigured) devices like we do for otherMark Kettenis
2017-12-01Avoid using an uninitialized variable.Visa Hankala
2017-12-01Fix white spaces and shorten long line.Alexander Bluhm
2017-12-01Consistently .Xr the corresponding wide char functions from char- andIngo Schwarze
2017-12-01add missing argument name; from <kshe59 at zoho dot eu>; OK jmc@;Ingo Schwarze
2017-12-01Simplify the reverse PCB lookup logic. The PF_TAG_TRANSLATE_LOCALHOSTAlexander Bluhm
2017-12-01update currency exchange rates;Jason McIntyre
2017-12-01remove deprectaed linkX notation;Jason McIntyre
2017-12-01and enable new testOtto Moerbeek
2017-12-01extra tests for Z (upcoming implementation change)Otto Moerbeek
2017-11-30Fix the IPL and flags of the MP-safe crypto taskq. Now a sane IPLVisa Hankala
2017-11-30add bgw;Jason McIntyre
2017-11-30Replace `coremask' with `numcores'.Visa Hankala
2017-11-30Prefer `numcores' to `coremask'. The former is probably easierVisa Hankala
2017-11-30Fix typos in comments.Nayden Markatchev
2017-11-30Add bgw(4) man page.Mark Kettenis
2017-11-30Fix variable expansion.Visa Hankala
2017-11-30Add bgw(4), a driver for a family of Bosch acceleration sensors.Mark Kettenis
2017-11-30Add support for rejecting IKE SA messages. This means that we can replyPatrick Wildt
2017-11-30vn_open(9) does not pass the open(2) flags to VOP_CREATE(9) so we can'thelg
2017-11-30Default unknowns to application/octet-stream instead of x-not-regular-file.Anthony J. Bentley
2017-11-30use the same macro consistently for the various carp balancing modes;Jason McIntyre
2017-11-30no more arp mode for carp; from martin rettbergJason McIntyre
2017-11-30When performing vmctl reload and a previously configured vm is running,ccardenas
2017-11-30__MAP_NOFAULT doesn't make sense with anon mappings, so return EINVAL ifPhilip Guenther