The NetBSD Project

CVS log for src/sys/kern/vfs_getcwd.c

[BACK] Up to [cvs.netbsd.org] / src / sys / kern

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.44.4.2 / (download) - annotate - [select for diffs], Sat Mar 5 20:55:25 2011 UTC (14 months, 3 weeks ago) by rmind
Branch: rmind-uvmplock
Changes since 1.44.4.1: +12 -30 lines
Diff to previous 1.44.4.1 (colored) to branchpoint 1.44 (colored) next main 1.45 (colored)

sync with head

Revision 1.47 / (download) - annotate - [select for diffs], Tue Nov 30 10:30:02 2010 UTC (17 months, 3 weeks ago) by dholland
Branch: MAIN
CVS Tags: yamt-pagecache-base5, yamt-pagecache-base4, yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, yamt-pagecache, rmind-uvmplock-nbase, rmind-uvmplock-base, netbsd-6-base, netbsd-6, matt-mips64-premerge-20101231, jruoho-x86intr-base, jruoho-x86intr, jmcneill-usbmp-pre-base2, jmcneill-usbmp-base9, jmcneill-usbmp-base8, jmcneill-usbmp-base7, jmcneill-usbmp-base6, jmcneill-usbmp-base5, jmcneill-usbmp-base4, jmcneill-usbmp-base3, jmcneill-usbmp-base2, jmcneill-usbmp-base, jmcneill-usbmp, jmcneill-audiomp3-base, jmcneill-audiomp3, cherry-xenmp-base, cherry-xenmp, bouyer-quota2-nbase, bouyer-quota2-base, bouyer-quota2, HEAD
Changes since 1.46: +2 -3 lines
Diff to previous 1.46 (colored)

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.44.2.1 / (download) - annotate - [select for diffs], Tue Aug 17 06:47:33 2010 UTC (21 months, 1 week ago) by uebayasi
Branch: uebayasi-xip
Changes since 1.44: +13 -30 lines
Diff to previous 1.44 (colored) next main 1.45 (colored)

Sync with HEAD.

Revision 1.41.10.4 / (download) - annotate - [select for diffs], Wed Aug 11 22:54:44 2010 UTC (21 months, 2 weeks ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.41.10.3: +13 -30 lines
Diff to previous 1.41.10.3 (colored) to branchpoint 1.41 (colored) next main 1.42 (colored)

sync with head.

Revision 1.46 / (download) - annotate - [select for diffs], Wed Jul 21 09:01:36 2010 UTC (22 months ago) by hannken
Branch: MAIN
CVS Tags: yamt-nfs-mp-base11, yamt-nfs-mp-base10, uebayasi-xip-base4, uebayasi-xip-base3, uebayasi-xip-base2
Changes since 1.45: +12 -29 lines
Diff to previous 1.45 (colored)

Using cache_revlookup() leads to vnode races as it returns an unreferenced
vnode that may disappear before the caller has a chance to reference it.

Reference the vnode while the name cache is locked.

No objections on tech-kern.

Revision 1.44.4.1 / (download) - annotate - [select for diffs], Sat Jul 3 01:19:55 2010 UTC (22 months, 3 weeks ago) by rmind
Branch: rmind-uvmplock
Changes since 1.44: +3 -3 lines
Diff to previous 1.44 (colored)

sync with head

Revision 1.45 / (download) - annotate - [select for diffs], Thu Jun 24 13:03:11 2010 UTC (23 months ago) by hannken
Branch: MAIN
Changes since 1.44: +3 -3 lines
Diff to previous 1.44 (colored)

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.41.10.3 / (download) - annotate - [select for diffs], Thu Mar 11 15:04:20 2010 UTC (2 years, 2 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.41.10.2: +6 -6 lines
Diff to previous 1.41.10.2 (colored) to branchpoint 1.41 (colored)

sync with head

Revision 1.44 / (download) - annotate - [select for diffs], Fri Jan 8 11:35:10 2010 UTC (2 years, 4 months ago) by pooka
Branch: MAIN
CVS Tags: yamt-nfs-mp-base9, uebayasi-xip-base1, uebayasi-xip-base
Branch point for: uebayasi-xip, rmind-uvmplock
Changes since 1.43: +6 -6 lines
Diff to previous 1.43 (colored)

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.41.10.2 / (download) - annotate - [select for diffs], Mon May 4 08:13:49 2009 UTC (3 years ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.41.10.1: +7 -7 lines
Diff to previous 1.41.10.1 (colored) to branchpoint 1.41 (colored)

sync with head.

Revision 1.42.8.1 / (download) - annotate - [select for diffs], Mon Jan 19 13:19:40 2009 UTC (3 years, 4 months ago) by skrll
Branch: nick-hppapmap
Changes since 1.42: +7 -7 lines
Diff to previous 1.42 (colored) next main 1.43 (colored)

Sync with HEAD.

Revision 1.41.6.2 / (download) - annotate - [select for diffs], Sat Jan 17 13:29:20 2009 UTC (3 years, 4 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.41.6.1: +5 -5 lines
Diff to previous 1.41.6.1 (colored) to branchpoint 1.41 (colored) next main 1.42 (colored)

Sync with HEAD.

Revision 1.43 / (download) - annotate - [select for diffs], Sat Jan 17 07:02:35 2009 UTC (3 years, 4 months ago) by yamt
Branch: MAIN
CVS Tags: yamt-nfs-mp-base8, yamt-nfs-mp-base7, yamt-nfs-mp-base6, 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, matt-premerge-20091211, jymxensuspend-base, jym-xensuspend-nbase, jym-xensuspend-base, jym-xensuspend
Changes since 1.42: +7 -7 lines
Diff to previous 1.42 (colored)

malloc -> kmem_alloc.

Revision 1.41.6.1 / (download) - annotate - [select for diffs], Mon Jun 2 13:24:14 2008 UTC (3 years, 11 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.41: +2 -9 lines
Diff to previous 1.41 (colored)

Sync with HEAD.

Revision 1.41.8.1 / (download) - annotate - [select for diffs], Sun May 18 12:35:11 2008 UTC (4 years ago) by yamt
Branch: yamt-pf42
Changes since 1.41: +2 -9 lines
Diff to previous 1.41 (colored) next main 1.42 (colored)

sync with head.

Revision 1.41.10.1 / (download) - annotate - [select for diffs], Fri May 16 02:25:28 2008 UTC (4 years ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.41: +2 -9 lines
Diff to previous 1.41 (colored)

sync with head.

Revision 1.42.2.2 / (download) - annotate - [select for diffs], Wed May 14 01:35:14 2008 UTC (4 years ago) by wrstuden
Branch: wrstuden-revivesa
Changes since 1.42.2.1: +2 -3 lines
Diff to previous 1.42.2.1 (colored) to branchpoint 1.42 (colored) next main 1.43 (colored)

Per discussion with ad, remove most of the #include <sys/sa.h> lines
as they were including sa.h just for the type(s) needed for syscallargs.h.

Instead, create a new file, sys/satypes.h, which contains just the
types needed for syscallargs.h. Yes, there's only one now, but that
may change and it's probably more likely to change if it'd be difficult
to handle. :-)

Per discussion with matt at n dot o, add an include of satypes.h to
sigtypes.h. Upcall handlers are kinda signal handlers, and signalling
is the header file that's already included for syscallargs.h that
closest matches SA.

This shaves about 3000 lines off of the diff of the branch relative
to the base. That also represents about 18% of the total before this
checkin.

I think this reduction is very good thing.

Revision 1.42.2.1 / (download) - annotate - [select for diffs], Sat May 10 23:49:05 2008 UTC (4 years ago) by wrstuden
Branch: wrstuden-revivesa
Changes since 1.42: +3 -2 lines
Diff to previous 1.42 (colored)

Initial checkin of re-adding SA. Everything except kern_sa.c
compiles in GENERIC for i386. This is still a work-in-progress, but
this checkin covers most of the mechanical work (changing signalling
to be able to accomidate SA's process-wide signalling and re-adding
includes of sys/sa.h and savar.h). Subsequent changes will be much
more interesting.

Also, kern_sa.c has received partial cleanup. There's still more
to do, though.

Revision 1.42 / (download) - annotate - [select for diffs], Mon Apr 28 20:24:05 2008 UTC (4 years ago) by martin
Branch: 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, 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-nbase2, haad-dm-base2, haad-dm-base1, haad-dm-base, haad-dm, ad-audiomp2-base, ad-audiomp2
Branch point for: wrstuden-revivesa, nick-hppapmap
Changes since 1.41: +2 -9 lines
Diff to previous 1.41 (colored)

Remove clause 3 and 4 from TNF licenses

Revision 1.27.2.6 / (download) - annotate - [select for diffs], Mon Jan 21 09:46:31 2008 UTC (4 years, 4 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.27.2.5: +5 -6 lines
Diff to previous 1.27.2.5 (colored) next main 1.28 (colored)

sync with head

Revision 1.35.20.2 / (download) - annotate - [select for diffs], Wed Jan 9 01:56:30 2008 UTC (4 years, 4 months ago) by matt
Branch: matt-armv6
Changes since 1.35.20.1: +58 -8 lines
Diff to previous 1.35.20.1 (colored) to branchpoint 1.35 (colored) next main 1.36 (colored)

sync with HEAD

Revision 1.40.4.1 / (download) - annotate - [select for diffs], Wed Jan 2 21:56:22 2008 UTC (4 years, 4 months ago) by bouyer
Branch: bouyer-xeni386
CVS Tags: bouyer-xeni386-merge1
Changes since 1.40: +5 -5 lines
Diff to previous 1.40 (colored) next main 1.41 (colored)

Sync with HEAD

Revision 1.37.4.2 / (download) - annotate - [select for diffs], Thu Dec 27 00:46:18 2007 UTC (4 years, 5 months ago) by mjf
Branch: mjf-devfs
Changes since 1.37.4.1: +5 -6 lines
Diff to previous 1.37.4.1 (colored) to branchpoint 1.37 (colored) next main 1.38 (colored)

Sync with HEAD.

Revision 1.39.2.1 / (download) - annotate - [select for diffs], Wed Dec 26 19:57:17 2007 UTC (4 years, 5 months ago) by ad
Branch: vmlocking2
Changes since 1.39: +5 -6 lines
Diff to previous 1.39 (colored) next main 1.40 (colored)

Sync with head.

Revision 1.41 / (download) - annotate - [select for diffs], Thu Dec 20 23:03:13 2007 UTC (4 years, 5 months ago) by dsl
Branch: MAIN
CVS Tags: yamt-pf42-baseX, yamt-pf42-base, yamt-nfs-mp-base, yamt-lazymbuf-base15, yamt-lazymbuf-base14, vmlocking2-base3, 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
Changes since 1.40: +5 -5 lines
Diff to previous 1.40 (colored)

Convert all the system call entry points from:
    int foo(struct lwp *l, void *v, register_t *retval)
to:
    int foo(struct lwp *l, const struct foo_args *uap, register_t *retval)
Fixup compat code to not write into 'uap' and (in some cases) to actually
pass a correctly formatted 'uap' structure with the right name to the
next routine.
A few 'compat' routines that just call standard ones have been deleted.
All the 'compat' code compiles (along with the kernels required to test
build it).
98% done by automated scripts.

Revision 1.35.18.4 / (download) - annotate - [select for diffs], Sun Dec 9 19:38:28 2007 UTC (4 years, 5 months ago) by jmcneill
Branch: jmcneill-pm
Changes since 1.35.18.3: +2 -3 lines
Diff to previous 1.35.18.3 (colored) to branchpoint 1.35 (colored) next main 1.36 (colored)

Sync with HEAD.

Revision 1.40 / (download) - annotate - [select for diffs], Sat Dec 8 19:29:49 2007 UTC (4 years, 5 months ago) by pooka
Branch: MAIN
CVS Tags: yamt-kmem-base3, yamt-kmem-base2, yamt-kmem-base, yamt-kmem, jmcneill-pm-base, cube-autoconf-base, cube-autoconf
Branch point for: bouyer-xeni386
Changes since 1.39: +2 -3 lines
Diff to previous 1.39 (colored)

Remove cn_lwp from struct componentname.  curlwp should be used
from on.  The NDINIT() macro no longer takes the lwp parameter and
associates the credentials of the calling thread with the namei
structure.

Revision 1.37.4.1 / (download) - annotate - [select for diffs], Sat Dec 8 18:20:44 2007 UTC (4 years, 5 months ago) by mjf
Branch: mjf-devfs
Changes since 1.37: +55 -4 lines
Diff to previous 1.37 (colored)

Sync with HEAD.

Revision 1.27.2.5 / (download) - annotate - [select for diffs], Fri Dec 7 17:33:20 2007 UTC (4 years, 5 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.27.2.4: +55 -4 lines
Diff to previous 1.27.2.4 (colored)

sync with head

Revision 1.35.18.3 / (download) - annotate - [select for diffs], Mon Dec 3 16:14:59 2007 UTC (4 years, 5 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.35.18.2: +53 -2 lines
Diff to previous 1.35.18.2 (colored) to branchpoint 1.35 (colored)

Sync with HEAD.

Revision 1.39 / (download) - annotate - [select for diffs], Mon Dec 3 02:06:58 2007 UTC (4 years, 5 months ago) by christos
Branch: MAIN
CVS Tags: vmlocking2-base2, vmlocking2-base1, vmlocking-nbase, reinoud-bufcleanup-nbase, reinoud-bufcleanup-base
Branch point for: vmlocking2
Changes since 1.38: +53 -2 lines
Diff to previous 1.38 (colored)

- add an elf aux vector entry for implementing $ORIGIN.
- the code to convert from a vnode to a path is commented out now until
  a better solution is implemented. Only absolute paths work for now
  (which is most of the cases).

requested by core

Revision 1.35.18.2 / (download) - annotate - [select for diffs], Tue Nov 27 19:38:16 2007 UTC (4 years, 5 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.35.18.1: +4 -4 lines
Diff to previous 1.35.18.1 (colored) to branchpoint 1.35 (colored)

Sync with HEAD. amd64 Xen support needs testing.

Revision 1.38 / (download) - annotate - [select for diffs], Mon Nov 26 19:02:06 2007 UTC (4 years, 6 months ago) by pooka
Branch: MAIN
Changes since 1.37: +4 -4 lines
Diff to previous 1.37 (colored)

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.35.20.1 / (download) - annotate - [select for diffs], Tue Nov 6 23:32:46 2007 UTC (4 years, 6 months ago) by matt
Branch: matt-armv6
CVS Tags: matt-armv6-prevmlocking
Changes since 1.35: +9 -5 lines
Diff to previous 1.35 (colored)

sync with HEAD

Revision 1.27.2.4 / (download) - annotate - [select for diffs], Sat Oct 27 11:35:40 2007 UTC (4 years, 6 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.27.2.3: +9 -5 lines
Diff to previous 1.27.2.3 (colored)

sync with head.

Revision 1.35.18.1 / (download) - annotate - [select for diffs], Fri Oct 26 15:48:45 2007 UTC (4 years, 7 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.35: +9 -5 lines
Diff to previous 1.35 (colored)

Sync with HEAD.

Follow the merge of pmap.c on i386 and amd64 and move
pmap_init_tmp_pgtbl into arch/x86/x86/pmap.c. Modify the ACPI wakeup
code to restore CR4 before jumping back into kernel space as the large
page option might cover that.

Revision 1.35.22.1 / (download) - annotate - [select for diffs], Sun Oct 14 11:48:48 2007 UTC (4 years, 7 months ago) by yamt
Branch: yamt-x86pmap
Changes since 1.35: +9 -5 lines
Diff to previous 1.35 (colored) next main 1.36 (colored)

sync with head.

Revision 1.37 / (download) - annotate - [select for diffs], Wed Oct 10 20:42:26 2007 UTC (4 years, 7 months ago) by ad
Branch: MAIN
CVS Tags: yamt-x86pmap-base4, yamt-x86pmap-base3, vmlocking-base, jmcneill-base, bouyer-xenamd64-base2, bouyer-xenamd64-base, bouyer-xenamd64
Branch point for: mjf-devfs
Changes since 1.36: +4 -4 lines
Diff to previous 1.36 (colored)

Merge from vmlocking:

- Split vnode::v_flag into three fields, depending on field locking.
- simple_lock -> kmutex in a few places.
- Fix some simple locking problems.

Revision 1.36 / (download) - annotate - [select for diffs], Mon Oct 8 15:12:08 2007 UTC (4 years, 7 months ago) by ad
Branch: MAIN
Changes since 1.35: +7 -3 lines
Diff to previous 1.35 (colored)

Merge file descriptor locking, cwdi locking and cross-call changes
from the vmlocking branch.

Revision 1.35.6.2 / (download) - annotate - [select for diffs], Mon Oct 8 15:00:54 2007 UTC (4 years, 7 months ago) by ad
Branch: vmlocking
Changes since 1.35.6.1: +7 -3 lines
Diff to previous 1.35.6.1 (colored) to branchpoint 1.35 (colored) next main 1.36 (colored)

sys_getcwd: lock the cwdinfo.

Revision 1.35.6.1 / (download) - annotate - [select for diffs], Sun Jun 17 21:31:31 2007 UTC (4 years, 11 months ago) by ad
Branch: vmlocking
Changes since 1.35: +4 -4 lines
Diff to previous 1.35 (colored)

- Increase the number of thread priorities from 128 to 256. How the space
  is set up is to be revisited.
- Implement soft interrupts as kernel threads. A generic implementation
  is provided, with hooks for fast-path MD code that can run the interrupt
  threads over the top of other threads executing in the kernel.
- Split vnode::v_flag into three fields, depending on how the flag is
  locked (by the interlock, by the vnode lock, by the file system).
- Miscellaneous locking fixes and improvements.

Revision 1.27.2.3 / (download) - annotate - [select for diffs], Mon Feb 26 09:11:21 2007 UTC (5 years, 2 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.27.2.2: +2 -3 lines
Diff to previous 1.27.2.2 (colored)

sync with head.

Revision 1.33.2.1 / (download) - annotate - [select for diffs], Sat Feb 17 23:27:47 2007 UTC (5 years, 3 months ago) by tron
Branch: 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
Changes since 1.33: +16 -28 lines
Diff to previous 1.33 (colored) next main 1.34 (colored)

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.35 / (download) - annotate - [select for diffs], Fri Feb 9 21:55:32 2007 UTC (5 years, 3 months ago) by ad
Branch: MAIN
CVS Tags: yamt-x86pmap-base2, yamt-x86pmap-base, yamt-idlelwp-base8, yamt-idlelwp, thorpej-atomic-base, thorpej-atomic, reinoud-bufcleanup, post-newlock2-merge, nick-csl-alignment-base5, nick-csl-alignment-base, nick-csl-alignment, mjf-ufs-trans-base, mjf-ufs-trans, matt-mips64-base, matt-mips64, hpcarm-cleanup, ad-audiomp-base, ad-audiomp
Branch point for: yamt-x86pmap, vmlocking, matt-armv6, jmcneill-pm
Changes since 1.34: +2 -3 lines
Diff to previous 1.34 (colored)

Merge newlock2 to head.

Revision 1.32.4.3 / (download) - annotate - [select for diffs], Tue Jan 30 13:51:42 2007 UTC (5 years, 3 months ago) by ad
Branch: newlock2
Changes since 1.32.4.2: +2 -3 lines
Diff to previous 1.32.4.2 (colored) to branchpoint 1.32 (colored) next main 1.33 (colored)

Remove support for SA. Ok core@.

Revision 1.32.4.2 / (download) - annotate - [select for diffs], Fri Jan 12 01:04:07 2007 UTC (5 years, 4 months ago) by ad
Branch: newlock2
Changes since 1.32.4.1: +16 -28 lines
Diff to previous 1.32.4.1 (colored) to branchpoint 1.32 (colored)

Sync with head.

Revision 1.27.2.2 / (download) - annotate - [select for diffs], Sat Dec 30 20:50:07 2006 UTC (5 years, 4 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.27.2.1: +24 -36 lines
Diff to previous 1.27.2.1 (colored)

sync with head.

Revision 1.32.6.1 / (download) - annotate - [select for diffs], Sun Dec 10 07:18:46 2006 UTC (5 years, 5 months ago) by yamt
Branch: yamt-splraiseipl
Changes since 1.32: +22 -34 lines
Diff to previous 1.32 (colored) next main 1.33 (colored)

sync with head.

Revision 1.34 / (download) - annotate - [select for diffs], Sat Dec 9 16:11:51 2006 UTC (5 years, 5 months ago) by chs
Branch: MAIN
CVS Tags: yamt-splraiseipl-base5, yamt-splraiseipl-base4, yamt-splraiseipl-base3, newlock2-nbase, newlock2-base
Changes since 1.33: +16 -28 lines
Diff to previous 1.33 (colored)

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.32.4.1 / (download) - annotate - [select for diffs], Sat Nov 18 21:39:23 2006 UTC (5 years, 6 months ago) by ad
Branch: newlock2
Changes since 1.32: +8 -8 lines
Diff to previous 1.32 (colored)

Sync with head.

Revision 1.33 / (download) - annotate - [select for diffs], Wed Oct 25 18:55:49 2006 UTC (5 years, 7 months ago) by christos
Branch: MAIN
CVS Tags: netbsd-4-base
Branch point for: netbsd-4
Changes since 1.32: +8 -8 lines
Diff to previous 1.32 (colored)

Defer the vnode test for directory until after the cache lookup. This makes
getcwd work with plain files too, if we allow plain files in the vnode->name
cache.

Revision 1.29.4.1 / (download) - annotate - [select for diffs], Sat Sep 9 02:57:17 2006 UTC (5 years, 8 months ago) by rpaulo
Branch: rpaulo-netinet-merge-pcb
Changes since 1.29: +11 -10 lines
Diff to previous 1.29 (colored) next main 1.30 (colored)

sync with head

Revision 1.30.2.2 / (download) - annotate - [select for diffs], Fri Aug 11 15:45:47 2006 UTC (5 years, 9 months ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.30.2.1: +4 -4 lines
Diff to previous 1.30.2.1 (colored) to branchpoint 1.30 (colored) next main 1.31 (colored)

sync with head

Revision 1.32 / (download) - annotate - [select for diffs], Sun Jul 23 22:06:12 2006 UTC (5 years, 10 months ago) by ad
Branch: MAIN
CVS Tags: yamt-splraiseipl-base2, yamt-splraiseipl-base, yamt-pdpolicy-base9, yamt-pdpolicy-base8, yamt-pdpolicy-base7, rpaulo-netinet-merge-pcb-base, abandoned-netbsd-4-base, abandoned-netbsd-4
Branch point for: yamt-splraiseipl, newlock2
Changes since 1.31: +4 -4 lines
Diff to previous 1.31 (colored)

Use the LWP cached credentials where sane.

Revision 1.27.2.1 / (download) - annotate - [select for diffs], Wed Jun 21 15:09:39 2006 UTC (5 years, 11 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.27: +24 -23 lines
Diff to previous 1.27 (colored)

sync with head.

Revision 1.29.6.2 / (download) - annotate - [select for diffs], Thu Jun 1 22:38:10 2006 UTC (5 years, 11 months ago) by kardel
Branch: simonb-timecounters
CVS Tags: simonb-timcounters-final
Changes since 1.29.6.1: +10 -8 lines
Diff to previous 1.29.6.1 (colored) to branchpoint 1.29 (colored) next main 1.30 (colored)

Sync with head.

Revision 1.30.6.1 / (download) - annotate - [select for diffs], Wed May 24 15:50:42 2006 UTC (6 years ago) by tron
Branch: peter-altq
Changes since 1.30: +10 -8 lines
Diff to previous 1.30 (colored) next main 1.31 (colored)

Merge 2006-05-24 NetBSD-current into the "peter-altq" branch.

Revision 1.30.2.1 / (download) - annotate - [select for diffs], Wed May 24 10:58:42 2006 UTC (6 years ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.30: +10 -8 lines
Diff to previous 1.30 (colored)

sync with head.

Revision 1.31 / (download) - annotate - [select for diffs], Sun May 14 21:15:12 2006 UTC (6 years ago) by elad
Branch: MAIN
CVS Tags: yamt-pdpolicy-base6, yamt-pdpolicy-base5, simonb-timecounters-base, gdamore-uart-base, gdamore-uart, chap-midi-nbase, chap-midi-base, chap-midi
Changes since 1.30: +10 -8 lines
Diff to previous 1.30 (colored)

integrate kauth.

Revision 1.30.4.2 / (download) - annotate - [select for diffs], Sat May 6 23:31:31 2006 UTC (6 years ago) by christos
Branch: elad-kernelauth
Changes since 1.30.4.1: +4 -2 lines
Diff to previous 1.30.4.1 (colored) to branchpoint 1.30 (colored) next main 1.31 (colored)

- Move kauth_cred_t declaration to <sys/types.h>
- Cleanup struct ucred; forward declarations that are unused.
- Don't include <sys/kauth.h> in any header, but include it in the c files
  that need it.

Approved by core.

Revision 1.29.6.1 / (download) - annotate - [select for diffs], Sat Apr 22 11:40:00 2006 UTC (6 years, 1 month ago) by simonb
Branch: simonb-timecounters
Changes since 1.29: +3 -4 lines
Diff to previous 1.29 (colored)

Sync with head.

Revision 1.30.4.1 / (download) - annotate - [select for diffs], Wed Mar 8 00:53:41 2006 UTC (6 years, 2 months ago) by elad
Branch: elad-kernelauth
Changes since 1.30: +8 -8 lines
Diff to previous 1.30 (colored)

Adapt to kernel authorization KPI.

Revision 1.30 / (download) - annotate - [select for diffs], Wed Mar 1 12:38:21 2006 UTC (6 years, 2 months ago) by yamt
Branch: MAIN
CVS Tags: yamt-pdpolicy-base4, yamt-pdpolicy-base3, yamt-pdpolicy-base2, yamt-pdpolicy-base, peter-altq-base, elad-kernelauth-base
Branch point for: yamt-pdpolicy, peter-altq, elad-kernelauth
Changes since 1.29: +3 -4 lines
Diff to previous 1.29 (colored)

merge yamt-uio_vmspace branch.

- use vmspace rather than proc or lwp where appropriate.
  the latter is more natural to specify an address space.
  (and less likely to be abused for random purposes.)
- fix a swdmover race.

Revision 1.29.2.1 / (download) - annotate - [select for diffs], Sat Dec 31 11:14:01 2005 UTC (6 years, 4 months ago) by yamt
Branch: yamt-uio_vmspace
Changes since 1.29: +3 -4 lines
Diff to previous 1.29 (colored) next main 1.30 (colored)

uio_segflg/uio_lwp -> uio_vmspace.

Revision 1.29 / (download) - annotate - [select for diffs], Sun Dec 11 12:24:30 2005 UTC (6 years, 5 months ago) by christos
Branch: MAIN
CVS Tags: yamt-uio_vmspace-base5
Branch point for: yamt-uio_vmspace, simonb-timecounters, rpaulo-netinet-merge-pcb
Changes since 1.28: +21 -19 lines
Diff to previous 1.28 (colored)

merge ktrace-lwp.

Revision 1.20.2.6 / (download) - annotate - [select for diffs], Thu Nov 10 14:09:45 2005 UTC (6 years, 6 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.20.2.5: +13 -43 lines
Diff to previous 1.20.2.5 (colored) next main 1.21 (colored)

Sync with HEAD. Here we go again...

Revision 1.28 / (download) - annotate - [select for diffs], Fri Aug 19 02:04:03 2005 UTC (6 years, 9 months ago) by christos
Branch: MAIN
CVS Tags: yamt-vop-base3, yamt-vop-base2, yamt-vop-base, yamt-vop, yamt-readahead-pervnode, yamt-readahead-perfile, yamt-readahead-base3, yamt-readahead-base2, yamt-readahead-base, yamt-readahead, thorpej-vnode-attr-base, thorpej-vnode-attr, ktrace-lwp-base
Changes since 1.27: +3 -5 lines
Diff to previous 1.27 (colored)

64 bit inode changes.

Revision 1.27 / (download) - annotate - [select for diffs], Sun Jun 5 23:47:48 2005 UTC (6 years, 11 months ago) by thorpej
Branch: MAIN
Branch point for: yamt-lazymbuf
Changes since 1.26: +11 -38 lines
Diff to previous 1.26 (colored)

Use ANSI function decls.

Revision 1.20.2.5 / (download) - annotate - [select for diffs], Tue Sep 21 13:35:17 2004 UTC (7 years, 8 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.20.2.4: +30 -27 lines
Diff to previous 1.20.2.4 (colored)

Fix the sync with head I botched.

Revision 1.20.2.4 / (download) - annotate - [select for diffs], Sat Sep 18 14:53:04 2004 UTC (7 years, 8 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.20.2.3: +27 -30 lines
Diff to previous 1.20.2.3 (colored)

Sync with HEAD.

Revision 1.26 / (download) - annotate - [select for diffs], Fri Sep 17 14:11:25 2004 UTC (7 years, 8 months ago) by skrll
Branch: MAIN
CVS Tags: yamt-km-base4, yamt-km-base3, yamt-km-base2, yamt-km-base, yamt-km, netbsd-3-base, netbsd-3-1-RELEASE, netbsd-3-1-RC4, netbsd-3-1-RC3, netbsd-3-1-RC2, netbsd-3-1-RC1, netbsd-3-1-1-RELEASE, netbsd-3-1, netbsd-3-0-RELEASE, netbsd-3-0-RC6, netbsd-3-0-RC5, netbsd-3-0-RC4, netbsd-3-0-RC3, netbsd-3-0-RC2, netbsd-3-0-RC1, netbsd-3-0-3-RELEASE, netbsd-3-0-2-RELEASE, netbsd-3-0-1-RELEASE, netbsd-3-0, netbsd-3, matt-timespec, kent-audio2-base, kent-audio2, kent-audio1-beforemerge, kent-audio1-base, kent-audio1
Changes since 1.25: +3 -3 lines
Diff to previous 1.25 (colored)

There's no need to pass a proc value when using UIO_SYSSPACE with
vn_rdwr(9) and uiomove(9).

OK'd by Jason Thorpe

Revision 1.20.2.3 / (download) - annotate - [select for diffs], Tue Aug 24 17:57:38 2004 UTC (7 years, 9 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.20.2.2: +3 -3 lines
Diff to previous 1.20.2.2 (colored)

Undo part of the ktrace/lwp changes.  In particular:
* Remove the "lwp *" argument that was added to vget().  Turns out
  that nothing actually used it!
* Remove the "lwp *" arguments that were added to VFS_ROOT(), VFS_VGET(),
  and VFS_FHTOVP(); all they did was pass it to vget() (which, as noted
  above, didn't use it).
* Remove all of the "lwp *" arguments to internal functions that were added
  just to appease the above.

Revision 1.20.2.2 / (download) - annotate - [select for diffs], Tue Aug 3 10:52:59 2004 UTC (7 years, 9 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.20.2.1: +48 -50 lines
Diff to previous 1.20.2.1 (colored)

Sync with HEAD

Revision 1.25 / (download) - annotate - [select for diffs], Tue Mar 23 13:22:05 2004 UTC (8 years, 2 months ago) by junyoung
Branch: MAIN
CVS Tags: netbsd-2-base, netbsd-2-1-RELEASE, netbsd-2-1-RC6, netbsd-2-1-RC5, netbsd-2-1-RC4, netbsd-2-1-RC3, netbsd-2-1-RC2, netbsd-2-1-RC1, netbsd-2-1, netbsd-2-0-base, netbsd-2-0-RELEASE, netbsd-2-0-RC5, netbsd-2-0-RC4, netbsd-2-0-RC3, netbsd-2-0-RC2, netbsd-2-0-RC1, netbsd-2-0-3-RELEASE, netbsd-2-0-2-RELEASE, netbsd-2-0-1-RELEASE, netbsd-2-0, netbsd-2
Changes since 1.24: +6 -6 lines
Diff to previous 1.24 (colored)

Nuke __P().

Revision 1.15.10.2 / (download) - annotate - [select for diffs], Mon Mar 15 05:25:19 2004 UTC (8 years, 2 months ago) by jmc
Branch: netbsd-1-6
Changes since 1.15.10.1: +3 -3 lines
Diff to previous 1.15.10.1 (colored) to branchpoint 1.15 (colored) next main 1.16 (colored)

Pullup rev hand patch (requested by enami in ticket #1617)

Fix LP64 bugs triggered by overflow.

Revision 1.15.10.1 / (download) - annotate - [select for diffs], Mon Mar 15 05:22:25 2004 UTC (8 years, 2 months ago) by jmc
Branch: netbsd-1-6
Changes since 1.15: +4 -2 lines
Diff to previous 1.15 (colored)

Pullup rev 1.22 (requested by enami in ticket #1616)

Rewind the 'bp' advanced backward by cache_revlookup() if getcwd_getcache()
finally returns cache miss.

Revision 1.24 / (download) - annotate - [select for diffs], Tue Feb 17 01:45:34 2004 UTC (8 years, 3 months ago) by enami
Branch: MAIN
Changes since 1.23: +35 -33 lines
Diff to previous 1.23 (colored)

Some whitespace fix.

Revision 1.23 / (download) - annotate - [select for diffs], Tue Feb 17 01:35:33 2004 UTC (8 years, 3 months ago) by enami
Branch: MAIN
Changes since 1.22: +11 -15 lines
Diff to previous 1.22 (colored)

The vnode capability id is gone.

Revision 1.22 / (download) - annotate - [select for diffs], Tue Feb 17 01:29:39 2004 UTC (8 years, 3 months ago) by enami
Branch: MAIN
Changes since 1.21: +4 -2 lines
Diff to previous 1.21 (colored)

Rewind the `bp' advanced backward by cache_revlookup() if getcwd_getcache()
finally returns cache miss.

# Slightly modified from posted version so that it is cleanly patchable
# at least on 1.6 branch.

Revision 1.21 / (download) - annotate - [select for diffs], Wed Jul 30 12:10:57 2003 UTC (8 years, 9 months ago) by yamt
Branch: MAIN
Changes since 1.20: +3 -5 lines
Diff to previous 1.20 (colored)

eliminate v_id.

Revision 1.20.2.1 / (download) - annotate - [select for diffs], Wed Jul 2 15:26:46 2003 UTC (8 years, 10 months ago) by darrenr
Branch: ktrace-lwp
Changes since 1.20: +31 -28 lines
Diff to previous 1.20 (colored)

Apply the aborted ktrace-lwp changes to a specific branch.  This is just for
others to review, I'm concerned that patch fuziness may have resulted in some
errant code being generated but I'll look at that later by comparing the diff
from the base to the branch with the file I attempt to apply to it.  This will,
at the very least, put the changes in a better context for others to review
them and attempt to tinker with removing passing of 'struct lwp' through
the kernel.

Revision 1.20 / (download) - annotate - [select for diffs], Sun Jun 29 22:31:33 2003 UTC (8 years, 10 months ago) by fvdl
Branch: MAIN
Branch point for: ktrace-lwp
Changes since 1.19: +27 -30 lines
Diff to previous 1.19 (colored)

Back out the lwp/ktrace changes. They contained a lot of colateral damage,
and need to be examined and discussed more.

Revision 1.19 / (download) - annotate - [select for diffs], Sun Jun 29 18:43:28 2003 UTC (8 years, 10 months ago) by thorpej
Branch: MAIN
Changes since 1.18: +3 -3 lines
Diff to previous 1.18 (colored)

Undo part of the ktrace/lwp changes.  In particular:
* Remove the "lwp *" argument that was added to vget().  Turns out
  that nothing actually used it!
* Remove the "lwp *" arguments that were added to VFS_ROOT(), VFS_VGET(),
  and VFS_FHTOVP(); all they did was pass it to vget() (which, as noted
  above, didn't use it).
* Remove all of the "lwp *" arguments to internal functions that were added
  just to appease the above.

Revision 1.18 / (download) - annotate - [select for diffs], Sat Jun 28 14:21:59 2003 UTC (8 years, 11 months ago) by darrenr
Branch: MAIN
Changes since 1.17: +31 -28 lines
Diff to previous 1.17 (colored)

Pass lwp pointers throughtout the kernel, as required, so that the lwpid can
be inserted into ktrace records.  The general change has been to replace
"struct proc *" with "struct lwp *" in various function prototypes, pass
the lwp through and use l_proc to get the process pointer when needed.

Bump the kernel rev up to 1.6V

Revision 1.17 / (download) - annotate - [select for diffs], Wed Apr 16 20:00:03 2003 UTC (9 years, 1 month ago) by christos
Branch: MAIN
Changes since 1.16: +2 -7 lines
Diff to previous 1.16 (colored)

move declaration of getcwd_common and constant to the header file.

Revision 1.16 / (download) - annotate - [select for diffs], Sat Jan 18 10:06:37 2003 UTC (9 years, 4 months ago) by thorpej
Branch: MAIN
Changes since 1.15: +7 -6 lines
Diff to previous 1.15 (colored)

Merge the nathanw_sa branch.

Revision 1.14.2.4 / (download) - annotate - [select for diffs], Fri Jul 12 01:40:23 2002 UTC (9 years, 10 months ago) by nathanw
Branch: nathanw_sa
CVS Tags: nathanw_sa_end
Changes since 1.14.2.3: +2 -3 lines
Diff to previous 1.14.2.3 (colored) to branchpoint 1.14 (colored) next main 1.15 (colored)

No longer need to pull in lwp.h; proc.h pulls it in for us.

Revision 1.14.2.3 / (download) - annotate - [select for diffs], Wed May 29 21:33:18 2002 UTC (9 years, 11 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.14.2.2: +3 -2 lines
Diff to previous 1.14.2.2 (colored) to branchpoint 1.14 (colored)

#include <sys/sa.h> before <sys/syscallargs.h>, to provide sa_upcall_t
now that <sys/param.h> doesn't include <sys/sa.h>.

(Behold the Power of Ed)

Revision 1.14.4.1 / (download) - annotate - [select for diffs], Thu Jan 10 20:00:18 2002 UTC (10 years, 4 months ago) by thorpej
Branch: kqueue
Changes since 1.14: +4 -1 lines
Diff to previous 1.14 (colored) next main 1.15 (colored)

Sync kqueue branch with -current.

Revision 1.14.2.2 / (download) - annotate - [select for diffs], Wed Nov 14 19:16:48 2001 UTC (10 years, 6 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.14.2.1: +4 -1 lines
Diff to previous 1.14.2.1 (colored) to branchpoint 1.14 (colored)

Catch up to -current.

Revision 1.14.8.1 / (download) - annotate - [select for diffs], Mon Nov 12 21:19:01 2001 UTC (10 years, 6 months ago) by thorpej
Branch: thorpej-mips-cache
Changes since 1.14: +4 -1 lines
Diff to previous 1.14 (colored) next main 1.15 (colored)

Sync the thorpej-mips-cache branch with -current.

Revision 1.15 / (download) - annotate - [select for diffs], Mon Nov 12 15:25:37 2001 UTC (10 years, 6 months ago) by lukem
Branch: MAIN
CVS Tags: thorpej-mips-cache-base, newlock-base, newlock, netbsd-1-6-base, netbsd-1-6-RELEASE, netbsd-1-6-RC3, netbsd-1-6-RC2, netbsd-1-6-RC1, netbsd-1-6-PATCH002-RELEASE, netbsd-1-6-PATCH002-RC4, netbsd-1-6-PATCH002-RC3, netbsd-1-6-PATCH002-RC2, netbsd-1-6-PATCH002-RC1, netbsd-1-6-PATCH002, netbsd-1-6-PATCH001-RELEASE, netbsd-1-6-PATCH001-RC3, netbsd-1-6-PATCH001-RC2, netbsd-1-6-PATCH001-RC1, netbsd-1-6-PATCH001, nathanw_sa_before_merge, nathanw_sa_base, kqueue-beforemerge, kqueue-base, kqueue-aftermerge, ifpoll-base, ifpoll, gmcgarry_ucred_base, gmcgarry_ucred, gmcgarry_ctxsw_base, gmcgarry_ctxsw, gehenna-devsw-base, gehenna-devsw, fvdl_fs64_base, eeh-devprop-base, eeh-devprop
Branch point for: netbsd-1-6
Changes since 1.14: +4 -1 lines
Diff to previous 1.14 (colored)

add RCSIDs

Revision 1.14.2.1 / (download) - annotate - [select for diffs], Mon Mar 5 22:49:48 2001 UTC (11 years, 2 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.14: +6 -5 lines
Diff to previous 1.14 (colored)

Initial commit of scheduler activations and lightweight process support.

Revision 1.10.2.2 / (download) - annotate - [select for diffs], Fri Jan 5 17:36:41 2001 UTC (11 years, 4 months ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.10.2.1: +3 -2 lines
Diff to previous 1.10.2.1 (colored) to branchpoint 1.10 (colored) next main 1.11 (colored)

Sync with HEAD

Revision 1.13.4.1 / (download) - annotate - [select for diffs], Sun Dec 24 06:36:44 2000 UTC (11 years, 5 months ago) by jhawk
Branch: netbsd-1-5
CVS Tags: netbsd-1-5-PATCH003, netbsd-1-5-PATCH002, netbsd-1-5-PATCH001
Changes since 1.13: +3 -2 lines
Diff to previous 1.13 (colored) next main 1.14 (colored)

Pull up revision 1.14 (requested by fvdl):
  Avoid an infinite loop if VOP_READDIR returned an error.

Revision 1.14 / (download) - annotate - [select for diffs], Fri Dec 15 11:52:14 2000 UTC (11 years, 5 months ago) by fvdl
Branch: MAIN
CVS Tags: thorpej_scsipi_nbase, thorpej_scsipi_beforemerge, thorpej_scsipi_base, thorpej-devvp-base3, thorpej-devvp-base2, thorpej-devvp-base, thorpej-devvp, pre-chs-ubcperf, post-chs-ubcperf
Branch point for: thorpej-mips-cache, nathanw_sa, kqueue
Changes since 1.13: +3 -2 lines
Diff to previous 1.13 (colored)

Jump out of the scandir loop if VOP_READDIR returns an error, avoiding
running around in circles.

Revision 1.10.2.1 / (download) - annotate - [select for diffs], Mon Nov 20 18:09:16 2000 UTC (11 years, 6 months ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.10: +11 -12 lines
Diff to previous 1.10 (colored)

Update thorpej_scsipi to -current as of a month ago

Revision 1.13 / (download) - annotate - [select for diffs], Thu Mar 30 09:27:14 2000 UTC (12 years, 1 month ago) by augustss
Branch: MAIN
CVS Tags: netbsd-1-5-base, netbsd-1-5-RELEASE, netbsd-1-5-BETA2, netbsd-1-5-BETA, netbsd-1-5-ALPHA2, minoura-xpg4dl-base, minoura-xpg4dl
Branch point for: netbsd-1-5
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

Get rid of register declarations.

Revision 1.12 / (download) - annotate - [select for diffs], Thu Dec 30 16:01:34 1999 UTC (12 years, 4 months ago) by eeh
Branch: MAIN
CVS Tags: chs-ubc2-newbase
Changes since 1.11: +3 -3 lines
Diff to previous 1.11 (colored)

Make getcwd_common() available to COMPAT_NETBSD32 code as well.

Revision 1.10.8.1 / (download) - annotate - [select for diffs], Mon Dec 27 18:35:54 1999 UTC (12 years, 5 months ago) by wrstuden
Branch: wrstuden-devbsize
Changes since 1.10: +9 -10 lines
Diff to previous 1.10 (colored) next main 1.11 (colored)

Pull up to last week's -current.

Revision 1.11 / (download) - annotate - [select for diffs], Wed Dec 15 08:36:44 1999 UTC (12 years, 5 months ago) by jdolecek
Branch: MAIN
CVS Tags: wrstuden-devbsize-base, wrstuden-devbsize-19991221
Changes since 1.10: +9 -10 lines
Diff to previous 1.10 (colored)

g/c redundant vn_isunder() prototype (it.s in <sys/vnode.h>)
minor KNF changes

Revision 1.3.2.2.4.1 / (download) - annotate - [select for diffs], Tue Nov 30 13:34:52 1999 UTC (12 years, 5 months ago) by itojun
Branch: kame
CVS Tags: kame_141_19991130
Changes since 1.3.2.2: +186 -255 lines
Diff to previous 1.3.2.2 (colored) next main 1.3.2.3 (colored)

bring in latest KAME (as of 19991130, KAME/NetBSD141) into kame branch
just for reference purposes.
This commit includes 1.4 -> 1.4.1 sync for kame branch.

The branch does not compile at all (due to the lack of ALTQ and some other
source code).  Please do not try to modify the branch, this is just for
referenre purposes.

synchronization to latest KAME will take place on HEAD branch soon.

Revision 1.3.2.2.2.3 / (download) - annotate - [select for diffs], Mon Aug 2 22:19:14 1999 UTC (12 years, 9 months ago) by thorpej
Branch: chs-ubc2
Changes since 1.3.2.2.2.2: +133 -242 lines
Diff to previous 1.3.2.2.2.2 (colored) to branchpoint 1.3.2.2 (colored) next main 1.3.2.3 (colored)

Update from trunk.

Revision 1.3.2.3 / (download) - annotate - [select for diffs], Sun Jul 11 10:24:09 1999 UTC (12 years, 10 months ago) by sommerfeld
Branch: netbsd-1-4
CVS Tags: netbsd-1-4-PATCH003, netbsd-1-4-PATCH002, netbsd-1-4-PATCH001
Changes since 1.3.2.2: +186 -255 lines
Diff to previous 1.3.2.2 (colored) to branchpoint 1.3 (colored) next main 1.4 (colored)

This commit approved in advance by rel-eng

Pullup of -current version of getcwd implementation, with
clone(2)-specific changes backed out (which required a manual merge).

Fixes:
7944: getcwd permission checking overly strict.
7761: getcwd with large buffer fails spuriously.
7373: recursive lock deadlock for adosfs (correct, non-stopgap fix;
changed to not use LOCKPARENT).
Also, significant code cleanup to error paths which may fix the problems
reported in 7881.

Revision 1.10 / (download) - annotate - [select for diffs], Sun Jul 11 09:27:23 1999 UTC (12 years, 10 months ago) by sommerfeld
Branch: MAIN
CVS Tags: fvdl-softdep-base, fvdl-softdep, comdex-fall-1999-base, comdex-fall-1999, chs-ubc2-base
Branch point for: wrstuden-devbsize, thorpej_scsipi
Changes since 1.9: +5 -3 lines
Diff to previous 1.9 (colored)

Fix kern/7944: getcwd permission checking was overly restrictive.
(Don't require start directory to have read permission).

Revision 1.9 / (download) - annotate - [select for diffs], Sun Jul 4 20:16:57 1999 UTC (12 years, 10 months ago) by sommerfeld
Branch: MAIN
Changes since 1.8: +130 -241 lines
Diff to previous 1.8 (colored)

Housecleaning time:

Fix and document naming convention for vnode variables (always use
lvp/lvpp and uvp/uvpp instead of a hash of cvp, vpp, dvpp, pvp, pvpp).

Delete old stale #if 0'ed code at the end.

Change error path code in getcwd_getcache() slightly (merge common
cleanup code; shouldn't affect behavior any).

Revision 1.3.2.2.2.2 / (download) - annotate - [select for diffs], Thu Jul 1 23:43:22 1999 UTC (12 years, 10 months ago) by thorpej
Branch: chs-ubc2
Changes since 1.3.2.2.2.1: +91 -52 lines
Diff to previous 1.3.2.2.2.1 (colored) to branchpoint 1.3.2.2 (colored)

Sync w/ -current.

Revision 1.8 / (download) - annotate - [select for diffs], Mon Jun 21 05:11:09 1999 UTC (12 years, 11 months ago) by sommerfeld
Branch: MAIN
Changes since 1.7: +91 -52 lines
Diff to previous 1.7 (colored)

Fix PR7373 for real: Rearrange locking to avoid need for LOCKPARENT in lookup

Revision 1.3.2.2.2.1 / (download) - annotate - [select for diffs], Mon Jun 21 01:24:06 1999 UTC (12 years, 11 months ago) by thorpej
Branch: chs-ubc2
Changes since 1.3.2.2: +13 -12 lines
Diff to previous 1.3.2.2 (colored)

Sync w/ -current.

Revision 1.7 / (download) - annotate - [select for diffs], Sat Jun 19 18:01:26 1999 UTC (12 years, 11 months ago) by sommerfeld
Branch: MAIN
Changes since 1.6: +4 -3 lines
Diff to previous 1.6 (colored)

Fix PR7761: clip overly large length rather than failing

Revision 1.6 / (download) - annotate - [select for diffs], Fri Apr 30 18:43:00 1999 UTC (13 years ago) by thorpej
Branch: MAIN
Changes since 1.5: +10 -10 lines
Diff to previous 1.5 (colored)

Break cdir/rdir/cmask info out of struct filedesc, and put it in a new
substructure, `cwdinfo'.  Implement optional sharing of this substructure.

This is required for clone(2).

Revision 1.3.2.2 / (download) - annotate - [select for diffs], Wed Apr 28 18:43:44 1999 UTC (13 years, 1 month ago) by perry
Branch: netbsd-1-4
CVS Tags: netbsd-1-4-RELEASE, kame_14_19990705, kame_14_19990628
Branch point for: kame, chs-ubc2
Changes since 1.3.2.1: +7 -1 lines
Diff to previous 1.3.2.1 (colored) to branchpoint 1.3 (colored)

pullup 1.4->1.5 (is): kludge around adosfs panic

Revision 1.5 / (download) - annotate - [select for diffs], Mon Apr 26 20:33:18 1999 UTC (13 years, 1 month ago) by is
Branch: MAIN
Changes since 1.4: +7 -1 lines
Diff to previous 1.4 (colored)

Fix adosfs's locking panic

Revision 1.3.2.1 / (download) - annotate - [select for diffs], Mon Apr 5 19:11:42 1999 UTC (13 years, 1 month ago) by sommerfe
Branch: netbsd-1-4
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

Pull up 1.4: fix non-egcs uninit variable warning

Revision 1.4 / (download) - annotate - [select for diffs], Mon Apr 5 03:33:31 1999 UTC (13 years, 1 month ago) by sommerfe
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

Fix compile warning (not seen with egcs, but...)

Revision 1.3 / (download) - annotate - [select for diffs], Thu Mar 25 04:45:57 1999 UTC (13 years, 2 months ago) by sommerfe
Branch: MAIN
CVS Tags: netbsd-1-4-base
Branch point for: netbsd-1-4
Changes since 1.2: +24 -1 lines
Diff to previous 1.2 (colored)

Disallow tracing of processes unless tracer's root directory is at or
above tracee's root directory.

Revision 1.2 / (download) - annotate - [select for diffs], Thu Mar 25 02:32:18 1999 UTC (13 years, 2 months ago) by nathanw
Branch: MAIN
Changes since 1.1: +3 -4 lines
Diff to previous 1.1 (colored)

Garbage collect a non-useful variable in getcwd_scandir().

Revision 1.1 / (download) - annotate - [select for diffs], Mon Mar 22 17:01:55 1999 UTC (13 years, 2 months ago) by sommerfe
Branch: MAIN

Change namei cache to record vnode->(parent,name) entries (for directories).
Add kernel implementation of getcwd() which uses this cache, falling
back to reading the filesystem on a cache miss.
Along for the ride: add new VOP_FSYNC flag FSYNC_RECLAIM indicating
that a reclaim is being done, so only a "shallow" fsync is needed.

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.




CVSweb <webmaster@jp.NetBSD.org>