summaryrefslogtreecommitdiff
path: root/lib/libc/amd64
Commit message (Expand)AuthorAgeFilesLines
* Move swapcontext.c to the ${MACHINE_ARCH}/gen/Makefile.inc area, otherwisePeter Wemm2002-03-211-1/+1
* o Move NTOHL() and associated macros into <sys/param.h>. These areMike Barcroft2002-02-184-4/+12
* Fixed unsorting and splitting of SRCS in previous commit.Bruce Evans2002-01-111-2/+2
* Add getcontext, setcontext, makecontext, and swapcontext. TheseDaniel Eischen2002-01-101-0/+1
* Use 'mov' instead of 'lea' for setting the syscall number in %eax as thatJohn Baldwin2001-11-276-9/+9
* 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-249-9/+6
* Just use RSYSCALL.Ruslan Ermilov2001-10-191-2/+1
* Removed duplicate VCS ID tags, as per style(9).Ruslan Ermilov2001-08-1320-43/+6
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-2/+2
* Clean up syscall generation in libc by removing HIDDEN_SYSCALLSDaniel Eischen2001-01-294-38/+9
* 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-246-60/+30
* 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
* rfork(2) wrapper for simple rfork-style threads. I have lost count ofPeter Wemm2000-07-291-1/+1
* Use assembler directives rather than ALTENTRY() so that longjmp() andJason Evans2000-05-042-10/+8
* Take care to avoid having "strong" and "weak" symbols of the same name inJason Evans2000-03-161-4/+0
* Undo the ill-conceived breakage of the previous commit and really fix:Jason Evans2000-01-291-9/+9
* For syscalls that are renamed to _thread_sys_foo, create a weak aliasJason Evans2000-01-281-7/+7
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),Jason Evans2000-01-271-6/+7
* Remove unnecessary alternate entry points for *setjmp(). Make the mainJason Evans2000-01-203-15/+18
* Make minor entry point changes to support libc_r.Jason Evans2000-01-193-6/+6
* Add three-tier symbol naming in support of POSIX thread cancellationJason Evans2000-01-124-12/+25
* Unbreak profiling. bde says this is not the cleanest way to fix theJason Evans2000-01-042-4/+4
* Creating weak symbols doesn't work correctly when building an aout libc.Jason Evans1999-12-242-8/+4
* Make setjmp, longjmp, sigsetjmp, and siglongjmp weak aliases forJason Evans1999-12-142-4/+12
* Remove osig* from NOASM. It bogus now.Marcel Moolenaar1999-10-141-2/+1
* \begin{quote}Marcel Moolenaar1999-10-101-1/+1
* Remove syscall wrappers.Marcel Moolenaar1999-10-091-3/+2
* sigset_t change (part 5 of 5)Marcel Moolenaar1999-09-294-34/+46
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2825-45/+45
* 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
* Build the syscalls (in libc, not libc_r) with weak symbols so thatJohn Birrell1998-05-051-3/+9
* 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
* The syscall that creates a kernel thread is coming, but it doesn't use theJohn Birrell1998-04-301-4/+3
* Stop renaming these in libc_r because wrappered versions don't make sense.John Birrell1998-04-293-30/+6
* Nearly missed this one.John Birrell1998-03-091-1/+20
* Removed bogus .PATH statement.Bruce Evans1997-10-161-3/+1
* Removed the subdirectory paths from the definitions of MAN[1-9]. TheyBruce Evans1997-10-161-3/+2
* Moved `SRCS+= frexp.c' to the correct Makefile.inc.Bruce Evans1997-10-141-3/+3