summaryrefslogtreecommitdiffstats
path: root/lib/libc/amd64/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix brk(3). The stack was unbalanced when we jumped to cerror. Oops!peter2004-10-271-0/+1
* Change the syscall stub branch orders so that the static branch predictionpeter2004-02-223-3/+45
* Provide sysarch(2) prototypes in the MD sysarch.h headers. While I'mnectar2004-01-094-12/+4
* Add implementations of amd64_[gs]et_[fg]sbase().peter2003-10-235-0/+158
* Sigh. I can't win anything. Use addq rather than addl with %rsp.peter2003-09-041-1/+1
* Apply same basic fix for getcontext(2) as for i386. Store the returnpeter2003-09-042-2/+56
* Fix some minor whitespace botchespeter2003-09-041-1/+1
* Add the mlockall() and munlockall() system calls.bms2003-08-111-1/+1
* Repair PIC mode. It seems I was a bit too excited about thepeter2003-05-246-14/+77
* Delete i386_* syscall wrappers and manpages. Rename Ovfork.S to vfork.S.peter2003-04-301-12/+2
* Update for AMD64 after repocopy from i386/sys/*. This means:peter2003-04-306-105/+35
* I have no idea why the reboot(2) syscall wrapper ends with iret, butpeter2003-04-301-1/+1
* Update for AMD64. Depend on %rdi (first syscall argument) being preservedpeter2003-04-301-4/+3
* Update for AMD64 (repocopied from i386/sys/Ovfork.S - why is it O?)peter2003-04-301-5/+4
* libc_r wasn't so tied to libc for 22 months.ru2002-11-181-2/+0
* Use '_end' symbol instead of 'end' to initialize minbrk and curbrkkan2002-08-081-3/+3
* Generate the normal asm stubs for all sysv system calls. Use these insteadjake2002-05-231-5/+3
* Restore CSRG ID's lost in January 1995.obrien2002-03-2310-40/+50
* Use 'mov' instead of 'lea' for setting the syscall number in %eax as thatjhb2001-11-275-7/+7
* Cleanups after previous change:jhb2001-11-131-9/+2
* The kernel already fixes up %eax for parents that return from fork, sojhb2001-11-132-6/+2
* De-orbit DEFS.h - the other arches do not use it, and it got replacedpeter2001-10-241-1/+0
* Just use RSYSCALL.ru2001-10-191-2/+1
* Removed duplicate VCS ID tags, as per style(9).ru2001-08-1310-20/+0
* MAN[1-9] -> MAN.ru2001-03-271-2/+2
* Clean up syscall generation in libc by removing HIDDEN_SYSCALLSdeischen2001-01-293-7/+3
* Comment only change; s/_thread_sys_/__sys_/deischen2001-01-261-2/+2
* Remove _THREAD_SAFE and make libc thread-safe by default bydeischen2001-01-242-7/+6
* Remove last vestiges of thr_sleep and thr_wakeup from libc.jake2000-12-021-1/+1
* Prefix the register argument of indirect 'jmp's with a * to make gas 2.10.xjhb2000-11-281-1/+1
* Add a couple of debug register helper functions to assist in settingbsd2000-09-211-2/+4
* Remove osig* from NOASM. It bogus now.marcel1999-10-141-2/+1
* Remove syscall wrappers.marcel1999-10-091-3/+2
* sigset_t change (part 5 of 5)marcel1999-09-291-3/+4
* $Id$ -> $FreeBSD$peter1999-08-2811-21/+21
* Add wrappers for pread and pwrite syscalls.dt1999-04-041-3/+3
* Simplify implementation and eliminate a register preservation problem.luoqi1998-09-181-24/+10
* Fix a cut 'n paste mistake.luoqi1998-09-131-4/+4
* In libc_r, rename vfork syscall to _thread_sys_vfork and make vfork an aliasdt1998-09-121-2/+6
* Fixed disordering in previous commit.bde1998-07-291-4/+4
* Add wrappers for i386_*_ioperm, i386_vm86 so userland code doesjlemon1998-07-281-3/+5
* Use the thread-aware errno definition all the time.jb1998-05-051-22/+3
* Oops, backout the previous change having confused my underscores.jb1998-04-301-3/+2
* Make cerror thread aware by calling __error() to get a pointer to thejb1998-04-301-22/+5
* The syscall that creates a kernel thread is coming, but it doesn't use thejb1998-04-301-4/+3
* Nearly missed this one.jb1998-03-091-1/+20
* Removed bogus .PATH statement.bde1997-10-161-3/+1
* Removed the subdirectory paths from the definitions of MAN[1-9]. Theybde1997-10-161-3/+2
* Changed all paths to be relative to src/lib instead of src/lib/libcjb1997-05-031-2/+5
* Revert $FreeBSD$ to $Id$peter1997-02-2211-21/+21
OpenPOWER on IntegriCloud