summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2019-03-31Avoid calling dup2(oldd, newd) when oldd == newd. In that case theYASUOKA Masahiko
2019-03-31If using retguard, we do not also need the stack protector.mortimer
2019-03-31Do not store the retguard cookie in frame in leaf functions if possible.mortimer
2019-03-31follow atf and change neoverse e1 part numberJonathan Gray
2019-03-31Enhance prompt shown during -E label editing. AlwaysKenneth R Westerback
2019-03-31Document 'p' flag for file descriptors.Richard Procter
2019-03-31Fix white space and add an snmp test.rob
2019-03-31we don't need to set openssl lock callbacks. this code is not threaded.Ted Unangst
2019-03-31use AI_NUMERICHOST for ip conversion. ok florianTed Unangst
2019-03-31Tweak ldap related tests.rob
2019-03-30Make the synopsis more palatable by deleting useless long optionIngo Schwarze
2019-03-30Shuffle captive portal detection around.Florian Obser
2019-03-30Add retguard macros to setjmp/longjmp on amd64. Knocks out some usefulmortimer
2019-03-30repair confusing "} if" indent; from naddyTheo de Raadt
2019-03-30document --del, ok deraadt@Christian Weisgerber
2019-03-30Restrict the number of allowed wsmux devices, just like wskbd and wsmouseanton
2019-03-30For now perform utimes, chown, chmod in the same order as cp(1), untilTheo de Raadt
2019-03-30Add --del as alias for --delete.Christian Weisgerber
2019-03-30fix typo in ERRX1Theo de Raadt
2019-03-30no powersave for wi(4); missed in previous commitsJason McIntyre
2019-03-30tweak comment lines.YASUOKA Masahiko
2019-03-30Add a test case forasou
2019-03-30Add 5 test cases forasou
2019-03-30Fail on invalid netmasks when filling tableskn
2019-03-30Do not try to print NULL with %s.Florian Obser