| Commit message (Expand) | Author | Age | Files | Lines |
* | Add include for declaration of _set_tp(). Eliminates -Wmissing-prototypes wa... | rodrigc | 2015-09-20 | 1 | -0/+1 |
* | The lseek(2), mmap(2), truncate(2), ftruncate(2), pread(2), and | kib | 2015-04-18 | 1 | -3/+0 |
* | Fix powerpc setjmp FPR saving/restoring. | jhibbits | 2015-04-08 | 3 | -108/+108 |
* | libc: Eliminate duplicate copies of __vdso_gettc.c | emaste | 2015-04-02 | 2 | -49/+1 |
* | Save and restore non-volatile floating-point registers during longjmp(). | nwhitehorn | 2015-03-08 | 3 | -0/+126 |
* | Remove duplicate copies of trivial getcontextx.c | emaste | 2015-01-12 | 2 | -78/+4 |
* | Avoid use of register variables. Clang 3.5 treats this as undefined behavior, | jhibbits | 2015-01-06 | 1 | -2/+1 |
* | Ensure that every ENTRY(foo) has a matching END(foo). | bapt | 2014-10-01 | 11 | -0/+14 |
* | 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 |
* | Get rid of the CONCAT macro. | andreast | 2013-11-23 | 1 | -9/+9 |
* | Revert r253748,253749 | avg | 2013-07-28 | 1 | -0/+1 |
* | remove needless inclusion of machine/cpu.h in userland | avg | 2013-07-28 | 1 | -1/+0 |
* | The getcontext() from the __fillcontextx() call in the | kib | 2013-05-28 | 1 | -0/+7 |
* | Rework the __vdso_* symbols attributes to only make the symbols weak, | kib | 2013-01-30 | 2 | -0/+50 |
* | Doh... Don't add __eabi to an old version tag (i.e. FBSD_1.0). Add it to the | marcel | 2012-05-25 | 1 | -1/+4 |
* | Allow building for the PowerPC EABI by providing a dummy __eabi() | marcel | 2012-05-24 | 3 | -1/+35 |
* | Do not restore the register holding the TLS pointer when doing various | nwhitehorn | 2012-04-11 | 3 | -3/+0 |
* | Replace the assembler macro WEAK_ALIAS with a new macro WEAK_REFERENCE which | andreast | 2012-02-05 | 2 | -17/+17 |
* | 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/+70 |
* | Two other places where we can use WEAK_ALIAS. | andreast | 2012-01-08 | 1 | -2/+1 |
* | Use the macro WEAK_ALIAS. Tested on 32 and 64-bit. | andreast | 2012-01-06 | 1 | -10/+5 |
* | Replace a proliferation of buggy MD implementations of modf() with a | das | 2011-10-21 | 3 | -109/+1 |
* | Fix typos - remove duplicate "the". | brucec | 2011-02-21 | 1 | -1/+1 |
* | Mark assembler sources from libc as working with non-executable stack. | kib | 2011-01-14 | 12 | -1/+22 |
* | The NetBSD Foundation has granted permission to remove clause 3 and 4 from | joel | 2010-03-02 | 5 | -35/+0 |
* | Mark uname(), getdomainname() and setdomainname() with COMPAT_FREEBSD4. | ed | 2008-11-09 | 1 | -2/+1 |
* | Fix some ifdef logic in the libc syncicache() bit that I somehow missed in the | nwhitehorn | 2008-09-24 | 1 | -1/+3 |
* | Allow the cacheline size on PowerPC to be set at runtime. This is essential for | nwhitehorn | 2008-09-24 | 1 | -16/+16 |
* | Add support files for compiling with soft-float. This has been | marcel | 2008-04-27 | 3 | -0/+448 |
* | Let PowerPC world optionally build with -msoft-float. For FPU-less PowerPC | raj | 2008-02-24 | 6 | -0/+12 |
* | Fix build from errors exposed with recent version_gen.awk commit. | grehan | 2007-10-18 | 1 | -2/+1 |
* | Classify mmap, lseek, pread, pwrite, truncate, ftruncate as pseudo | peter | 2007-07-04 | 1 | -4/+5 |
* | Fix bogon in previous commit: <machine/cpu.h> is still needed. | marcel | 2007-06-10 | 1 | -0/+1 |
* | The definition of CACHELINESIZE moved from <machine/cpu.h> to | marcel | 2007-06-10 | 1 | -1/+1 |
* | Some libc symbol map cleanups. | deischen | 2007-05-31 | 1 | -4/+0 |
* | I guess powerpc needs vfork(), add it to the symbol list. | deischen | 2007-05-14 | 1 | -0/+1 |
* | 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 |
* | 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 | -158/+0 |
* | Whitespace fix. | marcel | 2006-09-02 | 1 | -1/+1 |
* | Avoid dead code elimination of the assignment to TP by using inline | marcel | 2006-08-30 | 1 | -2/+2 |
* | Add each directory's symbol map file to SYM_MAPS. | deischen | 2006-03-13 | 1 | -1/+1 |
* | Add symbol maps and initial symbol version definitions to libc. | deischen | 2006-03-13 | 1 | -0/+60 |
* | Remove fpsetsticky(). This was added for SysV compatibility, but due | das | 2005-03-15 | 2 | -58/+1 |
* | Define LDBL_NBIT to be a mask indicating the position of the integer | das | 2005-03-07 | 1 | -0/+1 |
* | Update my email address. | das | 2005-02-06 | 1 | -1/+1 |
* | Replace the ldexp() implementation in libc with a renamed copy of the | das | 2005-01-22 | 1 | -155/+0 |