Age | Commit message (Expand) | Author |
2023-01-12 | Add some missing cursor movement and scrolling escape sequences that are | Nicholas Marriott |
2023-01-12 | Use solock() instead solock_shared() within sys_getsockopt(). Otherwise | Vitaliy Makkoveev |
2023-01-12 | In build_aspath() be more careful in the len == 0 case. For len == 0 | Claudio Jeker |
2023-01-12 | Use proper sparc64 illtrap instruction as text sections filler, rather than | Miod Vallat |
2023-01-12 | Fix trivial stack buf oflow | Miod Vallat |
2023-01-12 | Compiling kernel with witness option failed since drm update. Do | Alexander Bluhm |
2000-02-09 | TexInfo 4.0. New manpages, can create html. | Marc Espie |
2023-01-11 | Implement X-only mappings on sun4u by not letting the dtlb miss handler | Miod Vallat |
2023-01-11 | be very paranoid like other architectures and force no-jump-tables | Theo de Raadt |
2023-01-11 | Add the validation state to the filterstate struct. | Claudio Jeker |
2023-01-11 | block --execute-only on mips64 & sparc64 during the upcoming transition. | Theo de Raadt |
2023-01-11 | based upon inspection of obj/*.S ... | Theo de Raadt |
2023-01-11 | put LD_SCRIPT in the canonical location | Theo de Raadt |
2023-01-11 | Add ld.so linker scripts on the remaining platforms. | Miod Vallat |
2023-01-11 | temporarily force hppa libcrypto to be built --no-execute-only because | Theo de Raadt |
2023-01-11 | force-disable jump tables in ld.so building on sparc64, to ease the | Theo de Raadt |
2023-01-11 | the kernel on mips64 (octeon, loongson) is in good enough shape to run | Theo de Raadt |
2023-01-11 | do not need --execute-only anymore, it is now the default | Theo de Raadt |
2023-01-11 | arm64 and riscv64 can now do --execute-only by default | Theo de Raadt |
2023-01-11 | hppa can switch over to --execute-only by default. | Theo de Raadt |
2023-01-11 | Add a somewhat extensive unittest for ASPA validation functionality. | Claudio Jeker |
2023-01-11 | Add ASPA validation functions to the RDE. | Claudio Jeker |
2023-01-11 | Remove rasops_isgray, this is no longer used. From Crystal Kolipe | Nicholas Marriott |
2023-01-11 | Make sure we also remove read access in pmap_page_ro() when the new | Mark Kettenis |
2023-01-11 | Make sure we also remove read access in pmap_page_ro() when the new | Mark Kettenis |
2023-01-11 | make REGRESS_CLEANUP consistent with REGRESS_CLEANUP found | Alexandr Nedvedicky |
2023-01-11 | clamp the minimum buffer lengths and number of inflight requests too | Damien Miller |
2023-01-11 | ignore bogus upload/download buffer lengths in the limits extension | Damien Miller |
2023-01-11 | Clean up and simplify BIGNUM handling in DSA code. | Joel Sing |
2023-01-11 | Simplify BIGNUM handling in dsa_builtin_keygen(). | Joel Sing |
2023-01-11 | Replace BN_lshift1()/BN_rshift1() with calls to BN_lshift()/BN_rshift(). | Joel Sing |
2023-01-11 | Use 64-bit page table entries on octeon | Visa Hankala |
2023-01-11 | Enable TLB read inhibit on OCTEON Plus and newer SoCs. | Visa Hankala |
2023-01-11 | Add TLB bypass for instruction emulation | Visa Hankala |
2023-01-11 | Add MIPS64r2 TLB read inhibit support | Visa Hankala |
2023-01-11 | i386/machdep.c: revert revisions 1.659 and 1.660 | Scott Soule Cheloha |
2023-01-11 | remove whitespace at EOL from code extracted from SUPERCOP | Damien Miller |
2023-01-11 | Add retguard to amd64 syscalls. | Todd Mortimer |
2023-01-11 | rewrite this test to use a multiplexed ssh session so we can control | Damien Miller |
2023-01-10 | Switch scp from using pipes to a socketpair for communication with | Todd C. Miller |
2023-01-10 | Use atomic ops on the set of used segment registers | George Koehler |
2023-01-10 | hppa ld.so works with executable-only text (non-readable) | Theo de Raadt |
2023-01-10 | oops, fix a bad edit in previous; | Jason McIntyre |
2023-01-10 | Fix device name in the MIDI control section | Alexandre Ratchov |
2023-01-10 | like hppa, sparc64 will need gcc's jump tables option disabled to | Theo de Raadt |
2023-01-10 | In pmap_bootstrap, when importing the PROM translations into the kernel pmap, | Miod Vallat |
2023-01-10 | Switch the luna88k boot loader to the MI boot code, to ease future maintainence | Miod Vallat |
2023-01-10 | Enable the fine-grained fault type computation code added in 1.117 on all | Miod Vallat |
2023-01-10 | Switch to console before suspending in DUMBFB mode. Fixes frame buffer corrup... | Tobias Heider |
2023-01-10 | Add short options for --foreground and --preserve-status | Job Snijders |