Age | Commit message (Expand) | Author |
28 hours | Convert sbin and usr.bin to check for imsgbuf_init failure and add | Claudio Jeker |
29 hours | Implement the recv_imsg/read_message function in the correct way. | Claudio Jeker |
29 hours | Convert the common imsgbuf_read calls to the post EAGAIN world. | Claudio Jeker |
29 hours | Just use the new better imsg API | Claudio Jeker |
29 hours | Use imsgbuf_queuelen() instead of accessing the w.queue member. | Claudio Jeker |
29 hours | Rename imsg_init, imsg_clear, imsg_read, imsg_write and imsg_flush to | Claudio Jeker |
29 hours | Convert imsg_write() callers to the new simplified return logic. | Claudio Jeker |
29 hours | Introduce imsg_write() and use it instead of msgbuf_write(). | Claudio Jeker |
34 hours | Fix save-buffer documentation - it writes to stdout. From Ilya Grigoriev. | Nicholas Marriott |
34 hours | When the mouse clicked on the border between two horizontal panes, the | Nicholas Marriott |
45 hours | Fix word navigation on lines with tabs, from Alexander Arch. | Nicholas Marriott |
4 days | Check all %if in the list when deciding whether to process an | Nicholas Marriott |
6 days | Do not call layout_fix_panes if wp is NULL (that is, a popup). | Nicholas Marriott |
7 days | Add no-detach-on-destroy client option (useful for control mode | Nicholas Marriott |
7 days | Add two new style parameters, width and pad, which apply to scrollbars. | Nicholas Marriott |
7 days | Turn off scrollbar when pane is in alternate screen, from Michael Grant, | Nicholas Marriott |
10 days | Tidy up loop, from Alexander Arch. | Nicholas Marriott |
10 days | Mouse support on the scrollbars, from Michael Grant. | Nicholas Marriott |
11 days | Add an option to control the input buffer size, from Ken Lau. | Nicholas Marriott |
13 days | tweak flex.1 a bit to not mention atoi/atof: they don't add value here | Omar Polo |
13 days | ANSI-fy lex | Omar Polo |
2024-11-08 | Some fixes for searching for tabs, from Alexander Arch. | Nicholas Marriott |
2024-11-08 | Make CPU frequencies human readable with -h in `systat sensors`. | Matthieu Herrb |
2024-11-07 | Use LibreSSLs specialized functions to print base 10 and base 16. | Otto Moerbeek |
2024-11-06 | ssh-agent implemented an all-or-nothing allow-list of FIDO application | Damien Miller |
2024-11-06 | sort options list; | Jason McIntyre |
2024-11-05 | Xr to Ic, from jmc. | Nicholas Marriott |
2024-11-05 | Add TLS support in tcpbench | Jan Klemkow |
2024-11-05 | fix an alignment error in the Queue column label of atq(1) introduced on | Igor Sobrado |
2024-11-05 | remove mention to nqs, the Network Queuing System developed at NASA Ames; | Igor Sobrado |
2024-11-05 | make usage for both mail(1) and mailx(1) fit in a 80-column display. | Igor Sobrado |
2024-11-05 | Add support for a scrollbar at the side of each pane. New options | Nicholas Marriott |
2024-11-04 | Ignore extra groups that don't fit in the buffer passed to getgrouplist(3) | Jeremie Courreges-Anglas |
2024-11-04 | Do not make padding cells extended (there can be a lot of them), from | Nicholas Marriott |
2024-11-02 | netcat: drop caddr_t cast. It's not needed and not portable. | Theo Buehler |
2024-10-31 | When decoding SVCB or HTTPS do not skip reading params in alias | Otto Moerbeek |
2024-10-30 | Don't run through time checks when entry is definitely oversized. | Jan Klemkow |
2024-10-28 | Match tab cells when searching, from Alexander Arch in GitHub issue | Nicholas Marriott |
2024-10-28 | Treat tabs as a word separator, from Alexander Arch in GitHub issue | Nicholas Marriott |
2024-10-28 | Fix issues in the command prompt: set PROMPT_QUOTENEXT after quoting | Nicholas Marriott |
2024-10-27 | explicitly include endian.h | Damien Miller |
2024-10-27 | fix ML-KEM768x25519 KEX on big-endian systems; | Damien Miller |
2024-10-25 | mlkem768x25519-sha256 has been promoted to default key exchange | Christian Weisgerber |
2024-10-25 | Allow tabs even on terminals without UTF-8, reported by jmc. | Nicholas Marriott |
2024-10-25 | Allow control characters to be entered at the command prompt prefixed | Nicholas Marriott |
2024-10-25 | Do not attempt to search for zero length strings, from Alexander Arch in | Nicholas Marriott |
2024-10-25 | Do not stop stop at first padding in format_grid_line and handle tabs. | Nicholas Marriott |
2024-10-25 | Flag tabs if possible in the grid cell so they can be preserved on | Nicholas Marriott |
2024-10-25 | Add a helper function for cell data comparison, from Alexander Arch. | Nicholas Marriott |
2024-10-25 | remove unneeded dst__opensslrsa_init() prototype | Jonathan Gray |