| Age | Commit message (Expand) | Author |
| 1999-07-12 | fix damage in error handling crept in in 1.4 | drochner |
| 1999-06-22 | bring back my friend the twiddle. | christos |
| 1999-06-22 | Nuke obsolete printf comment. | christos |
| 1999-05-28 | don't bother initializing 'freelist' -- it can be bss | cgd |
| 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-28 | Nuke local prototype for closeall(). Add a new define LIBSA_NO_CLOSE so that | christos |
| 1999-04-28 | cosmetic printf change | christos |
| 1999-04-28 | MI loadfile (used by i386, pmax and sparc shortly) | christos |
| 1999-04-22 | Don't try to use <stdio.h> (when -DDEBUG) if we are -D_STANDALONE or -D_KERNEL | christos |
| 1999-04-20 | set lflag when printing pointers with %p | cgd |
| 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-15 | For the "update-sources" target, don't copy any src/lib/libz sources | simonb |
| 1999-04-15 | Add uncompr.c to LIBZSRCS and zalloc.c to SRCS. | simonb |
| 1999-04-15 | A simple implementation of zcalloc and zcfree in terms of the libsa | simonb |
| 1999-04-15 | Add source file, copied from lib/libz/uncompr.c. | simonb |
| 1999-04-14 | add getopt prototype, and externs | christos |
| 1999-04-14 | move "ls" utility from i386/stand/libsa here | drochner |
| 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-11 | The "found" label is not used if ALLOC_FIRST_FIT is defined. | simonb |
| 1999-04-01 | Don't compile in sanity checks for old file systems if | simonb |
| 1999-04-01 | It's no use having a memcmp() that calls bcmp() if there's no bcmp() in | simonb |
| 1999-04-01 | bestsize is unused if ALLOC_FIRST_FIT is defined. | simonb |
| 1999-04-01 | Sync with src/lib/libc/string/bcmp.c | simonb |
| 1999-03-31 | G/C UFS_NOSYMLINK, UFS_NOCLOSE and UFS_NOWRITE and use new LIBSA_NO_FS_*. | simonb |
| 1999-03-31 | Make a bunch of backward-compatible changes to the boot blocks which allow | cgd |
| 1999-03-31 | replace memcpy() implementation (which just called bcopy()) with | cgd |
| 1999-03-30 | #undef bcopy, so that this will still compile if LIBSA_USE_MEMCPY is defined | cgd |
| 1999-03-30 | Add bzero.c, errno.c, and memset.c to SRCS | cgd |
| 1999-03-30 | add simple (small) implementations of memset and bzero. the versions | cgd |
| 1999-03-30 | move errno to its own file; if you just need errno, you don't need dev.c's fns | cgd |
| 1999-03-26 | Changes to compile the next68k bootblocks with | dbj |
| 1999-03-26 | Don't call f_dev->dv_close if it's a null pointer when an open() call | simonb |
| 1999-03-23 | Revert SA_NOPUTCHAR - the pmax was the only port using it and the new | 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-28 | Made this compile: | kim |
| 1999-02-26 | Add missing prototypes for static functions. | christos |