summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-11-29Add defines for changer mode page codes. Move AUDIO_PAGE define toKenneth R Westerback
2019-11-29timeout(9): make CIRCQ look more like other sys/queue.h data structurescheloha
2019-11-29Return EBUSY for successive PT_TRACE_ME calls.Martin Pieuchot
2019-11-29Use RW_PROC() consistently.Martin Pieuchot
2019-11-29Repurpose the "syscalls must be on a writeable page" mechanism toTheo de Raadt
2019-11-29drm_sched_entity_flush() doesn't care about specific threads, so justPhilip Guenther
2019-11-29document use of /var/db/rpki-client/ and /var/cache/rpki-client/Sebastian Benoit
2019-11-29typo fix.Nayden Markatchev
2019-11-29s/EXIT_SUCCESS/0/Sebastian Benoit
2019-11-29e2k19 - above parSebastian Benoit
2019-11-29not a backout commitSebastian Benoit
2019-11-29commited at minus 21 degCSebastian Benoit
2019-11-29You know the main street in white horse? On the left...Sebastian Benoit
2019-11-29The code is more what you'd call 'guidelines' than actual rules.Sebastian Benoit
2019-11-29s/EXIT_FAILURE/1/Sebastian Benoit
2019-11-29s/EXIT_FAILURE/1/Sebastian Benoit
2019-11-29s/EXIT_FAILURE/1/Sebastian Benoit
2019-11-29normalize_name() is no longer neededClaudio Jeker
2019-11-29Use the AKI embedded in the CRL to store the crls. This way the AKI fromClaudio Jeker
2019-11-29Uncomment a single line in root's crontab to run rpki-client and reloadTheo de Raadt
2019-11-29If run as root, priv-drop to _rpki-client.Theo de Raadt
2019-11-29Import /var/db/rpki-client/roa and filterTheo de Raadt
2019-11-29fchmod 0644 the output roa file, since it is public information andTheo de Raadt
2019-11-29add /var/cache/rpki-client, ok deraadt@Sebastian Benoit
2019-11-29create a var/db/rpki-client/roa file with correct ownership so thatTheo de Raadt
2019-11-29create var/db/rpki-client directory with correct modeTheo de Raadt
2019-11-29at(1): ctime comparison: subtraction is not comparison; ok millert@cheloha
2019-11-29Shuffle the desk chairs on this ocean linerClaudio Jeker
2019-11-29valid_as() should be as strict as valid_ip() when it comes to not-coveredClaudio Jeker
2019-11-29fix io_simple_read() change from earlier 'fix warnings' commitSebastian Benoit
2019-11-29Re commit what was committed in version 1.43 with a fix added toBob Beck
2019-11-29Fix at least one cause of VMs spinning at 100% host CPUMike Larkin
2019-11-29lots of dependencies go away here with ed25519 no longer needingDamien Miller
2019-11-29perform hashing directly in crypto_hash_sha512() using libcrypto orDamien Miller
2019-11-28uvm_pagealloc_contig() doesn't exist and shouldn't existPhilip Guenther
2019-11-28Run additional 3004 ECDH and 1575 ECDSA test vectors against libcrypto.Theo Buehler
2019-11-28move the HKDF tests up a bitTheo Buehler
2019-11-28On short transfers with multiple TRBs in a TD we get two events.Patrick Wildt
2019-11-28update to-do listTheo Buehler
2019-11-28go fmtTheo Buehler
2019-11-28no need for fallthroughTheo Buehler
2019-11-28Run HKDF test vectors against libcrypto.Theo Buehler
2019-11-28Do not crash when a format doesn't exist, reported by Thomas Sattler.Nicholas Marriott
2019-11-28bump libcbor after symbol addition; ok deraadt@Christian Weisgerber
2019-11-28enable more warning flags and fix a few issues noticed.Sebastian Benoit
2019-11-28improve snprintf overflow test; noted by bennoTheo de Raadt
2019-11-28Convert the auths array into an RB tree indexed by SKI. For fast lookupsClaudio Jeker
2019-11-28The root certs do not have a CRL distribution point extension so don'tClaudio Jeker
2019-11-28The happy eyeballs code computes a median to assess how well aOtto Moerbeek
2019-11-28Output to a temporary file, which gets renamed on success. This willTheo de Raadt