summaryrefslogtreecommitdiffstats
path: root/lib/libc/sparc64/sys
Commit message (Expand)AuthorAgeFilesLines
* MFC: r278870marius2015-02-242-3/+4
* MFC r262613:dim2014-03-261-1/+1
* Rework the __vdso_* symbols attributes to only make the symbols weak,kib2013-01-301-0/+48
* Disconnect sun4v architecture from the three.attilio2011-05-142-7/+0
* Provide a type for the argument.rdivacky2009-02-021-1/+1
* Mark uname(), getdomainname() and setdomainname() with COMPAT_FREEBSD4.ed2008-11-091-2/+1
* Classify mmap, lseek, pread, pwrite, truncate, ftruncate as pseudopeter2007-07-041-4/+5
* Per Regents of the University of Calfornia letter, remove advertisingimp2007-01-097-28/+0
* - change ABI for user trap handler for sun4v (eventually will sync sparc64 nokmacy2006-11-032-0/+7
* Add prototypes for the three syscall stubs that are invoked here,nectar2004-01-191-0/+4
* We need to discard `const'ness explicitly when invoking sysarch.nectar2004-01-101-1/+1
* Provide sysarch(2) prototypes in the MD sysarch.h headers. While I'mnectar2004-01-093-8/+3
* Remove unused variables. Add required headers and functionnectar2004-01-064-3/+10
* Install the user trap handlers that libc provides from a constructor, sojake2003-11-181-0/+2
* Add the mlockall() and munlockall() system calls.bms2003-08-111-1/+1
* Rename the libc signal trampoline to __sigtramp to match netbsd. Thisjake2002-10-222-4/+4
* Install the userland signal trampoline when sigaction is first called,jake2002-09-032-1/+50
* Add missing ret instruction to the ptrace() syscall wrapper.tmm2002-07-111-0/+2
* Use FBSDIDobrien2002-06-309-56/+24
* Generate the normal asm stubs for all sysv system calls. Use these insteadjake2002-05-231-5/+3
* Use the right byte order for unaligned stores. <blush>.jake2002-05-131-1/+1
* Handle alignment fault fixups in libc rather than in the kernel.jake2002-05-135-2/+120
* Add a support macro to convert the 5-bit packed register field ofjake2002-05-111-4/+2
* Add an alternate signal trampoline to libc; add a wrapper for the sigtrampjake2002-04-294-2/+96
* Emulate ldq and stq (load/store long double) instructions. GCC has startedjake2002-04-275-13/+216
* Save/restore the %y register around calls to the C user trap handler;tmm2002-03-111-0/+4
* Add userland floating point emulator code for sparc64. This is a porttmm2002-02-232-1/+4
* Fix wrong offsets. Add offsets for %fsr and %tstate.jake2002-02-231-6/+11
* Add space for %fsr and %tstate to utrapframe. Save them in the genericjake2002-02-232-1/+14
* Connect user trap code to the build.jake2002-01-011-0/+3
* Add libc side of user trap handling.jake2002-01-017-0/+423
* Make sure curbrk is well aligned.jake2001-12-291-0/+1
* Need .type and .size here too.jake2001-11-187-4/+15
* Remove fork and vfork wrappers. The kernel does the right thing.jake2001-11-183-127/+1
* Minimal libc for sparc64.jake2001-10-2610-0/+594
OpenPOWER on IntegriCloud