| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unnecessary alternate entry points for *setjmp(). Make the main | jasone | 2000-01-20 | 3 | -15/+18 |
* | Make minor entry point changes to support libc_r. | jasone | 2000-01-19 | 3 | -6/+6 |
* | Add three-tier symbol naming in support of POSIX thread cancellation | jasone | 2000-01-12 | 4 | -12/+25 |
* | Unbreak profiling. bde says this is not the cleanest way to fix the | jasone | 2000-01-04 | 2 | -4/+4 |
* | Creating weak symbols doesn't work correctly when building an aout libc. | jasone | 1999-12-24 | 2 | -8/+4 |
* | Make setjmp, longjmp, sigsetjmp, and siglongjmp weak aliases for | jasone | 1999-12-14 | 2 | -4/+12 |
* | Remove osig* from NOASM. It bogus now. | marcel | 1999-10-14 | 1 | -2/+1 |
* | \begin{quote} | marcel | 1999-10-10 | 1 | -1/+1 |
* | Remove syscall wrappers. | marcel | 1999-10-09 | 1 | -3/+2 |
* | sigset_t change (part 5 of 5) | marcel | 1999-09-29 | 4 | -34/+46 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 25 | -45/+45 |
* | Add wrappers for pread and pwrite syscalls. | dt | 1999-04-04 | 1 | -3/+3 |
* | Simplify implementation and eliminate a register preservation problem. | luoqi | 1998-09-18 | 1 | -24/+10 |
* | Fix a cut 'n paste mistake. | luoqi | 1998-09-13 | 1 | -4/+4 |
* | In libc_r, rename vfork syscall to _thread_sys_vfork and make vfork an alias | dt | 1998-09-12 | 1 | -2/+6 |
* | Fixed disordering in previous commit. | bde | 1998-07-29 | 1 | -4/+4 |
* | Add wrappers for i386_*_ioperm, i386_vm86 so userland code does | jlemon | 1998-07-28 | 1 | -3/+5 |
* | Use the thread-aware errno definition all the time. | jb | 1998-05-05 | 1 | -22/+3 |
* | Build the syscalls (in libc, not libc_r) with weak symbols so that | jb | 1998-05-05 | 1 | -3/+9 |
* | Oops, backout the previous change having confused my underscores. | jb | 1998-04-30 | 1 | -3/+2 |
* | Make cerror thread aware by calling __error() to get a pointer to the | jb | 1998-04-30 | 1 | -22/+5 |
* | The syscall that creates a kernel thread is coming, but it doesn't use the | jb | 1998-04-30 | 1 | -4/+3 |
* | Stop renaming these in libc_r because wrappered versions don't make sense. | jb | 1998-04-29 | 3 | -30/+6 |
* | Nearly missed this one. | jb | 1998-03-09 | 1 | -1/+20 |
* | Removed bogus .PATH statement. | bde | 1997-10-16 | 1 | -3/+1 |
* | Removed the subdirectory paths from the definitions of MAN[1-9]. They | bde | 1997-10-16 | 1 | -3/+2 |
* | Moved `SRCS+= frexp.c' to the correct Makefile.inc. | bde | 1997-10-14 | 1 | -3/+3 |
* | Changed all paths to be relative to src/lib instead of src/lib/libc | jb | 1997-05-03 | 1 | -2/+5 |
* | Fixed long lines. | bde | 1997-04-19 | 1 | -8/+9 |
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 25 | -45/+45 |
* | Moved definitions of PIC macros from SYS.h to DEFS.h so that SYS.h | bde | 1997-02-14 | 1 | -20/+0 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 25 | -45/+45 |
* | Correct a "spelling" error in a comment. | dyson | 1996-10-31 | 1 | -2/+2 |
* | Submitted by: john birell (jb@cimlogic.com.au) | julian | 1996-08-22 | 1 | -3/+3 |
* | Submitted by: John Birrell <cimaxp1!jb@werple.net.au> | julian | 1996-08-20 | 3 | -23/+33 |
* | General -Wall warning cleanup, part I. | jkh | 1996-07-12 | 1 | -2/+4 |
* | Fixed comparisons so that preposterously large (>= 0x80000000) brk values | bde | 1996-06-25 | 1 | -5/+5 |
* | Fix a bug caused by the collision of a local assembler label with another | jdp | 1996-05-11 | 1 | -8/+8 |
* | Fix a bogon in the pic + threadsafe version of cerror, it was missing | peter | 1996-05-10 | 1 | -3/+5 |
* | Add support to enable libc to be compiled in ELF format. (#ifdef __ELF__) | peter | 1996-05-05 | 12 | -121/+132 |
* | Put in missing '_' in call to wrapper _thread_sys_sigsetmask() function. | peter | 1996-02-17 | 1 | -3/+3 |
* | Reviewed by: julian and (hsu?) | julian | 1996-01-22 | 8 | -18/+119 |
* | remove GCC support functions from libc. | phk | 1995-10-05 | 1 | -2/+1 |
* | Calling sbrk(2) with zero argument doesn't need to generate a syscall. | phk | 1995-10-04 | 1 | -4/+10 |
* | First round of changes to clean up the RCSID mess in libc: | dg | 1995-01-23 | 23 | -74/+112 |
* | sigsetjmp.S: | bde | 1994-12-27 | 1 | -3/+2 |
* | Remove unnecessary .align statement. | bde | 1994-12-27 | 2 | -2/+0 |
* | Reenable sigsetjmp.S. Preserve the FP state. Rearrange offsets | bde | 1994-10-25 | 2 | -7/+25 |
* | This is weird. I *added this*, but it went away again! Ummm.. Mumble. | jkh | 1994-08-22 | 1 | -0/+6 |
* | Put __infinity back here again until someone does the right thing and | jkh | 1994-08-20 | 1 | -1/+1 |