Age | Commit message (Expand) | Author |
2023-07-28 | Use ibuf_data() instead of accessing the ibuf buf pointer directly. | Claudio Jeker |
2023-07-23 | use SMALL to save a shave mfs and tmpfs bits in install media | Klemens Nanni |
2023-07-18 | Enable LRO for TCP per default in the network drivers. | Alexander Bluhm |
2023-07-18 | Kill ibuf_cat() since there is now ibuf_add_buf() in the official API. | Claudio Jeker |
2023-07-16 | Merge ibuf_get() with ibuf_getdata() and rename it to ibuf_getdata(). | Claudio Jeker |
2023-07-06 | Rectify -s lie | Klemens Nanni |
2023-07-05 | Simplify and clarify the description of auto allocation. | Kenneth R Westerback |
2023-07-05 | Restore (R)esize functionality to sparc64 disklabel(8). | Kenneth R Westerback |
2023-07-03 | An empty string indicates there is no NXTNUM(). | Kenneth R Westerback |
2023-07-03 | Nuke unused label 'next:'. | Kenneth R Westerback |
2023-07-03 | The only thing worse than treating 'return' as a function call is | Kenneth R Westerback |
2023-07-02 | Add button mappings for two- and three-finger clicks on clickpads. | Ulf Brosziewski |
2023-06-29 | Fix handling of 'N-* 100' template entries. | Kenneth R Westerback |
2023-06-28 | Add support to verify X509 chain from CERT payloads. | Tobias Heider |
2023-06-28 | Don't call daemon() after proc_init(), otherwise the child processes | Gerhard Roth |
2023-06-28 | Refactor editor_allocspace() into easier to follow pieces. | Kenneth R Westerback |
2023-06-25 | remove ca_sslinit() | Omar Polo |
2023-06-21 | Add a parameter 'action' to mpfree() so it can optionally discard | Kenneth R Westerback |
2023-06-20 | Take more care to ensure name_to_string() always returns a proper | Kenneth R Westerback |
2023-06-19 | "%-Ns\n" is more appropriately "%s\n" to avoid adding extraneous | Kenneth R Westerback |
2023-06-19 | Improve the ibuf API by adding these functions: | Claudio Jeker |
2023-06-19 | Replace eclectic mix of errx(4, "out of memory"), err(4, NULL) | Kenneth R Westerback |
2023-06-19 | The group "operator" gatekeeps a few superuser abilities (dumping disks, | Theo de Raadt |
2023-06-18 | Add and use CHUNKSZ() to replace 'chunk->stop - chunk->start' | Kenneth R Westerback |
2023-06-18 | Use UINT64_MAX instead of -1 to set a uint64_t value to | Kenneth R Westerback |
2023-06-17 | Fix leak of key.id_buf in pubkey auth case. | Tobias Heider |
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 |