summaryrefslogtreecommitdiffstats
path: root/lib/libc/amd64
Commit message (Expand)AuthorAgeFilesLines
* Convert the i386 alloca(3) to the x86-64 ISA.obrien2003-05-011-0/+53
* 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
* Update for AMD64 contexts. Note that this still has some x87-style FPUpeter2003-04-303-105/+112
* Reduce the SRCS to what compilespeter2003-04-301-3/+3
* Update for AMD64 (repocopied from i386/net). We can depend on havingpeter2003-04-304-10/+6
* Update for AMD64-style syscalls. Repocopied from i386/SYS.h.peter2003-04-301-7/+4
* Floating point libc functions traditionally written in ASM.obrien2003-04-302-0/+113
* Add __ldtoa(), a wrapper around gdtoa() to make it look like dtoa().das2003-04-051-0/+5
* Replace our ancient dtoa/strtod implementation with the gdtoadas2003-03-122-0/+13
* o Implement C99 classification macros isfinite(), isinf(), isnan(),mike2003-02-121-0/+2
* Implement fpclassify():mike2003-02-082-0/+43
* libc_r wasn't so tied to libc for 22 months.ru2002-11-181-2/+0
* Disconnect the userland get/set/swapcontext() functions fromdeischen2002-11-161-2/+2
* Re-apply the previously backed-out commit that fixes the problem wherearchie2002-10-311-1/+1
* Revert previous commit to unbreak world until we figure out thearchie2002-09-201-1/+1
* Fix a problem with the definition of HUGE_VAL causing the gcc warningarchie2002-09-191-1/+1
* Fixed editing error in previous commit (*blush*).bde2002-09-171-1/+1
* Fixed unsorting of SRCS.bde2002-09-171-2/+2
* Initiate deorbit burn for the i386-only a.out related support. Moves arepeter2002-09-171-5/+1
* Save and restore FPU state properly in ucontext_t's.mini2002-09-161-1/+1
* 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-2320-75/+96
* Fix the style of the SCM ID's.obrien2002-03-221-2/+1
* Fix the style of the SCM ID's.obrien2002-03-224-13/+9
* Move swapcontext.c to the ${MACHINE_ARCH}/gen/Makefile.inc area, otherwisepeter2002-03-211-1/+1
* o Move NTOHL() and associated macros into <sys/param.h>. These aremike2002-02-184-4/+12
* Fixed unsorting and splitting of SRCS in previous commit.bde2002-01-111-2/+2
* Add getcontext, setcontext, makecontext, and swapcontext. Thesedeischen2002-01-101-0/+1
* Use 'mov' instead of 'lea' for setting the syscall number in %eax as thatjhb2001-11-276-9/+9
* 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-249-9/+6
* Just use RSYSCALL.ru2001-10-191-2/+1
* Removed duplicate VCS ID tags, as per style(9).ru2001-08-1320-43/+6
* MAN[1-9] -> MAN.ru2001-03-271-2/+2
* Clean up syscall generation in libc by removing HIDDEN_SYSCALLSdeischen2001-01-294-38/+9
* Comment only change; s/_thread_sys_/__sys_/deischen2001-01-261-2/+2
* Remove _THREAD_SAFE and make libc thread-safe by default bydeischen2001-01-246-60/+30
* 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
* rfork(2) wrapper for simple rfork-style threads. I have lost count ofpeter2000-07-291-1/+1
* Use assembler directives rather than ALTENTRY() so that longjmp() andjasone2000-05-042-10/+8
* Take care to avoid having "strong" and "weak" symbols of the same name injasone2000-03-161-4/+0
* Undo the ill-conceived breakage of the previous commit and really fix:jasone2000-01-291-9/+9
OpenPOWER on IntegriCloud