summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
8 daysRemove fd from struct msgbuf, instead pass the fd to imsg_write andClaudio Jeker
8 daysReshuffle code and rename some internal functions.Claudio Jeker
8 daysRetire ibuf_add_buf, replaced by better named ibuf_add_ibufClaudio Jeker
8 daysOnly ldapd tried to handle fd exhaustion during imsg fd passing.Claudio Jeker
8 daysAdjust imsgbuf_read to return an int with either 1, 0 or -1.Claudio Jeker
8 daysIntroduce imsgbuf_queuelen() which returns the numberClaudio Jeker
8 daysRename imsg_init, imsg_clear, imsg_read, imsg_write and imsg_flushClaudio Jeker
8 daysSimplify imsg_write, msgbuf_write and ibuf_write return codes.Claudio Jeker
8 daysIntroduce imsg_write() and use it instead of msgbuf_write().Claudio Jeker
8 daysimsg_flush() should retry the write on EAGAIN errors.Claudio Jeker
8 daysRefine imsg_forward(), do not close fd, just don't forward it.Claudio Jeker
8 daysUse ibuf_fd_set() and ibuf_fd_get() to handle the fd passing in imsgs.Claudio Jeker
8 daysAllow 0 sized ibuf_open() and mark stack buffers by setting the fd to -2.Claudio Jeker
8 daysnline ibuf_realloc() in ibuf_reserve() it is the onlyClaudio Jeker
8 daysAdd ibuf_get_string() to the ibuf API (used by bgpd and xlockmore)Claudio Jeker
8 daysLet the user provide an alternative perfpolicy when on batteryJeremie Courreges-Anglas
8 daysThe block size of HMAC-SHA2-{384,512} must be 128 bytes.YASUOKA Masahiko
8 daysFix save-buffer documentation - it writes to stdout. From Ilya Grigoriev.Nicholas Marriott
8 daysWhen the mouse clicked on the border between two horizontal panes, theNicholas Marriott
8 daysUpdate lang/ruby module documentation for the removal of Ruby 3.1Jeremy Evans
8 daysThe buffer flipper (incorrectly?) uses pmap_copy_page() from interruptMark Kettenis
8 daysFix word navigation on lines with tabs, from Alexander Arch.Nicholas Marriott
9 dayspfctl: clear statistic for specified addresseskirill
9 daysImprove error handling of psp(4) driver.Alexander Bluhm
9 daysNo need to call unsleep() if p_wchan is NULL.Claudio Jeker
9 dayssyncStuart Henderson
9 daysuse ifq_deq_set_oactive if we're in an if_deq_begin "transaction"David Gwynne
9 daysprovide ifq_deq_set_oactive.David Gwynne
9 daysuse a tailq for the global list of bpf_if structs.David Gwynne
9 daysfix SEE ALSO;Jason McIntyre
10 daysAdd qccpucp(4) manual pageTobias Heider
10 daysgather ice(4) hardware counters for debuggingStefan Sperling
10 daysimplement ice_add_rx_lldp_filter()Stefan Sperling
10 daysremove forward declaration of struct mountJonathan Gray
10 dayshook up ddb regressAnton Lindqvist
10 daysAdd amd64 ddb regress suite allowing the disassembler to be tested fromAnton Lindqvist
10 daysTeach ddb how to disassemble endbr64.Anton Lindqvist
10 dayskill our kids before we die, or there will be panicJoshua Stein
10 daysfix tcpdump on pfsync interfaces.David Gwynne
10 daysi was missing a .Dv in front of a macroDavid Gwynne
11 daysCast atomic_load_int(9) to signed int when loading `securelevel'.Vitaliy Makkoveev
11 daysCheck all %if in the list when deciding whether to process anNicholas Marriott
11 daysmove bus space extern to bus.h; ok mpi@Jonathan Gray
11 daysFix some typos in comments in i386/amd64 bootblocksMike Larkin
11 daysdrm/amdkfd: Accounting pdd vram_usage for svmJonathan Gray
11 daysbump the "mru" up to MAXMCLBYTES.David Gwynne
11 daysinclude tun_hdr in the length reported by FIONREAD and kq if it's enabled.David Gwynne
12 daysadd qccpucp to GENERICTobias Heider
12 daysmake sure bpfsdetach is holding a bpf_d ref when invalidating stuff.David Gwynne
12 daysec_lib: zap a useless commentTheo Buehler