| Age | Commit message (Expand) | Author |
| 2000-07-07 | Add special treatment of shmat(2). | itohy |
| 2000-07-04 | Missed in previous: replace the previously used _brk label with an ordinary | kleink |
| 2000-06-26 | Need an internal name for fork(). | kleink |
| 2000-06-26 | Thinko in previous: we do always use an internal name. | kleink |
| 2000-06-23 | Add internal names for brk() and sbrk(). | kleink |
| 2000-05-29 | Make __cerror be LEAF_NOPROFILE. I relies upon having v0 and v1 be unchanged | castor |
| 2000-03-23 | Do a little rearrangement here. No functional change, but it's a little | mycroft |
| 2000-03-13 | Fix doubled 'the's. | soren |
| 2000-03-06 | Add ISO C99 long long integer general utility interfaces; partially addresses | kleink |
| 2000-03-05 | remove unused files (MIPS SOFTFLOAT). | shin |
| 2000-03-05 | remove MIPS SOFTFLOAT. | shin |
| 2000-02-25 | Remove pointless #ifdef. | mycroft |
| 2000-02-22 | Fix bogons. | mycroft |
| 2000-02-22 | Do the minimum work to make this compile with -Werror. | mycroft |
| 2000-02-22 | Do the minimum work to make this compile with -Werror. | mycroft |
| 2000-01-22 | Delint. | mycroft |
| 1999-12-26 | fix name space pollution by adding prefix '_mips_'. | shin |
| 1999-12-23 | C99: Define a NAN macro in <math.h> which evaulates to a constant expression of | kleink |
| 1999-10-11 | remove extra lw (SOFTFLOAT) | shin |
| 1999-10-11 | adjust #endif position (SOFTFLOAT) | shin |
| 1999-09-29 | Hpcmips needs completely FPU instruction free user land. | takemura |
| 1999-09-16 | Import NetBSD/hpcmips source files from hpcmips repository. | takemura |
| 1999-08-29 | Use C versions of isinf() and isnan(). The assembler code is basically | mycroft |
| 1999-08-29 | Trivial KNF. | mycroft |
| 1999-08-29 | Make the C version of frexp() consitent across platforms, and handle the | mycroft |
| 1999-08-29 | Use ieee.h. | mycroft |
| 1999-08-25 | Add __msgctl13(), __semctl13(), and __shmctl13() (symbols are __RENAME()'d | thorpej |
| 1999-03-31 | Change references to `end' to `_end' as not to invade (or being invaded by) | kleink |
| 1999-03-15 | Assembly-coded, word-at-a-time unrolled memset(). | jonathan |
| 1999-02-05 | _setjmp.S needs OFFSETOF_SC_{FP,}REGS, so include <machine/signal.h> | jonathan |
| 1999-01-31 | Regularize with removal of genpubassym.cf. Structure offsets | castor |
| 1999-01-18 | * Fix typo in Makefile.inc -- byte_swap_2.4 -> byte_swap_4.S | castor |
| 1999-01-15 | Move the bswap functions from libutil to libc (this bups the | bouyer |
| 1999-01-15 | Userland support for 64-bit safe sigcontexts. | castor |
| 1999-01-14 | * On architectures using ELF, and conditionally on those in transition, rename | kleink |
| 1999-01-10 | s/vm_offset_t/vaddr_t/ | simonb |
| 1998-12-02 | Warn about references to the compatibility vfork() (i.e. the vfork() with | thorpej |
| 1998-12-02 | Warn about references to the compatibility() sigaction(), sigpending(), | thorpej |
| 1998-11-14 | delint | christos |
| 1998-10-13 | Need internal names for isinf() and isnan(). | kleink |
| 1998-09-28 | sigaction() that calls the compat syscall (jonathan forgot to commit this). | thorpej |
| 1998-09-27 | mips libc stubs for sig*14 signal API (128bit sigset_t), | jonathan |
| 1998-07-26 | const poisoning. | mycroft |
| 1998-07-25 | From Arne Juul <arnej@math.ntnu.no>: | jonathan |
| 1998-05-28 | Remove single ' from comment to keep cross-assemblers happy; fixes PR 5451. | simonb |
| 1998-02-25 | change second parm of sysarch() from char * to void * | perry |
| 1998-01-04 | Add syscall stubs for __vfork14(). These are basically copies of Ovfork.S | thorpej |
| 1997-12-05 | Use __sigaltstack14(), not sigaltstack(). | thorpej |
| 1997-11-05 | A foolish consistency... gen, net, and string all get MD sources | cgd |
| 1997-10-20 | Pull up endian-independent changes from locore, userland bcopy.S. | jonathan |