| Age | Commit message (Expand) | Author |
| 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 |
| 1999-02-04 | Check for _STANDALONE as well as _KERNEL to make it compile again. Fold | fvdl |
| 1999-02-04 | sync with userland | explorer |
| 1999-02-01 | sync with libc version | matthias |
| 1999-01-28 | memset, derived from old kernel bcopy. | jonathan |
| 1999-01-22 | Sync with libc. | mycroft |
| 1999-01-22 | Sync with libc. | mycroft |
| 1999-01-19 | #include <machine/asm.h> instead of (nonexistent) "DEFS.h". | ragge |
| 1999-01-18 | Make bswap32 be the "real" entrypoint and htonl, ntohl aliases. | castor |
| 1999-01-17 | update from libc; RCSID, register. | mrg |
| 1999-01-15 | Fix an unterminated macro call. | thorpej |
| 1999-01-15 | Move the bswap functions from libutil to libc (this bups the | bouyer |
| 1999-01-15 | Break out utility functions from locore.S | castor |
| 1998-11-26 | Fixup ffstab naming conflict between locore.s, libkern/arch/sparc/ffs.S and | eeh |
| 1998-11-26 | Forgot to specify a label for the branch target. Oops. | eeh |
| 1998-10-15 | change handling of libkern: | drochner |
| 1998-09-14 | Fix "unused variable `c'" warning. (From Julian Coleman) | leo |
| 1998-09-12 | Include <sys/param.h> instead of <sys/types.h>, to get mem* inlines. | ragge |
| 1998-09-11 | Changes to sys/arch/mips from ARC port, from Noriyuki Soda <soda@sra.co.jp>. | jonathan |
| 1998-09-05 | distclean is a synonym for cleandir | lukem |
| 1998-08-30 | Some more 64-bit cleanup. Now everything compiles. | eeh |
| 1998-08-30 | As a temporary work around to make kernel links again, protect | enami |
| 1998-08-29 | Some more 64-bit-ification. | eeh |