Age | Commit message (Expand) | Author |
2019-09-15 | Attach packet interfaces to octpip to use fdt. | Visa Hankala |
2019-09-15 | Add a driver for the packet input processing unit. For now, the purpose | Visa Hankala |
2019-09-15 | Add the pip unit into the fdt blob. | Visa Hankala |
2019-09-15 | Implement hardware vlan tagging. Packets delivered to virtual functions | Jonathan Matthew |
2019-09-15 | Fix line breaking in no-fill mode (.Bd -unfilled/<pre>), | Ingo Schwarze |
2019-09-14 | correct some unveil(2) violations due to "login.conf.db" access (the .db version | Sebastien Marie |
2019-09-14 | Typo in comment. scsi_size() is actually sd_size(). | Kenneth R Westerback |
2019-09-14 | Add comment line saying S is described vaguely on purpose. | Otto Moerbeek |
2019-09-14 | Support quoted SSIDs | kn |
2019-09-14 | in mta_relay_cmp() properly check that authlabel or backupname are not NULL | Gilles Chehade |
2019-09-13 | oops, commit correct version of the expected results | Ingo Schwarze |
2019-09-13 | Improve validation of function names: | Ingo Schwarze |
2019-09-13 | fix markup of the return types of function pointers; | Ingo Schwarze |
2019-09-13 | clarify that IdentitiesOnly also applies to the default ~/.ssh/id_* | Damien Miller |
2019-09-13 | Plug mem leaks on error paths, based in part on github pr#120 from | Darren Tucker |
2019-09-13 | whitespace | Damien Miller |
2019-09-13 | allow %n to be expanded in ProxyCommand strings | Damien Miller |
2019-09-13 | clarify that ConnectTimeout applies both to the TCP connection and to | Damien Miller |
2019-09-13 | avoid the use of a custom bpf copy function. | David Gwynne |
2019-09-13 | tweak tun/tap kn_data to be more consistent with everything else. | David Gwynne |
2019-09-12 | SAS3 controllers have a maximum size for sgl chain segments, and the | Jonathan Matthew |
2019-09-12 | Make wireless drivers call if_input() only once per interrupt. | Stefan Sperling |
2019-09-12 | Update to libunbound 1.9.3 | Florian Obser |
2019-09-12 | Use unsigned types for queue counters and mask them appropriately before | Jonathan Matthew |
2019-09-12 | Prepare for the emac/gmac "phy" property being renamed to "phy-handle" | Jonathan Gray |
2019-09-12 | pf_test can return PF_PASS, but set the mbuf to NULL. | David Gwynne |
2019-09-12 | knf for the switch statement in tun_dev_kqfilter. | David Gwynne |
2019-09-12 | let userland write up to hardmtu bytes, not just mtu bytes. | David Gwynne |
2019-09-12 | we don't need to cast hdr arguments to caddr_t for bpf_mtap_hdr anymore. | David Gwynne |
2019-09-12 | make bpf_mtap_hdr take a const void *, not a caddr_t. | David Gwynne |
2019-09-11 | when replace tree_xget() with tree_get() ... actually use tree_get() so the | Gilles Chehade |
2019-09-11 | vm_teardown() must be serialized since it modifies the global vmm_softc | anton |
2019-09-11 | CDP's Native-VLAN-ID does not need a substraction. | Martijn van Duren |
2019-09-11 | Fix unveil for relative lookups in the non AT_FDCWD case | Bob Beck |
2019-09-11 | merge unbound 1.9.3 | Stuart Henderson |
2019-09-11 | import unbound 1.9.3, thanks gonzalo@ dtucker@ for tests. | Stuart Henderson |
2019-09-11 | Make it possible to free overlapping regions (effectively allowing | Mark Kettenis |
2019-09-11 | Ignore empty Tx queue slots in iwn_tx_done(). Prevents a NULL dereference. | Stefan Sperling |
2019-09-11 | Add window_marked_flag, GitHub issue 1887. | Nicholas Marriott |
2019-09-11 | Sprinkle around some __attribute__((__format__ (printf(...))). | Martijn van Duren |
2019-09-10 | Shuffle a couple of lines to make the device -> st_softc dances look | Kenneth R Westerback |
2019-09-10 | Fix heap overflow in libexpat 2.2.7 triggered by XML_GetCurrentLineNumber | Alexander Bluhm |
2019-09-10 | No need to check for ST_MOUNTED before calling st_mount_tape() AND in | Kenneth R Westerback |
2019-09-10 | If rsyslogd is not installed, explicitly skip these syslogd | Alexander Bluhm |
2019-09-10 | Fix more races in syslogd test. | Alexander Bluhm |
2019-09-10 | document EVP_PKEY_CTX_get_signature_md(3); | Ingo Schwarze |
2019-09-10 | Do not decrement the number of VMs counter twice in one of vm_create() | anton |
2019-09-10 | Make client exit if pane where input is going is closed. | Nicholas Marriott |
2019-09-10 | do not use tree_xget() between filters resume as a session may legitimately | Gilles Chehade |
2019-09-10 | return is not a funciton call. Avoid pointless parenthesis. | Kenneth R Westerback |