| Commit message (Expand) | Author | Age | Files | Lines |
* | libc: Access _logname_valid more efficiently. | jilles | 2013-08-17 | 1 | -5/+0 |
* | Rework the __vdso_* symbols attributes to only make the symbols weak, | kib | 2013-01-30 | 1 | -0/+11 |
* | libc/amd64: Do not export .cerror. | jilles | 2012-09-06 | 9 | -60/+5 |
* | Use struct vdso_timehands data to implement fast gettimeofday(2) and | kib | 2012-06-22 | 2 | -1/+51 |
* | Add section .note.GNU-stack for assembly files used by 386 and amd64. | kib | 2011-01-07 | 11 | -0/+21 |
* | Mark uname(), getdomainname() and setdomainname() with COMPAT_FREEBSD4. | ed | 2008-11-09 | 1 | -2/+1 |
* | We've been lax about matching END() macros in asm code for some time. This | peter | 2008-11-02 | 9 | -0/+10 |
* | Classify mmap, lseek, pread, pwrite, truncate, ftruncate as pseudo | peter | 2007-07-04 | 1 | -3/+5 |
* | Per Regents of the University of Calfornia letter, remove advertising | imp | 2007-01-09 | 10 | -40/+0 |
* | Do not try to store 64 bits into 32 bit errno variable. With the changed libc | kan | 2005-04-21 | 1 | -1/+1 |
* | Fix brk(3). The stack was unbalanced when we jumped to cerror. Oops! | peter | 2004-10-27 | 1 | -0/+1 |
* | Change the syscall stub branch orders so that the static branch prediction | peter | 2004-02-22 | 3 | -3/+45 |
* | Provide sysarch(2) prototypes in the MD sysarch.h headers. While I'm | nectar | 2004-01-09 | 4 | -12/+4 |
* | Add implementations of amd64_[gs]et_[fg]sbase(). | peter | 2003-10-23 | 5 | -0/+158 |
* | Sigh. I can't win anything. Use addq rather than addl with %rsp. | peter | 2003-09-04 | 1 | -1/+1 |
* | Apply same basic fix for getcontext(2) as for i386. Store the return | peter | 2003-09-04 | 2 | -2/+56 |
* | Fix some minor whitespace botches | peter | 2003-09-04 | 1 | -1/+1 |
* | Add the mlockall() and munlockall() system calls. | bms | 2003-08-11 | 1 | -1/+1 |
* | Repair PIC mode. It seems I was a bit too excited about the | peter | 2003-05-24 | 6 | -14/+77 |
* | Delete i386_* syscall wrappers and manpages. Rename Ovfork.S to vfork.S. | peter | 2003-04-30 | 1 | -12/+2 |
* | Update for AMD64 after repocopy from i386/sys/*. This means: | peter | 2003-04-30 | 6 | -105/+35 |
* | I have no idea why the reboot(2) syscall wrapper ends with iret, but | peter | 2003-04-30 | 1 | -1/+1 |
* | Update for AMD64. Depend on %rdi (first syscall argument) being preserved | peter | 2003-04-30 | 1 | -4/+3 |
* | Update for AMD64 (repocopied from i386/sys/Ovfork.S - why is it O?) | peter | 2003-04-30 | 1 | -5/+4 |
* | libc_r wasn't so tied to libc for 22 months. | ru | 2002-11-18 | 1 | -2/+0 |
* | Use '_end' symbol instead of 'end' to initialize minbrk and curbrk | kan | 2002-08-08 | 1 | -3/+3 |
* | Generate the normal asm stubs for all sysv system calls. Use these instead | jake | 2002-05-23 | 1 | -5/+3 |
* | Restore CSRG ID's lost in January 1995. | obrien | 2002-03-23 | 10 | -40/+50 |
* | Use 'mov' instead of 'lea' for setting the syscall number in %eax as that | jhb | 2001-11-27 | 5 | -7/+7 |
* | Cleanups after previous change: | jhb | 2001-11-13 | 1 | -9/+2 |
* | The kernel already fixes up %eax for parents that return from fork, so | jhb | 2001-11-13 | 2 | -6/+2 |
* | De-orbit DEFS.h - the other arches do not use it, and it got replaced | peter | 2001-10-24 | 1 | -1/+0 |
* | Just use RSYSCALL. | ru | 2001-10-19 | 1 | -2/+1 |
* | Removed duplicate VCS ID tags, as per style(9). | ru | 2001-08-13 | 10 | -20/+0 |
* | MAN[1-9] -> MAN. | ru | 2001-03-27 | 1 | -2/+2 |
* | Clean up syscall generation in libc by removing HIDDEN_SYSCALLS | deischen | 2001-01-29 | 3 | -7/+3 |
* | Comment only change; s/_thread_sys_/__sys_/ | deischen | 2001-01-26 | 1 | -2/+2 |
* | Remove _THREAD_SAFE and make libc thread-safe by default by | deischen | 2001-01-24 | 2 | -7/+6 |
* | Remove last vestiges of thr_sleep and thr_wakeup from libc. | jake | 2000-12-02 | 1 | -1/+1 |
* | Prefix the register argument of indirect 'jmp's with a * to make gas 2.10.x | jhb | 2000-11-28 | 1 | -1/+1 |
* | Add a couple of debug register helper functions to assist in setting | bsd | 2000-09-21 | 1 | -2/+4 |
* | Remove osig* from NOASM. It bogus now. | marcel | 1999-10-14 | 1 | -2/+1 |
* | Remove syscall wrappers. | marcel | 1999-10-09 | 1 | -3/+2 |
* | sigset_t change (part 5 of 5) | marcel | 1999-09-29 | 1 | -3/+4 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 11 | -21/+21 |
* | Add wrappers for pread and pwrite syscalls. | dt | 1999-04-04 | 1 | -3/+3 |
* | Simplify implementation and eliminate a register preservation problem. | luoqi | 1998-09-18 | 1 | -24/+10 |
* | Fix a cut 'n paste mistake. | luoqi | 1998-09-13 | 1 | -4/+4 |
* | In libc_r, rename vfork syscall to _thread_sys_vfork and make vfork an alias | dt | 1998-09-12 | 1 | -2/+6 |
* | Fixed disordering in previous commit. | bde | 1998-07-29 | 1 | -4/+4 |