summaryrefslogtreecommitdiff
path: root/openbsd-compat
AgeCommit message (Collapse)Author
2001-03-14 - (djm) Add replacement glob() from OpenBSD libc if the system glob isDamien Miller
missing or lacks the GLOB_ALTDIRFUNC extension - (djm) Remove -I$(srcdir)/openbsd-compat from CFLAGS, refer to headers relatively. Avoids conflict between glob.h and /usr/include/glob.h
2001-03-13 - Fix strerror() in bsd-misc.cBen Lindstrom
2001-03-12 - (bal) Reorder includes in Makefile.Ben Lindstrom
2001-02-25 - (bal) Fixed bsd-snprinf.c so it now honors 'BROKEN_SNPRINTF' again.Ben Lindstrom
2001-02-24 - (bal) Renamed sigaction.[ch] to sigact.[ch]. Causes problems withBen Lindstrom
some platforms.
2001-02-19 - (bal) Fix mixed up params to memmove() from Jan 5th in setenv.c andBen Lindstrom
getcwd.c.
2001-02-18 - (djm) Fix my breaking of cygwin builds, Patch from Corinna VinschenDamien Miller
<vinschen@redhat.com> and myself.
2001-02-13 - (bal) Missing function prototype in bsd-snprintf.c patch byBen Lindstrom
Mark Miller <markm@swoon.net>
2001-02-13 - (bal) Cleaned out bsd-snprintf.c. VARARGS have been banished andBen Lindstrom
I did a base KNF over the whe whole file to make it more acceptable. (backed out of original patch and removed it from ChangeLog) This has been a long time coming. If we decide that we need VARARGS support we should do it at a higher level, since no where else do we support VARARGS in the code base.
2001-02-12 - (bal) added NeXT work around for bsd-snprintf.c in bsd-nextstep.h.Ben Lindstrom
- (bal) added TODO item to clean up and sort out 'varargs' from 'stdargs'
2001-02-09 - (djm) Add CVS Id's to files that we have missedDamien Miller
2001-02-08 - (bal) .c.o rule in openbsd-compat/Makefile.in did not make it to theBen Lindstrom
main tree while porting forward. Pointed out by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
2001-02-08 - (bal) patch to vis.c to deal with HAVE_VIS right by Robert MooneyBen Lindstrom
<rjmooney@mediaone.net>
2001-02-04 - (bal) next-posix.h changed to bsd-nextstep.hBen Lindstrom
2001-02-03 - (bal) openbsd-compat/Makefile minor fix. Ensure dependancies are doneBen Lindstrom
right.
2001-02-03 - (bal) I think this is the last of the bsd-*.h that don't belong.Ben Lindstrom
2001-02-02 - (bal) renamed queue.h to fake-queue.h (even if it's an OpenBSDBen Lindstrom
based file) to ensure #include space does not get confused.
2001-02-02 - (bal) Makefile fix where sourcedir != builddir by Corinna VinschenBen Lindstrom
<vinschen@redhat.com>
2001-01-31 - (bal) Reorder. Move all bsd-*, fake-*, next-*, and cygwin* stuff toBen Lindstrom
openbsd-compat/. And resolve all ./configure and Makefile.in issues assocated. Logic: * All OpenBSD functions should have the same filename as in the OpenBSD tree * All 'home brew' functions have bsd-* infront of them. * All 'not really implemented' functions have fake-* infront of them.