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