NetBSD

CVS log for src/sys/fs/sysvbfs/sysvbfs_vnops.c

[BACK] Up to [NetBSD] / src / sys / fs / sysvbfs

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.26: download - view: text, markup, annotated - select for diffs
Fri Jan 8 12:35:09 2010 CET (4 weeks, 4 days ago) by pooka
Branches: MAIN
CVS tags: uebayasi-xip-base, uebayasi-xip, HEAD
Diff to previous 1.25: preferred, colored
Changes since revision 1.25: +3 -3 lines
The VATTR_NULL/VREF/VHOLD/HOLDRELE() macros lost their will to live
years ago when the kernel was modified to not alter ABI based on
DIAGNOSTIC, and now just call the respective function interfaces
(in lowercase).  Plenty of mix'n match upper/lowercase has creeped
into the tree since then.  Nuke the macros and convert all callsites
to lowercase.

no functional change

Revision 1.25: download - view: text, markup, annotated - select for diffs
Tue Jan 5 14:30:11 2010 CET (4 weeks, 6 days ago) by mbalmer
Branches: MAIN
Diff to previous 1.24: preferred, colored
Changes since revision 1.24: +9 -9 lines
Remove extra semicolons.

Revision 1.21.4.1: download - view: text, markup, annotated - select for diffs
Fri Jul 24 01:32:33 2009 (6 months, 2 weeks ago) by jym
Branches: jym-xensuspend
Diff to previous 1.21: preferred, colored next main 1.22: preferred, colored
Changes since revision 1.21: +33 -7 lines
Sync with HEAD.

Revision 1.17.10.3: download - view: text, markup, annotated - select for diffs
Sat Jul 18 16:53:21 2009 (6 months, 3 weeks ago) by yamt
Branches: yamt-nfs-mp
Diff to previous 1.17.10.2: preferred, colored to branchpoint 1.17: preferred, colored next main 1.18: preferred, colored
Changes since revision 1.17.10.2: +33 -7 lines
sync with head.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Sat Jul 4 00:38:08 2009 (7 months, 1 week ago) by pgoyette
Branches: MAIN
CVS tags: yamt-nfs-mp-base8, yamt-nfs-mp-base7, yamt-nfs-mp-base6, matt-premerge-20091211, jymxensuspend-base, jym-xensuspend-nbase
Diff to previous 1.23: preferred, colored
Changes since revision 1.23: +3 -2 lines
Define error before using it.

(Hello again, elad!)

Revision 1.23: download - view: text, markup, annotated - select for diffs
Fri Jul 3 23:17:41 2009 (7 months, 1 week ago) by elad
Branches: MAIN
Diff to previous 1.22: preferred, colored
Changes since revision 1.22: +30 -7 lines
Where possible, extract the file-system's access() routine to two internal
functions: the first checking if the operation is possible (regardless of
permissions), the second checking file-system permissions, ACLs, etc.

Mailing list reference:

	http://mail-index.netbsd.org/tech-kern/2009/06/21/msg005311.html

Revision 1.22: download - view: text, markup, annotated - select for diffs
Tue Jun 23 21:36:39 2009 (7 months, 2 weeks ago) by elad
Branches: MAIN
Diff to previous 1.21: preferred, colored
Changes since revision 1.21: +5 -3 lines
Move the implementation of vaccess() to genfs_can_access(), in line with
the other routines of the same spirit.

Adjust file-system code to use it.

Keep vaccess() for KPI compatibility and to keep element of least
surprise. A "diagnostic" message warning that vaccess() is deprecated will
be printed when it's used (obviously, only in DIAGNOSTIC kernels).

No objections on tech-kern@:

	http://mail-index.netbsd.org/tech-kern/2009/06/21/msg005310.html

Revision 1.17.10.2: download - view: text, markup, annotated - select for diffs
Mon May 4 10:13:44 2009 (9 months, 1 week ago) by yamt
Branches: yamt-nfs-mp
Diff to previous 1.17.10.1: preferred, colored to branchpoint 1.17: preferred, colored
Changes since revision 1.17.10.1: +8 -12 lines
sync with head.

Revision 1.19.8.1: download - view: text, markup, annotated - select for diffs
Mon Jan 19 14:19:36 2009 CET (12 months, 3 weeks ago) by skrll
Branches: nick-hppapmap
Diff to previous 1.19: preferred, colored next main 1.20: preferred, colored
Changes since revision 1.19: +8 -12 lines
Sync with HEAD.

Revision 1.17.6.2: download - view: text, markup, annotated - select for diffs
Sat Jan 17 14:29:17 2009 CET (12 months, 3 weeks ago) by mjf
Branches: mjf-devfs2
Diff to previous 1.17.6.1: preferred, colored to branchpoint 1.17: preferred, colored next main 1.18: preferred, colored
Changes since revision 1.17.6.1: +6 -10 lines
Sync with HEAD.

Revision 1.19.6.1: download - view: text, markup, annotated - select for diffs
Sat Dec 13 02:14:59 2008 CET (13 months, 4 weeks ago) by haad
Branches: haad-dm
Diff to previous 1.19: preferred, colored next main 1.20: preferred, colored
Changes since revision 1.19: +8 -12 lines
Update haad-dm branch to haad-dm-base2.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Wed Nov 26 21:17:33 2008 CET (14 months, 1 week ago) by pooka
Branches: MAIN
CVS tags: yamt-nfs-mp-base5, yamt-nfs-mp-base4, yamt-nfs-mp-base3, nick-hppapmap-base4, nick-hppapmap-base3, nick-hppapmap-base2, nick-hppapmap-base, mjf-devfs2-base, jym-xensuspend-base, haad-nbase2, haad-dm-base2, haad-dm-base, ad-audiomp2-base, ad-audiomp2
Branch point for: jym-xensuspend
Diff to previous 1.20: preferred, colored
Changes since revision 1.20: +7 -12 lines
Rototill all remaining file systems to use ubc_uiomove() instead
of the ubc_alloc() - uiomove() - ubc_release() dance.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Sun Nov 16 20:34:30 2008 CET (14 months, 3 weeks ago) by pooka
Branches: MAIN
Diff to previous 1.19: preferred, colored
Changes since revision 1.19: +3 -2 lines
more <sys/buf.h> police

Revision 1.17.6.1: download - view: text, markup, annotated - select for diffs
Mon Jun 2 15:24:05 2008 (20 months, 1 week ago) by mjf
Branches: mjf-devfs2
Diff to previous 1.17: preferred, colored
Changes since revision 1.17: +3 -10 lines
Sync with HEAD.

Revision 1.17.8.1: download - view: text, markup, annotated - select for diffs
Sun May 18 14:35:02 2008 (20 months, 3 weeks ago) by yamt
Branches: yamt-pf42
Diff to previous 1.17: preferred, colored next main 1.18: preferred, colored
Changes since revision 1.17: +3 -10 lines
sync with head.

Revision 1.17.10.1: download - view: text, markup, annotated - select for diffs
Fri May 16 04:25:21 2008 (20 months, 3 weeks ago) by yamt
Branches: yamt-nfs-mp
Diff to previous 1.17: preferred, colored
Changes since revision 1.17: +3 -10 lines
sync with head.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Wed Apr 30 16:07:14 2008 (21 months, 1 week ago) by ad
Branches: MAIN
CVS tags: yamt-pf42-base4, yamt-pf42-base3, yamt-pf42-base2, yamt-nfs-mp-base2, wrstuden-revivesa-base-4, wrstuden-revivesa-base-3, wrstuden-revivesa-base-2, wrstuden-revivesa-base-1, wrstuden-revivesa-base, wrstuden-revivesa, simonb-wapbl-nbase, simonb-wapbl-base, simonb-wapbl, netbsd-5-base, netbsd-5-0-RELEASE, netbsd-5-0-RC4, netbsd-5-0-RC3, netbsd-5-0-RC2, netbsd-5-0-RC1, netbsd-5-0-2-RELEASE, netbsd-5-0-1-RELEASE, netbsd-5-0, netbsd-5, matt-nb5-mips64-u2-k2-k4-k7-k8-k9, matt-nb5-mips64-u1-k1-k5, matt-nb5-mips64-premerge-20091211, matt-nb5-mips64, matt-nb4-mips64-k7-u2a-k9b, matt-mips64-base2, hpcarm-cleanup-nbase, haad-dm-base1
Branch point for: nick-hppapmap, haad-dm
Diff to previous 1.18: preferred, colored
Changes since revision 1.18: +3 -3 lines
Make various bits of debug code compile again.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon Apr 28 22:24:02 2008 (21 months, 1 week ago) by martin
Branches: MAIN
Diff to previous 1.17: preferred, colored
Changes since revision 1.17: +2 -9 lines
Remove clause 3 and 4 from TNF licenses

Revision 1.14.4.3: download - view: text, markup, annotated - select for diffs
Mon Feb 18 22:06:40 2008 CET (23 months, 3 weeks ago) by mjf
Branches: mjf-devfs
Diff to previous 1.14.4.2: preferred, colored to branchpoint 1.14: preferred, colored next main 1.15: preferred, colored
Changes since revision 1.14.4.2: +6 -5 lines
Sync with HEAD.

Revision 1.3.6.7: download - view: text, markup, annotated - select for diffs
Mon Jan 21 10:45:54 2008 CET (2 years ago) by yamt
Branches: yamt-lazymbuf
Diff to previous 1.3.6.6: preferred, colored to branchpoint 1.3: preferred, colored next main 1.4: preferred, colored
Changes since revision 1.3.6.6: +36 -35 lines
sync with head

Revision 1.13.6.2: download - view: text, markup, annotated - select for diffs
Wed Jan 9 02:55:51 2008 CET (2 years, 1 month ago) by matt
Branches: matt-armv6
Diff to previous 1.13.6.1: preferred, colored to branchpoint 1.13: preferred, colored next main 1.14: preferred, colored
Changes since revision 1.13.6.1: +39 -47 lines
sync with HEAD

Revision 1.15.6.1: download - view: text, markup, annotated - select for diffs
Wed Jan 2 22:55:38 2008 CET (2 years, 1 month ago) by bouyer
Branches: bouyer-xeni386
CVS tags: bouyer-xeni386-merge1
Diff to previous 1.15: preferred, colored next main 1.16: preferred, colored
Changes since revision 1.15: +36 -35 lines
Sync with HEAD

Revision 1.17: download - view: text, markup, annotated - select for diffs
Wed Jan 2 12:48:46 2008 CET (2 years, 1 month ago) by ad
Branches: MAIN
CVS tags: yamt-pf42-baseX, yamt-pf42-base, yamt-nfs-mp-base, yamt-lazymbuf-base15, yamt-lazymbuf-base14, nick-net80211-sync-base, nick-net80211-sync, mjf-devfs-base, matt-armv6-nbase, matt-armv6-base, keiichi-mipv6-nbase, keiichi-mipv6-base, keiichi-mipv6, hpcarm-cleanup-base, bouyer-xeni386-nbase, bouyer-xeni386-base, ad-socklock-base1
Branch point for: yamt-pf42, yamt-nfs-mp, mjf-devfs2
Diff to previous 1.16: preferred, colored
Changes since revision 1.16: +6 -5 lines
Merge vmlocking2 to head.

Revision 1.14.4.2: download - view: text, markup, annotated - select for diffs
Thu Dec 27 01:45:49 2007 CET (2 years, 1 month ago) by mjf
Branches: mjf-devfs
Diff to previous 1.14.4.1: preferred, colored to branchpoint 1.14: preferred, colored
Changes since revision 1.14.4.1: +32 -32 lines
Sync with HEAD.

Revision 1.15.2.3: download - view: text, markup, annotated - select for diffs
Wed Dec 26 22:39:34 2007 CET (2 years, 1 month ago) by ad
Branches: vmlocking2
Diff to previous 1.15.2.2: preferred, colored to branchpoint 1.15: preferred, colored next main 1.16: preferred, colored
Changes since revision 1.15.2.2: +32 -32 lines
Sync with head.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Sat Dec 15 01:39:36 2007 CET (2 years, 1 month ago) by perry
Branches: MAIN
CVS tags: vmlocking2-base3
Diff to previous 1.15: preferred, colored
Changes since revision 1.15: +32 -32 lines
__FUNCTION__ -> __func__

Revision 1.14.4.1: download - view: text, markup, annotated - select for diffs
Sat Dec 8 19:20:21 2007 CET (2 years, 2 months ago) by mjf
Branches: mjf-devfs
Diff to previous 1.14: preferred, colored
Changes since revision 1.14: +6 -15 lines
Sync with HEAD.

Revision 1.15.2.2: download - view: text, markup, annotated - select for diffs
Sat Dec 8 18:57:39 2007 CET (2 years, 2 months ago) by ad
Branches: vmlocking2
Diff to previous 1.15.2.1: preferred, colored to branchpoint 1.15: preferred, colored
Changes since revision 1.15.2.1: +4 -4 lines
Sync with head.

Revision 1.3.6.6: download - view: text, markup, annotated - select for diffs
Fri Dec 7 18:32:10 2007 CET (2 years, 2 months ago) by yamt
Branches: yamt-lazymbuf
Diff to previous 1.3.6.5: preferred, colored to branchpoint 1.3: preferred, colored
Changes since revision 1.3.6.5: +6 -15 lines
sync with head

Revision 1.15.2.1: download - view: text, markup, annotated - select for diffs
Tue Dec 4 14:03:09 2007 CET (2 years, 2 months ago) by ad
Branches: vmlocking2
Diff to previous 1.15: preferred, colored
Changes since revision 1.15: +6 -5 lines
Pull the vmlocking changes into a new branch.

Revision 1.13.4.2: download - view: text, markup, annotated - select for diffs
Tue Nov 27 20:37:53 2007 CET (2 years, 2 months ago) by joerg
Branches: jmcneill-pm
Diff to previous 1.13.4.1: preferred, colored to branchpoint 1.13: preferred, colored next main 1.14: preferred, colored
Changes since revision 1.13.4.1: +6 -15 lines
Sync with HEAD. amd64 Xen support needs testing.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Mon Nov 26 20:01:54 2007 CET (2 years, 2 months ago) by pooka
Branches: MAIN
CVS tags: yamt-kmem-base3, yamt-kmem-base2, yamt-kmem-base, yamt-kmem, vmlocking2-base2, vmlocking2-base1, vmlocking-nbase, reinoud-bufcleanup-nbase, reinoud-bufcleanup-base, jmcneill-pm-base, cube-autoconf-base, cube-autoconf
Branch point for: vmlocking2, bouyer-xeni386
Diff to previous 1.14: preferred, colored
Changes since revision 1.14: +6 -15 lines
Remove the "struct lwp *" argument from all VFS and VOP interfaces.
The general trend is to remove it from all kernel interfaces and
this is a start.  In case the calling lwp is desired, curlwp should
be used.

quick consensus on tech-kern

Revision 1.13.6.1: download - view: text, markup, annotated - select for diffs
Wed Nov 7 00:31:20 2007 CET (2 years, 3 months ago) by matt
Branches: matt-armv6
CVS tags: matt-armv6-prevmlocking
Diff to previous 1.13: preferred, colored
Changes since revision 1.13: +16 -11 lines
sync with HEAD

Revision 1.3.6.5: download - view: text, markup, annotated - select for diffs
Sat Oct 27 13:35:14 2007 (2 years, 3 months ago) by yamt
Branches: yamt-lazymbuf
Diff to previous 1.3.6.4: preferred, colored to branchpoint 1.3: preferred, colored
Changes since revision 1.3.6.4: +16 -11 lines
sync with head.

Revision 1.11.4.5: download - view: text, markup, annotated - select for diffs
Tue Oct 9 15:44:21 2007 (2 years, 4 months ago) by ad
Branches: vmlocking
Diff to previous 1.11.4.4: preferred, colored to branchpoint 1.11: preferred, colored next main 1.12: preferred, colored
Changes since revision 1.11.4.4: +16 -11 lines
Sync with head.

Revision 1.13.8.1: download - view: text, markup, annotated - select for diffs
Sat Oct 6 17:29:50 2007 (2 years, 4 months ago) by yamt
Branches: yamt-x86pmap
Diff to previous 1.13: preferred, colored next main 1.14: preferred, colored
Changes since revision 1.13: +16 -11 lines
sync with head.

Revision 1.13.4.1: download - view: text, markup, annotated - select for diffs
Tue Oct 2 20:28:55 2007 (2 years, 4 months ago) by joerg
Branches: jmcneill-pm
Diff to previous 1.13: preferred, colored
Changes since revision 1.13: +16 -11 lines
Sync with HEAD.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Sep 24 02:42:14 2007 (2 years, 4 months ago) by rumble
Branches: MAIN
CVS tags: yamt-x86pmap-base4, yamt-x86pmap-base3, yamt-x86pmap-base2, vmlocking-base, jmcneill-base, bouyer-xenamd64-base2, bouyer-xenamd64-base, bouyer-xenamd64
Branch point for: mjf-devfs
Diff to previous 1.13: preferred, colored
Changes since revision 1.13: +16 -11 lines
Avoid stack allocation of large dirent structures in foo_readdir().

Revision 1.11.4.4: download - view: text, markup, annotated - select for diffs
Sun Sep 16 21:04:31 2007 (2 years, 4 months ago) by ad
Branches: vmlocking
Diff to previous 1.11.4.3: preferred, colored to branchpoint 1.11: preferred, colored
Changes since revision 1.11.4.3: +4 -5 lines
Checkpoint work in progress on the vnode lifecycle and reference counting
stuff. This makes it work properly without kernel_lock and fixes a few
quite old bugs. See vfs_subr.c 1.283.2.17 for details.

Revision 1.3.6.4: download - view: text, markup, annotated - select for diffs
Mon Sep 3 16:40:35 2007 (2 years, 5 months ago) by yamt
Branches: yamt-lazymbuf
Diff to previous 1.3.6.3: preferred, colored to branchpoint 1.3: preferred, colored
Changes since revision 1.3.6.3: +3 -4 lines
sync with head.

Revision 1.11.4.3: download - view: text, markup, annotated - select for diffs
Sun Aug 19 21:24:52 2007 (2 years, 5 months ago) by ad
Branches: vmlocking
Diff to previous 1.11.4.2: preferred, colored to branchpoint 1.11: preferred, colored
Changes since revision 1.11.4.2: +5 -4 lines
- Back out the biodone() changes.
- Eliminate B_ERROR (from HEAD).

Revision 1.12.2.1: download - view: text, markup, annotated - select for diffs
Wed Aug 15 15:49:01 2007 (2 years, 5 months ago) by skrll
Branches: nick-csl-alignment
Diff to previous 1.12: preferred, colored next main 1.13: preferred, colored
Changes since revision 1.12: +2 -3 lines
Sync with HEAD.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Sun Jul 29 15:31:10 2007 (2 years, 6 months ago) by ad
Branches: MAIN
CVS tags: yamt-x86pmap-base, nick-csl-alignment-base5, matt-mips64-base, matt-mips64, hpcarm-cleanup
Branch point for: yamt-x86pmap, matt-armv6, jmcneill-pm
Diff to previous 1.12: preferred, colored
Changes since revision 1.12: +2 -3 lines
It's not a good idea for device drivers to modify b_flags, as they don't
need to understand the locking around that field. Instead of setting
B_ERROR, set b_error instead. b_error is 'owned' by whoever completes
the I/O request.

Revision 1.11.4.2: download - view: text, markup, annotated - select for diffs
Sun Jul 15 17:52:52 2007 (2 years, 6 months ago) by ad
Branches: vmlocking
Diff to previous 1.11.4.1: preferred, colored to branchpoint 1.11: preferred, colored
Changes since revision 1.11.4.1: +6 -8 lines
Sync with head.

Revision 1.11.4.1: download - view: text, markup, annotated - select for diffs
Sun Jul 15 15:27:34 2007 (2 years, 6 months ago) by ad
Branches: vmlocking
Diff to previous 1.11: preferred, colored
Changes since revision 1.11: +3 -3 lines
Sync with head.

Revision 1.11.6.1: download - view: text, markup, annotated - select for diffs
Wed Jul 11 22:09:34 2007 (2 years, 7 months ago) by mjf
Branches: mjf-ufs-trans
Diff to previous 1.11: preferred, colored next main 1.12: preferred, colored
Changes since revision 1.11: +3 -3 lines
Sync with head.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sat Jun 30 11:37:57 2007 (2 years, 7 months ago) by pooka
Branches: MAIN
CVS tags: nick-csl-alignment-base, mjf-ufs-trans-base
Branch point for: nick-csl-alignment
Diff to previous 1.11: preferred, colored
Changes since revision 1.11: +3 -3 lines
Using POOL_INIT here makes no sense, since file systems always have
an init method.  So get rid of it and #ifdef _LKM and just always
init in the init method.  Give malloc types the same treatment.
Makes file systems nicer to work with in linksetless environments
and fixes a few LKM discrepancies.

Revision 1.8.2.1: download - view: text, markup, annotated - select for diffs
Tue Feb 27 17:54:14 2007 CET (2 years, 11 months ago) by yamt
Branches: yamt-idlelwp
Diff to previous 1.8: preferred, colored next main 1.9: preferred, colored
Changes since revision 1.8: +15 -14 lines
- sync with head.
- move sched_changepri back to kern_synch.c as it doesn't know PPQ anymore.

Revision 1.3.6.3: download - view: text, markup, annotated - select for diffs
Mon Feb 26 10:10:59 2007 CET (2 years, 11 months ago) by yamt
Branches: yamt-lazymbuf
Diff to previous 1.3.6.2: preferred, colored to branchpoint 1.3: preferred, colored
Changes since revision 1.3.6.2: +15 -15 lines
sync with head.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Feb 22 07:37:00 2007 CET (2 years, 11 months ago) by thorpej
Branches: MAIN
CVS tags: yamt-idlelwp-base8, thorpej-atomic-base, thorpej-atomic, reinoud-bufcleanup, ad-audiomp-base, ad-audiomp
Branch point for: vmlocking, mjf-ufs-trans
Diff to previous 1.10: preferred, colored
Changes since revision 1.10: +13 -13 lines
TRUE -> true, FALSE -> false

Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Feb 22 00:00:03 2007 CET (2 years, 11 months ago) by thorpej
Branches: MAIN
Diff to previous 1.9: preferred, colored
Changes since revision 1.9: +4 -4 lines
Replace the Mach-derived boolean_t type with the C99 bool type.  A
future commit will replace use of TRUE and FALSE with true and false.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Feb 20 17:21:04 2007 CET (2 years, 11 months ago) by ad
Branches: MAIN
Diff to previous 1.8: preferred, colored
Changes since revision 1.8: +3 -2 lines
Call genfs_node_destroy() where appropriate.

Revision 1.5.8.1: download - view: text, markup, annotated - select for diffs
Sun Feb 18 00:27:46 2007 CET (2 years, 11 months ago) by tron
Branches: netbsd-4
CVS tags: wrstuden-fixsa-newbase, wrstuden-fixsa-base-1, wrstuden-fixsa-base, wrstuden-fixsa, netbsd-4-0-RELEASE, netbsd-4-0-RC5, netbsd-4-0-RC4, netbsd-4-0-RC3, netbsd-4-0-RC2, netbsd-4-0-RC1, netbsd-4-0-1-RELEASE, netbsd-4-0, matt-nb4-arm-base, matt-nb4-arm
Diff to previous 1.5: preferred, colored next main 1.6: preferred, colored
Changes since revision 1.5: +6 -23 lines
Apply patch (requested by chs in ticket #422):
- Fix various deadlock problems with nullfs and unionfs.
- Speed up path lookups by upto 25%.

Revision 1.5.4.2: download - view: text, markup, annotated - select for diffs
Thu Feb 1 09:48:33 2007 CET (3 years ago) by ad
Branches: newlock2
Diff to previous 1.5.4.1: preferred, colored to branchpoint 1.5: preferred, colored next main 1.6: preferred, colored
Changes since revision 1.5.4.1: +2 -3 lines
Sync with head.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Jan 29 02:52:44 2007 CET (3 years ago) by hubertf
Branches: MAIN
CVS tags: post-newlock2-merge, newlock2-nbase, newlock2-base
Branch point for: yamt-idlelwp
Diff to previous 1.7: preferred, colored
Changes since revision 1.7: +2 -3 lines
Remove more duplicate headers.
Patch by Slava Semushin <slava.semushin@gmail.com>

Again, this was tested by comparing obj files from a pristine and a patched
source tree against an i386/ALL kernel, and also for src/sbin/fsck_ffs,
src/sbin/fsdb and src/usr.sbin/makefs. Only changes in assert() line numbers
were detected in 'objdump -d' output.

Revision 1.5.4.1: download - view: text, markup, annotated - select for diffs
Fri Jan 12 02:04:05 2007 CET (3 years ago) by ad
Branches: newlock2
Diff to previous 1.5: preferred, colored
Changes since revision 1.5: +7 -24 lines
Sync with head.

Revision 1.3.6.2: download - view: text, markup, annotated - select for diffs
Sat Dec 30 21:50:01 2006 CET (3 years, 1 month ago) by yamt
Branches: yamt-lazymbuf
Diff to previous 1.3.6.1: preferred, colored to branchpoint 1.3: preferred, colored
Changes since revision 1.3.6.1: +13 -30 lines
sync with head.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Dec 25 19:32:16 2006 CET (3 years, 1 month ago) by wiz
Branches: MAIN
Diff to previous 1.6: preferred, colored
Changes since revision 1.6: +3 -3 lines
Spell "algorithm" correctly. From Zafer Aydogan.

Revision 1.5.6.1: download - view: text, markup, annotated - select for diffs
Sun Dec 10 08:18:42 2006 CET (3 years, 2 months ago) by yamt
Branches: yamt-splraiseipl
Diff to previous 1.5: preferred, colored next main 1.6: preferred, colored
Changes since revision 1.5: +6 -23 lines
sync with head.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Dec 9 17:11:51 2006 CET (3 years, 2 months ago) by chs
Branches: MAIN
CVS tags: yamt-splraiseipl-base5, yamt-splraiseipl-base4, yamt-splraiseipl-base3
Diff to previous 1.5: preferred, colored
Changes since revision 1.5: +6 -23 lines
a smorgasbord of improvements to vnode locking and path lookup:
 - LOCKPARENT is no longer relevant for lookup(), relookup() or VOP_LOOKUP().
   these now always return the parent vnode locked.  namei() works as before.
   lookup() and various other paths no longer acquire vnode locks in the
   wrong order via vrele().  fixes PR 32535.
   as a nice side effect, path lookup is also up to 25% faster.
 - the above allows us to get rid of PDIRUNLOCK.
 - also get rid of WANTPARENT (just use LOCKPARENT and unlock it).
 - remove an assumption in layer_node_find() that all file systems implement
   a recursive VOP_LOCK() (unionfs doesn't).
 - require that all file systems supply vfs_vptofh and vfs_fhtovp routines.
   fill in eopnotsupp() for file systems that don't support being exported
   and remove the checks for NULL.  (layerfs calls these without checking.)
 - in union_lookup1(), don't change refcounts in the ISDOTDOT case, just
   adjust which vnode is locked.  fixes PR 33374.
 - apply fixes for ufs_rename() from ufs_vnops.c rev. 1.61 to ext2fs_rename().

Revision 1.1.4.1: download - view: text, markup, annotated - select for diffs
Sat Sep 9 04:57:06 2006 (3 years, 5 months ago) by rpaulo
Branches: rpaulo-netinet-merge-pcb
Diff to previous 1.1: preferred, colored next main 1.2: preferred, colored
Changes since revision 1.1: +21 -20 lines
sync with head

Revision 1.1.8.2: download - view: text, markup, annotated - select for diffs
Fri Aug 11 17:45:34 2006 (3 years, 6 months ago) by yamt
Branches: yamt-pdpolicy
Diff to previous 1.1.8.1: preferred, colored to branchpoint 1.1: preferred, colored next main 1.2: preferred, colored
Changes since revision 1.1.8.1: +8 -8 lines
sync with head

Revision 1.3.4.1: download - view: text, markup, annotated - select for diffs
Thu Jul 13 19:49:50 2006 (3 years, 6 months ago) by gdamore
Branches: gdamore-uart
Diff to previous 1.3: preferred, colored next main 1.4: preferred, colored
Changes since revision 1.3: +8 -8 lines
Merge from HEAD.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Jul 1 12:12:36 2006 (3 years, 7 months ago) by martin
Branches: MAIN
CVS tags: yamt-splraiseipl-base2, yamt-splraiseipl-base, yamt-pdpolicy-base9, yamt-pdpolicy-base8, yamt-pdpolicy-base7, rpaulo-netinet-merge-pcb-base, netbsd-4-base, abandoned-netbsd-4-base, abandoned-netbsd-4
Branch point for: yamt-splraiseipl, newlock2, netbsd-4
Diff to previous 1.4: preferred, colored
Changes since revision 1.4: +8 -12 lines
Redo previous differently - just use time_second.
Pointed out by Frank Kardel.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Jul 1 10:42:39 2006 (3 years, 7 months ago) by martin
Branches: MAIN
Diff to previous 1.3: preferred, colored
Changes since revision 1.3: +12 -8 lines
Make it compile post time-counter merge

Revision 1.3.6.1: download - view: text, markup, annotated - select for diffs
Wed Jun 21 17:09:30 2006 (3 years, 7 months ago) by yamt
Branches: yamt-lazymbuf
Diff to previous 1.3: preferred, colored
Changes since revision 1.3: +0 -0 lines
sync with head.

Revision 1.1.6.1: download - view: text, markup, annotated - select for diffs
Fri Jun 2 00:38:05 2006 (3 years, 8 months ago) by kardel
Branches: simonb-timecounters
CVS tags: simonb-timcounters-final
Diff to previous 1.1: preferred, colored next main 1.2: preferred, colored
Changes since revision 1.1: +15 -14 lines
Sync with head.

Revision 1.1.12.1: download - view: text, markup, annotated - select for diffs
Wed May 24 17:50:40 2006 (3 years, 8 months ago) by tron
Branches: peter-altq
Diff to previous 1.1: preferred, colored next main 1.2: preferred, colored
Changes since revision 1.1: +13 -12 lines
Merge 2006-05-24 NetBSD-current into the "peter-altq" branch.

Revision 1.1.8.1: download - view: text, markup, annotated - select for diffs
Wed May 24 12:58:40 2006 (3 years, 8 months ago) by yamt
Branches: yamt-pdpolicy
Diff to previous 1.1: preferred, colored
Changes since revision 1.1: +15 -14 lines
sync with head.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon May 15 14:51:21 2006 (3 years, 8 months ago) by yamt
Branches: MAIN
CVS tags: yamt-pdpolicy-base6, yamt-pdpolicy-base5, simonb-timecounters-base, gdamore-uart-base, chap-midi-nbase, chap-midi-base, chap-midi
Branch point for: yamt-lazymbuf, gdamore-uart
Diff to previous 1.2: preferred, colored
Changes since revision 1.2: +3 -2 lines
don't try to dereference kauth_cred_t.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun May 14 23:31:52 2006 (3 years, 8 months ago) by elad
Branches: MAIN
Diff to previous 1.1: preferred, colored
Changes since revision 1.1: +10 -10 lines
integrate kauth.

Revision 1.1.10.1: download - view: text, markup, annotated - select for diffs
Wed Mar 8 02:31:33 2006 CET (3 years, 11 months ago) by elad
Branches: elad-kernelauth
Diff to previous 1.1: preferred, colored next main 1.2: preferred, colored
Changes since revision 1.1: +12 -12 lines
Adapt to kernel authorization KPI.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Dec 29 15:53:45 2005 CET (4 years, 1 month ago) by tsutsui
Branches: MAIN
CVS tags: yamt-uio_vmspace-base5, yamt-uio_vmspace, yamt-pdpolicy-base4, yamt-pdpolicy-base3, yamt-pdpolicy-base2, yamt-pdpolicy-base, peter-altq-base, elad-kernelauth-base
Branch point for: yamt-pdpolicy, simonb-timecounters, rpaulo-netinet-merge-pcb, peter-altq, elad-kernelauth
Add preliminary support for System V Boot File System.
Written by UCHIYAMA Yasushi <uch@netbsd>.

Diff request

This form allows you to request diffs 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.

Log view options

cvsweb.de.netbsd.org <zafer@aydogan.de>