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-06-16
Now that print_host() is unused, rename it to print_addr() and simplify.
Theo Buehler
2023-06-14
Replace the last few print_host() calls with print_addr() ones.
Claudio Jeker
2023-06-13
iked: introduce and use print_addr()
Theo Buehler
2023-06-13
Fix FILE leak in error path.
Claudio Jeker
2023-06-12
Use stdio open_memstream(3) to build up log strings instead of trying to
Claudio Jeker
2023-06-09
Readd "-wgpsk", accidentially dropped in r1.465 adding "wgdescr"
Klemens Nanni
2023-06-07
Rename ifconfig tcprecvoffload to tcplro. It is shorter and
Alexander Bluhm
2023-06-06
Use same pattern to work with offset by using a uint8_t pointer that
Claudio Jeker
2023-06-06
Use ibuf_seek() instead of ibuf_data() + offset constructs. Effect is
Claudio Jeker
2023-06-01
Add support for wireguard peer descriptions
Klemens Nanni
2023-05-30
Replace the one use of ibuf_prepend() using a similar ibuf_new() + ibuf_cat()
Claudio Jeker
2023-05-23
Replace ibuf_advance() with ibuf_reserve().
Claudio Jeker
2023-05-23
With the retirement of expert mode, get_fsize(), get_bsize() and
Kenneth R Westerback
2023-05-23
Replace ibuf_release() with ibuf_free() since the former just calls the latter
Claudio Jeker
2023-05-23
There is no need to ibuf_zero() or memset() any buffers.
Claudio Jeker
2023-05-21
If an MBR partition start or end can be represented by CHS, set
Kenneth R Westerback
2023-05-20
p_fragblock = DISKLABELV1_FFS_FRAGBLOCK(0, 0) sets p_fragblock to
Kenneth R Westerback
2023-05-17
Implement battery management sysctl. This will provide a set of sysctls
Mark Kettenis
2023-05-17
Make function and symmetry obvious by renaming PRT_make() to
Kenneth R Westerback
2023-05-16
Use separate IFCAPs for LRO and TSO.
Jan Klemkow
2023-05-14
Improve emulation of a disktab entry (-t) by using the type
Kenneth R Westerback
2023-05-13
In the absence of the 'disktype' command line parameter always
Kenneth R Westerback
2023-05-12
Add interface names in front of error messages.
Jan Klemkow
2023-05-10
Display correct type name for Microsoft basic data GPT
Kenneth R Westerback
2023-05-10
Microsoft GPT partition attributes can appear on partitions other
Kenneth R Westerback
2023-05-09
switch pflogd from using a bpf read timeout to a wait timeout.
David Gwynne
2023-05-07
GPT partitions with the 'Required' attribute are not deleted by -A.
Kenneth R Westerback
2023-05-06
Replace pointless %d formatting of 0 values with
Kenneth R Westerback
2023-04-30
avoid use after free
Jonathan Gray
2023-04-30
Remove artifical limit of 2 hours on a PIO lifetime, as recommended by
Peter Hessler
2023-04-30
Fix that atactl sd0 readattr didn't work for some disks. Change it to
YASUOKA Masahiko
2023-04-28
This change speeds up DIOCGETRULE ioctl(2) which pfctl(8) uses to
Alexandr Nedvedicky
2023-04-27
Retire -E's "expert" mode. Introduced 23 years ago to avoid
Kenneth R Westerback
2023-04-26
Add parent to nvgre in ifconfig.8.
ASOU Masato
2023-04-25
add eoip to keepalive.
ASOU Masato
2023-04-21
add -pweneighbor.
ASOU Masato
2023-04-19
remove duplicate includes
Jonathan Gray
2023-04-19
remove duplicate includes
Jonathan Gray
2023-04-18
Rewrite some ugly for loops
Theo Buehler
2023-04-18
If rcode is SERVFAIL, there is no need to look at the packet.
Florian Obser
2023-04-18
Improve asr error handling.
Florian Obser
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
[next]