summaryrefslogtreecommitdiff
path: root/openbsd-compat/strmode.c
Commit message (Collapse)AuthorAgeFilesLines
* - (dtucker) [openbsd-compat/strmode.c] Update from OpenBSD 1.5 -> 1.7.Darren Tucker2005-11-101-9/+1
| | | | Removal of rcsid, "whiteout" inode type.
* - (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).
* - (bal) openbsd-compat/ OpenBSD updates. Mostly licensing, ansificationsBen Lindstrom2003-08-251-2/+4
| | | | and minor fixes.
* - (djm) Sync openbsd-compat with OpenBSD CVS.Damien Miller2003-06-031-6/+2
| | | | - No more 4-term BSD licenses in our tree
* - (bal) ANSIify strmode()Ben Lindstrom2001-06-091-3/+1
|
* - (bal) Reorder. Move all bsd-*, fake-*, next-*, and cygwin* stuff toBen Lindstrom2001-01-311-0/+158
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.