summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-08-07Report changes in the size of data symbols, which require a major bumpPhilip Guenther
2019-08-07The pathname in unveil(2) allocated 1024 bytes on the stack duringAlexander Bluhm
2019-08-07Mitigate CVE-2019-1125: block speculation past conditional jump to mis-skipPhilip Guenther
2019-08-07Add codepatch_jmp(), like codepath_call() but inserting a jmp instead of a call.Philip Guenther
2019-08-07Actually make the hand coded ASPATH a AS_SEQUENCE and not an AS_SET.Claudio Jeker
2019-08-07avoid large MAXPATHLEN object on the stack in coredump(), by allocatingTheo de Raadt
2019-08-07Add support for integrated USB cameras with two functions, asPatrick Wildt
2019-08-07Add support for the KSMedia 8-bit IR format, a greyscale format,Patrick Wildt
2019-08-07Improve RIB reload behaviour. Especially when the rtable changes or theClaudio Jeker
2019-08-07The as0 regress can be enabled now. Needs exabgp to run else it is skipped.Claudio Jeker
2019-08-07Implement the last few missing bits of RFC7607 and ensure that the AS inClaudio Jeker
2019-08-07Only templates can have a remote-as of 0 (as in uninitalised, trust the ASClaudio Jeker
2019-08-07Order RFC by number.Claudio Jeker
2019-08-07Initialize the line buffer by zero when allocation. This fixes theYASUOKA Masahiko
2019-08-06When we needed the kernel lock for local IP packet delivery, mpi@Alexander Bluhm
2019-08-06Fix white spaces.Alexander Bluhm
2019-08-06Use SUDO to run test as root.Alexander Bluhm
2019-08-06The vio(4) interface did not recover from mbuf shortage. The logicAlexander Bluhm
2019-08-06Block interrupts while (attempting to) send an IPI on sun4v just like weMark Kettenis
2019-08-06Implement RFC7607 testing using exabgp since we need to fiddle withClaudio Jeker
2019-08-06By now we are already confident that pledge(2) "just works(tm)" and that it canRicardo Mestre
2019-08-06syncTheo de Raadt
2019-08-06syncTheo de Raadt
2019-08-06Test more variants to specify the root directory.Alexander Bluhm
2019-08-06Use pw->pw_dir when chroot'ing, not _PATH_VAREMPTY.Kenneth R Westerback
2019-08-06remove some debug cruft i should have removed before the last commit.David Gwynne
2019-08-06have a go at using msi interrupts.David Gwynne
2019-08-06i replaced a misplaced tab with g, not a space. make this work again.David Gwynne
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