| Age | Commit message (Expand) | Author |
| 2000-01-03 | don't clobber r4 and r5 | msaitoh |
| 1999-12-29 | Fix IS_DATA and IS_TEXT. PF_X and PF_W are valid on p_pflags, not p_ptype. | hannken |
| 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-23 | Remove leading '/' from pathnames, using same logic as ufs.c. Allows new | simonb |
| 1999-11-16 | make this work again with -mrtd. | matthias |
| 1999-11-13 | Backout my libsa changes. | thorpej |
| 1999-11-13 | Backout my libsa changes. | thorpej |
| 1999-11-13 | Backout my libsa changes. | thorpej |
| 1999-11-13 | Backout my libsa changes. | thorpej |
| 1999-11-12 | add -DNET_DEBUG to the list of commented-out debug options | lukem |
| 1999-11-12 | fix pointer size in debug message | lukem |
| 1999-11-12 | Add memset() prototype. | simonb |
| 1999-11-12 | "zutil.h" includes <lib/libsa/stand.h> now. | simonb |
| 1999-11-12 | Include <lib/libsa/stand.h> so that this builds with WARNS=1 | simonb |
| 1999-11-12 | Add strncpy(). | simonb |
| 1999-11-11 | Small, MI strcat() and strcpy(). | thorpej |
| 1999-11-11 | The hack needed to work around gcc lameness. | thorpej |
| 1999-11-11 | Don't reference libkern.h in standalone programs. | thorpej |
| 1999-11-11 | Update for the improvements to libsa, and don't reference libkern.h. | thorpej |
| 1999-11-11 | Networking routines needed for libsa to be self-contained. | thorpej |
| 1999-11-11 | Minimal quad routines needed for libsa to be self-contained. The compiler | thorpej |
| 1999-11-11 | Add small, MI strcmp(), strlen(), and strncmp() functions. Modules within | thorpej |
| 1999-11-11 | Add register prefixes. | thorpej |
| 1999-11-11 | Sync w/ libc. | thorpej |
| 1999-10-25 | Update to match new SVR4-style definition names in <sys/exec_elf.h>. | kleink |
| 1999-10-21 | add strncasecmp.c | msaitoh |
| 1999-10-16 | Include <lib/libkern/libkern.h> after sys/param.h, to avoid warnings | ragge |
| 1999-10-08 | - a.out header is not a part of text segment in NMAGIC. | itohy |
| 1999-09-21 | Finish support for auto-generated libkern divsi3.S. | is |
| 1999-09-20 | Fix error flow that was broken 10 days ago in the previous commit. | ross |
| 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-10 | * Fix the volume zero recognition bug; it was interacting with a | ross |
| 1999-09-09 | add a function to verify a password against an in-core md5 sum | drochner |
| 1999-09-06 | sync with libc: | chs |
| 1999-09-01 | Fix read retry error case. Closes kern/8300. | ross |
| 1999-08-23 | Sync with libc: use _ALIGN_TEXT from <machine/asm.h>. | kleink |
| 1999-08-19 | Remove prototype for find_inode(). | simonb |
| 1999-08-18 | note that these files should be easily diffable (until they share common code | cgd |
| 1999-08-18 | Add a standalone LFS implementation. Currently not merged with ufs (FFS), | cgd |