Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-11-10 | - (dtucker) [openbsd-compat/getcwd.c] Replace lstat with fstat to match up | Darren Tucker | |
with OpenBSD code since we don't support platforms without fstat any more. | |||
2005-11-10 | - (dtucker) [openbsd-compat/getcwd.c] Update from OpenBSD 1.9 -> 1.14. | Darren Tucker | |
2005-11-10 | - (dtucker) [openbsd-compat/{LOTS}] Move the "OPENBSD ORIGINAL" markers to | Darren Tucker | |
after the copyright notices. Having them at the top next to the CVSIDs guarantees a conflict for each and every sync. | |||
2003-11-24 | - (djm) Annotate OpenBSD-derived files in openbsd-compat/ with original | Damien Miller | |
source file path (in OpenBSD tree). | |||
2003-08-25 | - (bal) openbsd-compat/ OpenBSD updates. Mostly licensing, ansifications | Ben Lindstrom | |
and minor fixes. | |||
2003-06-03 | - (djm) Sync openbsd-compat with OpenBSD CVS. | Damien Miller | |
- No more 4-term BSD licenses in our tree | |||
2003-01-08 | - (djm) Sync openbsd-compat/ with OpenBSD -current | Damien Miller | |
2002-06-27 | - (bal) s/config.h/includes.h/ in openbsd-compat/ for *.c. Otherwise wise | Ben Lindstrom | |
have issues of our fixes not propogating right (ie bcopy instead of memmove). OK tim | |||
2001-02-19 | - (bal) Fix mixed up params to memmove() from Jan 5th in setenv.c and | Ben Lindstrom | |
getcwd.c. | |||
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. |