
CVS log for src/sys/fs/sysvbfs/sysvbfs_vnops.c
Up to [NetBSD] / src / sys / fs / sysvbfs
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.40: download - view: text, markup, annotated - select for diffs
Fri Jan 27 22:46:42 2012 CET (13 days, 6 hours ago) by njoly
Branches: MAIN
CVS tags: HEAD
Diff to previous 1.39: preferred, colored
Changes since revision 1.39: +28 -8
lines
Check credentials when setting uid, gid or mode attributes.
Revision 1.39: download - view: text, markup, annotated - select for diffs
Mon Dec 12 20:11:21 2011 CET (8 weeks, 3 days ago) by njoly
Branches: MAIN
Diff to previous 1.38: preferred, colored
Changes since revision 1.38: +9 -3
lines
Start making fs read(2) fail with EISDIR if the implementation does
not allow read on directories (kernfs, rumpfs, ptyfs and sysvbfs).
Adjust man page accordingly, and add a small corresponding vfs
testcase.
Revision 1.35.2.1: download - view: text, markup, annotated - select for diffs
Mon Jun 6 11:09:23 2011 (8 months ago) by jruoho
Branches: jruoho-x86intr
Diff to previous 1.35: preferred, colored next main 1.36: preferred, colored
Changes since revision 1.35: +10 -8
lines
Sync with HEAD.
Revision 1.26.4.4: download - view: text, markup, annotated - select for diffs
Tue May 31 05:04:59 2011 (8 months, 1 week ago) by rmind
Branches: rmind-uvmplock
Diff to previous 1.26.4.3: preferred, colored to branchpoint 1.26: preferred, colored next main 1.27: preferred, colored
Changes since revision 1.26.4.3: +2 -6
lines
sync with head
Revision 1.38: download - view: text, markup, annotated - select for diffs
Thu May 19 05:11:58 2011 (8 months, 3 weeks ago) by rmind
Branches: MAIN
CVS tags: yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
yamt-pagecache,
rmind-uvmplock-nbase,
rmind-uvmplock-base,
jmcneill-usbmp-base,
jmcneill-usbmp,
jmcneill-audiomp3-base,
jmcneill-audiomp3,
cherry-xenmp-base,
cherry-xenmp
Diff to previous 1.37: preferred, colored
Changes since revision 1.37: +2 -3
lines
Remove cache_purge(9) calls from reclamation routines in the file systems,
as vclean(9) performs it for us since Lite2 merge.
Revision 1.37: download - view: text, markup, annotated - select for diffs
Tue Apr 26 13:32:38 2011 (9 months, 2 weeks ago) by hannken
Branches: MAIN
Diff to previous 1.36: preferred, colored
Changes since revision 1.36: +4 -7
lines
Change vflushbuf() to return an error if a synchronous write fails.
Welcome to 5.99.51.
Revision 1.26.4.3: download - view: text, markup, annotated - select for diffs
Sat Mar 5 21:55:09 2011 CET (11 months ago) by rmind
Branches: rmind-uvmplock
Diff to previous 1.26.4.2: preferred, colored to branchpoint 1.26: preferred, colored
Changes since revision 1.26.4.2: +12 -16
lines
sync with head
Revision 1.35.4.1: download - view: text, markup, annotated - select for diffs
Tue Feb 8 17:19:58 2011 CET (12 months ago) by bouyer
Branches: bouyer-quota2
Diff to previous 1.35: preferred, colored next main 1.36: preferred, colored
Changes since revision 1.35: +8 -2
lines
Sync with HEAD
Revision 1.36: download - view: text, markup, annotated - select for diffs
Mon Jan 31 19:48:50 2011 CET (12 months, 1 week ago) by njoly
Branches: MAIN
CVS tags: bouyer-quota2-nbase,
bouyer-quota2-base
Diff to previous 1.35: preferred, colored
Changes since revision 1.35: +8 -2
lines
In sysvbfs_lookup(), deny last component write operation on a
read-only mount.
Fix PR/44302: sysvbfs allows unlink on fs mounted MNT_RDONLY.
Reviewed by pooka.
Revision 1.35: download - view: text, markup, annotated - select for diffs
Tue Nov 30 11:43:04 2010 CET (14 months, 1 week ago) by dholland
Branches: MAIN
CVS tags: matt-mips64-premerge-20101231,
jruoho-x86intr-base
Branch point for: jruoho-x86intr,
bouyer-quota2
Diff to previous 1.34: preferred, colored
Changes since revision 1.34: +2 -7
lines
Abolish the SAVENAME and HASBUF flags. There is now always a buffer,
so the path in a struct componentname is now always valid during VOP
calls.
Revision 1.34: download - view: text, markup, annotated - select for diffs
Tue Nov 30 11:30:00 2010 CET (14 months, 1 week ago) by dholland
Branches: MAIN
Diff to previous 1.33: preferred, colored
Changes since revision 1.33: +2 -8
lines
Abolish struct componentname's cn_pnbuf. Use the path buffer in the
pathbuf object passed to namei as work space instead. (For now a pnbuf
pointer appears in struct nameidata, to support certain unclean things
that haven't been fixed yet, but it will be going away in the future.)
This removes the need for the SAVENAME and HASBUF namei flags.
Revision 1.26.2.1: download - view: text, markup, annotated - select for diffs
Tue Aug 17 08:47:21 2010 (17 months, 3 weeks ago) by uebayasi
Branches: uebayasi-xip
Diff to previous 1.26: preferred, colored next main 1.27: preferred, colored
Changes since revision 1.26: +53 -15
lines
Sync with HEAD.
Revision 1.17.10.5: download - view: text, markup, annotated - select for diffs
Thu Aug 12 00:54:36 2010 (17 months, 4 weeks ago) by yamt
Branches: yamt-nfs-mp
Diff to previous 1.17.10.4: preferred, colored to branchpoint 1.17: preferred, colored next main 1.18: preferred, colored
Changes since revision 1.17.10.4: +53 -15
lines
sync with head.
Revision 1.33: download - view: text, markup, annotated - select for diffs
Sat Jul 17 02:13:42 2010 (18 months, 3 weeks ago) by njoly
Branches: MAIN
CVS tags: yamt-nfs-mp-base11,
yamt-nfs-mp-base10,
uebayasi-xip-base4,
uebayasi-xip-base3,
uebayasi-xip-base2
Diff to previous 1.32: preferred, colored
Changes since revision 1.32: +5 -4
lines
Fix build with SYSVBFS_VNOPS_DEBUG.
Revision 1.32: download - view: text, markup, annotated - select for diffs
Sat Jul 17 01:41:01 2010 (18 months, 3 weeks ago) by njoly
Branches: MAIN
Diff to previous 1.31: preferred, colored
Changes since revision 1.31: +3 -3
lines
Small typo in comment.
Revision 1.26.4.2: download - view: text, markup, annotated - select for diffs
Sat Jul 3 03:19:51 2010 (19 months, 1 week ago) by rmind
Branches: rmind-uvmplock
Diff to previous 1.26.4.1: preferred, colored to branchpoint 1.26: preferred, colored
Changes since revision 1.26.4.1: +3 -3
lines
sync with head
Revision 1.31: download - view: text, markup, annotated - select for diffs
Thu Jun 24 15:03:10 2010 (19 months, 2 weeks ago) by hannken
Branches: MAIN
Diff to previous 1.30: preferred, colored
Changes since revision 1.30: +3 -3
lines
Clean up vnode lock operations pass 2:
VOP_UNLOCK(vp, flags) -> VOP_UNLOCK(vp): Remove the unneeded flags argument.
Welcome to 5.99.32.
Discussed on tech-kern.
Revision 1.26.4.1: download - view: text, markup, annotated - select for diffs
Sun May 30 07:17:56 2010 (20 months, 1 week ago) by rmind
Branches: rmind-uvmplock
Diff to previous 1.26: preferred, colored
Changes since revision 1.26: +48 -11
lines
sync with head
Revision 1.30: download - view: text, markup, annotated - select for diffs
Fri May 28 01:40:12 2010 (20 months, 2 weeks ago) by pooka
Branches: MAIN
Diff to previous 1.29: preferred, colored
Changes since revision 1.29: +27 -4
lines
Mark files removed in the in-memory structure. This allows us
to do two things:
1) properly set "recycle?" in inactive
2) easily check if we are renaming a removed vnode. without the
check, it was possible to enter a dirent in the file system for
a removed (and hence scheduled to be vcleaned) vnode. this would
lead to the succesful vget() of a clean vnode. the use of the
cleaned vnode was, however, less succesful, except for purposes
of crashing.
Revision 1.29: download - view: text, markup, annotated - select for diffs
Thu May 27 15:22:02 2010 (20 months, 2 weeks ago) by pooka
Branches: MAIN
Diff to previous 1.28: preferred, colored
Changes since revision 1.28: +8 -2
lines
Release pathname buffers after use.
Revision 1.28: download - view: text, markup, annotated - select for diffs
Wed May 26 23:27:00 2010 (20 months, 2 weeks ago) by pooka
Branches: MAIN
Diff to previous 1.27: preferred, colored
Changes since revision 1.27: +15 -8
lines
fix refcounting
Revision 1.27: download - view: text, markup, annotated - select for diffs
Wed May 26 19:52:35 2010 (20 months, 2 weeks ago) by pooka
Branches: MAIN
Diff to previous 1.26: preferred, colored
Changes since revision 1.26: +4 -3
lines
Initialize *vpp to NULL: relookup() requires it without initializing
the value before the call (yea, changing relookup would probably
be smart, but other file systems already initialize vpp, so I'm
letting someone else experiment with tylenol od).
Revision 1.17.10.4: download - view: text, markup, annotated - select for diffs
Thu Mar 11 16:04:14 2010 CET (23 months ago) by yamt
Branches: yamt-nfs-mp
Diff to previous 1.17.10.3: preferred, colored to branchpoint 1.17: preferred, colored
Changes since revision 1.17.10.3: +10 -10
lines
sync with head
Revision 1.26: download - view: text, markup, annotated - select for diffs
Fri Jan 8 12:35:09 2010 CET (2 years, 1 month ago) by pooka
Branches: MAIN
CVS tags: yamt-nfs-mp-base9,
uebayasi-xip-base1,
uebayasi-xip-base
Branch point for: uebayasi-xip,
rmind-uvmplock
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 (2 years, 1 month 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 (2 years, 6 months 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 (2 years, 6 months ago) by yamt
Branches: yamt-nfs-mp
Diff to previous 1.17.10.2: preferred, colored to branchpoint 1.17: 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 (2 years, 7 months 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 (2 years, 7 months 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 (2 years, 7 months 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 (2 years, 9 months 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 (3 years 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 (3 years 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 (3 years, 1 month 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 (3 years, 2 months 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 (3 years, 2 months 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 (3 years, 8 months 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 (3 years, 8 months 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 (3 years, 8 months 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 (3 years, 9 months 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-1-RELEASE,
netbsd-5-1-RC4,
netbsd-5-1-RC3,
netbsd-5-1-RC2,
netbsd-5-1-RC1,
netbsd-5-1-2-RELEASE,
netbsd-5-1-1-RELEASE,
netbsd-5-1,
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-pq3-base,
matt-nb5-pq3,
matt-nb5-mips64-u2-k2-k4-k7-k8-k9,
matt-nb5-mips64-u1-k1-k5,
matt-nb5-mips64-premerge-20101231,
matt-nb5-mips64-premerge-20091211,
matt-nb5-mips64-k15,
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 (3 years, 9 months 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 (3 years, 11 months 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.8: download - view: text, markup, annotated - select for diffs
Mon Jan 21 10:45:54 2008 CET (4 years ago) by yamt
Branches: yamt-lazymbuf
Diff to previous 1.3.6.7: preferred, colored to branchpoint 1.3: preferred, colored next main 1.4: preferred, colored
Changes since revision 1.3.6.7: +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 (4 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 (4 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 (4 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 (4 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 (4 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 (4 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 (4 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 (4 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.7: download - view: text, markup, annotated - select for diffs
Fri Dec 7 18:32:10 2007 CET (4 years, 2 months ago) by yamt
Branches: yamt-lazymbuf
Diff to previous 1.3.6.6: preferred, colored to branchpoint 1.3: preferred, colored
Changes since revision 1.3.6.6: +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 (4 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 (4 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 (4 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 (4 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.6: download - view: text, markup, annotated - select for diffs
Sat Oct 27 13:35:14 2007 (4 years, 3 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: +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 (4 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 (4 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 (4 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 (4 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 (4 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.5: download - view: text, markup, annotated - select for diffs
Mon Sep 3 16:40:35 2007 (4 years, 5 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: +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 (4 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 (4 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.10.2: download - view: text, markup, annotated - select for diffs
Sun Jul 29 15:31:11 2007 (4 years, 6 months ago) by ad
Branches: matt-mips64
Diff to previous 1.13.10.1: preferred, colored to branchpoint 1.13: preferred, colored next main 1.14: preferred, colored
Changes since revision 1.13.10.1: +802 -0
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.13.10.1
Sun Jul 29 15:31:10 2007 (4 years, 6 months ago) by ad
Branches: matt-mips64
FILE REMOVED
Changes since revision 1.13: +0 -802
lines
file sysvbfs_vnops.c was added on branch matt-mips64 on 2007-07-29 13:31:11 +0000
Revision 1.13: download - view: text, markup, annotated - select for diffs
Sun Jul 29 15:31:10 2007 (4 years, 6 months ago) by ad
Branches: MAIN
CVS tags: yamt-x86pmap-base,
nick-csl-alignment-base5,
matt-mips64-base,
hpcarm-cleanup
Branch point for: yamt-x86pmap,
matt-mips64,
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 (4 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 (4 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 (4 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 (4 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 (4 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.4: download - view: text, markup, annotated - select for diffs
Mon Feb 26 10:10:59 2007 CET (4 years, 11 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: +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 (4 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 (4 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 (4 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 (4 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 (5 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 (5 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 (5 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.3: download - view: text, markup, annotated - select for diffs
Sat Dec 30 21:50:01 2006 CET (5 years, 1 month 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: +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 (5 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 (5 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 (5 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 (5 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 (5 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 (5 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 (5 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 (5 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.2: download - view: text, markup, annotated - select for diffs
Wed Jun 21 17:09:30 2006 (5 years, 7 months 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: +820 -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 (5 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 (5 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 (5 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.6.1
Mon May 15 14:51:21 2006 (5 years, 8 months ago) by yamt
Branches: yamt-lazymbuf
FILE REMOVED
Changes since revision 1.3: +0 -820
lines
file sysvbfs_vnops.c was added on branch yamt-lazymbuf on 2006-06-21 15:09:30 +0000
Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon May 15 14:51:21 2006 (5 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 (5 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 (5 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 (6 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>.
cvsweb.de.netbsd.org <zafer@aydogan.de>