| Commit message (Expand) | Author | Age | Files | Lines |
* | Optimize libc to get and set TLS using the RDFSBASE and RDGSBASE | Konstantin Belousov | 2017-08-21 | 7 | -1/+155 |
* | 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 | -2/+11 |
* | Renumber copyright clause 4 | Warner Losh | 2017-02-28 | 11 | -11/+11 |
* | Reduce duplicate NOASM and PSEUDO definitions | Brooks Davis | 2016-09-08 | 1 | -3/+1 |
* | Rewrite ptrace(2) wrappers in C. | Konstantin Belousov | 2016-08-29 | 2 | -68/+1 |
* | Follow ABI when calling __error from the ptrace(2) wrapper. | Konstantin Belousov | 2016-08-28 | 1 | -0/+10 |
* | Do not obliterate errno value in the main thread during ptrace(2) call on x86. | Konstantin Belousov | 2016-08-27 | 1 | -4/+6 |
* | Remove unusedd and obsolete openbsd_poll system call. (Phase 1) | George V. Neville-Neil | 2016-08-18 | 1 | -1/+1 |
* | Implement userspace gettimeofday(2) with HPET timecounter. | Konstantin Belousov | 2016-08-17 | 2 | -71/+1 |
* | Replace use of the pipe(2) system call with pipe2(2) with a zero flags | Brooks Davis | 2016-06-22 | 2 | -54/+1 |
* | libc: spelling fixes. | Pedro F. Giffuni | 2016-04-30 | 1 | -1/+1 |
* | libc: stop exporting curbrk and minbrk in the private namespace | Ed Maste | 2016-03-24 | 1 | -2/+0 |
* | libc/{i386,amd64}: Do not export .cerror when building WITHOUT_SYMVER | Ed Maste | 2016-03-08 | 1 | -0/+1 |
* | Add include for declaration of _set_tp(). Eliminates -Wmissing-prototypes wa... | Craig Rodrigues | 2015-09-20 | 1 | -0/+1 |
* | Switch libc from using _sig{procmask,action,suspend} symbols, which | Konstantin Belousov | 2015-08-29 | 2 | -4/+4 |
* | Copy the fencing of the algorithm to do lock-less update and reading | Konstantin Belousov | 2015-08-04 | 1 | -3/+13 |
* | Remove reboot.S (part of libc). It's not needed and was actually | Edward Tomasz Napierala | 2015-07-07 | 2 | -51/+1 |
* | The lseek(2), mmap(2), truncate(2), ftruncate(2), pread(2), and | Konstantin Belousov | 2015-04-18 | 1 | -3/+0 |
* | siglongjmp(): Preserve floating point exception flags on i386 and amd64. | Jilles Tjoelker | 2014-06-09 | 1 | -1/+0 |
* | 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 |
* | Introduce a WEAK_REFERENCE() alias and use it. Get rid of the CNAME and the | Andreas Tobler | 2013-11-21 | 9 | -39/+23 |
* | libc: Access _logname_valid more efficiently. | Jilles Tjoelker | 2013-08-17 | 1 | -5/+0 |
* | The getcontext() from the __fillcontextx() call in the | Konstantin Belousov | 2013-05-28 | 1 | -3/+13 |
* | Rework the __vdso_* symbols attributes to only make the symbols weak, | Konstantin Belousov | 2013-01-30 | 1 | -0/+11 |
* | libc/amd64: Do not export .cerror. | Jilles Tjoelker | 2012-09-06 | 12 | -88/+9 |
* | Use struct vdso_timehands data to implement fast gettimeofday(2) and | Konstantin Belousov | 2012-06-22 | 2 | -1/+51 |
* | 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/+102 |
* | Make sure that stack is 16-byte aligned before calling a function, | Konstantin Belousov | 2011-11-02 | 2 | -0/+6 |
* | Replace a proliferation of buggy MD implementations of modf() with a | David Schultz | 2011-10-21 | 3 | -93/+1 |
* | Remove incorrect attribution. | George V. Neville-Neil | 2011-07-21 | 1 | -1/+1 |
* | Make both stpcpy and strcpy be assembly language implementations | George V. Neville-Neil | 2011-07-21 | 3 | -20/+60 |
* | Remove duplicate .note.GNU-stack section declaration. bcopy already | Konstantin Belousov | 2011-02-04 | 1 | -2/+0 |
* | Add section .note.GNU-stack for assembly files used by 386 and amd64. | Konstantin Belousov | 2011-01-07 | 29 | -0/+57 |
* | Retire the amd64 and i386 specific inline assembly versions of ldexp.c, | Dimitry Andric | 2010-09-30 | 1 | -68/+0 |
* | Apply the same workaround for clang to amd64's version of ldexp.c (as in | Dimitry Andric | 2010-09-29 | 1 | -3/+9 |
* | Mark uname(), getdomainname() and setdomainname() with COMPAT_FREEBSD4. | Ed Schouten | 2008-11-09 | 1 | -2/+1 |
* | We've been lax about matching END() macros in asm code for some time. This | Peter Wemm | 2008-11-02 | 27 | -4/+46 |
* | Two FP-related setjmp/longjmp changes: | David Schultz | 2008-06-28 | 2 | -2/+20 |
* | Add an alternative view of the bits in an 80-bit long double (64+16 | Bruce Evans | 2008-01-17 | 1 | -1/+6 |
* | 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 | -4/+4 |
* | In scanf, round according to the current rounding mode. | David Schultz | 2007-12-03 | 1 | -1/+1 |
* | Classify mmap, lseek, pread, pwrite, truncate, ftruncate as pseudo | Peter Wemm | 2007-07-04 | 1 | -3/+5 |
* | Adjust the syscall stub macros to be consistent in their meaning. In | Peter Wemm | 2007-07-04 | 1 | -2/+9 |
* | Some libc symbol map cleanups. | Daniel Eischen | 2007-05-31 | 1 | -4/+0 |
* | Remove .mcount from gmon's Symbol map and add it to the appropriate | Daniel Eischen | 2007-05-13 | 1 | -0/+1 |