Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-05-20 | sync | Michael Shalayeff | |
2002-04-29 | Delete directories created by cleandir to prevent permission problems | Hugh Graham | |
during sudo builds. Verified by Valchev and sanctioned by Shalayeff. | |||
2002-04-28 | IEEE 754 floating point completion code, and implementation of the | Peter 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-24 | Introduce a new file, machine/internal_types.h, to hold that specific arch | Marc 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-15 | Kill #if __STDC__ used to do K&R vs. ANSI varargs/stdarg; just do things | Todd C. Miller | |
the ANSI way. | |||
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller | |
2002-03-14 | First round of __P removal in sys | Todd C. Miller | |
2002-03-12 | Update to zlib-1.1.4 | Todd C. Miller | |
2002-03-08 | sync | Michael Shalayeff | |
2002-03-08 | sync | Michael Shalayeff | |
2002-03-02 | Add a strcmp() prototype, which will be needed shortly. | Miod Vallat | |
2002-02-07 | sync | Michael Shalayeff | |
2002-01-18 | Fix some zlib memory leaks, originally from Mark Adler | Todd C. Miller | |
2001-09-20 | sync | Michael Shalayeff | |
2001-08-20 | $OpenBSD$ | Jason Wright | |
2001-08-19 | strlcpy and strlcat | Artur Grabowski | |
2001-08-19 | libkern 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-29 | Minor style pedentry from ben@arbor.net plus some of my own and sync | Todd C. Miller | |
libkern and libc versions. | |||
2001-07-09 | remove unused files, build bzero off of memset | Michael Shalayeff | |
2001-07-09 | did ever compile? | Michael Shalayeff | |
2001-07-09 | have to have a proto here | Michael Shalayeff | |
2001-06-23 | Add MI loadfile support, from NetBSD | Dale 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-04 | sync | Michael Shalayeff | |
2001-06-04 | export these from libc | Michael Shalayeff | |
2001-03-29 | get rid of somming we will | Michael Shalayeff | |
2001-03-28 | sync w/ libc | Michael Shalayeff | |
2001-03-28 | rely on predefined space attributes | Michael Shalayeff | |
2001-02-01 | ??? Bogons! How did this get broken? | Steve Murphree | |
2000-12-29 | import strlcpy from libc | Michael Shalayeff | |
2000-12-18 | strlcat and strlcpy into libkern. | Niels Provos | |
2000-11-08 | Include stand.h from lib/libsa/stand.h | Artur Grabowski | |
2000-11-08 | Don't include sys/systm.h if we include stand.h. | Artur Grabowski | |
2000-08-15 | +memset for ext2fs, should fix both pmax (untested) and arc | imp | |
2000-07-02 | knf; ouch, that hurts | Michael Shalayeff | |
2000-07-02 | sync w/ libc | Michael Shalayeff | |
2000-07-02 | use ffs.c | Michael Shalayeff | |
2000-07-02 | sync w/ libc | Michael Shalayeff | |
2000-06-29 | bcmp.S bye-bye; use generic bcmp.c version which is as good as this one | Michael Shalayeff | |
2000-06-29 | do not use <string.h> for _STANDALONE | Michael Shalayeff | |
2000-06-29 | fix building bzero out of memset.c; from miod@ | Michael Shalayeff | |
(that makefile:kerndir fix was needed to build the kernel ;) | |||
2000-06-29 | in 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-29 | do not use <string.h> for _STANDALONE, like others | Michael Shalayeff | |
2000-06-26 | alpha was missing memset | Todd C. Miller | |
2000-06-16 | Pull memcmp() into libkern. | Todd C. Miller | |
2000-06-16 | Pull memcmp() into libkern. Also, use asm version of memset() on m68k. | Todd C. Miller | |
2000-05-30 | split symbol loading for a.out into a separate routine (tested on i386) | Michael Shalayeff | |
add symbol loading for elf (tested on hppa) | |||
2000-04-25 | screw .S version memset does same job... | Michael Shalayeff | |
2000-04-25 | make bzero() compile again; millert@ ok | Michael Shalayeff | |
2000-04-24 | 5k of source saved in spaces and empty lines; also rcsid | Michael Shalayeff | |