summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-02RFC 6066 section 8 allows the server MAY choose not send the CertificateStatusBob Beck
2021-09-02Initialize mutex to IPL_NONE.Martin Pieuchot
2021-09-02rename rw locks to avoid ambiguity and verbosenessDave Voutila
2021-09-02regress tests shouldn't set or modify MALLOC_OPTIONS unless they're actually ...Jasper Lievisse Adriaanse
2021-09-02Change copying arguments to that flags without arguments are insertedNicholas Marriott
2021-09-02this is not a section 3 man page anymoreTheo de Raadt
2021-09-02some functionality requires pledge "proc"Theo de Raadt
2021-09-02Allow snmpd(8) to send SNMPv3 traps.Martijn van Duren
2021-09-01Add the NetBSD source code repository tag back to help future historiansJob Snijders
2021-09-01Fix overflow / underflow check by moving it up before the returnJob Snijders
2021-09-01Update project tag line, shorten some err() callsJob Snijders
2021-09-01Improve editing GPT partition type GUID's by rejecting partitionKenneth R Westerback
2021-09-01small unused/initialization improvementsTheo de Raadt
2021-09-01repair strtonum idiom and improve error messagingTheo de Raadt
2021-09-01Enable making timeout(1)Job Snijders
2021-09-01Style nitsJob Snijders
2021-09-01consider two files sharing the same inode identicalAlexander Hall
2021-09-01remove unused macro;Jason McIntyre
2021-09-01Case h is pointlessJob Snijders
2021-09-01Fix indentingJob Snijders
2021-09-01Use ttopen in tty drivers open functions as ttysleep string, as the others do.Jan Klemkow
2021-09-01Simplify code by replacing strtol() with strtonum()Job Snijders
2021-09-01pledge() timeoutJob Snijders
2021-09-01Remove sysexits.h reference and improve usage string.Job Snijders
2021-09-01inet_ntop(3) needs sys/socket.h for AF_INET / AF_INET6 so add the headerClaudio Jeker
2021-09-01A couple commands don't need sys/param.h, but they do need sys/signal.hTheo de Raadt
2021-09-01neither ktrace(2) or utrace(2) require a caller to pull sys/param.hTheo de Raadt
2021-09-01Import timeout(1) from NetBSDJob Snijders
2021-09-01Add client side support for DNS configuration. Use RTM_PROPOSAL_STATICTobias Heider
2021-09-01Let rpki-client(8) inform bgpd(8) when RPKI VRPs will expire.Job Snijders
2021-09-01remove sys/param.h use (few small repairs)Theo de Raadt
2021-09-01Clarify maxlen is optional in roa-setJob Snijders
2021-09-01As a first step towards safe signal handling, improve the h_int()Ingo Schwarze
2021-09-01Prevent lock ordering issue by raising ipl level of vcpu_pool to IPL_MPFLOOR.Martin Pieuchot
2021-09-01comment out the detailed description of SSL_get_servername(3),Ingo Schwarze
2021-09-01Add lfence after ret in retpoline thunk.Todd Mortimer
2021-09-01Rergression for printing a @map after calling clear().Martin Pieuchot
2021-09-01Handle the case where map/hist can be read after calling clear().Martin Pieuchot
2021-09-01Implement roa-set data expiry. Every prefix in a roa-set can specify anClaudio Jeker
2021-09-01RPKI only cares about *.{cer,crl,gbr,mft,roa} files. Use rsync --includeClaudio Jeker
2021-09-01remove unused functions and cleanup vmd.hDave Voutila
2021-09-01Add support for the more rare volume usage which differs compared to theAnton Lindqvist
2020-08-09Import LLVM 10.0.1 including clang, lld and lldb.Patrick Wildt
2021-09-01Rename ucc_bits_to_usage() to ucc_bits_to_int() as it's about to be usedAnton Lindqvist
2021-09-01Older AMD CPUs that do not support IBRS need an lfence after retAlexander Bluhm
2021-09-01Remove from0 support. openrsync will not implement all bad ideas thatClaudio Jeker
2021-09-01Remove assignment of value that is never read.Bob Beck
2021-09-01Fix bad logic I introduced before commit.Claudio Jeker
2021-09-01llvm: Use Component in OpenBSD::getCompilerRT to find librariesGreg Steuck
2021-09-01Remove dead poweroff functions, as they not appear in otherJan Klemkow