summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-04-01mark ERR_R_INTERNAL_ERROR instead of assert or _exit, sighTheo de Raadt
2019-04-01if inet6 is not available, warn, but carry onTed Unangst
2019-04-01restore El removed in previous;Jason McIntyre
2019-04-01Repair "} if" and make it the intended "} else if", compare the correspondingChristian Weisgerber
2019-04-01repair "} if" from an ancient merge error; ok deraadt@ kn@Christian Weisgerber
2019-04-01repair confusing "} if" indentation as suggested by deraadt@Christian Weisgerber
2019-04-01repair confusing "} if"; from florian@Christian Weisgerber
2019-04-01Change a strange "} if" into the intended "} else if". No practialChristian Weisgerber
2019-04-01Compile with -gdwarf-4 to suppress wrnings about DWARF2 in assembly codeMark Kettenis
2019-04-01Implement "Authentication Domain Names" configuration as per RFC 8310Florian Obser
2019-04-01deprecate TASKQ_CANTSLEEP since nothing uses it anymoreDavid Gwynne
2019-04-01Enable the full pre-reset code path again, now that we've fixed the causeJonathan Matthew
2019-04-01Don't use a prefetchable mapping for the registers - the controller onlyJonathan Matthew
2019-04-01Correct subtle bug in sigalgs, only care about curve_nid if we areBob Beck
2019-04-01Bring documentation into better correspondanceKenneth R Westerback
2019-04-01No need to save/restore fields across the invocation ofKenneth R Westerback
2019-03-31new sentence, new line;Jason McIntyre
2019-03-31simpler display;Jason McIntyre
2019-03-31add Scott Walker; from Chad DoughertyStuart Henderson
2019-03-31Unbreak tree by removing the bits that were copied to art.h in r1.18Theo Buehler
2019-03-31While we do encourage simplicity in the sense of writing plain '-'Ingo Schwarze
2019-03-31GTSM is not widely known, so be more concrete as to its effectRichard Procter
2019-03-31update the default partition sizes in the man page as wellPeter Hessler
2019-03-31Don't try to recover when DMA pointers wrap if the driver isAlexandre Ratchov
2019-03-31Don't use memcpy for struct bgpd_config, the pointers and lists in thatClaudio Jeker
2019-03-31Move the struct peer into bgpd_config and switch it to a TAILQ instead ofClaudio Jeker
2019-03-31Update Jewish holiday dates for this year. While here, add Tu B'Shevat.Brian Callahan
2019-03-31Clean up and simplify the client verify code:Joel Sing
2019-03-31Add a more strict rtm_hdrlen size check. Make sure that at leastClaudio Jeker
2019-03-31Wrap long lines and apply some style(9).Joel Sing
2019-03-31Use named field initialisers.Joel Sing
2019-03-31The way we merge libunbound from unbound(8) into unwind(8) we need to makeFlorian Obser
2019-03-31when using the auto partitioner, grow minimum size for /usr to 1300M.Peter Hessler
2019-03-31Make ART data structure definitions visible to userland, in order to fixMartin Pieuchot
2019-03-31Fix output accounting when bridge(4) is down.Martin Pieuchot
2019-03-31Document that it is safe to dereference `if_softc' when the caller hasMartin Pieuchot
2019-03-31The KERNEL_LOCK() is still what serializes access to bridge(4) data structures.Martin Pieuchot
2019-03-31Drop --devices and --specials from the synopsis because they are onlyIngo Schwarze
2019-03-31Move the prototypes of internal lockf functions from <sys/lockf.h>Visa Hankala
2019-03-31Restore -t behaviourkn
2019-03-31AR9287-based usb devices use GPIO pin 10 for LED, not 8.Kevin Lo
2019-03-31Increasing strictness regarding signed-vs-unsigned types and their rangeTheo de Raadt
2019-03-31Add ability to combine rsync:// and -e by splitting rsync_socket()Christian Weisgerber
2019-03-31Fix a memory leak.YASUOKA Masahiko
2019-03-31Fix white spaces and a typo.YASUOKA Masahiko
2019-03-31fix Bl;Jason McIntyre
2019-03-31Fix comment typo: 'trasnfer' -> 'transfer'.Marcus Glocker
2019-03-31Modify radiusd_bsdauth module to do "fork + exec" main process instead ofYASUOKA Masahiko
2019-03-31Remove "proc" from pledge(2) since it is not needed even ifdefYASUOKA Masahiko
2019-03-31Save errno before doing other things. Also add __deade for fatal() andYASUOKA Masahiko