summaryrefslogtreecommitdiff
path: root/openbsd-compat/bsd-nextstep.h
AgeCommit message (Collapse)Author
2018-04-10Many typo fixes from Karsten WeissDamien Miller
Spotted using https://github.com/lucasdemarchi/codespell
2016-08-17Remove obsolete CVS $Id from source files.Darren Tucker
Since -portable switched to git the CVS $Id tags are no longer being updated and are becoming increasingly misleading. Remove them.
2003-08-29 - (bal) openbsd-compat/ clean up. Considate headers, add in $Id$ on ourBen Lindstrom
files, and added missing license to header.
2003-06-01License clarifications.Ben Lindstrom
bsd-nextstep.[ch] - myself bsd-waitpid.[ch] - myself port-irix.[ch] - Denis Parker & Michael Stone (original coders when done in session.c)
2003-05-19 - (djm) Big KNF on openbsd-compat/Damien Miller
2001-03-19 - (bal) Minor NeXT fixed. Forgot to #undef NGROUPS_MAXBen Lindstrom
2001-03-19 - Use 'NGROUPS' for NeXT Since 'MAX_NGROUPS' is wrapped up in -lposixBen Lindstrom
stuff. Change suggested by 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-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.