Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove sys/param.h in -portable, after upstream | Damien Miller | 2021-12-21 | 1 | -1/+0 |
| | |||||
* | polish whitespace for portable files | Damien Miller | 2021-04-03 | 1 | -1/+1 |
| | |||||
* | - otto@cvs.openbsd.org 2006/10/21 09:55:03 | Damien Miller | 2007-10-26 | 1 | -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 Tucker | 2005-11-10 | 1 | -2/+3 |
| | | | | Id and copyright sync only, there were no substantial changes we need. | ||||
* | - (dtucker) [openbsd-compat/{LOTS}] Move the "OPENBSD ORIGINAL" markers to | Darren Tucker | 2005-11-10 | 1 | -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 original | Damien Miller | 2003-11-24 | 1 | -0/+2 |
| | | | | source file path (in OpenBSD tree). | ||||
* | - (djm) Bug #456: Support for NEC SX6 with Unicos; from wendyp@cray.com | Damien Miller | 2003-02-24 | 1 | -2/+7 |
| | |||||
* | - (djm) Sync openbsd-compat with OpenBSD -current | Damien Miller | 2002-09-11 | 1 | -1/+2 |
| | |||||
* | - (bal) s/config.h/includes.h/ in openbsd-compat/ for *.c. Otherwise wise | Ben Lindstrom | 2002-06-27 | 1 | -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 to | Ben Lindstrom | 2001-01-31 | 1 | -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. |