OpenBSD CVS

CVS log for src/sys/adosfs/Attic/adosfs.h


[BACK] Up to [local] / src / sys / adosfs

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.14, Fri Jun 1 08:04:59 2007 UTC (17 years ago) by deraadt
Branch: MAIN
CVS Tags: HEAD
Changes since 1.13: +0 -0 lines
FILE REMOVED

really gone

Revision 1.13 / (download) - annotate - [select for diffs], Fri Jun 1 05:37:12 2007 UTC (17 years ago) by deraadt
Branch: MAIN
Changes since 1.12: +0 -152 lines
Diff to previous 1.12 (colored)

remove crufty adosfs.  everytime we try to change a vfs layer interface,
adosfs has the issue and in an entirely different way.  noone uses this
code so this is hte best way to handle the problem
diff from pedro who went to sleep but we need to move ahead; ok thib

Revision 1.8.8.2 / (download) - annotate - [select for diffs], Thu Feb 19 10:51:21 2004 UTC (20 years, 3 months ago) by niklas
Branch: SMP
Changes since 1.8.8.1: +1 -1 lines
Diff to previous 1.8.8.1 (colored) to branchpoint 1.8 (colored) next main 1.9 (colored)

Merge of current from two weeks agointo the SMP branch

Revision 1.12 / (download) - annotate - [select for diffs], Thu Nov 13 17:23:57 2003 UTC (20 years, 7 months ago) by drahn
Branch: MAIN
CVS Tags: SMP_SYNC_B, SMP_SYNC_A, OPENBSD_4_1_BASE, OPENBSD_4_1, OPENBSD_4_0_BASE, OPENBSD_4_0, OPENBSD_3_9_BASE, OPENBSD_3_9, OPENBSD_3_8_BASE, OPENBSD_3_8, OPENBSD_3_7_BASE, OPENBSD_3_7, OPENBSD_3_6_BASE, OPENBSD_3_6, OPENBSD_3_5_BASE, OPENBSD_3_5
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

common cleaning.

Revision 1.9.2.1 / (download) - annotate - [select for diffs], Tue Jun 11 03:27:30 2002 UTC (22 years ago) by art
Branch: UBC
Changes since 1.9: +12 -12 lines
Diff to previous 1.9 (colored) next main 1.10 (colored)

Sync UBC branch to -current

Revision 1.8.8.1 / (download) - annotate - [select for diffs], Thu Mar 28 11:26:44 2002 UTC (22 years, 2 months ago) by niklas
Branch: SMP
Changes since 1.8: +12 -12 lines
Diff to previous 1.8 (colored)

Merge in -current from about a week ago

Revision 1.11 / (download) - annotate - [select for diffs], Thu Mar 14 01:26:25 2002 UTC (22 years, 3 months ago) by millert
Branch: MAIN
CVS Tags: UBC_SYNC_B, UBC_SYNC_A, OPENBSD_3_4_BASE, OPENBSD_3_4, OPENBSD_3_3_BASE, OPENBSD_3_3, OPENBSD_3_2_BASE, OPENBSD_3_2, OPENBSD_3_1_BASE, OPENBSD_3_1
Changes since 1.10: +12 -12 lines
Diff to previous 1.10 (colored)

First round of __P removal in sys

Revision 1.10 / (download) - annotate - [select for diffs], Wed Dec 19 08:58:05 2001 UTC (22 years, 5 months ago) by art
Branch: MAIN
Changes since 1.9: +0 -3 lines
Diff to previous 1.9 (colored)

UBC was a disaster. It worked very good when it worked, but on some
machines or some configurations or in some phase of the moon (we actually
don't know when or why) files disappeared. Since we've not been able to
track down the problem in two weeks intense debugging and we need -current
to be stable, back out everything to a state it had before UBC.

We apologise for the inconvenience.

Revision 1.9 / (download) - annotate - [select for diffs], Mon Dec 10 04:45:31 2001 UTC (22 years, 6 months ago) by art
Branch: MAIN
CVS Tags: UBC_BASE
Branch point for: UBC
Changes since 1.8: +4 -1 lines
Diff to previous 1.8 (colored)

Big cleanup inspired by NetBSD with some parts of the code from NetBSD.
 - get rid of VOP_BALLOCN and VOP_SIZE
 - move the generic getpages and putpages into miscfs/genfs
 - create a genfs_node which must be added to the top of the private portion
   of each vnode for filsystems that want to use genfs_{get,put}pages
 - rename genfs_mmap to vop_generic_mmap

Revision 1.8 / (download) - annotate - [select for diffs], Fri Aug 21 23:03:13 1998 UTC (25 years, 9 months ago) by csapuntz
Branch: MAIN
CVS Tags: kame_19991208, SMP_BASE, OPENBSD_3_0_BASE, OPENBSD_3_0, OPENBSD_2_9_BASE, OPENBSD_2_9, OPENBSD_2_8_BASE, OPENBSD_2_8, OPENBSD_2_7_BASE, OPENBSD_2_7, OPENBSD_2_6_BASE, OPENBSD_2_6, OPENBSD_2_5_BASE, OPENBSD_2_5, OPENBSD_2_4_BASE, OPENBSD_2_4
Branch point for: SMP
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)



Fix malloc race on new anode get.

Revision 1.7 / (download) - annotate - [select for diffs], Mon Nov 10 23:57:04 1997 UTC (26 years, 7 months ago) by niklas
Branch: MAIN
CVS Tags: OPENBSD_2_3_BASE, OPENBSD_2_3
Changes since 1.6: +4 -4 lines
Diff to previous 1.6 (colored)

Use vfs lite2 lockmanager.  Add advisory locking.  some KNF.
some extra pathconf ops supported.

Revision 1.6 / (download) - annotate - [select for diffs], Mon Jan 20 15:49:52 1997 UTC (27 years, 4 months ago) by niklas
Branch: MAIN
CVS Tags: OPENBSD_2_2_BASE, OPENBSD_2_2, OPENBSD_2_1_BASE, OPENBSD_2_1
Changes since 1.5: +49 -53 lines
Diff to previous 1.5 (colored)

Type pedantery.. a lot of it too, more could be done as well.  Sync with
NetBSD 970118 too.

Revision 1.5 / (download) - annotate - [select for diffs], Mon Jun 10 07:25:18 1996 UTC (28 years ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_0_BASE, OPENBSD_2_0
Changes since 1.4: +19 -18 lines
Diff to previous 1.4 (colored)

internationalize, 64 bit clean

Revision 1.4 / (download) - annotate - [select for diffs], Sun Apr 21 22:14:36 1996 UTC (28 years, 1 month ago) by deraadt
Branch: MAIN
Changes since 1.3: +27 -9 lines
Diff to previous 1.3 (colored)

partial sync with netbsd 960418, more to come

Revision 1.3 / (download) - annotate - [select for diffs], Mon Feb 26 14:18:18 1996 UTC (28 years, 3 months ago) by niklas
Branch: MAIN
Changes since 1.2: +1 -0 lines
Diff to previous 1.2 (colored)

Addition of $OpenBSD$ RCSID.
From NetBSD: Rename struct timespec fields to conform to POSIX.1b

Revision 1.2 / (download) - annotate - [select for diffs], Sat Feb 24 09:37:01 1996 UTC (28 years, 3 months ago) by niklas
Branch: MAIN
Changes since 1.1: +5 -3 lines
Diff to previous 1.1 (colored)

Add forward decls.
Fix vop_link, vop_symlink, and vop_remove semantics in several ways:
* Change the argument names to vop_link so they actually make sense.
* Implement vop_link and vop_symlink for all file systems, so they do proper
  cleanup.
* Require the file system to decide whether or not linking and unlinking of
  directories is allowed, and disable it for all current file systems.
Adosfs prototyping changes.  Compiler warning police.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Oct 18 08:49:37 1995 UTC (28 years, 7 months ago) by deraadt
CVS Tags: netbsd_1_1
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

initial import of NetBSD tree

Revision 1.1 / (download) - annotate - [select for diffs], Wed Oct 18 08:49:37 1995 UTC (28 years, 7 months ago) by deraadt
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.