| Age | Commit message (Expand) | Author |
| 2003-12-26 | Use an unsigned comparison against minbrk. | martin |
| 2003-10-29 | C99 7.12.3.2: add library portions of isfinite, but don't build these just | kleink |
| 2003-10-28 | C99 7.12.3.1: add IEEE library portions of fpclassify. Don't build these | kleink |
| 2003-10-28 | Ignore the explicit integer bit here, too; otherwise an infinity with the | kleink |
| 2003-10-27 | Err, rename some members added in previous to make them reflect their | kleink |
| 2003-10-27 | Retire local union { floating-type; struct ieee_prec; } in favor of those | kleink |
| 2003-10-26 | Use the generic `long double' == `double' versions on m68000. | kleink |
| 2003-10-25 | Add __infinityf and __infinityl, float respectively long double analogs | kleink |
| 2003-10-25 | replace __longjmp14 asm-implementation with __longjmp14 C-implementation | cl |
| 2003-10-24 | * Since there is no single portable IEEE 754 format for a long double, | kleink |
| 2003-10-18 | Userland portion of SIGTRAMP_VALID() commit. | christos |
| 2003-09-22 | SA_SIGINFO support for m68k (libc) | cl |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-08-01 | Rework how dependency generation is performed: | lukem |
| 2003-07-26 | netbsd.org->NetBSD.org | salo |
| 2003-05-17 | Build _isinfl() and _isnanl(). | thorpej |
| 2003-05-12 | Rename ieee754_function.c to function_ieee754.c, following the convention | kleink |
| 2003-04-07 | Make sure we reference getcontext() by its internal name. | kleink |
| 2003-02-13 | Implement pthread_atfork() (in libc, because the required threadlib | nathanw |
| 2003-01-26 | Fix comment typo, and convert to C-style comments. | kleink |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |
| 2002-07-10 | Enable the libc-provided signal trampoline. The old __sigaction14 | thorpej |
| 2002-07-09 | New __sigaction14() system call stub which registers the signal | thorpej |
| 2002-05-30 | Make this work with an ISO C preprocessor. | thorpej |
| 2002-05-26 | Revert previous: .S files are currently compiled with -traditional-cpp, | wiz |
| 2002-05-26 | __STDC__ is always defined on NetBSD. | wiz |
| 2002-02-19 | Clean up some rampant code duplication wrt ieee number handling: | simonb |
| 2002-01-22 | Redefine ENTRY properly for both ELF and a.out | aymeric |
| 2002-01-14 | * Add WSYSCALL() to SYS.h, which creates a system call with an | thorpej |
| 2002-01-13 | Add internal names for fp{get,set}{mask,round,sticky}(), and | thorpej |
| 2001-11-07 | -Wshadow fix | drochner |
| 2001-11-07 | cpoy from the 040 version: -Wshadow warning fix | drochner |
| 2001-11-07 | fix -Wshadow warnings | drochner |
| 2001-09-07 | On the 68010, don't bother with the by-8-longwords loop, instead | fredette |
| 2001-07-20 | Compensate for the syscall args stack cleanup in the clone. | scw |
| 2001-07-19 | clone(2) syscall frontend for m68k. | scw |
| 2001-06-13 | Don't compile softfloat or integer support routines on 68000 | fredette |
| 2001-05-29 | Add missing internal names and weak aliases to assembly versions. | kleink |
| 2001-05-18 | On m68000, all code is compiled softfloat, so functions | fredette |
| 2001-05-17 | Added. These are part of the soft-float support on the 68010. | fredette |
| 2001-05-17 | Use the EXTBL macro where we want the extbl instruction. | fredette |
| 2001-05-17 | On the 68010 only, assemble a different version of | fredette |
| 2001-05-17 | On the 68010, we are forced to do bytewise compares | fredette |
| 2001-05-05 | Shameless hack to reference end when using a.out and _end when using ELF. | kleink |
| 2001-02-05 | Implement a significantly improved version of memccpy(), with thanks to | scottr |
| 2001-02-05 | Implement a significantly improved version of memccpy(), with thanks to | scottr |
| 2000-12-13 | The bare minimum to get m68k libc working again... | scw |
| 2000-12-11 | Identical on m68k. | is |
| 2000-12-07 | Use A1 to save the return address, since A0 is no longer preserved across | scw |
| 2000-12-07 | The last change broke things if SYS___vfork14 returned an error; fix it. | scw |