Age | Commit message (Expand) | Author |
2019-08-07 | Report changes in the size of data symbols, which require a major bump | Philip Guenther |
2019-08-07 | The pathname in unveil(2) allocated 1024 bytes on the stack during | Alexander Bluhm |
2019-08-07 | Mitigate CVE-2019-1125: block speculation past conditional jump to mis-skip | Philip Guenther |
2019-08-07 | Add codepatch_jmp(), like codepath_call() but inserting a jmp instead of a call. | Philip Guenther |
2019-08-07 | Actually make the hand coded ASPATH a AS_SEQUENCE and not an AS_SET. | Claudio Jeker |
2019-08-07 | avoid large MAXPATHLEN object on the stack in coredump(), by allocating | Theo de Raadt |
2019-08-07 | Add support for integrated USB cameras with two functions, as | Patrick Wildt |
2019-08-07 | Add support for the KSMedia 8-bit IR format, a greyscale format, | Patrick Wildt |
2019-08-07 | Improve RIB reload behaviour. Especially when the rtable changes or the | Claudio Jeker |
2019-08-07 | The as0 regress can be enabled now. Needs exabgp to run else it is skipped. | Claudio Jeker |
2019-08-07 | Implement the last few missing bits of RFC7607 and ensure that the AS in | Claudio Jeker |
2019-08-07 | Only templates can have a remote-as of 0 (as in uninitalised, trust the AS | Claudio Jeker |
2019-08-07 | Order RFC by number. | Claudio Jeker |
2019-08-07 | Initialize the line buffer by zero when allocation. This fixes the | YASUOKA Masahiko |
2019-08-06 | When we needed the kernel lock for local IP packet delivery, mpi@ | Alexander Bluhm |
2019-08-06 | Fix white spaces. | Alexander Bluhm |
2019-08-06 | Use SUDO to run test as root. | Alexander Bluhm |
2019-08-06 | The vio(4) interface did not recover from mbuf shortage. The logic | Alexander Bluhm |
2019-08-06 | Block interrupts while (attempting to) send an IPI on sun4v just like we | Mark Kettenis |
2019-08-06 | Implement RFC7607 testing using exabgp since we need to fiddle with | Claudio Jeker |
2019-08-06 | By now we are already confident that pledge(2) "just works(tm)" and that it can | Ricardo Mestre |
2019-08-06 | sync | Theo de Raadt |
2019-08-06 | sync | Theo de Raadt |
2019-08-06 | Test more variants to specify the root directory. | Alexander Bluhm |
2019-08-06 | Use pw->pw_dir when chroot'ing, not _PATH_VAREMPTY. | Kenneth R Westerback |
2019-08-06 | remove some debug cruft i should have removed before the last commit. | David Gwynne |
2019-08-06 | have a go at using msi interrupts. | David Gwynne |
2019-08-06 | i replaced a misplaced tab with g, not a space. make this work again. | David Gwynne |
2019-08-06 | raise the watchdog for sysupgrade-initiated updates from 30m to 45m. | Stuart Henderson |
2019-08-06 | if the rx ring gets empty and can't be filled, retry in the future | David Gwynne |
2019-08-06 | sync | Stuart Henderson |
2019-08-06 | Cleanup the scripts a bit, error out early if not run as root, use | Claudio Jeker |
2019-08-06 | Update output file for mrt table-mp dumps since those can now dump | Claudio Jeker |
2019-08-06 | use ifiq_input so we can call if_rxr_livelocked to apply backpressure | David Gwynne |
2019-08-06 | Resolve some minor nits in diskmapioctl(): | anton |
2019-08-06 | Read the fifo depths from the appropriate configuration register and | Mark Kettenis |
2019-08-06 | Factor out TEXTREL mprotecting from the per-arch files into _dl_rtld(), | Philip Guenther |
2019-08-06 | oops, 6.7, spotted by tedu well in advance of it becoming an issue | Theo de Raadt |
2019-08-06 | sync | Theo de Raadt |
2019-08-05 | Test realpath and unveil if the root directory is written as "//". | Alexander Bluhm |
2019-08-05 | Kernel realpath(3) and unveil(2) did not work correctly if the root | Alexander Bluhm |
2019-08-05 | Many key types are supported now, so take care to check the size | Christian Weisgerber |
2019-08-05 | 6.7 packages key | Christian Weisgerber |
2019-08-05 | Allow an optional stride in the vcpu specification. This makes it possible | Mark Kettenis |
2019-08-05 | dhclient.leases(5) is not required for dhclient(8) to work, so just | Kenneth R Westerback |
2019-08-05 | If the leases file cannot be opened for writing, just issue a warning | Kenneth R Westerback |
2019-08-05 | Link regress realpath-unmount to build. | Alexander Bluhm |
2019-08-05 | Call realpath(3) in combination with chroot(2) and chdir(2). | Alexander Bluhm |
2019-08-05 | Kernel realpath(3) had the same vnode leakage bug like unveil(2). | Alexander Bluhm |
2019-08-05 | Remove the unused function parameter rootvnode from unveil_add_vnode(). | Alexander Bluhm |