Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-11-24 | - (djm) Annotate OpenBSD-derived files in openbsd-compat/ with original | Damien Miller | |
source file path (in OpenBSD tree). | |||
2003-08-29 | - (bal) openbsd-compat/ clean up. Considate headers, add in $Id$ on our | Ben Lindstrom | |
files, and added missing license to header. | |||
2003-06-03 | - (djm) Sync openbsd-compat with OpenBSD CVS. | Damien Miller | |
- No more 4-term BSD licenses in our tree | |||
2003-05-19 | - (djm) Big KNF on openbsd-compat/ | Damien Miller | |
2003-05-18 | - (djm) Sync openbsd-compat/ with OpenBSD CVS head | Damien Miller | |
2003-01-17 | - (djm) Bug #470: Detect strnvis, not strvis in configure. | Damien Miller | |
From d_wllms@lanl.gov | |||
2003-01-07 | - (djm) Bug #111: Run syslog and stderr logging through strnvis to eliminate | Damien Miller | |
nasties. Report from peak@argo.troja.mff.cuni.cz | |||
2001-09-20 | - (bal) openbsd-compat/vis.[ch] is dead wood. Removed. | Ben Lindstrom | |
2001-04-14 | - Sync with OpenBSD glob.c, strlcat.c and vis.c changes | Damien Miller | |
2001-02-08 | - (bal) patch to vis.c to deal with HAVE_VIS right by Robert Mooney | Ben Lindstrom | |
<rjmooney@mediaone.net> | |||
2001-01-31 | - (bal) Reorder. Move all bsd-*, fake-*, next-*, and cygwin* stuff to | Ben 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. |