index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sbin
Age
Commit message (
Expand
)
Author
2023-04-12
Simplify code by folding uuid_attr() into PRT_protected_uuid().
Kenneth R Westerback
2023-04-12
Clarify logic in PRT_uuid_to_menudflt() by using find_gpt_menuitem().
Kenneth R Westerback
2023-04-11
Abstract find_[gpt|mbr]_menuitem() to simplify code and
Kenneth R Westerback
2023-04-11
Simplify code by passing pointers to the appropriate type to
Kenneth R Westerback
2023-04-11
Shuffle mbr and gpt function prototypes and declarations together.
Kenneth R Westerback
2023-04-10
Make GPT display of menu hex octet the same as the MBR display.
Kenneth R Westerback
2023-04-09
Refactor and simplify GPT menu selection logic.
Kenneth R Westerback
2023-04-08
A bit more guid vs uuid naming consistency.
Kenneth R Westerback
2023-04-07
Oops. Missed files in last commit.
Kenneth R Westerback
2023-04-07
Add helper functions find_mbr_desc() and find_gpt_desc() to allow
Kenneth R Westerback
2023-04-06
Markup route flags to get tags
Klemens Nanni
2023-04-05
Add (inside #if 0 blocks) #define's and gpt_types[] entries for
Kenneth R Westerback
2023-04-04
Adopt a more compact idiom when initializing gpt_types[]. Group
Kenneth R Westerback
2023-04-02
Use #define instead of `char * const' for the repeated GUID strings. Ugly,
Miod Vallat
2023-04-01
Use char * const for the rest of the repeated GUID strings. More
Kenneth R Westerback
2023-03-31
Add missing NULL check after group_get()
Theo Buehler
2023-03-31
Refactor partition type menu code, disentangling mbr and gpt
Kenneth R Westerback
2023-03-31
Oops. Missed eliminating unneeded double quotes in previous.
Kenneth R Westerback
2023-03-31
Be more consistent in function naming. Functions taking or
Kenneth R Westerback
2023-03-31
Guard use of GROUP_EC2N with #ifndef OPENSSL_NO_EC2M
Theo Buehler
2023-03-30
Use 'char * const' instead of #define for repeated
Kenneth R Westerback
2023-03-30
i2d_ECDSA_SIG() may return a negative value in case of error.
Alexander Bluhm
2023-03-30
Remove needless memset() call, 'entries' variable and
Kenneth R Westerback
2023-03-29
Change 'type' to 'menuid' in various struct's, functions and
Kenneth R Westerback
2023-03-29
No need to assume a nil GUID can be found at gpt_types[0]. Just
Kenneth R Westerback
2023-03-29
Simplify code by having PRT_uuid_to_type() return -1 when
Kenneth R Westerback
2023-03-28
Avoid double free in isakmpd
Theo Buehler
2023-03-26
Pass lbuf/lbuflen to PRT_print_[mbr|gpt]_menu() to allow changes
Kenneth R Westerback
2023-03-26
Add EFI_SYSTEM_PARTITION_GUID #define and use it to check for
Kenneth R Westerback
2023-03-26
Add MICROSOFT_BASIC_DATA_GUID #define to make clear what menu
Kenneth R Westerback
2023-03-25
Add comments documenting possible sources for MBR partition types
Kenneth R Westerback
2023-03-25
Move LINEBUFSZ to be with its friends in misc.h.
Kenneth R Westerback
2023-03-25
Rename ascii_id() find_mbr_type(), make it a bit more like its
Kenneth R Westerback
2023-03-25
Make *_name fields char * instead of char[]. Specify desired
Kenneth R Westerback
2023-03-25
Rename *_sname fields/functions to *_name to remove implied
Kenneth R Westerback
2023-03-18
sourceaddr:
Jason McIntyre
2023-03-17
Adjust sourceaddr argument parser.
Claudio Jeker
2023-03-15
tweak sourceaddr:
Jason McIntyre
2023-03-15
For now pass AF_UNSPEC to printsource() to ensure that both inet and inet6
Claudio Jeker
2023-03-15
Make route sourceaddr always print the used addresses for inet and inet6.
Claudio Jeker
2023-03-10
Fix possible leak of spibuf and flowbuf in error case.
Tobias Heider
2023-03-08
Delete obsolete /* ARGSUSED */ lint comments.
Philip Guenther
2023-03-07
Avoid enabling TSO on interfaces which are already attached to a bridge.
Jan Klemkow
2023-03-07
Delete obsolete /* ARGSUSED1 */ lint comments.
Philip Guenther
2023-03-07
restore tags for commands lost in r1.112 restructuring; OK jmc
Klemens Nanni
2023-03-07
mpls gateway clarification; from claudio
Jason McIntyre
2023-03-06
Use GPT_UUID_NBSD_UFS, not GPT_UUID_FBSD_DATA, for NetBSD GPT
Kenneth R Westerback
2023-03-06
Define a few more attributes for the sake of the readattr subcommand;
Miod Vallat
2023-03-06
Use nitems() of source and destination partition arrays
Kenneth R Westerback
2023-03-05
Fix clean process shutdown by storing env globally like vmd and httpd do
Tobias Heider
[next]