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
2022-05-06
When printing the GPT table, display "Microsoft basic data" instead of
Kenneth R Westerback
2022-05-05
Add error handling if setting the keyboard encoding fails. After
Alexander Bluhm
2022-05-05
Switch the log_warnx() about trailing garbage to log_debug(). After a
Theo Buehler
2022-05-04
As found by n18fuhtm AT tutanota.com there are dhcp servers that send a
Florian Obser
2022-05-03
Rework display of partition types, removing unnecessary trailing
Kenneth R Westerback
2022-04-28
Convert the internal GPT partition entries into host-endian form
Kenneth R Westerback
2022-04-26
Do not send a hostname option when we don't have a hostname.
Florian Obser
2022-04-25
Push DISK_[read|write]sectors() down to disk.c local functions
Kenneth R Westerback
2022-04-25
gh_csum an gh_part_csum are not used between initializing
Kenneth R Westerback
2022-04-24
Use warnx() if errno is not relevant. close() after errno of
Kenneth R Westerback
2022-04-23
Add missing uuid_dec_le() to init_gp() so -A works on
Kenneth R Westerback
2022-04-20
Refine the GPT partition entry table validity check to ensure
Kenneth R Westerback
2022-04-20
Wrap a long line.
Kenneth R Westerback
2022-04-20
Sigh. Another forgotten header file.
Kenneth R Westerback
2022-04-20
Simpify code manipulating GPT partition names by coalescing
Kenneth R Westerback
2022-04-20
Eliminate some local pointers to gp[pn] and just use gp[pn].
Kenneth R Westerback
2022-04-19
Forgot a file for previous commit.
Kenneth R Westerback
2022-04-19
Bring GPT_print_partition() into line with other functions being passed
Kenneth R Westerback
2022-04-19
Move declaration of DEBUG-only variable inside #ifdef DEBUG.
Kenneth R Westerback
2022-04-19
Eliminate superfluous intermediate variables 'pncnt' now that
Kenneth R Westerback
2022-04-18
Convert the GPT header read from disk into a host-endian version,
Kenneth R Westerback
2022-04-17
When kbd -l was executed as regular user, it failed silently. Try
Alexander Bluhm
2022-04-14
Move ((gh_part_size % d_secsize) == 0) validity check
Kenneth R Westerback
2022-04-13
Correct a gh_part_csum calculation used in debug output.
Kenneth R Westerback
2022-04-13
IKED_LIFETIME_BYTES is > 2GB, and potentially used in strange place,
Theo de Raadt
2022-04-13
Correct a gh_csum calculation used in debug output.
Kenneth R Westerback
2022-04-13
Eliminate a couple of 'XXX' assumptions by calculating the actual
Kenneth R Westerback
2022-04-13
Document sntrup761x25519 key exchange.
Tobias Heider
2022-04-11
Fix leak of esnxf if esn ore noesn are configured explicitly.
Tobias Heider
2022-04-09
fix grammar in comment: successfully -> successful
Dave Voutila
2022-04-07
constify ifmedia descriptions; ok deraadt@ miod@
Christian Weisgerber
2022-03-31
man pages: add missing commas between subordinate and main clauses
Christian Weisgerber
2022-03-25
Savecore uses its own private copy of compress, so it should
Theo Buehler
2022-03-21
Prevent crash of unprivileged engine process (pledged stdio).
Florian Obser
2022-03-21
default the conffile variable to the default file name instead of NULL.
David Gwynne
2022-03-16
Make sure contents of vroute messages are aligned properly.
Tobias Heider
2022-03-16
The 'status' parameter to uuid_* functions is uint32_t, not int.
Kenneth R Westerback
2022-03-15
Always use letoh32(gh.gh_part_num) instead of NGPTPARTITIONS when
Kenneth R Westerback
2022-03-14
Abstract duplicated code scanning gpt_types[] into a helper
Kenneth R Westerback
2022-03-14
And the prototype too.
Kenneth R Westerback
2022-03-14
PRT_uuid_to_typename() can return const char *.
Kenneth R Westerback
2022-03-14
Nuke extraneous blank line.
Kenneth R Westerback
2022-03-14
Improve retransmission of message fragments. RFC 7383 states that loss of
Tobias Heider
2022-03-13
parse_packet() is used by unbound to parse response packets, not
Florian Obser
2022-03-13
Missing 'or'.
Kenneth R Westerback
2022-03-12
Probe for DNS64 presence with an absolute name so that asr doesn't add
Florian Obser
2022-03-11
Simple hack to preserve the EFI System partition when
Kenneth R Westerback
2022-03-07
rename net80211 ioctl struct ieee80211_channel to struct ieee80211_chaninfo
Stefan Sperling
2022-03-03
Use LDNS_RCODE define; no functional change
Florian Obser
2022-03-01
Update to libunbound 1.15.0; heavy lifting by sthen in unbound(8).
Florian Obser
[next]