Age | Commit message (Expand) | Author |
2019-03-31 | Move the struct peer into bgpd_config and switch it to a TAILQ instead of | Claudio Jeker |
2019-03-31 | Update Jewish holiday dates for this year. While here, add Tu B'Shevat. | Brian Callahan |
2019-03-31 | Clean up and simplify the client verify code: | Joel Sing |
2019-03-31 | Add a more strict rtm_hdrlen size check. Make sure that at least | Claudio Jeker |
2019-03-31 | Wrap long lines and apply some style(9). | Joel Sing |
2019-03-31 | Use named field initialisers. | Joel Sing |
2019-03-31 | The way we merge libunbound from unbound(8) into unwind(8) we need to make | Florian Obser |
2019-03-31 | when using the auto partitioner, grow minimum size for /usr to 1300M. | Peter Hessler |
2019-03-31 | Make ART data structure definitions visible to userland, in order to fix | Martin Pieuchot |
2019-03-31 | Fix output accounting when bridge(4) is down. | Martin Pieuchot |
2019-03-31 | Document that it is safe to dereference `if_softc' when the caller has | Martin Pieuchot |
2019-03-31 | The KERNEL_LOCK() is still what serializes access to bridge(4) data structures. | Martin Pieuchot |
2019-03-31 | Drop --devices and --specials from the synopsis because they are only | Ingo Schwarze |
2019-03-31 | Move the prototypes of internal lockf functions from <sys/lockf.h> | Visa Hankala |
2019-03-31 | Restore -t behaviour | kn |
2019-03-31 | AR9287-based usb devices use GPIO pin 10 for LED, not 8. | Kevin Lo |
2019-03-31 | Increasing strictness regarding signed-vs-unsigned types and their range | Theo de Raadt |
2019-03-31 | Add ability to combine rsync:// and -e by splitting rsync_socket() | Christian Weisgerber |
2019-03-31 | Fix a memory leak. | YASUOKA Masahiko |
2019-03-31 | Fix white spaces and a typo. | YASUOKA Masahiko |
2019-03-31 | fix Bl; | Jason McIntyre |
2019-03-31 | Fix comment typo: 'trasnfer' -> 'transfer'. | Marcus Glocker |
2019-03-31 | Modify radiusd_bsdauth module to do "fork + exec" main process instead of | YASUOKA Masahiko |
2019-03-31 | Remove "proc" from pledge(2) since it is not needed even ifdef | YASUOKA Masahiko |
2019-03-31 | Save errno before doing other things. Also add __deade for fatal() and | YASUOKA Masahiko |
2019-03-31 | Avoid calling dup2(oldd, newd) when oldd == newd. In that case the | YASUOKA Masahiko |
2019-03-31 | If using retguard, we do not also need the stack protector. | mortimer |
2019-03-31 | Do not store the retguard cookie in frame in leaf functions if possible. | mortimer |
2019-03-31 | follow atf and change neoverse e1 part number | Jonathan Gray |
2019-03-31 | Enhance prompt shown during -E label editing. Always | Kenneth R Westerback |
2019-03-31 | Document 'p' flag for file descriptors. | Richard Procter |
2019-03-31 | Fix white space and add an snmp test. | rob |
2019-03-31 | we don't need to set openssl lock callbacks. this code is not threaded. | Ted Unangst |
2019-03-31 | use AI_NUMERICHOST for ip conversion. ok florian | Ted Unangst |
2019-03-31 | Tweak ldap related tests. | rob |
2019-03-30 | Make the synopsis more palatable by deleting useless long option | Ingo Schwarze |
2019-03-30 | Shuffle captive portal detection around. | Florian Obser |
2019-03-30 | Add retguard macros to setjmp/longjmp on amd64. Knocks out some useful | mortimer |
2019-03-30 | repair confusing "} if" indent; from naddy | Theo de Raadt |
2019-03-30 | document --del, ok deraadt@ | Christian Weisgerber |
2019-03-30 | Restrict the number of allowed wsmux devices, just like wskbd and wsmouse | anton |
2019-03-30 | For now perform utimes, chown, chmod in the same order as cp(1), until | Theo de Raadt |
2019-03-30 | Add --del as alias for --delete. | Christian Weisgerber |
2019-03-30 | fix typo in ERRX1 | Theo de Raadt |
2019-03-30 | no powersave for wi(4); missed in previous commits | Jason McIntyre |
2019-03-30 | tweak comment lines. | YASUOKA Masahiko |
2019-03-30 | Add a test case for | asou |
2019-03-30 | Add 5 test cases for | asou |
2019-03-30 | Fail on invalid netmasks when filling tables | kn |
2019-03-30 | Do not try to print NULL with %s. | Florian Obser |