| Age | Commit message (Expand) | Author |
| 2001-10-19 | Remove files beginning with ":", which is invalid on other host OS's | tv |
| 2001-07-20 | Duh, call the clone's entry point w/ jal, so that when it returns, | thorpej |
| 2001-07-17 | Cosmetic change. | thorpej |
| 2001-07-17 | Add a __clone(2) entry point. | thorpej |
| 2001-02-27 | make these more amenable to being copied into libkern. (Gee, why wasn't | cgd |
| 2001-02-27 | pull up <machine/endian.h> and use BYTE_ORDER to decide endianness, | cgd |
| 2000-12-13 | Remove all the .abicalls assembler directives - "SYS.h" already has that. | simonb |
| 2000-12-13 | Another bare minimum __syscall. | simonb |
| 2000-10-10 | Make memcpy and memmove use bcopy assembly for mips. Tweak forward copy | jeffs |
| 2000-09-28 | Need an internal name for pipe(2). | kleink |
| 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 |