summaryrefslogtreecommitdiff
path: root/openbsd-compat/base64.c
Commit message (Collapse)AuthorAgeFilesLines
* remove sys/param.h in -portable, after upstreamDamien Miller2021-12-221-1/+0
|
* polish whitespace for portable filesDamien Miller2021-04-031-1/+1
|
* - otto@cvs.openbsd.org 2006/10/21 09:55:03Damien Miller2007-10-261-11/+1
| | | | | | [openbsd-compat/base64.c] remove calls to abort(3) that can't happen anyway; from <bret dot lambert at gmail.com>; ok millert@ deraadt@
* - (dtucker) [openbsd-compat/sigact.c] Update from OpenBSD 1.3 -> 1.4.Darren Tucker2005-11-101-2/+3
| | | | Id and copyright sync only, there were no substantial changes we need.
* - (dtucker) [openbsd-compat/{LOTS}] Move the "OPENBSD ORIGINAL" markers toDarren Tucker2005-11-101-2/+2
| | | | | after the copyright notices. Having them at the top next to the CVSIDs guarantees a conflict for each and every sync.
* - (djm) Annotate OpenBSD-derived files in openbsd-compat/ with originalDamien Miller2003-11-241-0/+2
| | | | source file path (in OpenBSD tree).
* - (djm) Bug #456: Support for NEC SX6 with Unicos; from wendyp@cray.comDamien Miller2003-02-241-2/+7
|
* - (djm) Sync openbsd-compat with OpenBSD -currentDamien Miller2002-09-111-1/+2
|
* - (bal) s/config.h/includes.h/ in openbsd-compat/ for *.c. Otherwise wiseBen Lindstrom2002-06-271-1/+1
| | | | | have issues of our fixes not propogating right (ie bcopy instead of memmove). OK tim
* - (bal) Reorder. Move all bsd-*, fake-*, next-*, and cygwin* stuff toBen Lindstrom2001-01-311-0/+316
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.