summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2023-06-01Add support for wireguard peer descriptionsKlemens Nanni
2023-05-30Replace the one use of ibuf_prepend() using a similar ibuf_new() + ibuf_cat()Claudio Jeker
2023-05-23Replace ibuf_advance() with ibuf_reserve().Claudio Jeker
2023-05-23With the retirement of expert mode, get_fsize(), get_bsize() andKenneth R Westerback
2023-05-23Replace ibuf_release() with ibuf_free() since the former just calls the latterClaudio Jeker
2023-05-23There is no need to ibuf_zero() or memset() any buffers.Claudio Jeker
2023-05-21If an MBR partition start or end can be represented by CHS, setKenneth R Westerback
2023-05-20p_fragblock = DISKLABELV1_FFS_FRAGBLOCK(0, 0) sets p_fragblock toKenneth R Westerback
2023-05-17Implement battery management sysctl. This will provide a set of sysctlsMark Kettenis
2023-05-17Make function and symmetry obvious by renaming PRT_make() toKenneth R Westerback
2023-05-16Use separate IFCAPs for LRO and TSO.Jan Klemkow
2023-05-14Improve emulation of a disktab entry (-t) by using the typeKenneth R Westerback
2023-05-13In the absence of the 'disktype' command line parameter alwaysKenneth R Westerback
2023-05-12Add interface names in front of error messages.Jan Klemkow
2023-05-10Display correct type name for Microsoft basic data GPTKenneth R Westerback
2023-05-10Microsoft GPT partition attributes can appear on partitions otherKenneth R Westerback
2023-05-09switch pflogd from using a bpf read timeout to a wait timeout.David Gwynne
2023-05-07GPT partitions with the 'Required' attribute are not deleted by -A.Kenneth R Westerback
2023-05-06Replace pointless %d formatting of 0 values withKenneth R Westerback
2023-04-30avoid use after freeJonathan Gray
2023-04-30Remove artifical limit of 2 hours on a PIO lifetime, as recommended byPeter Hessler
2023-04-30Fix that atactl sd0 readattr didn't work for some disks. Change it toYASUOKA Masahiko
2023-04-28This change speeds up DIOCGETRULE ioctl(2) which pfctl(8) uses toAlexandr Nedvedicky
2023-04-27Retire -E's "expert" mode. Introduced 23 years ago to avoidKenneth R Westerback
2023-04-26Add parent to nvgre in ifconfig.8.ASOU Masato
2023-04-25add eoip to keepalive.ASOU Masato
2023-04-21add -pweneighbor.ASOU Masato
2023-04-19remove duplicate includesJonathan Gray
2023-04-19remove duplicate includesJonathan Gray
2023-04-18Rewrite some ugly for loopsTheo Buehler
2023-04-18If rcode is SERVFAIL, there is no need to look at the packet.Florian Obser
2023-04-18Improve asr error handling.Florian Obser
2023-04-12Simplify code by folding uuid_attr() into PRT_protected_uuid().Kenneth R Westerback
2023-04-12Clarify logic in PRT_uuid_to_menudflt() by using find_gpt_menuitem().Kenneth R Westerback
2023-04-11Abstract find_[gpt|mbr]_menuitem() to simplify code andKenneth R Westerback
2023-04-11Simplify code by passing pointers to the appropriate type toKenneth R Westerback
2023-04-11Shuffle mbr and gpt function prototypes and declarations together.Kenneth R Westerback
2023-04-10Make GPT display of menu hex octet the same as the MBR display.Kenneth R Westerback
2023-04-09Refactor and simplify GPT menu selection logic.Kenneth R Westerback
2023-04-08A bit more guid vs uuid naming consistency.Kenneth R Westerback
2023-04-07Oops. Missed files in last commit.Kenneth R Westerback
2023-04-07Add helper functions find_mbr_desc() and find_gpt_desc() to allowKenneth R Westerback
2023-04-06Markup route flags to get tagsKlemens Nanni
2023-04-05Add (inside #if 0 blocks) #define's and gpt_types[] entries forKenneth R Westerback
2023-04-04Adopt a more compact idiom when initializing gpt_types[]. GroupKenneth R Westerback
2023-04-02Use #define instead of `char * const' for the repeated GUID strings. Ugly,Miod Vallat
2023-04-01Use char * const for the rest of the repeated GUID strings. MoreKenneth R Westerback
2023-03-31Add missing NULL check after group_get()Theo Buehler
2023-03-31Refactor partition type menu code, disentangling mbr and gptKenneth R Westerback
2023-03-31Oops. Missed eliminating unneeded double quotes in previous.Kenneth R Westerback