Age | Commit message (Expand) | Author |
2019-02-18 | Bring in fixes in the community parsing code done in parse.y and fix | Claudio Jeker |
2019-02-18 | In the voltage regulator getter we need to actually check the GPIO | Patrick Wildt |
2019-02-18 | When generating code for OpenBSD/powerpc, avoid unaligned floating-point | Mark Kettenis |
2019-02-18 | Serialize access to the list of attached child devices belonging to a | anton |
2016-09-03 | Use the space freed up by sparc and zaurus to import LLVM. | Pascal Stumpf |
2019-02-18 | type typo | Theo de Raadt |
2019-02-18 | fix typo | Theo de Raadt |
2019-02-18 | Add stdlib.h since bsearch and strtoul need it. | Claudio Jeker |
2019-02-18 | Initialize type and subtype because modern gcc complains about it. | Claudio Jeker |
2019-02-18 | Change ps_len of struct pfioc_states and psn_len of struct | Alexander Bluhm |
2019-02-18 | Drop netmpls/mpls.h include, not needed here. | Claudio Jeker |
2019-02-18 | Use (unsigned) long long instead of (u_)int64_t since that drops the | Claudio Jeker |
2019-02-18 | For portability use a (unsigned long long) cast for %llu / %llx formats | Claudio Jeker |
2019-02-18 | Using getopt(1) is more idiomatic and consistent with other scripts. | Sunil Nimmagadda |
2019-02-18 | Fix in-place stripping by using correct form of parameter substitution. | Sunil Nimmagadda |
2019-02-18 | Move get_mpe_config() to kroute.c so that config.c does not depend on | Claudio Jeker |
2019-02-18 | Do not depend on the length field of struct sockaddr instead pass the | Claudio Jeker |
2019-02-18 | regen | Kevin Lo |
2019-02-18 | Add another PCI ID for Intel Dual Band Wireless AC 9560, found in | Kevin Lo |
2019-02-18 | Remove PTPpaddr and use proc0.p_addr->u_pcb.pcb_cr3 instead. This also | YASUOKA Masahiko |
2019-02-18 | Introduce IMSG_DATA_SIZE() macro to to replace reoccuring math on | Florian Obser |
2019-02-18 | sync the description of ~/.ssh/config with djm's updated description in ssh.1; | Jason McIntyre |
2019-02-18 | get rid of some trailing whitespace. | David Gwynne |
2019-02-17 | if a write fails, we mark the buffer invalid and throw it away. this can | Ted Unangst |
2019-02-17 | Skip retguard instructions in prologue detection. | mortimer |
2019-02-17 | delete bogus comment | Theo de Raadt |
2019-02-17 | Add support for --port=PORT and ":port" in the rsync:// URL. | Theo de Raadt |
2019-02-17 | rsync has a large number of failure exit codes, so don't get used to this | Theo de Raadt |
2017-10-04 | Import LLVM 5.0.0 release including clang, lld and lldb. | Patrick Wildt |
2019-02-17 | more yoda repairs | Theo de Raadt |
2019-02-17 | cleanup protocl warning, and return exit code upwards. | Theo de Raadt |
2019-02-17 | Since we do a naive string comparison to see if the trust anchor | Florian Obser |
2019-02-17 | percolate exit code from deeper code, so that values other than 1 are | Theo de Raadt |
2019-02-17 | improve option argument demonstration | Theo de Raadt |
2019-02-17 | sprinle some casts to quiet compiler; ok millert | Theo de Raadt |
2019-02-17 | Make bridge_rtupdate() return an error value instead of a pointer. | Martin Pieuchot |
2019-02-17 | Publish new attached device once it is fully initialized. | Martin Pieuchot |
2019-02-17 | Convert openssl(1) pkeyutl to the newer style of option handling. | Kinichiro Inoguchi |
2019-02-17 | On log verbosity change we need to restart all resolvers: add missing | Florian Obser |
2019-02-17 | Pass verbosity changes to captive portal process. | Florian Obser |
2019-02-17 | s/unwind_/uw_/ to save screen real estate | Florian Obser |
2019-02-17 | s/unwind_/uw_/ to save screen real estate; fix style(9) issues while here | Florian Obser |
2019-02-17 | Has to be SOCK_STREAM obviously | Theo de Raadt |
2019-02-16 | use MINIMUM() instead of MIN() as elsewhere in the tree | Theo de Raadt |
2019-02-16 | Sprinkle a few ifdefs for _LOCORE and _KERNEL and reorder a few lines | Patrick Wildt |
2019-02-16 | Do not look at next key byte if the length is 0, originally from Shingo | Nicholas Marriott |
2019-02-16 | SSID/LLADDR/LINK_STATE_IS_UP changes must discard the previous | Kenneth R Westerback |
2019-02-16 | nasty ugly invisible spaces | Theo de Raadt |
2019-02-16 | Document some long options | Theo de Raadt |
2019-02-16 | --archive is same as -a | Theo de Raadt |