| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove sparc64 specific parts of libc. | Warner Losh | 2020-02-26 | 14 | -990/+0 |
| * | Reimplement brk() and sbrk() to avoid the use of _end. | Mark Johnston | 2018-06-04 | 3 | -137/+1 |
| * | Replace MD assembly exect() with a portable version. | Brooks Davis | 2018-04-12 | 2 | -52/+1 |
| * | Remove caching from getlogin(2). | Brooks Davis | 2018-04-06 | 2 | -56/+1 |
| * | o Let rtld(1) set up psABI user trap handlers prior to executing the | Marius Strobl | 2018-02-03 | 1 | -5/+3 |
| * | libc: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-25 | 7 | -0/+14 |
| * | Renumber copyright clause 4 | Warner Losh | 2017-02-28 | 5 | -5/+5 |
| * | 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 |
| * | 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 | 1 | -48/+0 |
| * | Unbreak sparc64 after r276630 by calling __sparc_sigtramp_setup signal | Marius Strobl | 2015-02-16 | 2 | -3/+4 |
| * | 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 |
| * | In lib/libc/sparc64/sys/__sparc_utrap_setup.c, avoid an error about | Dimitry Andric | 2014-02-20 | 1 | -1/+1 |
| * | Rework the __vdso_* symbols attributes to only make the symbols weak, | Konstantin Belousov | 2013-01-30 | 1 | -0/+48 |
| * | Disconnect sun4v architecture from the three. | Attilio Rao | 2011-05-14 | 2 | -7/+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 |
| * | Classify mmap, lseek, pread, pwrite, truncate, ftruncate as pseudo | Peter Wemm | 2007-07-04 | 1 | -4/+5 |
| * | Per Regents of the University of Calfornia letter, remove advertising | Warner Losh | 2007-01-09 | 7 | -28/+0 |
| * | - change ABI for user trap handler for sun4v (eventually will sync sparc64 no | Kip Macy | 2006-11-03 | 2 | -0/+7 |
| * | Add prototypes for the three syscall stubs that are invoked here, | Jacques Vidrine | 2004-01-19 | 1 | -0/+4 |
| * | We need to discard `const'ness explicitly when invoking sysarch. | Jacques Vidrine | 2004-01-10 | 1 | -1/+1 |
| * | Provide sysarch(2) prototypes in the MD sysarch.h headers. While I'm | Jacques Vidrine | 2004-01-09 | 3 | -8/+3 |
| * | Remove unused variables. Add required headers and function | Jacques Vidrine | 2004-01-06 | 4 | -3/+10 |
| * | Install the user trap handlers that libc provides from a constructor, so | Jake Burkholder | 2003-11-18 | 1 | -0/+2 |
| * | Add the mlockall() and munlockall() system calls. | Bruce M Simpson | 2003-08-11 | 1 | -1/+1 |
| * | Rename the libc signal trampoline to __sigtramp to match netbsd. This | Jake Burkholder | 2002-10-22 | 2 | -4/+4 |
| * | Install the userland signal trampoline when sigaction is first called, | Jake Burkholder | 2002-09-03 | 2 | -1/+50 |
| * | Add missing ret instruction to the ptrace() syscall wrapper. | Thomas Moestl | 2002-07-11 | 1 | -0/+2 |
| * | Use FBSDID | David E. O'Brien | 2002-06-30 | 9 | -56/+24 |
| * | Generate the normal asm stubs for all sysv system calls. Use these instead | Jake Burkholder | 2002-05-23 | 1 | -5/+3 |
| * | Use the right byte order for unaligned stores. <blush>. | Jake Burkholder | 2002-05-13 | 1 | -1/+1 |
| * | Handle alignment fault fixups in libc rather than in the kernel. | Jake Burkholder | 2002-05-13 | 5 | -2/+120 |
| * | Add a support macro to convert the 5-bit packed register field of | Jake Burkholder | 2002-05-11 | 1 | -4/+2 |
| * | Add an alternate signal trampoline to libc; add a wrapper for the sigtramp | Jake Burkholder | 2002-04-29 | 4 | -2/+96 |
| * | Emulate ldq and stq (load/store long double) instructions. GCC has started | Jake Burkholder | 2002-04-27 | 5 | -13/+216 |
| * | Save/restore the %y register around calls to the C user trap handler; | Thomas Moestl | 2002-03-11 | 1 | -0/+4 |
| * | Add userland floating point emulator code for sparc64. This is a port | Thomas Moestl | 2002-02-23 | 2 | -1/+4 |
| * | Fix wrong offsets. Add offsets for %fsr and %tstate. | Jake Burkholder | 2002-02-23 | 1 | -6/+11 |
| * | Add space for %fsr and %tstate to utrapframe. Save them in the generic | Jake Burkholder | 2002-02-23 | 2 | -1/+14 |
| * | Connect user trap code to the build. | Jake Burkholder | 2002-01-01 | 1 | -0/+3 |
| * | Add libc side of user trap handling. | Jake Burkholder | 2002-01-01 | 7 | -0/+423 |
| * | Make sure curbrk is well aligned. | Jake Burkholder | 2001-12-29 | 1 | -0/+1 |
| * | Need .type and .size here too. | Jake Burkholder | 2001-11-18 | 7 | -4/+15 |
| * | Remove fork and vfork wrappers. The kernel does the right thing. | Jake Burkholder | 2001-11-18 | 3 | -127/+1 |
| * | Minimal libc for sparc64. | Jake Burkholder | 2001-10-26 | 10 | -0/+594 |