Age | Commit message (Expand) | Author |
2019-04-01 | mark ERR_R_INTERNAL_ERROR instead of assert or _exit, sigh | Theo de Raadt |
2019-04-01 | if inet6 is not available, warn, but carry on | Ted Unangst |
2019-04-01 | restore El removed in previous; | Jason McIntyre |
2019-04-01 | Repair "} if" and make it the intended "} else if", compare the corresponding | Christian Weisgerber |
2019-04-01 | repair "} if" from an ancient merge error; ok deraadt@ kn@ | Christian Weisgerber |
2019-04-01 | repair confusing "} if" indentation as suggested by deraadt@ | Christian Weisgerber |
2019-04-01 | repair confusing "} if"; from florian@ | Christian Weisgerber |
2019-04-01 | Change a strange "} if" into the intended "} else if". No practial | Christian Weisgerber |
2019-04-01 | Compile with -gdwarf-4 to suppress wrnings about DWARF2 in assembly code | Mark Kettenis |
2019-04-01 | Implement "Authentication Domain Names" configuration as per RFC 8310 | Florian Obser |
2019-04-01 | deprecate TASKQ_CANTSLEEP since nothing uses it anymore | David Gwynne |
2019-04-01 | Enable the full pre-reset code path again, now that we've fixed the cause | Jonathan Matthew |
2019-04-01 | Don't use a prefetchable mapping for the registers - the controller only | Jonathan Matthew |
2019-04-01 | Correct subtle bug in sigalgs, only care about curve_nid if we are | Bob Beck |
2019-04-01 | Bring documentation into better correspondance | Kenneth R Westerback |
2019-04-01 | No need to save/restore fields across the invocation of | Kenneth R Westerback |
2019-03-31 | new sentence, new line; | Jason McIntyre |
2019-03-31 | simpler display; | Jason McIntyre |
2019-03-31 | add Scott Walker; from Chad Dougherty | Stuart Henderson |
2019-03-31 | Unbreak tree by removing the bits that were copied to art.h in r1.18 | Theo Buehler |
2019-03-31 | While we do encourage simplicity in the sense of writing plain '-' | Ingo Schwarze |
2019-03-31 | GTSM is not widely known, so be more concrete as to its effect | Richard Procter |
2019-03-31 | update the default partition sizes in the man page as well | Peter Hessler |
2019-03-31 | Don't try to recover when DMA pointers wrap if the driver is | Alexandre Ratchov |
2019-03-31 | Don't use memcpy for struct bgpd_config, the pointers and lists in that | Claudio Jeker |
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 |