| Age | Commit message (Expand) | Author |
| 2001-11-30 | Add assembler version of strlen. | mjl |
| 2001-11-30 | Outifdef some stuff not needed in the _KERNEL case. | mjl |
| 2001-11-29 | Make this work in kernel space too. | mjl |
| 2001-11-25 | Add PPC assembler routines for ffs(3), bzero(3) and memset(3). | mjl |
| 2001-11-07 | fix for -Wshadow | mjl |
| 2001-08-27 | Ansi'fy. (to make this compile under -Wstrict-prototypes) | matt |
| 2001-07-20 | Add a __clone(3) entry point for powerpc. | tsubai |
| 2001-06-18 | Compile in soft-float support if MKSOFTFLOAT != "no". | simonb |
| 2001-05-25 | Correct input and output of asm. | tsubai |
| 2001-05-25 | Handle soft-float case, code from David Querbach of Real-Time Systems Inc. | simonb |
| 2001-05-25 | Handle soft-float case, from the arm flt_rounds.c. | simonb |
| 2001-05-25 | Softfloat support files for PowerPC. | simonb |
| 2001-02-09 | De-lint. Reviewed by christos. | wiz |
| 2001-02-08 | Add some casts to make lint shut up. Reviewed by christos. | wiz |
| 2001-01-26 | delint (variable is only used for size, so make if size_t instead of int). | wiz |
| 2000-12-13 | This should convert to syscall but that's too hard. So punt. XXX | matt |
| 2000-09-28 | Need an internal name for pipe(2). | kleink |
| 2000-09-13 | check LIBC_SCCS | msaitoh |
| 2000-07-07 | Add special treatment of shmat(2). | itohy |
| 2000-06-29 | sync with libkern version; <vm/vm.h> -> <uvm/uvm_extern.h> | mrg |
| 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-06-14 | fix up NetBSD RCS Ids to match the standard, and the leading comment as | cgd |
| 2000-03-13 | Fix doubled 'the's. | soren |
| 2000-03-06 | Add ISO C99 long long integer general utility interfaces; partially addresses | kleink |
| 2000-02-24 | Missed in end -> _end cleanup. | kleink |
| 2000-02-23 | For consistency with all other ports, clear errno in the prologue to the | kleink |
| 2000-01-27 | Support *__errno() indirection. | kleink |
| 2000-01-22 | Delint. | mycroft |
| 1999-12-23 | C99: Define a NAN macro in <math.h> which evaulates to a constant expression of | kleink |
| 1999-08-30 | Another microoptimization. Take advantage of the addition already having set | mycroft |
| 1999-08-30 | Reuse the trick of loading 0.0 (rather than 1.0) and then modifying the | mycroft |
| 1999-08-30 | Remove more unused mulexp variables. | augustss |
| 1999-08-29 | ldexp(denormal, exp>1023) would generate the wrong result in all non-overflow | mycroft |
| 1999-08-29 | Don't ever return -0.0. | mycroft |
| 1999-08-29 | Minor style change. | 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 | Separate isnan() into a separate module, and make isinf()/isnan() use ieee.h. | mycroft |
| 1999-08-25 | Add __msgctl13(), __semctl13(), and __shmctl13() (symbols are __RENAME()'d | thorpej |
| 1999-07-07 | add the ieeefp functions | danw |
| 1999-07-07 | mark an asm statement volatile so it doesn't get optimized out | danw |
| 1999-05-05 | * Add getcachelinesize() prototype. | tsubai |
| 1999-04-17 | Modify syncicache on PowerPC from an inline to a real function. | ws |
| 1999-03-31 | Change references to `end' to `_end' as not to invade (or being invaded by) | kleink |
| 1999-03-10 | Just some minor cleanup. | mycroft |
| 1999-03-10 | Use ieee.h structs and macros. | mycroft |
| 1999-01-15 | Move the bswap functions from libutil to libc (this bups the | bouyer |
| 1999-01-14 | * On architectures using ELF, and conditionally on those in transition, rename | kleink |