summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2018-09-19Various clean up items for disks.ccardenas
2018-09-18s/mulitprotocol/multiprotocol/ in error textStuart Henderson
2018-09-18Backend for roa-sets. This combines as_sets and prefix-set tries to doClaudio Jeker
2018-09-18ellapsed -> elapsed; ok jmc@miko
2018-09-18Use user_from_uid(3) instead of getpwuid(3) and keep the passwdTodd C. Miller
2018-09-18Account from the fact that we store ech entry three times whenTodd C. Miller
2018-09-17typo in commentStuart Henderson
2018-09-17update the installed path for sendmail: from matt schwartzJason McIntyre
2018-09-17clean up the amount of printf in usage(): from sascha paunovicJason McIntyre
2018-09-17Rename struct as_set to struct irr_as_set to not conflict with bgpd.Claudio Jeker
2018-09-17avoid calling make_full for determining special file status, since weMarc Espie
2018-09-17simplify code path for backup relay and remove useless flagEric Faurot
2018-09-17remove binary doc files that aren't really useful to have in-treeStuart Henderson
2018-09-17merge conflictsStuart Henderson
2018-09-17import unbound 1.7.3, testing from benno@ and Brad.Stuart Henderson
2018-09-16If a prefix without length was specifed in the config file, thenAlexander Bluhm
2018-09-16Add support for setting NVRAM variables.Mark Kettenis
2018-09-16Add missing includes for setpassent() and setgroupent().Todd C. Miller
2018-09-16Various improvements to generate logical domain configurations that areMark Kettenis
2018-09-16With prefixlen 128, mask_prefix() in rad(8) caused a stack overflowAlexander Bluhm
2018-09-16Use uid_from_user(3) and gid_from_group(3) in utilities thatTodd C. Miller
2018-09-16Use user_from_uid(3) and group_from_gid(3) in a few more placesTodd C. Miller
2018-09-16Use user_from_uid(3), group_from_gid(3), uid_from_user(3) andTodd C. Miller
2018-09-15Add support for version 2.0 of the mdstore protocol.Mark Kettenis
2018-09-14Adjust the dummy as_set_match function to new prototype after last bgpd commitClaudio Jeker
2018-09-14Extend as_set to allow for different sized objects to be added. The onlyClaudio Jeker
2018-09-13Fix warnings caused by user_from_uid() and group_from_gid() nowTodd C. Miller
2018-09-13Noticed that the equal case is a bit wrong while adjusting the regress tests.Claudio Jeker
2018-09-13Similar to as-set factor out the code to create a prefix-set into a function.Claudio Jeker
2018-09-13ROA entires are allowing to define a prefix with a maxlen.Claudio Jeker
2018-09-13vmd: set irq and vm_id in virtio dev structs on restorepd
2018-09-13Add initial set of unveil's to vmctl.ccardenas
2018-09-11Be consistent in logging messages.ccardenas
2018-09-11add the conflict info to what's stored in pkglocatedb, as it's meta-infoMarc Espie
2018-09-11Fail fast when we are unable to determine disk format.ccardenas
2018-09-11Add ability to create qcow2 disk.ccardenas
2018-09-10logmsg(LOG_ERR) -> logerr(); ok tedu@anton
2018-09-10Mirror bluhm's fixes for proc.c daemons to dup /dev/null for child processesakoshibe
2018-09-10fix typosdenis
2018-09-10tweak the table commands somewhat; ok gillesJason McIntyre
2018-09-10use filterset_move() like all other network statements. It checks forSebastian Benoit
2018-09-10remove some empty lines from printconf output. ok claudio@Sebastian Benoit
2018-09-10vmd(8) clould close file descriptor 0 as not all fd fields wereAlexander Bluhm
2018-09-10During the fork+exec implementation, daemon(3) was moved afterAlexander Bluhm
2018-09-10Fix previous commit. It mistakenly included a change for debug.YASUOKA Masahiko
2018-09-09merge in some missed bits from 1.7.0 to simplify update prep.Stuart Henderson
2018-09-09merge in some missed bits from 1.7.0 to simplify update prep.Stuart Henderson
2018-09-09During the fork+exec implementation, daemon(3) was moved afterAlexander Bluhm
2018-09-09Allow for empty as-set and prefix-set definitions by adding explicit rulesClaudio Jeker
2018-09-09missing Xc;Jason McIntyre