| Commit message (Expand) | Author | Age | Files | Lines |
* | The lseek(2), mmap(2), truncate(2), ftruncate(2), pread(2), and | kib | 2015-04-18 | 1 | -3/+0 |
* | siglongjmp(): Preserve floating point exception flags on i386 and amd64. | jilles | 2014-06-09 | 1 | -1/+0 |
* | Convert from WITHOUT_SYSCALL_COMPAT to MK_SYSCALL_COMPAT. | imp | 2014-04-05 | 1 | -1/+1 |
* | Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP} | marcel | 2014-03-04 | 1 | -1/+1 |
* | Replace the WEAK_ALIAS() alias with the WEAK_REFERENCE() alias. Use it and | andreast | 2013-11-21 | 8 | -30/+20 |
* | libc: Access _logname_valid more efficiently. | jilles | 2013-08-17 | 1 | -8/+1 |
* | The getcontext() from the __fillcontextx() call in the | kib | 2013-05-28 | 1 | -3/+13 |
* | - Correct mispellings of the word occurrence | gabor | 2013-04-17 | 3 | -5/+5 |
* | Rework the __vdso_* symbols attributes to only make the symbols weak, | kib | 2013-01-30 | 1 | -0/+10 |
* | libc/i386: Do not export .cerror. | jilles | 2012-09-05 | 11 | -41/+19 |
* | Executing CPUID with EAX set to 1 to actually get feature flags. | davidxu | 2012-07-10 | 1 | -1/+1 |
* | Use struct vdso_timehands data to implement fast gettimeofday(2) and | kib | 2012-06-22 | 2 | -1/+52 |
* | mdoc: sort prologue macros. | joel | 2012-03-26 | 3 | -3/+3 |
* | Make the sys/ucontext.h self-contained by changing the return type | kib | 2012-02-01 | 1 | -1/+1 |
* | Add API for obtaining extended machine context states that cannot be | kib | 2012-01-21 | 2 | -1/+134 |
* | Change index() and rindex() to a weak alias. | ed | 2012-01-05 | 2 | -2/+2 |
* | Merge index() and strchr() together. | ed | 2012-01-03 | 5 | -137/+7 |
* | Despite official i386 ABI does not mandate any stack alignment besides | kib | 2011-11-02 | 2 | -0/+28 |
* | Replace a proliferation of buggy MD implementations of modf() with a | das | 2011-10-21 | 3 | -89/+1 |
* | Remove duplicate .note.GNU-stack section declaration. bcopy already | kib | 2011-02-04 | 2 | -4/+0 |
* | Add section .note.GNU-stack for assembly files used by 386 and amd64. | kib | 2011-01-07 | 43 | -0/+85 |
* | libc: Remove the i386 assembler version of strlen(3). | jilles | 2010-10-01 | 2 | -55/+1 |
* | Retire the amd64 and i386 specific inline assembly versions of ldexp.c, | dim | 2010-09-30 | 1 | -68/+0 |
* | Workaround LLVM bug #4434: | rpaulo | 2010-09-21 | 1 | -3/+7 |
* | Remove hand-written labs/abs implementations. GCC is smart enough. | ed | 2009-06-23 | 3 | -95/+1 |
* | Remove unneeded stores back into the function arguments. | ed | 2009-06-22 | 2 | -4/+0 |
* | Unconditionally build wrappers for i386_get_ioperm(), i386_set_ioperm(), | kib | 2009-04-01 | 1 | -4/+3 |
* | On i386, the primary function that SYSCALL() generates is with the | peter | 2008-11-15 | 3 | -3/+3 |
* | Mark uname(), getdomainname() and setdomainname() with COMPAT_FREEBSD4. | ed | 2008-11-09 | 1 | -2/+1 |
* | Add missing END() macros, as per rev 184547 for amd64. The lack of these | peter | 2008-11-02 | 43 | -4/+59 |
* | We should also save and restore the MXCSR as on amd64, but detecting | das | 2008-06-28 | 2 | -2/+0 |
* | Add an alternative view of the bits in an 80-bit long double (64+16 | bde | 2008-01-17 | 1 | -1/+6 |
* | Since nan() is supposed to work the same as strtod("nan(...)", NULL), | das | 2007-12-18 | 1 | -3/+0 |
* | Export gdtoa's __ULto{x,Q}_D2A routine in a private namespace so | das | 2007-12-16 | 1 | -0/+3 |
* | Arrange so that the NaN returned by strtod("nan", NULL) is the same as | das | 2007-12-16 | 1 | -4/+4 |
* | In scanf, round according to the current rounding mode. | das | 2007-12-03 | 1 | -1/+1 |
* | Classify mmap, lseek, pread, pwrite, truncate, ftruncate as pseudo | peter | 2007-07-04 | 1 | -3/+5 |
* | Adjust the syscall stub macros to be consistent in their meaning. In | peter | 2007-07-04 | 1 | -2/+3 |
* | Some libc symbol map cleanups. | deischen | 2007-05-31 | 1 | -4/+0 |
* | Remove .mcount from gmon's Symbol map and add it to the appropriate | deischen | 2007-05-13 | 1 | -0/+1 |
* | Use C comments since we now preprocess these files with CPP. | deischen | 2007-04-29 | 1 | -9/+11 |
* | Clean-ip TLS symbol versions. [_]__tls_get_addr function is part of | kan | 2007-04-09 | 1 | -0/+1 |
* | Per Regents of the University of Calfornia letter, remove advertising | imp | 2007-01-09 | 23 | -91/+0 |
* | Handle inf/nan correctly. | das | 2007-01-06 | 1 | -2/+14 |
* | The distinction between quiet and signaling NaN formats is | das | 2007-01-03 | 1 | -0/+21 |
* | Instead of re-implementing hton[ls] and friends for each arch, add a new MI | cognet | 2006-11-06 | 5 | -206/+0 |
* | Forgot to bump the document date. | ru | 2006-10-13 | 1 | -1/+1 |
* | Some word smithing adopted from the PR. | ru | 2006-10-13 | 1 | -14/+14 |
* | Markup fixes. | ru | 2006-09-17 | 1 | -6/+6 |
* | GC dead code. If we want to stay polite to the foreign compilers, | ru | 2006-09-05 | 2 | -63/+1 |