| Commit message (Expand) | Author | Age | Files | Lines |
* | libc: Fix a typo in a source code comment | Gordon Bergling | 2025-08-17 | 1 | -1/+1 |
* | Remove residual blank line at start of Makefile | Warner Losh | 2024-07-15 | 1 | -1/+0 |
* | libc: move rfork_thread(3) to libsys | Brooks Davis | 2024-02-05 | 2 | -112/+1 |
* | {amd64,i386}/SYS.h: add _SYSCALL and _SYSCALL_BODY | Brooks Davis | 2023-12-18 | 1 | -4/+2 |
* | lib: Remove ancient SCCS tags. | Warner Losh | 2023-11-27 | 5 | -12/+0 |
* | libc: Purge unneeded cdefs.h | Warner Losh | 2023-11-01 | 4 | -4/+0 |
* | Remove $FreeBSD$: one-line sh pattern | Warner Losh | 2023-08-16 | 1 | -1/+0 |
* | Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-16 | 10 | -20/+0 |
* | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh | 2023-05-12 | 2 | -2/+2 |
* | libc: Remove _get_tp() and _set_tp(). | John Baldwin | 2021-12-09 | 3 | -88/+1 |
* | libc: add _get_tp() private function | Konstantin Belousov | 2021-04-09 | 2 | -1/+46 |
* | Unify i386 and amd64 getcontextx.c, and use ifuncs while there. | Konstantin Belousov | 2019-02-14 | 2 | -146/+1 |
* | Remove support for SYS_sys_exit in favor of SYS_exit. | Brooks Davis | 2018-06-01 | 1 | -4/+0 |
* | Remove bogus checks against NCARGS. | John Baldwin | 2018-01-31 | 1 | -1/+1 |
* | libc: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-25 | 4 | -2/+10 |
* | Renumber copyright clause 4 | Warner Losh | 2017-02-28 | 4 | -4/+4 |
* | Switch libc from using _sig{procmask,action,suspend} symbols, which | Konstantin Belousov | 2015-08-29 | 2 | -40/+4 |
* | siglongjmp(): Preserve floating point exception flags on i386 and amd64. | Jilles Tjoelker | 2014-06-09 | 1 | -1/+0 |
* | Replace the WEAK_ALIAS() alias with the WEAK_REFERENCE() alias. Use it and | Andreas Tobler | 2013-11-21 | 3 | -6/+3 |
* | The getcontext() from the __fillcontextx() call in the | Konstantin Belousov | 2013-05-28 | 1 | -3/+13 |
* | libc/i386: Do not export .cerror. | Jilles Tjoelker | 2012-09-05 | 1 | -2/+1 |
* | Executing CPUID with EAX set to 1 to actually get feature flags. | David Xu | 2012-07-10 | 1 | -1/+1 |
* | Make the sys/ucontext.h self-contained by changing the return type | Konstantin Belousov | 2012-02-01 | 1 | -1/+1 |
* | Add API for obtaining extended machine context states that cannot be | Konstantin Belousov | 2012-01-21 | 2 | -1/+134 |
* | Despite official i386 ABI does not mandate any stack alignment besides | Konstantin Belousov | 2011-11-02 | 2 | -0/+28 |
* | Replace a proliferation of buggy MD implementations of modf() with a | David Schultz | 2011-10-21 | 2 | -88/+1 |
* | Add section .note.GNU-stack for assembly files used by 386 and amd64. | Konstantin Belousov | 2011-01-07 | 7 | -0/+14 |
* | Retire the amd64 and i386 specific inline assembly versions of ldexp.c, | Dimitry Andric | 2010-09-30 | 1 | -68/+0 |
* | Workaround LLVM bug #4434: | Rui Paulo | 2010-09-21 | 1 | -3/+7 |
* | Add missing END() macros, as per rev 184547 for amd64. The lack of these | Peter Wemm | 2008-11-02 | 7 | -2/+12 |
* | We should also save and restore the MXCSR as on amd64, but detecting | David Schultz | 2008-06-28 | 2 | -2/+0 |
* | Per Regents of the University of Calfornia letter, remove advertising | Warner Losh | 2007-01-09 | 6 | -24/+0 |
* | Handle inf/nan correctly. | David Schultz | 2007-01-06 | 1 | -2/+14 |
* | GC dead code. If we want to stay polite to the foreign compilers, | Ruslan Ermilov | 2006-09-05 | 2 | -63/+1 |
* | Replace absolute addressing in the call instructions with position-independend | Konstantin Belousov | 2006-06-05 | 1 | -2/+3 |
* | Include a couple of headers to ensure consistency between the prototype and | Stefan Farfeleder | 2005-09-12 | 2 | -0/+4 |
* | Clean out the leftovers from the i386_set_gsbase() TLS conversion. | Peter Wemm | 2005-06-29 | 1 | -18/+1 |
* | Provide stub functions for i386_set_ldt() and i386_get_ldt() even when | Peter Wemm | 2005-04-26 | 1 | -4/+0 |
* | No longer use _amd64_set_gsbase(). Use i386_set_gsbase() even when | Peter Wemm | 2005-04-26 | 1 | -1/+1 |
* | Attempt i386_set_gsbase() before using the user_ldt code. Unimplemented | Peter Wemm | 2005-04-14 | 1 | -1/+4 |
* | Make sure the first argument to the user function is 16-byte aligned. | Daniel Eischen | 2004-12-05 | 1 | -5/+7 |
* | When building the custom i386 libraries for use on amd64 kernels, we | Peter Wemm | 2004-11-06 | 1 | -0/+4 |
* | Add support for TLS in statically linked programs. | Doug Rabson | 2004-08-15 | 2 | -1/+53 |
* | Make FLT_ROUNDS correctly reflect the dynamic rounding mode. | David Schultz | 2004-07-19 | 2 | -1/+26 |
* | Replace seven nominally MD implementations of frexp() that are broken | David Schultz | 2004-07-18 | 2 | -68/+1 |
* | Implement the classification macros isfinite(), isinf(), isnan(), and | David Schultz | 2004-07-09 | 2 | -76/+1 |
* | Follow previous change in makecontext. Use %esi to store next ucp | David Xu | 2004-07-02 | 1 | -1/+1 |
* | Use %esi to store next ucp pointer. Mark end of stack by | David Xu | 2004-07-02 | 2 | -3/+4 |
* | Remove the code and an associated comment for gcc 1.x compatibility | David Schultz | 2004-02-16 | 1 | -9/+1 |
* | Fix some aliasing problems. | David Schultz | 2004-02-16 | 1 | -14/+19 |