summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2019-08-04Remove the old, unfinished octeon bootloader.Visa Hankala
2019-08-04Revise the way how the octeon bootloader is built. The originalVisa Hankala
2019-08-04Calling unveil(2) with the current directory leaked a vnode. EvenAlexander Bluhm
2019-08-04tweak the iavf text a little, and add an entry to pci.4;Jason McIntyre
2019-08-03permit maxusers to grow up to 128Theo de Raadt
2019-08-01Call unveil(2) in combination with unlink(2) and chroot(2).Alexander Bluhm
2019-08-03There are some pretty big arm64 machines so crank maxusers to 80.Theo de Raadt
2019-08-03good idea to make next-generation keys available well before heading into rel...Theo de Raadt
2019-08-03R.I.P. itimerround(); ok mpi@cheloha
2019-08-03Mention dhclient vs AUTOCONF4.Kenneth R Westerback
2019-08-03The ABI says JUMP_SLOT relocations don't have an addend, so don't add it inPhilip Guenther
2019-08-03Suppress DWARF2 warnings on clang archs by building with -gdwarf-4Philip Guenther
2019-08-03Add F_WRITE support to the block layer (not yet used)Theo de Raadt
2019-08-03In the bootblocks, after discovering and opening /bsd.upgrade, fchmod -xTheo de Raadt
2019-08-03If the CPU frequency is available during TSC init, make it availableJoshua Stein
2019-08-03Recognize Applied Micro as an Implementor and X-Gene as a PartNum forMark Kettenis
2019-08-02add the missing .An -nosplitIngo Schwarze
2019-08-02regenMark Kettenis
2019-08-02Add Ampere vendor and eMAG PCIe devices.Mark Kettenis
2019-08-02minor sync of the inline stylesheet with mandoc.css:Ingo Schwarze