summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-06-17Too much spaceClaudio Jeker
2019-06-17Add unit test for new community functions. Should cover the basics.Claudio Jeker
2019-06-17Adjust test since the community rewrite changed order of communities in sets.Claudio Jeker
2019-06-17 Implement elliptic curve account keys.Florian Obser
2019-06-17The copyfault handler is supposed to store the old handler in the pcb.Patrick Wildt
2019-06-17Adjust comment.Claudio Jeker
2019-06-17From Leonid Bobrov: add a condition to {beginning,end}-of-buffer toMark Lumsden
2019-06-17Make pci_intr_map_msix(9) assign an address to the BAR used by the MSI-XMark Kettenis
2019-06-17Split out the code that assigns addresses to BARs into its own function.Mark Kettenis
2019-06-17Adjust and sync the code with the new struct community code from bgpd.Claudio Jeker
2019-06-17Completley rewrite the community matching and handling code. All communityClaudio Jeker
2019-06-17s/get1/get0/ in commentsFlorian Obser
2019-06-17Mention EM_PPC64; from jsg@Kevin Lo
2019-06-17improve clock_gettime regress:anton
2019-06-17When reloading station address via TWSI is timed out, try to reloadKevin Lo
2019-06-17Mention the ELF machine type EM_AARCH64.Kevin Lo
2019-06-17Allow setting of retransmission intervasl via _res.retrans. Ugly API butOtto Moerbeek
2019-06-17We do support "options edns0"; ok jca@Otto Moerbeek
2019-06-17Remove old realpath(3), and the userland-vs-kernel realpath verificationTheo de Raadt
2019-06-17Add -c option for passing LOG_CONS to syslog(3).Philip Guenther
2019-06-17dosendsyslog() must only pass ktrgenio(9) userspace buffers that it canPhilip Guenther
2019-06-16SYS___realpath is legitimately PLEDGE_STDIO, because the other pledgeTheo de Raadt
2019-06-16Trade unveil(2) for chroot(2).Florian Obser
2019-06-16redo the environment inheritance to not inherit. it was intended to makeTed Unangst
2019-06-16finish killing PLIST_DB as noticed by some anonymous guyMarc Espie
2019-06-16Ignore the frame cents component in MMC relocate message.Alexandre Ratchov
2019-06-16Say in comment why we use 1/2400 second as MTC time unit.Alexandre Ratchov
2019-06-16 Do not leak rsa keys; nobody is messing with the reference behind ourFlorian Obser
2019-06-16Restrict filesystem access to read only _PATH_DEVDB and /dev through unveil(2),Ricardo Mestre
2019-06-16Be more aggressive retrying dns while in settime mode. The constraintOtto Moerbeek
2019-06-16acctkey indirection is unnecessary, just pass authority->accountFlorian Obser
2019-06-16drm/amd/display: Use plane->color_space for dpp if specifiedJonathan Gray
2019-06-16In previous commit I forgot a net unlock if the PCB of the socketAlexander Bluhm
2019-06-16Use timeout_add_sec(9)kn
2019-06-15oops - missing .El in previous;Jason McIntyre
2019-06-15Remove bugs section.Florian Obser
2019-06-15Free sizes for hooks and `if_sadl'.Martin Pieuchot
2019-06-15"If any sets are missing, patches are skipped accordingly."Antoine Jacoutot
2019-06-15 Now that we have different key types (rsa and ecdsa) we probablyFlorian Obser
2019-06-15realpath(3) doesn't use lstat(2), readlink(2), or getcwd(3) anymore,Theo de Raadt
2019-06-15Have __realpath() do the pathname==NULL -> EINVAL check itself, eliminatingTheo de Raadt
2019-06-15Fix previous commit and unbreak the tree.Mark Kettenis
2019-06-15Print domain key type in config test mode (-n).Florian Obser
2019-06-15simplify cleanup handlingMarc Espie
2019-06-15Use the right format modifier when comparing, and remove a couple ofNicholas Marriott
2019-06-14simplify the runq interface:Eric Faurot
2019-06-14Track key type (RSA or ECDSA) in an enum and clean up a bit while here.Florian Obser
2019-06-14new regress: clock_gettime(2); test if CLOCK_MONOTONIC is really monotoniccheloha
2019-06-14Add TSC_ADJUST CPUID flag.Mark Kettenis
2019-06-14timeout_add(9)+hz(9) -> timeout_add_sec(9); ok patrick@cheloha