summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2023-07-28Use ibuf_data() instead of accessing the ibuf buf pointer directly.Claudio Jeker
2023-07-23use SMALL to save a shave mfs and tmpfs bits in install mediaKlemens Nanni
2023-07-18Enable LRO for TCP per default in the network drivers.Alexander Bluhm
2023-07-18Kill ibuf_cat() since there is now ibuf_add_buf() in the official API.Claudio Jeker
2023-07-16Merge ibuf_get() with ibuf_getdata() and rename it to ibuf_getdata().Claudio Jeker
2023-07-06Rectify -s lieKlemens Nanni
2023-07-05Simplify and clarify the description of auto allocation.Kenneth R Westerback
2023-07-05Restore (R)esize functionality to sparc64 disklabel(8).Kenneth R Westerback
2023-07-03An empty string indicates there is no NXTNUM().Kenneth R Westerback
2023-07-03Nuke unused label 'next:'.Kenneth R Westerback
2023-07-03The only thing worse than treating 'return' as a function call isKenneth R Westerback
2023-07-02Add button mappings for two- and three-finger clicks on clickpads.Ulf Brosziewski
2023-06-29Fix handling of 'N-* 100' template entries.Kenneth R Westerback
2023-06-28Add support to verify X509 chain from CERT payloads.Tobias Heider
2023-06-28Don't call daemon() after proc_init(), otherwise the child processesGerhard Roth
2023-06-28Refactor editor_allocspace() into easier to follow pieces.Kenneth R Westerback
2023-06-25remove ca_sslinit()Omar Polo
2023-06-21Add a parameter 'action' to mpfree() so it can optionally discardKenneth R Westerback
2023-06-20Take more care to ensure name_to_string() always returns a properKenneth R Westerback
2023-06-19"%-Ns\n" is more appropriately "%s\n" to avoid adding extraneousKenneth R Westerback
2023-06-19Improve the ibuf API by adding these functions:Claudio Jeker
2023-06-19Replace eclectic mix of errx(4, "out of memory"), err(4, NULL)Kenneth R Westerback
2023-06-19The group "operator" gatekeeps a few superuser abilities (dumping disks,Theo de Raadt
2023-06-18Add and use CHUNKSZ() to replace 'chunk->stop - chunk->start'Kenneth R Westerback
2023-06-18Use UINT64_MAX instead of -1 to set a uint64_t value toKenneth R Westerback
2023-06-17Fix leak of key.id_buf in pubkey auth case.Tobias Heider
2023-06-16Now that print_host() is unused, rename it to print_addr() and simplify.Theo Buehler
2023-06-14Replace the last few print_host() calls with print_addr() ones.Claudio Jeker
2023-06-13iked: introduce and use print_addr()Theo Buehler
2023-06-13Fix FILE leak in error path.Claudio Jeker
2023-06-12Use stdio open_memstream(3) to build up log strings instead of trying toClaudio Jeker
2023-06-09Readd "-wgpsk", accidentially dropped in r1.465 adding "wgdescr"Klemens Nanni
2023-06-07Rename ifconfig tcprecvoffload to tcplro. It is shorter andAlexander Bluhm
2023-06-06Use same pattern to work with offset by using a uint8_t pointer thatClaudio Jeker
2023-06-06Use ibuf_seek() instead of ibuf_data() + offset constructs. Effect isClaudio Jeker
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