Up to [cvs.NetBSD.org] / src / external / cddl / osnet / sys / kern
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: MAIN
Revision 1.4 / (download) - annotate - [select for diffs], Thu Oct 11 08:01:23 2012 UTC (8 months, 1 week ago) by njoly
Branch: MAIN
CVS Tags: yamt-pagecache-base8,
yamt-pagecache-base7,
yamt-pagecache-base6,
tls-maxphys-nbase,
tls-maxphys-base,
agc-symver-base,
agc-symver,
HEAD
Changes since 1.3: +2 -4
lines
Diff to previous 1.3 (colored)
No need to include files more than once.
Revision 1.3 / (download) - annotate - [select for diffs], Thu Apr 26 23:34:09 2012 UTC (13 months, 3 weeks ago) by christos
Branch: MAIN
CVS Tags: yamt-pagecache-base5
Branch point for: tls-maxphys
Changes since 1.2: +3 -3
lines
Diff to previous 1.2 (colored)
Add FREAD for the benefit of kauth!
Revision 1.2 / (download) - annotate - [select for diffs], Fri Jan 21 12:24:24 2011 UTC (2 years, 4 months ago) by pooka
Branch: MAIN
CVS Tags: yamt-pagecache-base4,
yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
netbsd-6-base,
netbsd-6-1-RELEASE,
netbsd-6-1-RC4,
netbsd-6-1-RC3,
netbsd-6-1-RC2,
netbsd-6-1-RC1,
netbsd-6-1,
netbsd-6-0-RELEASE,
netbsd-6-0-RC2,
netbsd-6-0-RC1,
netbsd-6-0-2-RELEASE,
netbsd-6-0-1-RELEASE,
netbsd-6-0,
netbsd-6,
matt-nb6-plus-nbase,
matt-nb6-plus-base,
matt-nb6-plus,
cherry-xenmp-base,
cherry-xenmp,
bouyer-quota2-nbase,
bouyer-quota2-base
Branch point for: yamt-pagecache
Changes since 1.1: +3 -3
lines
Diff to previous 1.1 (colored)
fix kobj_open_file_vnode() patch from haad
Revision 1.1 / (download) - annotate - [select for diffs], Fri Aug 7 20:57:57 2009 UTC (3 years, 10 months ago) by haad
Branch: MAIN
CVS Tags: matt-premerge-20091211,
matt-mips64-premerge-20101231,
darran-pre-netbsd,
darran-pre-freebsd,
darran-pre-dtrace
Branch point for: bouyer-quota2
Add NetBSD Solaris compat code and reachover Makefiles. Most of code written by Andrew Doran some of it by me. This is still work in progress code. There are known issues. Zfs can panic your system still. I will commit integration bits and needed kernel bits later when we fix most obvious bugs. This code need some support from our kernel which I will commit in a separate patch and therefore itnot work yet. Issues: 1) Support for openat/fstatat syscalls. 2) getnewvnode locking against myself panic when reclaiming vnodes 3) Replace solaris taskq with our workqueue which doesn't need to alloc anything during work. 4) Investigate problems with NO_WAIT allocations. Oked by core@ and ad@.