summaryrefslogtreecommitdiffstats
path: root/lib/libc/amd64
Commit message (Expand)AuthorAgeFilesLines
* 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
* For syscalls that are renamed to _thread_sys_foo, create a weak aliasjasone2000-01-281-7/+7
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),jasone2000-01-271-6/+7
* Remove unnecessary alternate entry points for *setjmp(). Make the mainjasone2000-01-203-15/+18
* Make minor entry point changes to support libc_r.jasone2000-01-193-6/+6
* Add three-tier symbol naming in support of POSIX thread cancellationjasone2000-01-124-12/+25
* Unbreak profiling. bde says this is not the cleanest way to fix thejasone2000-01-042-4/+4
* Creating weak symbols doesn't work correctly when building an aout libc.jasone1999-12-242-8/+4
* Make setjmp, longjmp, sigsetjmp, and siglongjmp weak aliases forjasone1999-12-142-4/+12
* Remove osig* from NOASM. It bogus now.marcel1999-10-141-2/+1
* \begin{quote}marcel1999-10-101-1/+1
* Remove syscall wrappers.marcel1999-10-091-3/+2
* sigset_t change (part 5 of 5)marcel1999-09-294-34/+46
* $Id$ -> $FreeBSD$peter1999-08-2825-45/+45
* 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
* Build the syscalls (in libc, not libc_r) with weak symbols so thatjb1998-05-051-3/+9
* 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
* Stop renaming these in libc_r because wrappered versions don't make sense.jb1998-04-293-30/+6
* 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
* Moved `SRCS+= frexp.c' to the correct Makefile.inc.bde1997-10-141-3/+3
* Changed all paths to be relative to src/lib instead of src/lib/libcjb1997-05-031-2/+5
* Fixed long lines.bde1997-04-191-8/+9
* Revert $FreeBSD$ to $Id$peter1997-02-2225-45/+45
* Moved definitions of PIC macros from SYS.h to DEFS.h so that SYS.hbde1997-02-141-20/+0
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-1425-45/+45
* Correct a "spelling" error in a comment.dyson1996-10-311-2/+2
* Submitted by: john birell (jb@cimlogic.com.au)julian1996-08-221-3/+3
* Submitted by: John Birrell <cimaxp1!jb@werple.net.au>julian1996-08-203-23/+33
* General -Wall warning cleanup, part I.jkh1996-07-121-2/+4
* Fixed comparisons so that preposterously large (>= 0x80000000) brk valuesbde1996-06-251-5/+5
* Fix a bug caused by the collision of a local assembler label with anotherjdp1996-05-111-8/+8
* Fix a bogon in the pic + threadsafe version of cerror, it was missingpeter1996-05-101-3/+5
* Add support to enable libc to be compiled in ELF format. (#ifdef __ELF__)peter1996-05-0512-121/+132
* Put in missing '_' in call to wrapper _thread_sys_sigsetmask() function.peter1996-02-171-3/+3
OpenPOWER on IntegriCloud