aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sparc64/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove sparc64 specific parts of libc.Warner Losh2020-02-2614-990/+0
* Reimplement brk() and sbrk() to avoid the use of _end.Mark Johnston2018-06-043-137/+1
* Replace MD assembly exect() with a portable version.Brooks Davis2018-04-122-52/+1
* Remove caching from getlogin(2).Brooks Davis2018-04-062-56/+1
* o Let rtld(1) set up psABI user trap handlers prior to executing theMarius Strobl2018-02-031-5/+3
* libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-257-0/+14
* Renumber copyright clause 4Warner Losh2017-02-285-5/+5
* Reduce duplicate NOASM and PSEUDO definitionsBrooks Davis2016-09-081-5/+0
* Rewrite ptrace(2) wrappers in C.Konstantin Belousov2016-08-292-58/+1
* Remove unusedd and obsolete openbsd_poll system call. (Phase 1)George V. Neville-Neil2016-08-181-1/+1
* Replace use of the pipe(2) system call with pipe2(2) with a zero flagsBrooks Davis2016-06-222-58/+1
* The lseek(2), mmap(2), truncate(2), ftruncate(2), pread(2), andKonstantin Belousov2015-04-181-3/+0
* libc: Eliminate duplicate copies of __vdso_gettc.cEd Maste2015-04-021-48/+0
* Unbreak sparc64 after r276630 by calling __sparc_sigtramp_setup signalMarius Strobl2015-02-162-3/+4
* Convert from WITHOUT_SYSCALL_COMPAT to MK_SYSCALL_COMPAT.Warner Losh2014-04-051-1/+1
* Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP}Marcel Moolenaar2014-03-041-1/+1
* In lib/libc/sparc64/sys/__sparc_utrap_setup.c, avoid an error aboutDimitry Andric2014-02-201-1/+1
* Rework the __vdso_* symbols attributes to only make the symbols weak,Konstantin Belousov2013-01-301-0/+48
* Disconnect sun4v architecture from the three.Attilio Rao2011-05-142-7/+0
* Provide a type for the argument.Roman Divacky2009-02-021-1/+1
* Mark uname(), getdomainname() and setdomainname() with COMPAT_FREEBSD4.Ed Schouten2008-11-091-2/+1
* Classify mmap, lseek, pread, pwrite, truncate, ftruncate as pseudoPeter Wemm2007-07-041-4/+5
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-097-28/+0
* - change ABI for user trap handler for sun4v (eventually will sync sparc64 noKip Macy2006-11-032-0/+7
* Add prototypes for the three syscall stubs that are invoked here,Jacques Vidrine2004-01-191-0/+4
* We need to discard `const'ness explicitly when invoking sysarch.Jacques Vidrine2004-01-101-1/+1
* Provide sysarch(2) prototypes in the MD sysarch.h headers. While I'mJacques Vidrine2004-01-093-8/+3
* Remove unused variables. Add required headers and functionJacques Vidrine2004-01-064-3/+10
* Install the user trap handlers that libc provides from a constructor, soJake Burkholder2003-11-181-0/+2
* Add the mlockall() and munlockall() system calls.Bruce M Simpson2003-08-111-1/+1
* Rename the libc signal trampoline to __sigtramp to match netbsd. ThisJake Burkholder2002-10-222-4/+4
* Install the userland signal trampoline when sigaction is first called,Jake Burkholder2002-09-032-1/+50
* Add missing ret instruction to the ptrace() syscall wrapper.Thomas Moestl2002-07-111-0/+2
* Use FBSDIDDavid E. O'Brien2002-06-309-56/+24
* Generate the normal asm stubs for all sysv system calls. Use these insteadJake Burkholder2002-05-231-5/+3
* Use the right byte order for unaligned stores. <blush>.Jake Burkholder2002-05-131-1/+1
* Handle alignment fault fixups in libc rather than in the kernel.Jake Burkholder2002-05-135-2/+120
* Add a support macro to convert the 5-bit packed register field ofJake Burkholder2002-05-111-4/+2
* Add an alternate signal trampoline to libc; add a wrapper for the sigtrampJake Burkholder2002-04-294-2/+96
* Emulate ldq and stq (load/store long double) instructions. GCC has startedJake Burkholder2002-04-275-13/+216
* Save/restore the %y register around calls to the C user trap handler;Thomas Moestl2002-03-111-0/+4
* Add userland floating point emulator code for sparc64. This is a portThomas Moestl2002-02-232-1/+4
* Fix wrong offsets. Add offsets for %fsr and %tstate.Jake Burkholder2002-02-231-6/+11
* Add space for %fsr and %tstate to utrapframe. Save them in the genericJake Burkholder2002-02-232-1/+14
* Connect user trap code to the build.Jake Burkholder2002-01-011-0/+3
* Add libc side of user trap handling.Jake Burkholder2002-01-017-0/+423
* Make sure curbrk is well aligned.Jake Burkholder2001-12-291-0/+1
* Need .type and .size here too.Jake Burkholder2001-11-187-4/+15
* Remove fork and vfork wrappers. The kernel does the right thing.Jake Burkholder2001-11-183-127/+1
* Minimal libc for sparc64.Jake Burkholder2001-10-2610-0/+594