summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2023-03-31Be more consistent in function naming. Functions taking orKenneth R Westerback
2023-03-31Guard use of GROUP_EC2N with #ifndef OPENSSL_NO_EC2MTheo Buehler
2023-03-30Use 'char * const' instead of #define for repeatedKenneth R Westerback
2023-03-30i2d_ECDSA_SIG() may return a negative value in case of error.Alexander Bluhm
2023-03-30Remove needless memset() call, 'entries' variable andKenneth R Westerback
2023-03-29Change 'type' to 'menuid' in various struct's, functions andKenneth R Westerback
2023-03-29No need to assume a nil GUID can be found at gpt_types[0]. JustKenneth R Westerback
2023-03-29Simplify code by having PRT_uuid_to_type() return -1 whenKenneth R Westerback
2023-03-28Avoid double free in isakmpdTheo Buehler
2023-03-26Pass lbuf/lbuflen to PRT_print_[mbr|gpt]_menu() to allow changesKenneth R Westerback
2023-03-26Add EFI_SYSTEM_PARTITION_GUID #define and use it to check forKenneth R Westerback
2023-03-26Add MICROSOFT_BASIC_DATA_GUID #define to make clear what menuKenneth R Westerback
2023-03-25Add comments documenting possible sources for MBR partition typesKenneth R Westerback
2023-03-25Move LINEBUFSZ to be with its friends in misc.h.Kenneth R Westerback
2023-03-25Rename ascii_id() find_mbr_type(), make it a bit more like itsKenneth R Westerback
2023-03-25Make *_name fields char * instead of char[]. Specify desiredKenneth R Westerback
2023-03-25Rename *_sname fields/functions to *_name to remove impliedKenneth R Westerback
2023-03-18sourceaddr:Jason McIntyre
2023-03-17Adjust sourceaddr argument parser.Claudio Jeker
2023-03-15tweak sourceaddr:Jason McIntyre
2023-03-15For now pass AF_UNSPEC to printsource() to ensure that both inet and inet6Claudio Jeker
2023-03-15Make route sourceaddr always print the used addresses for inet and inet6.Claudio Jeker
2023-03-10Fix possible leak of spibuf and flowbuf in error case.Tobias Heider
2023-03-08Delete obsolete /* ARGSUSED */ lint comments.Philip Guenther
2023-03-07Avoid enabling TSO on interfaces which are already attached to a bridge.Jan Klemkow
2023-03-07Delete obsolete /* ARGSUSED1 */ lint comments.Philip Guenther
2023-03-07restore tags for commands lost in r1.112 restructuring; OK jmcKlemens Nanni
2023-03-07mpls gateway clarification; from claudioJason McIntyre
2023-03-06Use GPT_UUID_NBSD_UFS, not GPT_UUID_FBSD_DATA, for NetBSD GPTKenneth R Westerback
2023-03-06Define a few more attributes for the sake of the readattr subcommand;Miod Vallat
2023-03-06Use nitems() of source and destination partition arraysKenneth R Westerback
2023-03-05Fix clean process shutdown by storing env globally like vmd and httpd doTobias Heider
2023-03-04Don't whine about invalid start/end values whenKenneth R Westerback
2023-03-04Sync proc.c from vmd(8) to enabled fork + exec for all processes. This givesTobias Heider
2023-03-04Use nitems() in the simple iterations over mbr->mbr_prt[].Kenneth R Westerback
2023-03-04Toss in some const's to ensure that static data pointed toKenneth R Westerback
2023-03-03namservers -> nameserversJonathan Gray
2023-03-02restructure the page into one single list for all routing commands;Jason McIntyre
2023-03-02improve the Nd lines such that the format is consistent for theJason McIntyre
2023-03-02No need to protect exports from SIGHUP, the handler just sets a flag.Todd C. Miller
2023-03-01Fix potentially uninitialized use of variable fsb on error.Todd C. Miller
2023-02-27sort VEB and add "rules"; ok stspJason McIntyre
2023-02-27Add missing documentation of veb(4) ioctls to the ifconfig(8) VEB section.Stefan Sperling
2023-02-21some nameserver proposal bits:Jason McIntyre
2023-02-20Rework/modernize verbiage in the "AUTOMATIC DISK ALLOCATION" andKenneth R Westerback
2023-02-18Missing spaceClaudio Jeker
2023-02-18Fix possibly uninitialized variable in editor_allocspace(); ok krw@Miod Vallat
2023-02-15proc_ispeer() is not used anywhere anymore so remove it everywhere.Tobias Heider
2023-02-15Use correct order of arguments for shutdown(2).Florian Obser
2023-02-14Add -mpls to the route monitor case. It is an allowed address family.Claudio Jeker