Age | Commit message (Expand) | Author |
2020-11-28 | Add retguard to macppc kernel locore.S, ofwreal.S, setjmp.S | gkoehler |
2020-11-23 | mapalign() only handles allocations >= a page; problem found by and ok semarie@ | Otto Moerbeek |
2020-11-14 | Constify dktypenames and fstypenames in libc. | Philip Guenther |
2020-11-14 | remove macro instances from arbitrary string width specifiers. for example | Jason McIntyre |
2020-11-14 | EVFILT_EXCEPT operates on sockets (emil engler) | Jason McIntyre |
2020-11-07 | Actually m88k assembler can not handle 'nop' mnemonic, use a macro instead. | Kenji Aoyama |
2020-11-05 | double word fixes; | Jason McIntyre |
2020-10-27 | The printf format string component %n is a nearly turning-complete gadget. | Theo de Raadt |
2020-10-26 | Retguard asm macros for powerpc libc, ld.so | gkoehler |
2020-10-25 | clock_gettime.2: overhaul manpage | cheloha |
2020-10-21 | Save and restore the MXCSR register and the FPU control word such that | Mark Kettenis |
2020-10-20 | Align the basename(3) and dirname(3) prototypes with the POSIX spec: | Christian Weisgerber |
2020-10-20 | Use a trap instruction that unconditionally terminates the process. | Visa Hankala |
2020-10-19 | Retguard sigsetjmp on powerpc64. | mortimer |
2020-10-19 | replace ad-hoc illegal instruction with the architecturally defined one | Christian Weisgerber |
2020-10-19 | add retguard prologue/epilogue | Theo de Raadt |
2020-10-19 | Save and restore the FPCR register such that floating-point control modes | Mark Kettenis |
2020-10-18 | Add powerpc64 retguard macros for setjmp / longjmp. | mortimer |
2020-10-18 | SYS___threxit cannot fail, but this integration looks like a gadget. | Theo de Raadt |
2020-10-16 | Adapt SYS.h to use retguard macros from asm.h, so that generated system | Theo de Raadt |
2020-10-13 | Do some easy .data -> .rodata/.data.rel.ro conversions | Philip Guenther |
2020-10-12 | make fixed-sized fixed-value mib[] arrays be const | Theo de Raadt |
2020-10-12 | annoying whitespace | Theo de Raadt |
2020-10-12 | mib[2] is no longer used; ok guenther | Theo de Raadt |
2020-10-09 | Correct error returns, do not print eror message to stdout (there | Otto Moerbeek |
2020-10-09 | Partly revert previous commit, these changes we not supposed to go in. | Otto Moerbeek |
2020-10-09 | As noted by tb@ previous commit only removed an unused fucntion. | Otto Moerbeek |
2020-10-06 | Use random value for canary bytes; ok tb@ | Otto Moerbeek |
2020-10-01 | Mark top-level frame for new thread in both CFI and with zero | Philip Guenther |
2020-09-30 | adjust protos for utimes/futimes to use [2], and then add documentation | Theo de Raadt |
2020-09-13 | Spell out n as en for consistency with other parts of the page. | Theo Buehler |
2020-09-13 | %lln is percent ell ell n (not dee). | Claudio Jeker |
2020-09-06 | For page-sized and larger allocations do not put the pages we're | Otto Moerbeek |
2020-08-30 | Remove duplicate definition of _null_auth. | mortimer |
2020-08-23 | amd64: TSC timecounter: prefix RDTSC with LFENCE | cheloha |
2020-08-17 | Fix append mode so it always writes to the end and expand regress. | Todd C. Miller |
2020-08-14 | Fix handling of "w+" mode, we were only truncating for "w". | Todd C. Miller |
2020-08-13 | select.2: Xr directly to timersub(3) now that it has a dedicated manpage | cheloha |
2020-08-04 | We have `pipexinq' and `pipexoutq' mbuf(9) queues to store pipex(4) | mvs |
2020-07-27 | Fix two cases where we shpould compare/store 64-bit values instead of | Mark Kettenis |
2020-07-27 | Fix powerpc64's sbrk() | gkoehler |
2020-07-26 | Reference unveil(2) in system accounting and daily.8. | rob |
2020-07-18 | Userland timecounter implementation for octeon | Visa Hankala |
2020-07-17 | Userland timecounter for macppc | gkoehler |
2020-07-17 | "wroute" allows changes to the routing table; ok deraadt | Jason McIntyre |
2020-07-17 | route and wroute were undocumented; ok florian | Theo de Raadt |
2020-07-16 | Remove obsolete LOCALE_HOME code we have never used (and never will). | Todd C. Miller |
2020-07-16 | allow setenv LIBC_NOUSERTC to disable userland timekeeping, for ktrace. | Ted Unangst |
2020-07-15 | Userland timecounter implementation for arm64. | Mark Kettenis |
2020-07-14 | Fix TIB/TCB on powerpc64. Some bright sould decided that the TCB should | Mark Kettenis |