| Age | Commit message (Expand) | Author |
| 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 |
| 2003-08-10 | Add a memset.S (does not use dcbz; to be added later). It does both bzero | matt |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-04-15 | Significantly faster memcpy/memmove/bcopy and memset/bzero | dsl |
| 2003-04-05 | NetBSD/acorn26 has used APCS-32 for years, so unifdef -U__APCS_26__. | bjh21 |
| 2003-02-25 | Switch back to generic bzero/memset until new one is shown to work. | matt |
| 2003-02-24 | Actually use bzero.S. Also fix bzero to use GET_CPUINFO | matt |
| 2003-02-24 | Don't make memset.c since bzero.o has memset in addition to bzero. | matt |
| 2002-11-25 | Add strtoul.c | fvdl |
| 2002-11-23 | Sync arm asm libkern files with libc's asm files. | chris |
| 2002-11-20 | Use assembly version of bzero() and memset(). | itohy |
| 2002-11-20 | Assembly version of bzero()/memset(). | itohy |
| 2002-11-20 | memcpy() and memmove() must return the first parameter. | itohy |
| 2002-11-16 | Add an assembler version of strcmp, based on example code from the ARM | rearnsha |
| 2002-11-10 | ABICALLS -> __ABICALLS__ | thorpej |
| 2002-10-29 | move includes to the top so that this builds in libc context too. | chs |
| 2002-10-27 | remove setjmp/longjmp from libkern, they're not used. | chs |
| 2002-10-27 | use %g5 instead of %g7 (since we want to use %g7 for the cpu_info pointer | chs |
| 2002-10-22 | Replace the SuperH memcpy() with homebrewed code. The former seems to have | scw |
| 2002-10-19 | Fix a sign-extension botch for ILP32. | scw |
| 2002-10-19 | Doh. Bail out early if we're passed a zero-length buffer. | scw |
| 2002-10-17 | Add native optimised assembler versions of some libkern routines. | scw |
| 2002-09-28 | Preserve and restore the caller's FP status register, and ensure | scw |