summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-08-06raise the watchdog for sysupgrade-initiated updates from 30m to 45m.Stuart Henderson
2019-08-06if the rx ring gets empty and can't be filled, retry in the futureDavid Gwynne
2019-08-06syncStuart Henderson
2019-08-06Cleanup the scripts a bit, error out early if not run as root, useClaudio Jeker
2019-08-06Update output file for mrt table-mp dumps since those can now dumpClaudio Jeker
2019-08-06use ifiq_input so we can call if_rxr_livelocked to apply backpressureDavid Gwynne
2019-08-06Resolve some minor nits in diskmapioctl():anton
2019-08-06Read the fifo depths from the appropriate configuration register andMark Kettenis
2019-08-06Factor out TEXTREL mprotecting from the per-arch files into _dl_rtld(),Philip Guenther
2019-08-06oops, 6.7, spotted by tedu well in advance of it becoming an issueTheo de Raadt
2019-08-06syncTheo de Raadt
2019-08-05Test realpath and unveil if the root directory is written as "//".Alexander Bluhm
2019-08-05Kernel realpath(3) and unveil(2) did not work correctly if the rootAlexander Bluhm
2019-08-05Many key types are supported now, so take care to check the sizeChristian Weisgerber
2019-08-056.7 packages keyChristian Weisgerber
2019-08-05Allow an optional stride in the vcpu specification. This makes it possibleMark Kettenis
2019-08-05dhclient.leases(5) is not required for dhclient(8) to work, so justKenneth R Westerback
2019-08-05If the leases file cannot be opened for writing, just issue a warningKenneth R Westerback
2019-08-05Link regress realpath-unmount to build.Alexander Bluhm
2019-08-05Call realpath(3) in combination with chroot(2) and chdir(2).Alexander Bluhm
2019-08-05Kernel realpath(3) had the same vnode leakage bug like unveil(2).Alexander Bluhm
2019-08-05Remove the unused function parameter rootvnode from unveil_add_vnode().Alexander Bluhm
2019-08-05Add a comment why network_bulk() is not using send_filterset(). UsingClaudio Jeker
2019-08-05Don't use a 0 element to determine the end of an OID when comparing twoMartijn van Duren
2019-08-05There's no reason why the first digit of an OID can't be 0.Martijn van Duren
2019-08-05Remove -port option from s_server since it is same as -acceptKinichiro Inoguchi
2019-08-05Remove now-redundant perm_ok arg since sshkey_load_private_type willDarren Tucker
2019-08-05try to be more compliant with the spec by implementing marker responses.David Gwynne
2019-08-05Cleanup config reload in the RDE. Use the bgpd_conf struct to store setsClaudio Jeker
2019-08-05Favor vn_close() in the error path of diskmapioctl() since side-effectsanton
2019-08-05Change the order how filtersets are passed during config reloads. InsteadClaudio Jeker
2019-08-05Allow concurrent reads of the f_offset field of struct file byanton
2019-08-05sis(4) calls mii_phy_reset(); add explicit dependency on mii_phy in configStefan Sperling
2019-08-05add a manual page for smbiosJonathan Gray
2019-08-05Add support for the SD (scroll down) escape sequence, GitHub issue 1861.Nicholas Marriott
2019-08-05Xr pf 4David Gwynne
2019-08-05document how to make technically non-compliant TPMRsDavid Gwynne
2019-08-05run pf against ip packets coming in and out of the two ports.David Gwynne
2019-08-05pay some lip service to TPMR compliance according to 802.1Q-2018David Gwynne
2019-08-04Simplify _dl_find_symbol(). Currently, it returns three values:Philip Guenther
2019-08-04Fix a typo I noticed reviewing the smbios code cleanup diff.kmos
2019-08-04Ensure that a posted write completes when re-enabling interruptsVisa Hankala
2019-08-04Add support for X-Gene/eMAG variant.Mark Kettenis
2019-08-04Add arm64 asm for stackpivot regress test.mortimer
2019-08-04Cleanup the bios(4)/smbios(4) code a bit. Fix some KNF issues, reduceMark Kettenis
2019-08-04crank version, following fchmod changeTheo de Raadt
2019-08-04Unmap tables once we're done with them.Mark Kettenis
2019-08-04Implement smbios support on arm64.Mark Kettenis
2019-08-04Test that unmount works after calling unlink(2) with relativeAlexander Bluhm
2019-08-04Remove unused files.Visa Hankala