Age | Commit message (Expand) | Author |
8 days | Remove fd from struct msgbuf, instead pass the fd to imsg_write and | Claudio Jeker |
8 days | Reshuffle code and rename some internal functions. | Claudio Jeker |
8 days | Retire ibuf_add_buf, replaced by better named ibuf_add_ibuf | Claudio Jeker |
8 days | Only ldapd tried to handle fd exhaustion during imsg fd passing. | Claudio Jeker |
8 days | Adjust imsgbuf_read to return an int with either 1, 0 or -1. | Claudio Jeker |
8 days | Introduce imsgbuf_queuelen() which returns the number | Claudio Jeker |
8 days | Rename imsg_init, imsg_clear, imsg_read, imsg_write and imsg_flush | Claudio Jeker |
8 days | Simplify imsg_write, msgbuf_write and ibuf_write return codes. | Claudio Jeker |
8 days | Introduce imsg_write() and use it instead of msgbuf_write(). | Claudio Jeker |
8 days | imsg_flush() should retry the write on EAGAIN errors. | Claudio Jeker |
8 days | Refine imsg_forward(), do not close fd, just don't forward it. | Claudio Jeker |
8 days | Use ibuf_fd_set() and ibuf_fd_get() to handle the fd passing in imsgs. | Claudio Jeker |
8 days | Allow 0 sized ibuf_open() and mark stack buffers by setting the fd to -2. | Claudio Jeker |
8 days | nline ibuf_realloc() in ibuf_reserve() it is the only | Claudio Jeker |
8 days | Add ibuf_get_string() to the ibuf API (used by bgpd and xlockmore) | Claudio Jeker |
8 days | Let the user provide an alternative perfpolicy when on battery | Jeremie Courreges-Anglas |
8 days | The block size of HMAC-SHA2-{384,512} must be 128 bytes. | YASUOKA Masahiko |
8 days | Fix save-buffer documentation - it writes to stdout. From Ilya Grigoriev. | Nicholas Marriott |
8 days | When the mouse clicked on the border between two horizontal panes, the | Nicholas Marriott |
8 days | Update lang/ruby module documentation for the removal of Ruby 3.1 | Jeremy Evans |
8 days | The buffer flipper (incorrectly?) uses pmap_copy_page() from interrupt | Mark Kettenis |
8 days | Fix word navigation on lines with tabs, from Alexander Arch. | Nicholas Marriott |
9 days | pfctl: clear statistic for specified addresses | kirill |
9 days | Improve error handling of psp(4) driver. | Alexander Bluhm |
9 days | No need to call unsleep() if p_wchan is NULL. | Claudio Jeker |
9 days | sync | Stuart Henderson |
9 days | use ifq_deq_set_oactive if we're in an if_deq_begin "transaction" | David Gwynne |
9 days | provide ifq_deq_set_oactive. | David Gwynne |
9 days | use a tailq for the global list of bpf_if structs. | David Gwynne |
9 days | fix SEE ALSO; | Jason McIntyre |
10 days | Add qccpucp(4) manual page | Tobias Heider |
10 days | gather ice(4) hardware counters for debugging | Stefan Sperling |
10 days | implement ice_add_rx_lldp_filter() | Stefan Sperling |
10 days | remove forward declaration of struct mount | Jonathan Gray |
10 days | hook up ddb regress | Anton Lindqvist |
10 days | Add amd64 ddb regress suite allowing the disassembler to be tested from | Anton Lindqvist |
10 days | Teach ddb how to disassemble endbr64. | Anton Lindqvist |
10 days | kill our kids before we die, or there will be panic | Joshua Stein |
10 days | fix tcpdump on pfsync interfaces. | David Gwynne |
10 days | i was missing a .Dv in front of a macro | David Gwynne |
11 days | Cast atomic_load_int(9) to signed int when loading `securelevel'. | Vitaliy Makkoveev |
11 days | Check all %if in the list when deciding whether to process an | Nicholas Marriott |
11 days | move bus space extern to bus.h; ok mpi@ | Jonathan Gray |
11 days | Fix some typos in comments in i386/amd64 bootblocks | Mike Larkin |
11 days | drm/amdkfd: Accounting pdd vram_usage for svm | Jonathan Gray |
11 days | bump the "mru" up to MAXMCLBYTES. | David Gwynne |
11 days | include tun_hdr in the length reported by FIONREAD and kq if it's enabled. | David Gwynne |
12 days | add qccpucp to GENERIC | Tobias Heider |
12 days | make sure bpfsdetach is holding a bpf_d ref when invalidating stuff. | David Gwynne |
12 days | ec_lib: zap a useless comment | Theo Buehler |