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