Age | Commit message (Expand) | Author |
3 days | Convert simple stuff in usr.sbin over to new imsgbuf_init behaviour | Claudio Jeker |
3 days | Convert the common imsgbuf_read calls to the post EAGAIN world. | Claudio Jeker |
3 days | Use imsgbuf_queuelen() instead of accessing the w.queue member. | Claudio Jeker |
3 days | Use imsgbuf_clear() where appropriate instead of msgbuf_clear(). | Claudio Jeker |
3 days | Rename imsg_init, imsg_clear, imsg_read, imsg_write and imsg_flush to | Claudio Jeker |
3 days | Convert imsg_write() callers to the new simplified return logic. | Claudio Jeker |
3 days | Introduce imsg_write() and use it instead of msgbuf_write(). | Claudio Jeker |
2024-08-21 | An area is either a decimal number or an IPv4 address. | Florian Obser |
2024-05-18 | remove prototypes with no matching function; ok claudio@ | Jonathan Gray |
2024-05-15 | Mark network control packets with DSCP CS6 (parity with ospfd) | Job Snijders |
2023-12-13 | Use imsg_get_fd() to access the control fd. | Claudio Jeker |
2023-07-04 | a little knf, no functional change | David Gwynne |
2023-07-03 | Use ibuf_data() instead of direct access to ibuf->buf, | Claudio Jeker |
2023-06-21 | add "fib reload" support to ospf6d/ospf6ctl, and trigger it | Stuart Henderson |
2023-06-21 | Update ospf6d to use new ibuf api. | Claudio Jeker |
2023-03-08 | Delete obsolete /* ARGSUSED */ lint comments. | Philip Guenther |
2023-03-02 | improve the Nd lines such that the format is consistent for the | Jason McIntyre |
2022-12-28 | spelling fixes; from paul tagliamonte | Jason McIntyre |
2022-03-31 | man pages: add missing commas between subordinate and main clauses | Christian Weisgerber |
2022-01-20 | ospf6d: fix -Wunused-but-set-variable warnings | Christian Weisgerber |
2021-12-13 | including sys/cdefs.h manually started as a result of netbsd trying to | Theo de Raadt |
2021-11-03 | log the interface along with the neighbour ID in various ospfd/ospf6d | Stuart Henderson |
2021-10-15 | Don't declare variables as "unsigned char *" that are passed to | Christian Weisgerber |
2021-09-06 | repair missing paths on unveil failure | Theo de Raadt |
2021-01-19 | Like ospfd allocate the recv buffer with malloc() on first call. | Claudio Jeker |
2021-01-19 | Make the struct imsgev static. With this ospf6d compiles with -fno-common | Claudio Jeker |
2021-01-19 | Use ospfe_imsg_compose_rde() instead of exporting iev_rde and using | Claudio Jeker |
2021-01-19 | Like in ospfd rename nconf to noeconf in the ospf engine to remove | Claudio Jeker |
2021-01-19 | Properly define ospfd_process as an extern in the header file. | Claudio Jeker |
2021-01-19 | Like in ospfd use a static pkt_ptr buffer. | Claudio Jeker |
2021-01-19 | Do the same control cleanup as in ospfd. Move control_state and ctl_conns | Claudio Jeker |
2021-01-12 | In recv_packet() verify that non-multicast packets where sent to the right | Claudio Jeker |
2021-01-12 | Send lsupdate messages to the correct neighbor address on P2P interfaces. | Claudio Jeker |
2020-12-29 | getifaddrs() can return entries where ifa_addr is NULL. Check for this | Sebastian Benoit |
2020-10-04 | Fix indent | denis |
2020-10-03 | The new intra area db entry has to be saved into the tree before | jan |
2020-09-16 | Stop removing the control socket on exit and tighten the unveil even | remi |
2020-09-10 | Use the ROUTE_FLAGFILTER setsockopt to filter out routing socket messages | Jonathan Matthew |
2020-08-21 | Fix wrong fall through. The IMSG_CTL_SHOW_DB_INTRA case should only | jan |
2020-08-21 | Remove redundent code. | jan |
2020-07-15 | Remove unused variables | denis |
2020-06-26 | Replace SIMPLEQ concatenation loop with SIMPLEQ_CONCAT | bket |
2020-06-22 | Remove unused variable | denis |
2020-05-27 | Remove unneeded <stddef.h> | denis |
2020-05-17 | IF_IFACE_AVAIL is never used/checked, wipe it. | denis |
2020-05-16 | list example files in FILES with a short description: generally, "Example | Jason McIntyre |
2020-05-16 | When IMSG_IFADD is removed, IMSG_IFDELETE becomes useless | denis |
2020-05-16 | IMSG_IFADD is never used, wipe it | denis |
2020-05-06 | Same fix for ospfd lsupdate.c applies in ospf6d as well. | Claudio Jeker |
2020-05-04 | Partially reverse a commit from 2019/12/28 | denis |