| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create tagrelease/5.1.0_cvs | cvs2svn | 2003-06-04 | 51 | -51/+51 |
| * | Add a comment describing why it's important for the values in this | David Schultz | 2003-05-08 | 1 | -0/+7 |
| * | Add __ldtoa(), a wrapper around gdtoa() to make it look like dtoa(). | David Schultz | 2003-04-05 | 1 | -0/+6 |
| * | Replace our ancient dtoa/strtod implementation with the gdtoa | David Schultz | 2003-03-12 | 2 | -0/+17 |
| * | Remove these from libc; they are now system calls. | Daniel Eischen | 2003-02-18 | 1 | -374/+0 |
| * | o Implement C99 classification macros isfinite(), isinf(), isnan(), | Mike Barcroft | 2003-02-12 | 1 | -0/+5 |
| * | Implement fpclassify(): | Mike Barcroft | 2003-02-08 | 2 | -0/+42 |
| * | Use __FBSDID. | David E. O'Brien | 2003-01-19 | 28 | -42/+66 |
| * | libc_r wasn't so tied to libc for 22 months. | Ruslan Ermilov | 2002-11-18 | 1 | -8/+8 |
| * | Disconnect the userland get/set/swapcontext() functions from | Daniel Eischen | 2002-11-16 | 2 | -2/+2 |
| * | Re-apply the previously backed-out commit that fixes the problem where | Archie Cobbs | 2002-10-31 | 1 | -1/+1 |
| * | Revert previous commit to unbreak world until we figure out the | Archie Cobbs | 2002-09-20 | 1 | -1/+1 |
| * | Fix a problem with the definition of HUGE_VAL causing the gcc warning | Archie Cobbs | 2002-09-19 | 1 | -1/+1 |
| * | Generate the normal asm stubs for all sysv system calls. Use these instead | Jake Burkholder | 2002-05-23 | 1 | -5/+3 |
| * | Our default syscall.S is identical to what was explicitly being done for | David E. O'Brien | 2002-05-15 | 2 | -33/+1 |
| * | Fix the style of the SCM ID's. | David E. O'Brien | 2002-03-22 | 1 | -1/+2 |
| * | Remove 'register' keyword. | David E. O'Brien | 2002-03-21 | 2 | -3/+3 |
| * | Move swapcontext.c to the ${MACHINE_ARCH}/gen/Makefile.inc area, otherwise | Peter Wemm | 2002-03-21 | 1 | -1/+1 |
| * | o Move NTOHL() and associated macros into <sys/param.h>. These are | Mike Barcroft | 2002-02-18 | 6 | -8/+26 |
| * | Add getcontext, setcontext, makecontext, and swapcontext. These | Daniel Eischen | 2002-01-10 | 4 | -0/+598 |
| * | Save and restore t12 in the jmp_buf. t12 is used during function | Daniel Eischen | 2001-12-22 | 2 | -0/+3 |
| * | Fix vendor ID's. | David E. O'Brien | 2001-11-07 | 12 | -36/+60 |
| * | Clean up syscall generation in libc by removing HIDDEN_SYSCALLS | Daniel Eischen | 2001-01-29 | 6 | -69/+28 |
| * | Comment only change; s/_thread_sys_/__sys_/ | Daniel Eischen | 2001-01-26 | 1 | -2/+2 |
| * | Remove _THREAD_SAFE and make libc thread-safe by default by | Daniel Eischen | 2001-01-24 | 5 | -55/+24 |
| * | Remove last vestiges of thr_sleep and thr_wakeup from libc. | Jake Burkholder | 2000-12-02 | 1 | -1/+1 |
| * | Remove duplicate FreeBSD id tags. | John Baldwin | 2000-08-21 | 3 | -3/+0 |
| * | Take a shot at implementing a functional rfork_thread() for alpha. This | Peter Wemm | 2000-07-29 | 2 | -0/+66 |
| * | Finish moving all IEEE fp types to be the same on all arch's. | John Baldwin | 2000-05-10 | 2 | -3/+3 |
| * | Add FreeBSD Id tags. | David E. O'Brien | 2000-05-10 | 12 | -1/+13 |
| * | fp_except => fp_except_t for consistancy with the i386 and the tradition | David E. O'Brien | 2000-05-10 | 4 | -8/+12 |
| * | Take care to avoid having "strong" and "weak" symbols of the same name in | Jason Evans | 2000-03-16 | 1 | -4/+0 |
| * | Undo the ill-conceived breakage of the previous commit and really fix: | Jason Evans | 2000-01-29 | 1 | -8/+10 |
| * | For syscalls that are renamed to _thread_sys_foo, create a weak alias | Jason Evans | 2000-01-28 | 1 | -2/+2 |
| * | Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(), | Jason Evans | 2000-01-27 | 1 | -2/+4 |
| * | Remove unnecessary alternate entry points for *setjmp(). Make the main | Jason Evans | 2000-01-20 | 3 | -18/+33 |
| * | Make minor entry point changes to support libc_r. | Jason Evans | 2000-01-19 | 3 | -6/+6 |
| * | Fixed corrupted tabs in previous commit. | Bruce Evans | 2000-01-14 | 1 | -2/+2 |
| * | Fix unresolved _libc_*() references in libc by creating weak aliases | Jason Evans | 2000-01-13 | 1 | -0/+2 |
| * | Add three-tier symbol naming in support of POSIX thread cancellation | Jason Evans | 2000-01-12 | 3 | -12/+28 |
| * | In longjmp, call sigreturn instead of osigreturn. The latter isn't | John Polstra | 1999-10-14 | 1 | -1/+1 |
| * | Not needed now the syscall matches the prototype. | Marcel Moolenaar | 1999-10-12 | 3 | -117/+0 |
| * | Remove old sig* wrappers. | Doug Rabson | 1999-10-09 | 1 | -2/+1 |
| * | Fix misspelling of the "addq" opcode. | John Polstra | 1999-09-29 | 1 | -1/+1 |
| * | sigset_t change (part 5 of 5) | Marcel Moolenaar | 1999-09-29 | 1 | -4/+7 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 9 | -9/+9 |
| * | Just return `curbrk' for sbrk(0) to avoid syscall overhead. | Hidetoshi Shimokawa | 1999-06-26 | 1 | -0/+2 |
| * | Declare the return address for __divX, __remX so that gdb can step over | Doug Rabson | 1999-05-02 | 1 | -1/+1 |
| * | Add wrappers for pread and pwrite syscalls. | Dmitrij Tejblum | 1999-04-04 | 1 | -3/+3 |
| * | Rename when building libc_r. | Doug Rabson | 1999-03-25 | 1 | -2/+2 |