Age | Commit message (Expand) | Author |
2024-04-15 | drop htonl(), htons(), ntohl(), ntohs() MD functions from libc | Christian Weisgerber |
2023-12-11 | Make sure the syscall table entries are aligned on a 4-byte boundary. | Mark Kettenis |
2023-12-10 | Populate the non-LOAD openbsd.syscalls section (and PT_OPENBSD_SYSCALL) | Theo de Raadt |
2023-08-13 | Make sure modf() returns correct values for infinities. While there, drop | Miod Vallat |
2023-02-05 | remove --no-execute-only seatbelt | Theo de Raadt |
2023-01-11 | block --execute-only on mips64 & sparc64 during the upcoming transition. | Theo de Raadt |
2022-12-08 | _C_LABEL() and _ASM_LABEL() are no longer useful in the "everything | Philip Guenther |
2021-11-27 | Make brk() and sbrk() weak again to fix build with clang 13. | Visa Hankala |
2021-07-25 | Consistently use __asm instead of asm/__asm__ | Jeremie Courreges-Anglas |
2021-07-24 | Fix strchr() and strrchr() on mips64 | Visa Hankala |
2020-10-20 | Use a trap instruction that unconditionally terminates the process. | Visa Hankala |
2020-10-18 | SYS___threxit cannot fail, but this integration looks like a gadget. | Theo de Raadt |
2020-07-18 | Userland timecounter implementation for octeon | Visa Hankala |
2020-07-06 | Add support for timeconting in userland. | Paul Irofti |
2019-01-05 | Replace two-operand instruction aliases that clang does not | Visa Hankala |
2018-01-18 | Instead of trying to handle ffs() with the normal rename-mark-hidden-and-alias | Philip Guenther |
2018-01-08 | Move SC_* defines into <machine/setjmp.h>, and rename them, | Visa Hankala |
2017-10-15 | Do not use an uninitialized value when determining the sign | Visa Hankala |
2017-08-15 | Copy files from ../librthread in preparation for moving functionality | Philip Guenther |
2016-07-26 | Wrap fpgetround() so internal calls to it (seen on arm, powerpc, and sh) | Philip Guenther |
2016-05-30 | Consistently reference '_end' instead of 'end' in the brk/sbrk implementation | Philip Guenther |
2016-05-30 | Do setjmp cookies for gp, sp, and ra | Philip Guenther |
2016-05-23 | Stop supporting longjmperror(); it's not used, not portable, and the checks | Philip Guenther |
2016-05-09 | Remove sigreturn declaration and the now-unused libc syscall stub | Philip Guenther |
2016-05-08 | Implement longjmp directly and not on top of sigreturn. | Philip Guenther |
2016-05-07 | Use a Thread Information Block in both single and multi-threaded programs. | Philip Guenther |
2016-03-27 | Don't need to define SYS_sycall here | Philip Guenther |
2016-03-21 | The asm in the MD_DISABLE_KBIND macro was too fragile and broke alpha and hppa. | Philip Guenther |
2016-03-20 | Rearrange C runtime bits: now that ld.so exports environ and __progname, | Philip Guenther |
2015-10-27 | Wrap the remaining math functions in libc: __fpclassify*(), __flt_rounds(), | Philip Guenther |
2015-10-23 | Merge the sigaction() and sigprocmask() overloads/wrappers from libpthread | Philip Guenther |
2015-10-04 | Delete an inexplicable comment | Philip Guenther |
2015-09-13 | Wrap <stdlib.h> so that calls go direct and the symbols not in the | Philip Guenther |
2015-09-13 | Do provide hidden _libc_* aliases for sig{block,setmask} and use them in | Philip Guenther |
2015-09-05 | This is probably what guenther@ had in mind. | Miod Vallat |
2015-09-05 | Adds hidden _libc_FOO aliases for the system call stubs. | Philip Guenther |
2015-08-31 | Add framework for resolving (pun intended) libc namespace issues, using | Philip Guenther |
2015-08-26 | Hide many (194!) symbols that nothing should be using. | Philip Guenther |
2015-08-22 | Explicitly list the symbols permitted to be exported by libc. | Philip Guenther |
2015-05-15 | Make index/rindex weak aliases of strchr/strrchr since they are not | Todd C. Miller |
2015-04-07 | Make pthread_atfork() track the DSO that called it like atexit() does, | Philip Guenther |
2015-03-31 | Simplify fork/vfork logic: the kernel has handled returning zero in the child | Philip Guenther |
2014-11-30 | restructure libc/string + libc/arch/*/string coperation regarding | Theo de Raadt |
2014-07-21 | Switch from <sys/endian.h> or <machine/endian.h> to the new, | Philip Guenther |
2014-06-09 | Nuke the machinery to sync libkern with libc, it's not been used in the | Miod Vallat |
2014-06-04 | Apply "unifdef -D__STDC__" to libc/arch/*/SYS.h | Matthew Dempsky |
2012-09-04 | remove lint leftovers; ok guenther@ | Okan Demirmen |
2012-09-04 | these are no longer used; ok guenther | Theo de Raadt |
2012-06-25 | Do not use <machine/float.h>, that is an deformed BSD-ism. | Theo de Raadt |
2012-06-21 | __tfork() needs to set the stack address of the new thread in the kernel, | Philip Guenthe |