summaryrefslogtreecommitdiff
path: root/sys/lib
AgeCommit message (Expand)Author
1999-07-12fix damage in error handling crept in in 1.4drochner
1999-06-22bring back my friend the twiddle.christos
1999-06-22Nuke obsolete printf comment.christos
1999-05-28don't bother initializing 'freelist' -- it can be bsscgd
1999-05-09Find the udivrem.m4 in the proper directory.eeh
1999-05-09Add .PATH.m4pk
1999-05-09Allocating a byte-array and then accessing it as 32-bit integers just won't workeeh
1999-05-07move intoa() from libsa:net.c to libkern, turn inet_ntoa() into a macro,drochner
1999-05-07Build libraries for kernel/standalone code from within their compilationdrochner
1999-05-05Copy from libc.tsubai
1999-04-28Nuke local prototype for closeall(). Add a new define LIBSA_NO_CLOSE so thatchristos
1999-04-28cosmetic printf changechristos
1999-04-28MI loadfile (used by i386, pmax and sparc shortly)christos
1999-04-22Don't try to use <stdio.h> (when -DDEBUG) if we are -D_STANDALONE or -D_KERNELchristos
1999-04-20set lflag when printing pointers with %pcgd
1999-04-20Until <bsd.lib.mk> is fixed, don't try to guess whether or not tosimonb
1999-04-17Modify syncicache on PowerPC from an inline to a real function.ws
1999-04-15For the "update-sources" target, don't copy any src/lib/libz sourcessimonb
1999-04-15Add uncompr.c to LIBZSRCS and zalloc.c to SRCS.simonb
1999-04-15A simple implementation of zcalloc and zcfree in terms of the libsasimonb
1999-04-15Add source file, copied from lib/libz/uncompr.c.simonb
1999-04-14add getopt prototype, and externschristos
1999-04-14move "ls" utility from i386/stand/libsa heredrochner
1999-04-13make libkern compile in userland - for testing purposesdrochner
1999-04-12This was an n_long, not u_long, so u_int32_t is correct.drochner
1999-04-12libkern just got an inet_addr(), but it won't compile, no prototype. Cleanup...ross
1999-04-11Add inet_addr.c (for nfs_bootparam.c)gwr
1999-04-11The "found" label is not used if ALLOC_FIRST_FIT is defined.simonb
1999-04-01Don't compile in sanity checks for old file systems ifsimonb
1999-04-01It's no use having a memcmp() that calls bcmp() if there's no bcmp() insimonb
1999-04-01bestsize is unused if ALLOC_FIRST_FIT is defined.simonb
1999-04-01Sync with src/lib/libc/string/bcmp.csimonb
1999-03-31G/C UFS_NOSYMLINK, UFS_NOCLOSE and UFS_NOWRITE and use new LIBSA_NO_FS_*.simonb
1999-03-31Make a bunch of backward-compatible changes to the boot blocks which allowcgd
1999-03-31replace memcpy() implementation (which just called bcopy()) withcgd
1999-03-30#undef bcopy, so that this will still compile if LIBSA_USE_MEMCPY is definedcgd
1999-03-30Add bzero.c, errno.c, and memset.c to SRCScgd
1999-03-30add simple (small) implementations of memset and bzero. the versionscgd
1999-03-30move errno to its own file; if you just need errno, you don't need dev.c's fnscgd
1999-03-26Changes to compile the next68k bootblocks withdbj
1999-03-26Don't call f_dev->dv_close if it's a null pointer when an open() callsimonb
1999-03-23Revert SA_NOPUTCHAR - the pmax was the only port using it and the newsimonb
1999-03-17Don't add .abicalls if NO_ABICALLS is defined even if ABICALLS is defined.simonb
1999-03-15Use merged memcpy()/memset() based on old bcopy rather than C-coded memmove.jonathan
1999-03-15Fix bug in construction of word-length version of 'c'.jonathan
1999-03-05Sync with libcpk
1999-03-04make the mipse[lb]->mips translation really workdrochner
1999-03-03Makefile ${MACHINE_ARCH} changes for mips{eb,el}, as suggested byjonathan
1999-02-28Made this compile:kim
1999-02-26Add missing prototypes for static functions.christos