Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - (dtucker) [openbsd-compat/inet_nto.c] Update from OpenBSD 1.4 -> 1.6. | Darren Tucker | 2005-11-10 | 1 | -6/+4 |
| | |||||
* | - (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). | ||||
* | [openbsd-compat/inet_ntoa.c] 20030917 "Sync with V_3_7 branch" undid | Tim Rice | 2003-09-17 | 1 | -1/+0 |
| | | | | 20030916 "Missed dead header in inet_ntoa.c" | ||||
* | - (djm) Sync with V_3_7 branch | Damien Miller | 2003-09-16 | 1 | -0/+1 |
| | |||||
* | - (bal) Missed dead header in inet_ntoa. | Ben Lindstrom | 2003-09-16 | 1 | -1/+0 |
| | |||||
* | - (djm) Sync openbsd-compat with OpenBSD CVS. | Damien Miller | 2003-06-03 | 1 | -6/+2 |
| | | | | - No more 4-term BSD licenses in our tree | ||||
* | - (djm) Sync openbsd-compat with OpenBSD -current | Damien Miller | 2002-09-11 | 1 | -2/+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) I think this is the last of the bsd-*.h that don't belong. | Ben Lindstrom | 2001-02-03 | 1 | -1/+1 |
| | |||||
* | - (bal) Reorder. Move all bsd-*, fake-*, next-*, and cygwin* stuff to | Ben Lindstrom | 2001-01-31 | 1 | -0/+64 |
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. |