summaryrefslogtreecommitdiff
path: root/sys/lib
AgeCommit message (Collapse)Author
2002-05-20syncMichael Shalayeff
2002-04-29Delete directories created by cleandir to prevent permission problemsHugh Graham
during sudo builds. Verified by Valchev and sanctioned by Shalayeff.
2002-04-28IEEE 754 floating point completion code, and implementation of thePeter Valchev
FP_C (Floating Point Control Quadword). From ross@NetBSD. Added a way to disable it with option NO_IEEE, which appears on the ramdisks to save space. This affects only programs compiled with -mieee, and what it essentially does is enabling infinities and NaNs, instead of generating SIGFPE on division by zero, overflow, etc. ok art, deraadt
2002-04-24Introduce a new file, machine/internal_types.h, to hold that specific archMarc Espie
type characteristics. internal_types.h will contain only settings invisible from standard C, e.g., in the __* or _[A-Z]* namespace, and be reused by files like limits.h. This allows us to shorten machine/limits.h greatly, as all the common defines are now in sys/limits.h, plus a small stub in internal_types.h. Tested on all arches as far as I know. Approved after discussion with art, millert, deraadt, and others.
2002-03-15Kill #if __STDC__ used to do K&R vs. ANSI varargs/stdarg; just do thingsTodd C. Miller
the ANSI way.
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2002-03-12Update to zlib-1.1.4Todd C. Miller
2002-03-08syncMichael Shalayeff
2002-03-08syncMichael Shalayeff
2002-03-02Add a strcmp() prototype, which will be needed shortly.Miod Vallat
2002-02-07syncMichael Shalayeff
2002-01-18Fix some zlib memory leaks, originally from Mark AdlerTodd C. Miller
2001-09-20syncMichael Shalayeff
2001-08-20$OpenBSD$Jason Wright
2001-08-19strlcpy and strlcatArtur Grabowski
2001-08-19libkern sparc64 stuff (mostly from NetBSD... lightly modified... with a side ↵Jason Wright
of bacon)
2001-08-12#(endif|else) foo is incorrect, make it #endif /* foo */Heikki Korpela
deraadt@ ok
2001-07-29Minor style pedentry from ben@arbor.net plus some of my own and syncTodd C. Miller
libkern and libc versions.
2001-07-09remove unused files, build bzero off of memsetMichael Shalayeff
2001-07-09did ever compile?Michael Shalayeff
2001-07-09have to have a proto hereMichael Shalayeff
2001-06-23Add MI loadfile support, from NetBSDDale Rahn
This is currently only used on powerpc, but may be looked at for other architectures. Piece of the support to have kernel symbols on powerpc.
2001-06-04syncMichael Shalayeff
2001-06-04export these from libcMichael Shalayeff
2001-03-29get rid of somming we willMichael Shalayeff
2001-03-28sync w/ libcMichael Shalayeff
2001-03-28rely on predefined space attributesMichael Shalayeff
2001-02-01??? Bogons! How did this get broken?Steve Murphree
2000-12-29import strlcpy from libcMichael Shalayeff
2000-12-18strlcat and strlcpy into libkern.Niels Provos
2000-11-08Include stand.h from lib/libsa/stand.hArtur Grabowski
2000-11-08Don't include sys/systm.h if we include stand.h.Artur Grabowski
2000-08-15+memset for ext2fs, should fix both pmax (untested) and arcimp
2000-07-02knf; ouch, that hurtsMichael Shalayeff
2000-07-02sync w/ libcMichael Shalayeff
2000-07-02use ffs.cMichael Shalayeff
2000-07-02sync w/ libcMichael Shalayeff
2000-06-29bcmp.S bye-bye; use generic bcmp.c version which is as good as this oneMichael Shalayeff
2000-06-29do not use <string.h> for _STANDALONEMichael Shalayeff
2000-06-29fix building bzero out of memset.c; from miod@Michael Shalayeff
(that makefile:kerndir fix was needed to build the kernel ;)
2000-06-29in order to build bzero from memset KERNDIR has to be exported.Michael Shalayeff
i think other archs can adopt this instead of using .s versions. also compress arguments to make in fewer lines, so they do not abuse screen space.
2000-06-29do not use <string.h> for _STANDALONE, like othersMichael Shalayeff
2000-06-26alpha was missing memsetTodd C. Miller
2000-06-16Pull memcmp() into libkern.Todd C. Miller
2000-06-16Pull memcmp() into libkern. Also, use asm version of memset() on m68k.Todd C. Miller
2000-05-30split symbol loading for a.out into a separate routine (tested on i386)Michael Shalayeff
add symbol loading for elf (tested on hppa)
2000-04-25screw .S version memset does same job...Michael Shalayeff
2000-04-25make bzero() compile again; millert@ okMichael Shalayeff
2000-04-245k of source saved in spaces and empty lines; also rcsidMichael Shalayeff