summaryrefslogtreecommitdiff
path: root/sys/lib
AgeCommit message (Expand)Author
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
1999-02-25XXX include libkern.h for strlen() XXXross
1999-02-24build tftp filesystem, rearrange .ifdef slightly so that network stuffdrochner
1999-02-24move TFTP filesystem from i386/stand/libsa here, it is midrochner
1999-02-24use RODATA(__ffstab) instead of ENTRY().chs
1999-02-24don't list any *.S files in SRCS multiple times, once is enough.chs
1999-02-24no need to add ${OBJS} to POBJS here, bsd.lib.mk does it automatically.chs
1999-02-23Add memset.S instead of memset.c, and remove __main.c.simonb
1999-02-22Define bzero()/bcopy() in terms of memset()/memcpy() if LIBSA_USE_MEMSETsimonb
1999-02-22Drop support for symlinks of UFS_NOSYMLINK is defined.simonb
1999-02-22Use printf() instead of putchar() if SA_NOPUTCHAR is defined (for thesimonb
1999-02-15RCS ID policehubertf
1999-02-13Split the printf variants into separate files.pk
1999-02-13convert from NOxxx= to MKxxx=no.lukem
1999-02-12Add some #ifdef SUPPORT_LINUX code which specifies a BOOTP tag to passdrochner
1999-02-12We can't prototype exit() publically because it might take an argument ordrochner
1999-02-12That got broken in KNFifying.drochner
1999-02-11Can't include libkern.h twice which is what happens if _KERNEL is on.pk
1999-02-11sprintf() now produces a return value, like the standard counterpart does.pk
1999-02-11Pull libkern.h in.pk
1999-02-11Add missing prototypes.pk
1999-02-11Add missing prototypes and KNF the lot.pk
1999-02-05Sync with libc version.bouyer
1999-02-04Check for _STANDALONE as well as _KERNEL to make it compile again. Foldfvdl
1999-02-04sync with userlandexplorer
1999-02-01sync with libc versionmatthias
1999-01-28memset, derived from old kernel bcopy.jonathan
1999-01-22Sync with libc.mycroft
1999-01-22Sync with libc.mycroft
1999-01-19#include <machine/asm.h> instead of (nonexistent) "DEFS.h".ragge
1999-01-18Make bswap32 be the "real" entrypoint and htonl, ntohl aliases.castor
1999-01-17update from libc; RCSID, register.mrg
1999-01-15Fix an unterminated macro call.thorpej
1999-01-15Move the bswap functions from libutil to libc (this bups thebouyer
1999-01-15Break out utility functions from locore.Scastor
1999-01-12Separate the userland and libsa errno declarations from <sys/errno.h> intokleink
1998-12-19Retry ustarfs_cylinder_read after disk change, apparently required on i386.he
1998-11-26Fixup ffstab naming conflict between locore.s, libkern/arch/sparc/ffs.S andeeh
1998-11-26Forgot to specify a label for the branch target. Oops.eeh
1998-11-03Make "src/sys/arch/i386/stand" compile again.tron
1998-11-03Sync with files in "src/lib/libz".tron
1998-11-01Sync with files in "src/lib/libz".tron
1998-10-30Conditionalize include of <lib/libkern/libkern.h> with _STANDALONE (likematt
1998-10-15change handling of libkern:drochner
1998-10-15Work around gcc warning.bad
1998-10-151. Avoid snarfing label areas unless necessary; read with monotonicallyross
1998-10-05Reserve an 8K label area on every disk, not just the first. Rewrite the blockross
1998-09-24tfs -> ustarfsross