| Commit message (Expand) | Author | Age | Files | Lines |
* | libc: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-25 | 14 | -0/+28 |
* | General further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-20 | 6 | -5/+17 |
* | Correct an misunderstanding of MDSRCS. | Brooks Davis | 2017-03-02 | 1 | -1/+1 |
* | Correct MDSRCS use in <arch>/string/Makefile.inc. | Brooks Davis | 2017-03-02 | 1 | -1/+0 |
* | Renumber copyright clause 4 | Warner Losh | 2017-02-28 | 20 | -20/+20 |
* | Reduce duplicate NOASM and PSEUDO definitions | Brooks Davis | 2016-09-08 | 1 | -5/+0 |
* | Rewrite ptrace(2) wrappers in C. | Konstantin Belousov | 2016-08-29 | 2 | -58/+1 |
* | Remove unusedd and obsolete openbsd_poll system call. (Phase 1) | George V. Neville-Neil | 2016-08-18 | 1 | -1/+1 |
* | Replace use of the pipe(2) system call with pipe2(2) with a zero flags | Brooks Davis | 2016-06-22 | 2 | -58/+1 |
* | libc: spelling fixes. | Pedro F. Giffuni | 2016-04-30 | 1 | -1/+1 |
* | 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 |
* | Fix unused-but-set-variable | Baptiste Daroussin | 2015-11-15 | 1 | -1/+1 |
* | 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 |
* | libc: Eliminate duplicate copies of __vdso_gettc.c | Ed Maste | 2015-04-02 | 2 | -49/+1 |
* | Unbreak sparc64 after r276630 by calling __sparc_sigtramp_setup signal | Marius Strobl | 2015-02-16 | 2 | -3/+4 |
* | Remove duplicate copies of trivial getcontextx.c | Ed Maste | 2015-01-12 | 2 | -78/+3 |
* | 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 | 3 | -4/+4 |
* | In lib/libc/sparc64/sys/__sparc_utrap_setup.c, avoid an error about | Dimitry Andric | 2014-02-20 | 1 | -1/+1 |
* | Fix undefined behavior: (1 << 31) is not defined as 1 is an int and this | Eitan Adler | 2013-11-30 | 2 | -4/+4 |
* | Prefix the alias macros for members of struct __mcontext with an underscore | Marius Strobl | 2013-07-12 | 2 | -8/+8 |
* | 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 |
* | 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 |
* | Computations on NaNs are supposed to return one of the input NaNs unchanged. | David Schultz | 2012-01-16 | 2 | -4/+3 |
* | Replace a proliferation of buggy MD implementations of modf() with a | David Schultz | 2011-10-21 | 3 | -179/+1 |
* | Fix whitespace inconsistencies found in homegrown Symbol.maps. | Ed Schouten | 2011-10-07 | 1 | -1/+1 |
* | Disconnect sun4v architecture from the three. | Attilio Rao | 2011-05-14 | 2 | -7/+0 |
* | Avoid aliasing which leads to incorrect results when compiling with the | Marius Strobl | 2010-03-21 | 1 | -12/+11 |
* | - While SPARC V9 allows tininess to be detected either before or after | Marius Strobl | 2010-03-20 | 1 | -5/+10 |
* | Division should take both arguments' signs into account when the | Marius Strobl | 2010-03-20 | 1 | -7/+9 |
* | FPU_DEBUG requires <stdio.h>. | Marius Strobl | 2010-03-20 | 3 | -1/+12 |
* | Ensure that __fpu_ftox() both returns the high bits and res[1] contains | Marius Strobl | 2010-03-20 | 1 | -5/+7 |
* | - Remove a bogus forward declaration. | Marius Strobl | 2010-03-20 | 2 | -7/+3 |
* | Fix a typo in r204974 so that FTYPE_LNG matches the initialisers of | Marius Strobl | 2010-03-11 | 1 | -1/+1 |
* | - The OPSZ macro actually only does the right thing for int32 and int64 | Marius Strobl | 2010-03-10 | 2 | -29/+21 |
* | The NetBSD Foundation has granted permission to remove clause 3 and 4 from | Joel Dahl | 2010-03-03 | 1 | -7/+0 |
* | Remove unneeded stdlib directories. | Ed Schouten | 2009-06-23 | 1 | -1/+0 |
* | Provide a type for the argument. | Roman Divacky | 2009-02-02 | 1 | -1/+1 |
* | Mark uname(), getdomainname() and setdomainname() with COMPAT_FREEBSD4. | Ed Schouten | 2008-11-09 | 1 | -2/+1 |
* | Fix some bugs that caused sparc64's quad precision sqrt to get | David Schultz | 2008-04-12 | 1 | -5/+5 |
* | Make the software emulator for long doubles set the FPU exception | David Schultz | 2008-04-12 | 1 | -0/+15 |
* | Add a new union member to access the exponent and sign of a long double | David Schultz | 2008-01-18 | 1 | -0/+5 |
* | Since nan() is supposed to work the same as strtod("nan(...)", NULL), | David Schultz | 2007-12-18 | 1 | -3/+0 |
* | Export gdtoa's __ULto{x,Q}_D2A routine in a private namespace so | David Schultz | 2007-12-16 | 1 | -0/+3 |
* | Arrange so that the NaN returned by strtod("nan", NULL) is the same as | David Schultz | 2007-12-16 | 1 | -11/+11 |
* | In scanf, round according to the current rounding mode. | David Schultz | 2007-12-03 | 1 | -1/+1 |