| Age | Commit message (Expand) | Author |
| 1999-03-03 | Makefile ${MACHINE_ARCH} changes for mips{eb,el}, as suggested by | jonathan |
| 1999-02-28 | Made this compile: | kim |
| 1999-02-26 | Add missing prototypes for static functions. | christos |
| 1999-02-25 | XXX include libkern.h for strlen() XXX | ross |
| 1999-02-24 | build tftp filesystem, rearrange .ifdef slightly so that network stuff | drochner |
| 1999-02-24 | move TFTP filesystem from i386/stand/libsa here, it is mi | drochner |
| 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-22 | Define bzero()/bcopy() in terms of memset()/memcpy() if LIBSA_USE_MEMSET | simonb |
| 1999-02-22 | Drop support for symlinks of UFS_NOSYMLINK is defined. | simonb |
| 1999-02-22 | Use printf() instead of putchar() if SA_NOPUTCHAR is defined (for the | simonb |
| 1999-02-15 | RCS ID police | hubertf |
| 1999-02-13 | Split the printf variants into separate files. | pk |
| 1999-02-13 | convert from NOxxx= to MKxxx=no. | lukem |
| 1999-02-12 | Add some #ifdef SUPPORT_LINUX code which specifies a BOOTP tag to pass | drochner |
| 1999-02-12 | We can't prototype exit() publically because it might take an argument or | drochner |
| 1999-02-12 | That got broken in KNFifying. | drochner |
| 1999-02-11 | Can't include libkern.h twice which is what happens if _KERNEL is on. | pk |
| 1999-02-11 | sprintf() now produces a return value, like the standard counterpart does. | pk |
| 1999-02-11 | Pull libkern.h in. | pk |
| 1999-02-11 | Add missing prototypes. | pk |
| 1999-02-11 | Add missing prototypes and KNF the lot. | 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 |
| 1999-01-12 | Separate the userland and libsa errno declarations from <sys/errno.h> into | kleink |
| 1998-12-19 | Retry ustarfs_cylinder_read after disk change, apparently required on i386. | he |
| 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-11-03 | Make "src/sys/arch/i386/stand" compile again. | tron |
| 1998-11-03 | Sync with files in "src/lib/libz". | tron |
| 1998-11-01 | Sync with files in "src/lib/libz". | tron |
| 1998-10-30 | Conditionalize include of <lib/libkern/libkern.h> with _STANDALONE (like | matt |
| 1998-10-15 | change handling of libkern: | drochner |
| 1998-10-15 | Work around gcc warning. | bad |
| 1998-10-15 | 1. Avoid snarfing label areas unless necessary; read with monotonically | ross |
| 1998-10-05 | Reserve an 8K label area on every disk, not just the first. Rewrite the block | ross |
| 1998-09-24 | tfs -> ustarfs | ross |