| Commit message (Expand) | Author | Age | Files | Lines |
* | Disconnect sun4v architecture from the three. | attilio | 2011-05-14 | 2 | -7/+0 |
* | Provide a type for the argument. | rdivacky | 2009-02-02 | 1 | -1/+1 |
* | Mark uname(), getdomainname() and setdomainname() with COMPAT_FREEBSD4. | ed | 2008-11-09 | 1 | -2/+1 |
* | Classify mmap, lseek, pread, pwrite, truncate, ftruncate as pseudo | peter | 2007-07-04 | 1 | -4/+5 |
* | Per Regents of the University of Calfornia letter, remove advertising | imp | 2007-01-09 | 7 | -28/+0 |
* | - change ABI for user trap handler for sun4v (eventually will sync sparc64 no | kmacy | 2006-11-03 | 2 | -0/+7 |
* | Add prototypes for the three syscall stubs that are invoked here, | nectar | 2004-01-19 | 1 | -0/+4 |
* | We need to discard `const'ness explicitly when invoking sysarch. | nectar | 2004-01-10 | 1 | -1/+1 |
* | Provide sysarch(2) prototypes in the MD sysarch.h headers. While I'm | nectar | 2004-01-09 | 3 | -8/+3 |
* | Remove unused variables. Add required headers and function | nectar | 2004-01-06 | 4 | -3/+10 |
* | Install the user trap handlers that libc provides from a constructor, so | jake | 2003-11-18 | 1 | -0/+2 |
* | Add the mlockall() and munlockall() system calls. | bms | 2003-08-11 | 1 | -1/+1 |
* | Rename the libc signal trampoline to __sigtramp to match netbsd. This | jake | 2002-10-22 | 2 | -4/+4 |
* | Install the userland signal trampoline when sigaction is first called, | jake | 2002-09-03 | 2 | -1/+50 |
* | Add missing ret instruction to the ptrace() syscall wrapper. | tmm | 2002-07-11 | 1 | -0/+2 |
* | Use FBSDID | obrien | 2002-06-30 | 9 | -56/+24 |
* | Generate the normal asm stubs for all sysv system calls. Use these instead | jake | 2002-05-23 | 1 | -5/+3 |
* | Use the right byte order for unaligned stores. <blush>. | jake | 2002-05-13 | 1 | -1/+1 |
* | Handle alignment fault fixups in libc rather than in the kernel. | jake | 2002-05-13 | 5 | -2/+120 |
* | Add a support macro to convert the 5-bit packed register field of | jake | 2002-05-11 | 1 | -4/+2 |
* | Add an alternate signal trampoline to libc; add a wrapper for the sigtramp | jake | 2002-04-29 | 4 | -2/+96 |
* | Emulate ldq and stq (load/store long double) instructions. GCC has started | jake | 2002-04-27 | 5 | -13/+216 |
* | Save/restore the %y register around calls to the C user trap handler; | tmm | 2002-03-11 | 1 | -0/+4 |
* | Add userland floating point emulator code for sparc64. This is a port | tmm | 2002-02-23 | 2 | -1/+4 |
* | Fix wrong offsets. Add offsets for %fsr and %tstate. | jake | 2002-02-23 | 1 | -6/+11 |
* | Add space for %fsr and %tstate to utrapframe. Save them in the generic | jake | 2002-02-23 | 2 | -1/+14 |
* | Connect user trap code to the build. | jake | 2002-01-01 | 1 | -0/+3 |
* | Add libc side of user trap handling. | jake | 2002-01-01 | 7 | -0/+423 |
* | Make sure curbrk is well aligned. | jake | 2001-12-29 | 1 | -0/+1 |
* | Need .type and .size here too. | jake | 2001-11-18 | 7 | -4/+15 |
* | Remove fork and vfork wrappers. The kernel does the right thing. | jake | 2001-11-18 | 3 | -127/+1 |
* | Minimal libc for sparc64. | jake | 2001-10-26 | 10 | -0/+594 |