| Age | Commit message (Expand) | Author |
| 2000-01-03 | don't clobber r4 and r5 | msaitoh |
| 1999-12-21 | check _STANDALONE | msaitoh |
| 1999-11-29 | Add strtoul.c and sort sources alphabetically. | simonb |
| 1999-11-29 | Move strtoul.c (via CVS repo copy) to libkern. Also sort prototypes | simonb |
| 1999-11-29 | Copied from arch/arm32/arm32/strtoul.c,v | simonb |
| 1999-11-16 | make this work again with -mrtd. | matthias |
| 1999-11-11 | Add register prefixes. | thorpej |
| 1999-11-11 | Sync w/ libc. | thorpej |
| 1999-10-21 | add strncasecmp.c | msaitoh |
| 1999-10-16 | Include <lib/libkern/libkern.h> after sys/param.h, to avoid warnings | ragge |
| 1999-09-21 | Finish support for auto-generated libkern divsi3.S. | is |
| 1999-09-20 | Use an identical source file for the libc and the libkern version of | is |
| 1999-09-19 | Oops. The overflow code should not have been copied from the userland | is |
| 1999-09-17 | Synchronize with fixed libc version: | is |
| 1999-09-16 | unused file (we have an asm version) | msaitoh |
| 1999-09-16 | Include <lib/libkern/libkern.h> instead of <sys/systm.h>. | sommerfeld |
| 1999-09-13 | Merge in NetBSD/sh3 from cvs.kame.net repository. | itojun |
| 1999-09-10 | -don't use DEFS.h nor SYS.h in libkern | drochner |
| 1999-09-10 | Add prototype for memcmp() as suggested by Anders Hjalmarsson in | tron |
| 1999-09-10 | sync with libc | drochner |
| 1999-09-06 | sync with libc: | chs |
| 1999-08-23 | Sync with libc: use _ALIGN_TEXT from <machine/asm.h>. | kleink |
| 1999-05-09 | Find the udivrem.m4 in the proper directory. | eeh |
| 1999-05-09 | Add .PATH.m4 | pk |
| 1999-05-09 | Allocating a byte-array and then accessing it as 32-bit integers just won't work | eeh |
| 1999-05-07 | move intoa() from libsa:net.c to libkern, turn inet_ntoa() into a macro, | drochner |
| 1999-05-07 | Build libraries for kernel/standalone code from within their compilation | drochner |
| 1999-05-05 | Copy from libc. | tsubai |
| 1999-04-20 | Until <bsd.lib.mk> is fixed, don't try to guess whether or not to | simonb |
| 1999-04-17 | Modify syncicache on PowerPC from an inline to a real function. | ws |
| 1999-04-13 | make libkern compile in userland - for testing purposes | drochner |
| 1999-04-12 | This was an n_long, not u_long, so u_int32_t is correct. | drochner |
| 1999-04-12 | libkern just got an inet_addr(), but it won't compile, no prototype. Cleanup... | ross |
| 1999-04-11 | Add inet_addr.c (for nfs_bootparam.c) | gwr |
| 1999-04-01 | Sync with src/lib/libc/string/bcmp.c | simonb |
| 1999-03-17 | Don't add .abicalls if NO_ABICALLS is defined even if ABICALLS is defined. | simonb |
| 1999-03-15 | Use merged memcpy()/memset() based on old bcopy rather than C-coded memmove. | jonathan |
| 1999-03-15 | Fix bug in construction of word-length version of 'c'. | jonathan |
| 1999-03-05 | Sync with libc | pk |
| 1999-03-04 | make the mipse[lb]->mips translation really work | drochner |
| 1999-03-03 | Makefile ${MACHINE_ARCH} changes for mips{eb,el}, as suggested by | jonathan |
| 1999-02-24 | use RODATA(__ffstab) instead of ENTRY(). | chs |
| 1999-02-24 | don't list any *.S files in SRCS multiple times, once is enough. | chs |
| 1999-02-24 | no need to add ${OBJS} to POBJS here, bsd.lib.mk does it automatically. | chs |
| 1999-02-23 | Add memset.S instead of memset.c, and remove __main.c. | simonb |
| 1999-02-15 | RCS ID police | hubertf |
| 1999-02-13 | convert from NOxxx= to MKxxx=no. | lukem |
| 1999-02-11 | Can't include libkern.h twice which is what happens if _KERNEL is on. | pk |
| 1999-02-11 | Pull libkern.h in. | pk |
| 1999-02-05 | Sync with libc version. | bouyer |