aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/amd64/sys
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/8.2 to release/8.2.0 for 8.2-RELEASE.release/8.2.0_cvsKen Smith2011-02-1616-16/+16
* Mark uname(), getdomainname() and setdomainname() with COMPAT_FREEBSD4.Ed Schouten2008-11-091-2/+1
* We've been lax about matching END() macros in asm code for some time. ThisPeter Wemm2008-11-029-0/+10
* Classify mmap, lseek, pread, pwrite, truncate, ftruncate as pseudoPeter Wemm2007-07-041-3/+5
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-0910-40/+0
* Do not try to store 64 bits into 32 bit errno variable. With the changed libcAlexander Kabaev2005-04-211-1/+1
* Fix brk(3). The stack was unbalanced when we jumped to cerror. Oops!Peter Wemm2004-10-271-0/+1
* Change the syscall stub branch orders so that the static branch predictionPeter Wemm2004-02-223-3/+45
* Provide sysarch(2) prototypes in the MD sysarch.h headers. While I'mJacques Vidrine2004-01-094-12/+4
* Add implementations of amd64_[gs]et_[fg]sbase().Peter Wemm2003-10-235-0/+158
* Sigh. I can't win anything. Use addq rather than addl with %rsp.Peter Wemm2003-09-041-1/+1
* Apply same basic fix for getcontext(2) as for i386. Store the returnPeter Wemm2003-09-042-2/+56
* Fix some minor whitespace botchesPeter Wemm2003-09-041-1/+1
* Add the mlockall() and munlockall() system calls.Bruce M Simpson2003-08-111-1/+1
* Repair PIC mode. It seems I was a bit too excited about thePeter Wemm2003-05-246-14/+77
* Delete i386_* syscall wrappers and manpages. Rename Ovfork.S to vfork.S.Peter Wemm2003-04-301-12/+2
* Update for AMD64 after repocopy from i386/sys/*. This means:Peter Wemm2003-04-306-105/+35
* I have no idea why the reboot(2) syscall wrapper ends with iret, butPeter Wemm2003-04-301-1/+1
* Update for AMD64. Depend on %rdi (first syscall argument) being preservedPeter Wemm2003-04-301-4/+3
* Update for AMD64 (repocopied from i386/sys/Ovfork.S - why is it O?)Peter Wemm2003-04-301-5/+4
* libc_r wasn't so tied to libc for 22 months.Ruslan Ermilov2002-11-181-2/+0
* Use '_end' symbol instead of 'end' to initialize minbrk and curbrkAlexander Kabaev2002-08-081-3/+3
* Generate the normal asm stubs for all sysv system calls. Use these insteadJake Burkholder2002-05-231-5/+3
* Restore CSRG ID's lost in January 1995.David E. O'Brien2002-03-2310-40/+50
* Use 'mov' instead of 'lea' for setting the syscall number in %eax as thatJohn Baldwin2001-11-275-7/+7
* Cleanups after previous change:John Baldwin2001-11-131-9/+2
* The kernel already fixes up %eax for parents that return from fork, soJohn Baldwin2001-11-132-6/+2
* De-orbit DEFS.h - the other arches do not use it, and it got replacedPeter Wemm2001-10-241-1/+0
* Just use RSYSCALL.Ruslan Ermilov2001-10-191-2/+1
* Removed duplicate VCS ID tags, as per style(9).Ruslan Ermilov2001-08-1310-20/+0
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-2/+2
* Clean up syscall generation in libc by removing HIDDEN_SYSCALLSDaniel Eischen2001-01-293-7/+3
* Comment only change; s/_thread_sys_/__sys_/Daniel Eischen2001-01-261-2/+2
* Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen2001-01-242-7/+6
* Remove last vestiges of thr_sleep and thr_wakeup from libc.Jake Burkholder2000-12-021-1/+1
* Prefix the register argument of indirect 'jmp's with a * to make gas 2.10.xJohn Baldwin2000-11-281-1/+1
* Add a couple of debug register helper functions to assist in settingBrian S. Dean2000-09-211-2/+4
* Remove osig* from NOASM. It bogus now.Marcel Moolenaar1999-10-141-2/+1
* Remove syscall wrappers.Marcel Moolenaar1999-10-091-3/+2
* sigset_t change (part 5 of 5)Marcel Moolenaar1999-09-291-3/+4
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2811-21/+21
* Add wrappers for pread and pwrite syscalls.Dmitrij Tejblum1999-04-041-3/+3
* Simplify implementation and eliminate a register preservation problem.Luoqi Chen1998-09-181-24/+10
* Fix a cut 'n paste mistake.Luoqi Chen1998-09-131-4/+4
* In libc_r, rename vfork syscall to _thread_sys_vfork and make vfork an aliasDmitrij Tejblum1998-09-121-2/+6
* Fixed disordering in previous commit.Bruce Evans1998-07-291-4/+4
* Add wrappers for i386_*_ioperm, i386_vm86 so userland code doesJonathan Lemon1998-07-281-3/+5
* Use the thread-aware errno definition all the time.John Birrell1998-05-051-22/+3
* Oops, backout the previous change having confused my underscores.John Birrell1998-04-301-3/+2
* Make cerror thread aware by calling __error() to get a pointer to theJohn Birrell1998-04-301-22/+5