Up to [cvs.NetBSD.org] / src / sys / kern
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: yamt-uio_vmspace
Revision 1.115.2.4 / (download) - annotate - [select for diffs], Sun Jan 15 10:44:52 2006 UTC (7 years, 5 months ago) by yamt
Branch: yamt-uio_vmspace
Changes since 1.115.2.3: +1 -1
lines
Diff to previous 1.115.2.3 (colored) to branchpoint 1.115 (colored) next main 1.116 (colored)
rename VMSPACE_IS_KERNEL to VMSPACE_IS_KERNEL_P. ("predicate")
suggested by Matt Thomas.
Revision 1.115.2.3 / (download) - annotate - [select for diffs], Sat Dec 31 11:34:26 2005 UTC (7 years, 5 months ago) by yamt
Branch: yamt-uio_vmspace
Changes since 1.115.2.2: +1 -1
lines
Diff to previous 1.115.2.2 (colored) to branchpoint 1.115 (colored)
redo the previous correctly.
Revision 1.115.2.2 / (download) - annotate - [select for diffs], Sat Dec 31 11:21:51 2005 UTC (7 years, 5 months ago) by yamt
Branch: yamt-uio_vmspace
Changes since 1.115.2.1: +1 -1
lines
Diff to previous 1.115.2.1 (colored) to branchpoint 1.115 (colored)
use VMSPACE_IS_KERNEL.
Revision 1.115.2.1 / (download) - annotate - [select for diffs], Sat Dec 31 11:14:01 2005 UTC (7 years, 5 months ago) by yamt
Branch: yamt-uio_vmspace
Changes since 1.115: +5 -7
lines
Diff to previous 1.115 (colored)
uio_segflg/uio_lwp -> uio_vmspace.
Revision 1.115 / (download) - annotate - [select for diffs], Tue Dec 27 00:00:29 2005 UTC (7 years, 5 months ago) by yamt
Branch: MAIN
CVS Tags: yamt-uio_vmspace-base5
Branch point for: yamt-uio_vmspace,
simonb-timecounters,
rpaulo-netinet-merge-pcb
Changes since 1.114: +9 -8
lines
Diff to previous 1.114 (colored)
socreate: fix a null dereference on nfs reconnect, introduced by ktrace-lwp.