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