| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r314556-r314558 | Brooks Davis | 2017-03-11 | 1 | -1/+1 |
| * | MFC r304928: | Konstantin Belousov | 2016-09-03 | 2 | -62/+1 |
| * | Replace use of the pipe(2) system call with pipe2(2) with a zero flags | Brooks Davis | 2016-06-22 | 2 | -47/+1 |
| * | libc: make some more use of the nitems() macro. | Pedro F. Giffuni | 2016-04-16 | 1 | -2/+2 |
| * | libc: stop exporting cerror | Ed Maste | 2016-03-30 | 1 | -1/+0 |
| * | libc: stop exporting curbrk and minbrk in the private namespace | Ed Maste | 2016-03-24 | 1 | -2/+0 |
| * | Make unions in PowerPC libc endian-safe. | Nathan Whitehorn | 2016-02-26 | 2 | -2/+22 |
| * | Add include for declaration of _set_tp(). Eliminates -Wmissing-prototypes wa... | Craig Rodrigues | 2015-09-20 | 1 | -0/+1 |
| * | The lseek(2), mmap(2), truncate(2), ftruncate(2), pread(2), and | Konstantin Belousov | 2015-04-18 | 1 | -3/+0 |
| * | Fix powerpc setjmp FPR saving/restoring. | Justin Hibbits | 2015-04-08 | 3 | -108/+108 |
| * | libc: Eliminate duplicate copies of __vdso_gettc.c | Ed Maste | 2015-04-02 | 2 | -49/+1 |
| * | Save and restore non-volatile floating-point registers during longjmp(). | Nathan Whitehorn | 2015-03-08 | 3 | -0/+126 |
| * | Remove duplicate copies of trivial getcontextx.c | Ed Maste | 2015-01-12 | 2 | -78/+4 |
| * | Avoid use of register variables. Clang 3.5 treats this as undefined behavior, | Justin Hibbits | 2015-01-06 | 1 | -2/+1 |
| * | Ensure that every ENTRY(foo) has a matching END(foo). | Baptiste Daroussin | 2014-10-01 | 11 | -0/+14 |
| * | Convert from WITHOUT_SYSCALL_COMPAT to MK_SYSCALL_COMPAT. | Warner Losh | 2014-04-05 | 1 | -1/+1 |
| * | Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP} | Marcel Moolenaar | 2014-03-04 | 1 | -1/+1 |
| * | Get rid of the CONCAT macro. | Andreas Tobler | 2013-11-23 | 1 | -9/+9 |
| * | Revert r253748,253749 | Andriy Gapon | 2013-07-28 | 1 | -0/+1 |
| * | remove needless inclusion of machine/cpu.h in userland | Andriy Gapon | 2013-07-28 | 1 | -1/+0 |
| * | The getcontext() from the __fillcontextx() call in the | Konstantin Belousov | 2013-05-28 | 1 | -0/+7 |
| * | Rework the __vdso_* symbols attributes to only make the symbols weak, | Konstantin Belousov | 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 Moolenaar | 2012-05-25 | 1 | -1/+4 |
| * | Allow building for the PowerPC EABI by providing a dummy __eabi() | Marcel Moolenaar | 2012-05-24 | 3 | -1/+35 |
| * | Do not restore the register holding the TLS pointer when doing various | Nathan Whitehorn | 2012-04-11 | 3 | -3/+0 |
| * | Replace the assembler macro WEAK_ALIAS with a new macro WEAK_REFERENCE which | Andreas Tobler | 2012-02-05 | 2 | -17/+17 |
| * | 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/+70 |
| * | Two other places where we can use WEAK_ALIAS. | Andreas Tobler | 2012-01-08 | 1 | -2/+1 |
| * | Use the macro WEAK_ALIAS. Tested on 32 and 64-bit. | Andreas Tobler | 2012-01-06 | 1 | -10/+5 |
| * | Replace a proliferation of buggy MD implementations of modf() with a | David Schultz | 2011-10-21 | 3 | -109/+1 |
| * | Fix typos - remove duplicate "the". | Rebecca Cran | 2011-02-21 | 1 | -1/+1 |
| * | Mark assembler sources from libc as working with non-executable stack. | Konstantin Belousov | 2011-01-14 | 12 | -1/+22 |
| * | The NetBSD Foundation has granted permission to remove clause 3 and 4 from | Joel Dahl | 2010-03-02 | 5 | -35/+0 |
| * | Mark uname(), getdomainname() and setdomainname() with COMPAT_FREEBSD4. | Ed Schouten | 2008-11-09 | 1 | -2/+1 |
| * | Fix some ifdef logic in the libc syncicache() bit that I somehow missed in the | Nathan Whitehorn | 2008-09-24 | 1 | -1/+3 |
| * | Allow the cacheline size on PowerPC to be set at runtime. This is essential for | Nathan Whitehorn | 2008-09-24 | 1 | -16/+16 |
| * | Add support files for compiling with soft-float. This has been | Marcel Moolenaar | 2008-04-27 | 3 | -0/+448 |
| * | Let PowerPC world optionally build with -msoft-float. For FPU-less PowerPC | Rafal Jaworowski | 2008-02-24 | 6 | -0/+12 |
| * | Fix build from errors exposed with recent version_gen.awk commit. | Peter Grehan | 2007-10-18 | 1 | -2/+1 |
| * | Classify mmap, lseek, pread, pwrite, truncate, ftruncate as pseudo | Peter Wemm | 2007-07-04 | 1 | -4/+5 |
| * | Fix bogon in previous commit: <machine/cpu.h> is still needed. | Marcel Moolenaar | 2007-06-10 | 1 | -0/+1 |
| * | The definition of CACHELINESIZE moved from <machine/cpu.h> to | Marcel Moolenaar | 2007-06-10 | 1 | -1/+1 |
| * | Some libc symbol map cleanups. | Daniel Eischen | 2007-05-31 | 1 | -4/+0 |
| * | I guess powerpc needs vfork(), add it to the symbol list. | Daniel Eischen | 2007-05-14 | 1 | -0/+1 |
| * | Remove .mcount from gmon's Symbol map and add it to the appropriate | Daniel Eischen | 2007-05-13 | 1 | -0/+1 |
| * | Use C comments since we now preprocess these files with CPP. | Daniel Eischen | 2007-04-29 | 1 | -9/+11 |
| * | The distinction between quiet and signaling NaN formats is | David Schultz | 2007-01-03 | 1 | -0/+21 |
| * | Instead of re-implementing hton[ls] and friends for each arch, add a new MI | Olivier Houchard | 2006-11-06 | 5 | -158/+0 |
| * | Whitespace fix. | Marcel Moolenaar | 2006-09-02 | 1 | -1/+1 |