Age | Commit message (Expand) | Author |
2020-10-26 | Remove an unneeded variable. | Visa Hankala |
2020-10-16 | Use the retguard macros from asm.h to protect the function. | Theo de Raadt |
2020-08-13 | Add __multi3 from compiler_rt-8.x | Jeremie Courreges-Anglas |
2020-08-13 | Move compiler_rt type definitions to a separate header | Jeremie Courreges-Anglas |
2020-08-03 | add aliases for arm eabi long long shift functions | Jonathan Gray |
2020-07-20 | __main() is no longer used by any of our toolchains | Theo de Raadt |
2020-07-18 | The kernel and bootblocks never reference this file... | Theo de Raadt |
2020-07-09 | Fix a warning false positive from clang 10. | Todd C. Miller |
2020-06-10 | Provide an optimized implementation of ffs(3) in the kernel on | Christian Weisgerber |
2020-05-19 | If we pass a packet length larger than 2^16, we should panic() instead | Patrick Wildt |
2020-05-18 | Sync in_cksum.c to the same version ospfd has. This fixes problems | Patrick Wildt |
2020-04-02 | Add __lshrti3 to libkern and use it on sparc64 | Jeremie Courreges-Anglas |
2020-02-29 | Next step in prepping for ffs2 installs: introduce a new install script var | Otto Moerbeek |
2020-02-26 | Remove non-__STDC__ assert macros from <lib/libkern/libkern.h>. | Visa Hankala |
2019-11-29 | Add an element to the marks array to store the virtual address of the | Mark Kettenis |
2019-11-28 | Implement a hexdump command in the boot loader. This helps to | Alexander Bluhm |
2019-11-05 | Give some END()s to assembly symbols. | Martin Pieuchot |
2019-11-01 | Reduce BOOTRANDOM_MAX to 256. naddy pointed out there's no point having | Theo de Raadt |
2019-10-29 | Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdata | Theo de Raadt |
2019-10-29 | add arc4 cipher to the bootblocks | Theo de Raadt |
2019-08-03 | In the bootblocks, after discovering and opening /bsd.upgrade, fchmod -x | Theo de Raadt |
2019-06-01 | Fix warnings when building zlib with ZLIB_CONST defined | Jeremie Courreges-Anglas |
2019-05-12 | Add ZLIB_CONST | Jeremie Courreges-Anglas |
2019-05-11 | we have never built without %b support | Theo de Raadt |
2019-04-25 | Add movstrSI12_i4 for linking -Os/-Oz kernels. Sadly however it | Theo de Raadt |
2019-04-20 | libsa's memcpy() is actually memmove(). make a proper memmove(), and give | Theo de Raadt |
2019-04-10 | change marks[] array to uint64_t, so the code can track full 64-bit | Theo de Raadt |
2019-01-25 | I am retiring my old email address; replace it with my OpenBSD one. | Todd C. Miller |
2018-12-16 | Make the freelist best fit code a tiny bit smarter to not use a block if | Otto Moerbeek |
2018-08-10 | Retry on incorrect passphrase for softraid crypto boot. | Joel Sing |
2018-07-13 | Use _ALIGN_TRAPS instead of _ALIGN_TEXT where nops aren't needed. | Philip Guenther |
2018-07-10 | In asm.h ensure NENTRY uses the old-school nop-sled align, but change standard | Theo de Raadt |
2018-07-03 | Add retguard macros for libkern | mortimer |
2018-05-23 | Align libsa ctime output with libc ctime output. | cheloha |
2018-04-25 | use size_t for the size of buffers and strings, not int. | David Gwynne |
2018-03-31 | Stop converting UDP and IP header values from network endianness to host | Patrick Wildt |
2018-01-17 | Implement basic padding support in libsa so we can do zero-padding | Patrick Wildt |
2017-11-10 | "unknown KDF type 2" -> "keydisk not found". | Sunil Nimmagadda |
2017-10-26 | Add aliases for __aeabi_idivmod and __aeabi_uidivmod calls clang emits. | Jonathan Gray |
2017-10-08 | Revert: libsa lacks memmove currently; a more thorough rename/change is | Philip Guenther |
2017-10-07 | bcopy() is expected to be overlap safe, so it implement it with memmove() | Philip Guenther |
2017-09-08 | If you use sys/param.h, you don't need sys/types.h | Theo de Raadt |
2017-08-20 | Fix the __sync_* functions to make them work properly | Visa Hankala |
2017-05-31 | make the AES-XTS mode a little more constant-time, though the AES | Damien Miller |
2017-05-27 | move sha224_initial_hash_value[] under !SHA2_SMALL; ok deraadt@ millert@ | Christian Weisgerber |
2017-05-21 | Enable radeondrm(4) on loongson to get accelerated graphics | Visa Hankala |
2017-05-08 | Guard debug printf with NFS_DEBUG ifdef like the other debug prints. | Patrick Wildt |
2017-01-24 | In preparation of compiling our kernels with -ffreestanding, explicitly map | Mark Kettenis |
2016-11-27 | Add missing OpenBSD CVS tags | Reyk Floeter |
2016-11-25 | Fix signedness warnings with careful casts and replace a re-defined variable. | Reyk Floeter |