| Age | Commit message (Expand) | Author |
| 2006-05-22 | Provide __movmem* aliases to __movstr* functions. | uwe |
| 2006-05-22 | G/c #ifdef PIC we inherited from the userland. | uwe |
| 2006-04-22 | libc gets gcc millicode from libgcc, so we don't need to keep it | uwe |
| 2006-04-14 | Always _LOCORE is defined for standalone program. | nonaka |
| 2006-04-07 | Fixed CVS version headers | cherry |
| 2006-04-07 | Initial import of arch/ia64 sources. | cherry |
| 2006-03-30 | Remove unused file. Pointed out by uwe. | tsutsui |
| 2006-03-30 | Remove an unused, obsolete copy (pointed out by Valeriy E. Ushakov). | martin |
| 2006-03-30 | G/c this stale copy of SYS.h. It has not been updated since 1999. It | uwe |
| 2006-02-04 | Add bswap16.c and bswap32.c to SRCS. We need fallback versions for | uwe |
| 2006-02-04 | Truncate the argument to 16 bit with extu.w | uwe |
| 2005-12-27 | fix build of bzero. | yamt |
| 2005-12-24 | __asm__ -> __asm | perry |
| 2005-12-24 | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. | perry |
| 2005-12-20 | Use common sources with userland. | christos |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-07-27 | KNF nit. | simonb |
| 2005-06-02 | Re-sync with libc version of memcpy_arm.S, which has deals correctly | scw |
| 2005-04-22 | Use ${TOOL_M4} instead of "m4". (I only tested this fix | reed |
| 2005-02-26 | nuke trailing whitespace | perry |
| 2004-09-29 | Use 64-bit-clean addition/subtraction opcodes for pointer arithmetic iff | sekiya |
| 2004-04-15 | add '.L' prefixes to local labels. | yamt |
| 2003-12-04 | netbsd.org -> NetBSD.org | keihan |
| 2003-11-14 | Use assembler version of bswap64. | uwe |
| 2003-11-14 | bswap64 written in assembler. | uwe |
| 2003-11-13 | Eliminate bzero. | uwe |
| 2003-11-09 | Compile identity ntoh*/hton* only for big endian case. | uwe |
| 2003-11-09 | bzero is no longer used in the kernel. | scw |
| 2003-11-09 | bzero is gone from the kernel | martin |
| 2003-11-09 | Get rid of bcopy relics. Minimize diffs against the libc version. | uwe |
| 2003-11-08 | Nuke bcopy. Move the code to memmove.S (which it is) make memmove the | uwe |
| 2003-11-08 | Add '.SUFFIXES: .m4' here, now that <sys.mk> doesn't provide it anymore. | lukem |
| 2003-11-08 | don't need bcmp() and bzero() | jdolecek |
| 2003-11-08 | no need for bcmp.c | jdolecek |
| 2003-11-05 | rindex() shouldn't be used in the kernel. Use strrchr() instead. | junyoung |
| 2003-10-29 | Don't try to build random.S on 68010. | mycroft |
| 2003-10-29 | Refresh from libc to get 68010 version. | mycroft |
| 2003-10-27 | index() shouldn't be used in the kernel. Use strchr() instead. | junyoung |
| 2003-10-26 | Goodbye to bcmp.S, bcopy.S, and bzero.S. They are defined as macros in | junyoung |
| 2003-10-26 | Remove bcmp.S and bzero.S from list. They were doing nothing but wasting | junyoung |
| 2003-10-23 | Duh, fix the align-to-32-bits code. | scw |
| 2003-10-21 | Add bswap64.c, required by options FFS_EI. | tsutsui |
| 2003-10-13 | Xscale-optimised mem* functions, contributed by Wasabi Systems. | scw |
| 2003-10-10 | update for new gas syntax. from Jochen Kunz. | chs |
| 2003-10-09 | big endian support | ichiro |
| 2003-09-11 | the asm version of strlcpy() was buggy, just use the C version. | chs |
| 2003-08-31 | update for LWPs, and some lite cleanup. | chs |
| 2003-08-27 | Actually the right instruction to fill a half-word. | matt |
| 2003-08-19 | Kerner library files for pdp10. | ragge |
| 2003-08-13 | Include the C versions of the string instructions. | ragge |