CVS log for src/sys/compat/common/vfs_syscalls_20.c
Up to [cvs.NetBSD.org] / src / sys / compat / common
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.41.4.1: download - view: text, markup, annotated - select for diffs
Wed Aug 3 11:16:12 2022 UTC (2 years, 5 months ago) by martin
Branches: netbsd-9
CVS tags: netbsd-9-4-RELEASE,
netbsd-9-3-RELEASE
Diff to: previous 1.41: preferred, colored; next MAIN 1.42: preferred, colored
Changes since revision 1.41: +5 -2
lines
Apply patch, requested by riastradh in ticket #1487:
sys/compat/common/vfs_syscalls_20.c (apply patch)
sys/compat: Memset zero before copyout.
Just in case of uninitialized padding which would lead to kernel
stack disclosure. If the compiler can prove the memset redundant
then it can optimize it away; otherwise better safe than sorry.
Revision 1.46: download - view: text, markup, annotated - select for diffs
Sun Jun 28 14:37:53 2020 UTC (4 years, 6 months ago) by christos
Branches: MAIN
CVS tags: thorpej-ifq-base,
thorpej-ifq,
thorpej-i2c-spi-conf2-base,
thorpej-i2c-spi-conf2,
thorpej-i2c-spi-conf-base,
thorpej-i2c-spi-conf,
thorpej-futex2-base,
thorpej-futex2,
thorpej-futex-base,
thorpej-futex,
thorpej-cfargs2-base,
thorpej-cfargs2,
thorpej-cfargs-base,
thorpej-cfargs,
thorpej-altq-separation-base,
thorpej-altq-separation,
perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs,
netbsd-10-base,
netbsd-10-1-RELEASE,
netbsd-10-0-RELEASE,
netbsd-10-0-RC6,
netbsd-10-0-RC5,
netbsd-10-0-RC4,
netbsd-10-0-RC3,
netbsd-10-0-RC2,
netbsd-10-0-RC1,
netbsd-10,
cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x,
bouyer-sunxi-drm-base,
bouyer-sunxi-drm,
HEAD
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +3 -3
lines
Fix struct entry size (thanks kre@)
Revision 1.40.12.3: download - view: text, markup, annotated - select for diffs
Mon Apr 13 08:04:14 2020 UTC (4 years, 9 months ago) by martin
Branches: phil-wifi
Diff to: previous 1.40.12.2: preferred, colored; branchpoint 1.40: preferred, colored; next MAIN 1.41: preferred, colored
Changes since revision 1.40.12.2: +14 -119
lines
Mostly merge changes from HEAD upto 20200411
Revision 1.40.12.2: download - view: text, markup, annotated - select for diffs
Wed Apr 8 14:08:00 2020 UTC (4 years, 9 months ago) by martin
Branches: phil-wifi
Diff to: previous 1.40.12.1: preferred, colored; branchpoint 1.40: preferred, colored
Changes since revision 1.40.12.1: +4 -3
lines
Merge changes from current as of 20200406
Revision 1.44.2.1: download - view: text, markup, annotated - select for diffs
Fri Jan 17 21:47:29 2020 UTC (5 years ago) by ad
Branches: ad-namecache
Diff to: previous 1.44: preferred, colored; next MAIN 1.45: preferred, colored
Changes since revision 1.44: +4 -3
lines
Sync with head.
Revision 1.45: download - view: text, markup, annotated - select for diffs
Fri Jan 17 20:08:06 2020 UTC (5 years ago) by ad
Branches: MAIN
CVS tags: phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406,
is-mlppp-base,
is-mlppp,
bouyer-xenpvh-base2,
bouyer-xenpvh-base1,
bouyer-xenpvh-base,
bouyer-xenpvh,
ad-namecache-base3,
ad-namecache-base2,
ad-namecache-base1
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +4 -3
lines
VFS_VGET(), VFS_ROOT(), VFS_FHTOVP(): give them a "int lktype" argument, to
allow us to get shared locks (or no lock) on the returned vnode. Matches
FreeBSD.
Revision 1.44: download - view: text, markup, annotated - select for diffs
Fri Oct 4 01:28:03 2019 UTC (5 years, 3 months ago) by christos
Branches: MAIN
CVS tags: phil-wifi-20191119,
ad-namecache-base
Branch point for: ad-namecache
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +6 -71
lines
deduplicate the conversion function from statvfs -> statfs12
Revision 1.43: download - view: text, markup, annotated - select for diffs
Thu Sep 26 01:28:27 2019 UTC (5 years, 3 months ago) by christos
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +3 -3
lines
fix sign-compare issues.
Revision 1.42: download - view: text, markup, annotated - select for diffs
Sun Sep 22 22:59:38 2019 UTC (5 years, 4 months ago) by christos
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +19 -59
lines
Add a new member to struct vfsstat and grow the unused members
The new member is caled f_mntfromlabel and it is the dkw_wname
of the corresponding wedge. This is now used by df -W to display
the mountpoint name as NAME=
Revision 1.40.12.1: download - view: text, markup, annotated - select for diffs
Mon Jun 10 22:06:58 2019 UTC (5 years, 7 months ago) by christos
Branches: phil-wifi
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +28 -2
lines
Sync with HEAD
Revision 1.41: download - view: text, markup, annotated - select for diffs
Sun Jan 27 02:08:39 2019 UTC (5 years, 11 months ago) by pgoyette
Branches: MAIN
CVS tags: phil-wifi-20190609,
netbsd-9-base,
netbsd-9-2-RELEASE,
netbsd-9-1-RELEASE,
netbsd-9-0-RELEASE,
netbsd-9-0-RC2,
netbsd-9-0-RC1,
isaki-audio2-base,
isaki-audio2
Branch point for: netbsd-9
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +28 -2
lines
Merge the [pgoyette-compat] branch
Revision 1.40.10.1: download - view: text, markup, annotated - select for diffs
Fri Mar 30 02:28:49 2018 UTC (6 years, 9 months ago) by pgoyette
Branches: pgoyette-compat
CVS tags: pgoyette-compat-merge-20190127
Diff to: previous 1.40: preferred, colored; next MAIN 1.41: preferred, colored
Changes since revision 1.40: +28 -2
lines
Create and build the compat_20 module
Revision 1.35.18.2: download - view: text, markup, annotated - select for diffs
Sun Dec 3 11:36:53 2017 UTC (7 years, 1 month ago) by jdolecek
Branches: tls-maxphys
Diff to: previous 1.35.18.1: preferred, colored; branchpoint 1.35: preferred, colored; next MAIN 1.36: preferred, colored
Changes since revision 1.35.18.1: +10 -17
lines
update from HEAD
Revision 1.38.2.2: download - view: text, markup, annotated - select for diffs
Mon Aug 28 17:51:58 2017 UTC (7 years, 4 months ago) by skrll
Branches: nick-nhusb
Diff to: previous 1.38.2.1: preferred, colored; branchpoint 1.38: preferred, colored; next MAIN 1.39: preferred, colored
Changes since revision 1.38.2.1: +9 -16
lines
Sync with HEAD
Revision 1.39.2.1: download - view: text, markup, annotated - select for diffs
Wed Apr 26 02:53:10 2017 UTC (7 years, 8 months ago) by pgoyette
Branches: pgoyette-localcount
Diff to: previous 1.39: preferred, colored; next MAIN 1.40: preferred, colored
Changes since revision 1.39: +9 -16
lines
Sync with HEAD
Revision 1.39.4.1: download - view: text, markup, annotated - select for diffs
Fri Apr 21 16:53:40 2017 UTC (7 years, 9 months ago) by bouyer
Branches: bouyer-socketcan
Diff to: previous 1.39: preferred, colored; next MAIN 1.40: preferred, colored
Changes since revision 1.39: +9 -16
lines
Sync with HEAD
Revision 1.40: download - view: text, markup, annotated - select for diffs
Thu Apr 13 09:41:28 2017 UTC (7 years, 9 months ago) by hannken
Branches: MAIN
CVS tags: tls-maxphys-base-20171202,
prg-localcount2-base3,
prg-localcount2-base2,
prg-localcount2-base1,
prg-localcount2-base,
prg-localcount2,
phil-wifi-base,
pgoyette-localcount-20170426,
pgoyette-compat-base,
pgoyette-compat-20190127,
pgoyette-compat-20190118,
pgoyette-compat-1226,
pgoyette-compat-1126,
pgoyette-compat-1020,
pgoyette-compat-0930,
pgoyette-compat-0906,
pgoyette-compat-0728,
pgoyette-compat-0625,
pgoyette-compat-0521,
pgoyette-compat-0502,
pgoyette-compat-0422,
pgoyette-compat-0415,
pgoyette-compat-0407,
pgoyette-compat-0330,
pgoyette-compat-0322,
pgoyette-compat-0315,
perseant-stdc-iso10646-base,
perseant-stdc-iso10646,
nick-nhusb-base-20170825,
netbsd-8-base,
netbsd-8-3-RELEASE,
netbsd-8-2-RELEASE,
netbsd-8-1-RELEASE,
netbsd-8-1-RC1,
netbsd-8-0-RELEASE,
netbsd-8-0-RC2,
netbsd-8-0-RC1,
netbsd-8,
matt-nb8-mediatek-base,
matt-nb8-mediatek,
bouyer-socketcan-base1
Branch point for: phil-wifi,
pgoyette-compat
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +9 -16
lines
Switch compat_20_sys_getfsstat() to mountlist iterator.
Revision 1.38.2.1: download - view: text, markup, annotated - select for diffs
Tue Sep 22 12:05:55 2015 UTC (9 years, 4 months ago) by skrll
Branches: nick-nhusb
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +4 -4
lines
Sync with HEAD
Revision 1.39: download - view: text, markup, annotated - select for diffs
Fri Jul 24 13:02:52 2015 UTC (9 years, 6 months ago) by maxv
Branches: MAIN
CVS tags: pgoyette-localcount-base,
pgoyette-localcount-20170320,
pgoyette-localcount-20170107,
pgoyette-localcount-20161104,
pgoyette-localcount-20160806,
pgoyette-localcount-20160726,
nick-nhusb-base-20170204,
nick-nhusb-base-20161204,
nick-nhusb-base-20161004,
nick-nhusb-base-20160907,
nick-nhusb-base-20160529,
nick-nhusb-base-20160422,
nick-nhusb-base-20160319,
nick-nhusb-base-20151226,
nick-nhusb-base-20150921,
localcount-20160914,
jdolecek-ncq-base,
jdolecek-ncq,
bouyer-socketcan-base
Branch point for: pgoyette-localcount,
bouyer-socketcan
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +4 -4
lines
Unused inits (harmless).
Found by Brainy.
Revision 1.38: download - view: text, markup, annotated - select for diffs
Fri Sep 5 09:21:54 2014 UTC (10 years, 4 months ago) by matt
Branches: MAIN
CVS tags: nick-nhusb-base-20150606,
nick-nhusb-base-20150406,
nick-nhusb-base
Branch point for: nick-nhusb
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +3 -3
lines
Try not to use f_data, use f_{vnode,socket,pipe,mqueue,kqueue,ksem} to get
a correctly typed pointer.
Revision 1.35.18.1: download - view: text, markup, annotated - select for diffs
Wed Aug 20 00:03:31 2014 UTC (10 years, 5 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +3 -4
lines
Rebase to HEAD as of a few days ago.
Revision 1.35.8.1: download - view: text, markup, annotated - select for diffs
Thu May 22 11:40:15 2014 UTC (10 years, 8 months ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.35: preferred, colored; next MAIN 1.36: preferred, colored
Changes since revision 1.35: +3 -4
lines
sync with head.
for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
Revision 1.35.22.1: download - view: text, markup, annotated - select for diffs
Sun May 18 17:45:31 2014 UTC (10 years, 8 months ago) by rmind
Branches: rmind-smpnet
Diff to: previous 1.35: preferred, colored; next MAIN 1.36: preferred, colored
Changes since revision 1.35: +3 -4
lines
sync with head
Revision 1.37: download - view: text, markup, annotated - select for diffs
Wed Nov 27 17:24:44 2013 UTC (11 years, 1 month ago) by christos
Branches: MAIN
CVS tags: yamt-pagecache-base9,
tls-maxphys-base,
tls-earlyentropy-base,
tls-earlyentropy,
rmind-smpnet-nbase,
rmind-smpnet-base,
riastradh-xf86-video-intel-2-7-1-pre-2-21-15,
riastradh-drm2-base3,
netbsd-7-nhusb-base-20170116,
netbsd-7-nhusb-base,
netbsd-7-nhusb,
netbsd-7-base,
netbsd-7-2-RELEASE,
netbsd-7-1-RELEASE,
netbsd-7-1-RC2,
netbsd-7-1-RC1,
netbsd-7-1-2-RELEASE,
netbsd-7-1-1-RELEASE,
netbsd-7-1,
netbsd-7-0-RELEASE,
netbsd-7-0-RC3,
netbsd-7-0-RC2,
netbsd-7-0-RC1,
netbsd-7-0-2-RELEASE,
netbsd-7-0-1-RELEASE,
netbsd-7-0,
netbsd-7
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +3 -4
lines
Change the queue.3 *_END(&head) macros to NULL. Since we don't have CIRCLEQ
anymore, all the macros expand to NULL anyway, so this improves readability.
Requested by rmind@
Revision 1.36: download - view: text, markup, annotated - select for diffs
Sat Nov 23 13:35:36 2013 UTC (11 years, 2 months ago) by christos
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +3 -3
lines
change the mountlist CIRCLEQ into a TAILQ
Revision 1.34.2.1: download - view: text, markup, annotated - select for diffs
Tue Aug 17 06:45:38 2010 UTC (14 years, 5 months ago) by uebayasi
Branches: uebayasi-xip
Diff to: previous 1.34: preferred, colored; next MAIN 1.35: preferred, colored
Changes since revision 1.34: +3 -3
lines
Sync with HEAD.
Revision 1.26.4.4: download - view: text, markup, annotated - select for diffs
Wed Aug 11 22:53:01 2010 UTC (14 years, 5 months ago) by yamt
Branches: yamt-nfs-mp
Diff to: previous 1.26.4.3: preferred, colored; branchpoint 1.26: preferred, colored; next MAIN 1.27: preferred, colored
Changes since revision 1.26.4.3: +3 -3
lines
sync with head.
Revision 1.34.4.1: download - view: text, markup, annotated - select for diffs
Sat Jul 3 01:19:30 2010 UTC (14 years, 6 months ago) by rmind
Branches: rmind-uvmplock
Diff to: previous 1.34: preferred, colored; next MAIN 1.35: preferred, colored
Changes since revision 1.34: +3 -3
lines
sync with head
Revision 1.35: download - view: text, markup, annotated - select for diffs
Thu Jun 24 13:03:06 2010 UTC (14 years, 7 months ago) by hannken
Branches: MAIN
CVS tags: yamt-pagecache-tag8,
yamt-pagecache-base8,
yamt-pagecache-base7,
yamt-pagecache-base6,
yamt-pagecache-base5,
yamt-pagecache-base4,
yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
yamt-nfs-mp-base11,
yamt-nfs-mp-base10,
uebayasi-xip-base4,
uebayasi-xip-base3,
uebayasi-xip-base2,
rmind-uvmplock-nbase,
rmind-uvmplock-base,
riastradh-drm2-base2,
riastradh-drm2-base1,
riastradh-drm2-base,
riastradh-drm2,
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-5-RELEASE,
netbsd-6-1-4-RELEASE,
netbsd-6-1-3-RELEASE,
netbsd-6-1-2-RELEASE,
netbsd-6-1-1-RELEASE,
netbsd-6-1,
netbsd-6-0-RELEASE,
netbsd-6-0-RC2,
netbsd-6-0-RC1,
netbsd-6-0-6-RELEASE,
netbsd-6-0-5-RELEASE,
netbsd-6-0-4-RELEASE,
netbsd-6-0-3-RELEASE,
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,
matt-mips64-premerge-20101231,
khorben-n900,
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-base10,
jmcneill-usbmp-base,
jmcneill-usbmp,
jmcneill-audiomp3-base,
jmcneill-audiomp3,
cherry-xenmp-base,
cherry-xenmp,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2,
agc-symver-base,
agc-symver
Branch point for: yamt-pagecache,
tls-maxphys,
rmind-smpnet
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +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.33.4.1: download - view: text, markup, annotated - select for diffs
Thu Jul 23 23:31:38 2009 UTC (15 years, 6 months ago) by jym
Branches: jym-xensuspend
Diff to: previous 1.33: preferred, colored; next MAIN 1.34: preferred, colored
Changes since revision 1.33: +8 -8
lines
Sync with HEAD.
Revision 1.26.4.3: download - view: text, markup, annotated - select for diffs
Sat Jul 18 14:52:57 2009 UTC (15 years, 6 months ago) by yamt
Branches: yamt-nfs-mp
Diff to: previous 1.26.4.2: preferred, colored; branchpoint 1.26: preferred, colored
Changes since revision 1.26.4.2: +8 -8
lines
sync with head.
Revision 1.34: download - view: text, markup, annotated - select for diffs
Mon Jun 29 05:08:15 2009 UTC (15 years, 6 months ago) by dholland
Branches: MAIN
CVS tags: yamt-nfs-mp-base9,
yamt-nfs-mp-base8,
yamt-nfs-mp-base7,
yamt-nfs-mp-base6,
uebayasi-xip-base1,
uebayasi-xip-base,
matt-premerge-20091211,
jymxensuspend-base,
jym-xensuspend-nbase
Branch point for: uebayasi-xip,
rmind-uvmplock
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +8 -8
lines
Convert 67 namei call sites to use namei_simple, in these functions:
check_console, veriexecclose, veriexec_delete, veriexec_file_add,
emul_find_root, coff_load_shlib (sh3 version), coff_load_shlib,
compat_20_sys_statfs, compat_20_netbsd32_statfs,
ELFNAME2(netbsd32,probe_noteless), darwin_sys_statfs,
ibcs2_sys_statfs, ibcs2_sys_statvfs, linux_sys_uselib,
osf1_sys_statfs, sunos_sys_statfs, sunos32_sys_statfs,
ultrix_sys_statfs, do_sys_mount, fss_create_files (3 of 4),
adosfs_mount, cd9660_mount, coda_ioctl, coda_mount, ext2fs_mount,
ffs_mount, filecore_mount, hfs_mount, lfs_mount, msdosfs_mount,
ntfs_mount, sysvbfs_mount, udf_mount, union_mount, sys_chflags,
sys_lchflags, sys_chmod, sys_lchmod, sys_chown, sys_lchown,
sys___posix_chown, sys___posix_lchown, sys_link, do_sys_pstatvfs,
sys_quotactl, sys_revoke, sys_truncate, do_sys_utimes, sys_extattrctl,
sys_extattr_set_file, sys_extattr_set_link, sys_extattr_get_file,
sys_extattr_get_link, sys_extattr_delete_file,
sys_extattr_delete_link, sys_extattr_list_file, sys_extattr_list_link,
sys_setxattr, sys_lsetxattr, sys_getxattr, sys_lgetxattr,
sys_listxattr, sys_llistxattr, sys_removexattr, sys_lremovexattr
All have been scrutinized (several times, in fact) and compile-tested,
but not all have been explicitly tested in action.
XXX: While I haven't (intentionally) changed the use or nonuse of
XXX: TRYEMULROOT in any of these places, I'm not convinced all the
XXX: uses are correct; an audit might be desirable.
Revision 1.26.4.2: download - view: text, markup, annotated - select for diffs
Mon May 4 08:12:17 2009 UTC (15 years, 8 months ago) by yamt
Branches: yamt-nfs-mp
Diff to: previous 1.26.4.1: preferred, colored; branchpoint 1.26: preferred, colored
Changes since revision 1.26.4.1: +6 -10
lines
sync with head.
Revision 1.31.4.1: download - view: text, markup, annotated - select for diffs
Mon Jan 19 13:17:17 2009 UTC (16 years ago) by skrll
Branches: nick-hppapmap
Diff to: previous 1.31: preferred, colored; next MAIN 1.32: preferred, colored
Changes since revision 1.31: +4 -8
lines
Sync with HEAD.
Revision 1.25.6.4: download - view: text, markup, annotated - select for diffs
Sat Jan 17 13:28:41 2009 UTC (16 years ago) by mjf
Branches: mjf-devfs2
Diff to: previous 1.25.6.3: preferred, colored; branchpoint 1.25: preferred, colored; next MAIN 1.26: preferred, colored
Changes since revision 1.25.6.3: +2 -6
lines
Sync with HEAD.
Revision 1.31.2.1: download - view: text, markup, annotated - select for diffs
Sat Dec 13 01:13:47 2008 UTC (16 years, 1 month ago) by haad
Branches: haad-dm
Diff to: previous 1.31: preferred, colored; next MAIN 1.32: preferred, colored
Changes since revision 1.31: +4 -8
lines
Update haad-dm branch to haad-dm-base2.
Revision 1.33: download - view: text, markup, annotated - select for diffs
Thu Nov 20 09:22:57 2008 UTC (16 years, 2 months ago) by ad
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.32: preferred, colored
Changes since revision 1.32: +2 -8
lines
PR port-amd64 modules/compat missing symbols on amd64
Also, test for compat_??_machdep.c so we don't have to grow more ifdefs
in the makefile.
Revision 1.32: download - view: text, markup, annotated - select for diffs
Fri Nov 14 13:10:33 2008 UTC (16 years, 2 months ago) by ad
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +4 -2
lines
_KERNEL_OPT
Revision 1.30.2.3: download - view: text, markup, annotated - select for diffs
Thu Sep 18 04:36:44 2008 UTC (16 years, 4 months ago) by wrstuden
Branches: wrstuden-revivesa
Diff to: previous 1.30.2.2: preferred, colored; branchpoint 1.30: preferred, colored; next MAIN 1.31: preferred, colored
Changes since revision 1.30.2.2: +4 -4
lines
Sync with wrstuden-revivesa-base-2.
Revision 1.25.6.3: download - view: text, markup, annotated - select for diffs
Sun Jun 29 09:33:02 2008 UTC (16 years, 6 months ago) by mjf
Branches: mjf-devfs2
Diff to: previous 1.25.6.2: preferred, colored; branchpoint 1.25: preferred, colored
Changes since revision 1.25.6.2: +2 -2
lines
Sync with HEAD.
Revision 1.30.4.1: download - view: text, markup, annotated - select for diffs
Fri Jun 27 15:11:19 2008 UTC (16 years, 6 months ago) by simonb
Branches: simonb-wapbl
Diff to: previous 1.30: preferred, colored; next MAIN 1.31: preferred, colored
Changes since revision 1.30: +4 -4
lines
Sync with head.
Revision 1.31: download - view: text, markup, annotated - select for diffs
Tue Jun 24 11:18:15 2008 UTC (16 years, 7 months ago) by ad
Branches: MAIN
CVS tags: wrstuden-revivesa-base-4,
wrstuden-revivesa-base-3,
wrstuden-revivesa-base-2,
simonb-wapbl-nbase,
simonb-wapbl-base,
netbsd-5-base,
netbsd-5-2-RELEASE,
netbsd-5-2-RC1,
netbsd-5-2-3-RELEASE,
netbsd-5-2-2-RELEASE,
netbsd-5-2-1-RELEASE,
netbsd-5-2,
netbsd-5-1-RELEASE,
netbsd-5-1-RC4,
netbsd-5-1-RC3,
netbsd-5-1-RC2,
netbsd-5-1-RC1,
netbsd-5-1-5-RELEASE,
netbsd-5-1-4-RELEASE,
netbsd-5-1-3-RELEASE,
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,
haad-dm-base1
Branch point for: nick-hppapmap,
haad-dm
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +4 -4
lines
Replace references to getsock/getvnode.
Revision 1.25.6.2: download - view: text, markup, annotated - select for diffs
Mon Jun 2 13:22:56 2008 UTC (16 years, 7 months ago) by mjf
Branches: mjf-devfs2
Diff to: previous 1.25.6.1: preferred, colored; branchpoint 1.25: preferred, colored
Changes since revision 1.25.6.1: +4 -11
lines
Sync with HEAD.
Revision 1.26.2.1: download - view: text, markup, annotated - select for diffs
Sun May 18 12:33:09 2008 UTC (16 years, 8 months ago) by yamt
Branches: yamt-pf42
Diff to: previous 1.26: preferred, colored; next MAIN 1.27: preferred, colored
Changes since revision 1.26: +6 -13
lines
sync with head.
Revision 1.26.4.1: download - view: text, markup, annotated - select for diffs
Fri May 16 02:23:34 2008 UTC (16 years, 8 months ago) by yamt
Branches: yamt-nfs-mp
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +6 -13
lines
sync with head.
Revision 1.30.2.2: download - view: text, markup, annotated - select for diffs
Wed May 14 01:35:02 2008 UTC (16 years, 8 months ago) by wrstuden
Branches: wrstuden-revivesa
Diff to: previous 1.30.2.1: preferred, colored; branchpoint 1.30: preferred, colored
Changes since revision 1.30.2.1: +2 -3
lines
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.30.2.1: download - view: text, markup, annotated - select for diffs
Sat May 10 23:48:48 2008 UTC (16 years, 8 months ago) by wrstuden
Branches: wrstuden-revivesa
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +3 -2
lines
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.30: download - view: text, markup, annotated - select for diffs
Tue May 6 18:43:44 2008 UTC (16 years, 8 months ago) by ad
Branches: MAIN
CVS tags: yamt-pf42-base4,
yamt-pf42-base3,
yamt-pf42-base2,
yamt-nfs-mp-base2,
wrstuden-revivesa-base-1,
wrstuden-revivesa-base,
hpcarm-cleanup-nbase
Branch point for: wrstuden-revivesa,
simonb-wapbl
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +3 -5
lines
PR kern/38141 lookup/vfs_busy acquire rwlock recursively
Simplify the mount locking. Remove all the crud to deal with recursion on
the mount lock, and crud to deal with unmount as another weirdo lock.
Hopefully this will once and for all fix the deadlocks with this. With this
commit there are two locks on each mount:
- krwlock_t mnt_unmounting. This is used to prevent unmount across critical
sections like getnewvnode(). It's only ever read locked with rw_tryenter(),
and is only ever write locked in dounmount(). A write hold can't be taken
on this lock if the current LWP could hold a vnode lock.
- kmutex_t mnt_updating. This is taken by threads updating the mount, for
example when going r/o -> r/w, and is only present to serialize updates.
In order to take this lock, a read hold must first be taken on
mnt_unmounting, and the two need to be held across the operation.
One effect of this change: previously if an unmount failed, we would make a
half hearted attempt to back out of it gracefully, but that was unlikely to
work in a lot of cases. Now while an unmount that will be aborted is in
progress, new file operations within the mount will fail instead of being
delayed. That is unlikely to be a problem though, because if the admin
requests unmount of a file system then s(he) has made a decision to deny
access to the resource.
Revision 1.29: download - view: text, markup, annotated - select for diffs
Mon May 5 00:33:32 2008 UTC (16 years, 8 months ago) by ad
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -4
lines
Remove unneeded includes.
Revision 1.28: download - view: text, markup, annotated - select for diffs
Wed Apr 30 12:49:16 2008 UTC (16 years, 8 months ago) by ad
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +5 -7
lines
PR kern/38135 vfs_busy/vfs_trybusy confusion
The previous fix worked, but it opened a window where mounts could have
disappeared from mountlist while the caller was traversing it using
vfs_trybusy(). Fix that.
Revision 1.27: download - view: text, markup, annotated - select for diffs
Tue Apr 29 23:51:04 2008 UTC (16 years, 8 months ago) by ad
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +3 -4
lines
kern/38135 vfs_busy/vfs_trybusy confusion
The symptom was that sometimes file systems would occasionally not appear
in output from 'df' or 'mount' if the system was busy. Resolution:
- Make mount locks work somewhat like vm_map locks.
- vfs_trybusy() now only fails if the mount is gone, or if someone is
unmounting the file system. Simple contention on mnt_lock doesn't
cause it to fail.
- vfs_busy() will wait even if the file system is being unmounted.
Revision 1.25.6.1: download - view: text, markup, annotated - select for diffs
Thu Apr 3 12:42:31 2008 UTC (16 years, 9 months ago) by mjf
Branches: mjf-devfs2
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +4 -5
lines
Sync with HEAD.
Revision 1.4.4.10: download - view: text, markup, annotated - select for diffs
Mon Mar 24 09:38:40 2008 UTC (16 years, 10 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.4.4.9: preferred, colored; branchpoint 1.4: preferred, colored; next MAIN 1.5: preferred, colored
Changes since revision 1.4.4.9: +4 -5
lines
sync with head.
Revision 1.17.8.3: download - view: text, markup, annotated - select for diffs
Sun Mar 23 02:04:31 2008 UTC (16 years, 10 months ago) by matt
Branches: matt-armv6
Diff to: previous 1.17.8.2: preferred, colored; branchpoint 1.17: preferred, colored; next MAIN 1.18: preferred, colored
Changes since revision 1.17.8.2: +6 -6
lines
sync with HEAD
Revision 1.26: download - view: text, markup, annotated - select for diffs
Fri Mar 21 21:54:58 2008 UTC (16 years, 10 months ago) by ad
Branches: MAIN
CVS tags: yamt-pf42-baseX,
yamt-pf42-base,
yamt-nfs-mp-base,
yamt-lazymbuf-base15,
yamt-lazymbuf-base14,
ad-socklock-base1
Branch point for: yamt-pf42,
yamt-nfs-mp
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +4 -5
lines
Catch up with descriptor handling changes. See kern_descrip.c revision
1.173 for details.
Revision 1.19.2.3: download - view: text, markup, annotated - select for diffs
Mon Feb 18 21:05:22 2008 UTC (16 years, 11 months ago) by mjf
Branches: mjf-devfs
Diff to: previous 1.19.2.2: preferred, colored; branchpoint 1.19: preferred, colored; next MAIN 1.20: preferred, colored
Changes since revision 1.19.2.2: +9 -8
lines
Sync with HEAD.
Revision 1.4.4.9: download - view: text, markup, annotated - select for diffs
Mon Feb 4 09:23:00 2008 UTC (16 years, 11 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.4.4.8: preferred, colored; branchpoint 1.4: preferred, colored
Changes since revision 1.4.4.8: +6 -6
lines
sync with head.
Revision 1.25: download - view: text, markup, annotated - select for diffs
Wed Jan 30 11:46:59 2008 UTC (16 years, 11 months ago) by ad
Branches: MAIN
CVS tags: nick-net80211-sync-base,
nick-net80211-sync,
mjf-devfs-base,
matt-armv6-nbase,
keiichi-mipv6-nbase,
keiichi-mipv6-base,
keiichi-mipv6,
hpcarm-cleanup-base
Branch point for: mjf-devfs2
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +6 -6
lines
PR kern/37706 (forced unmount of file systems is unsafe):
- Do reference counting for 'struct mount'. Each vnode associated with a
mount takes a reference, and in turn the mount takes a reference to the
vfsops.
- Now that mounts are reference counted, replace the overcomplicated mount
locking inherited from 4.4BSD with a recursable rwlock.
Revision 1.4.4.8: download - view: text, markup, annotated - select for diffs
Mon Jan 21 09:40:45 2008 UTC (17 years ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.4.4.7: preferred, colored; branchpoint 1.4: preferred, colored
Changes since revision 1.4.4.7: +19 -20
lines
sync with head
Revision 1.17.8.2: download - view: text, markup, annotated - select for diffs
Wed Jan 9 01:50:33 2008 UTC (17 years ago) by matt
Branches: matt-armv6
Diff to: previous 1.17.8.1: preferred, colored; branchpoint 1.17: preferred, colored
Changes since revision 1.17.8.1: +20 -21
lines
sync with HEAD
Revision 1.22.4.2: download - view: text, markup, annotated - select for diffs
Tue Jan 8 22:10:44 2008 UTC (17 years ago) by bouyer
Branches: bouyer-xeni386
CVS tags: bouyer-xeni386-merge1
Diff to: previous 1.22.4.1: preferred, colored; branchpoint 1.22: preferred, colored; next MAIN 1.23: preferred, colored
Changes since revision 1.22.4.1: +3 -2
lines
Sync with HEAD
Revision 1.24: download - view: text, markup, annotated - select for diffs
Mon Jan 7 16:08:46 2008 UTC (17 years ago) by ad
Branches: MAIN
CVS tags: matt-armv6-base,
bouyer-xeni386-nbase,
bouyer-xeni386-base
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +5 -4
lines
Don't drop vnode refs until we are done with the mount.
Revision 1.22.4.1: download - view: text, markup, annotated - select for diffs
Wed Jan 2 21:51:44 2008 UTC (17 years ago) by bouyer
Branches: bouyer-xeni386
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +14 -14
lines
Sync with HEAD
Revision 1.19.2.2: download - view: text, markup, annotated - select for diffs
Thu Dec 27 00:43:37 2007 UTC (17 years, 1 month ago) by mjf
Branches: mjf-devfs
Diff to: previous 1.19.2.1: preferred, colored; branchpoint 1.19: preferred, colored
Changes since revision 1.19.2.1: +16 -18
lines
Sync with HEAD.
Revision 1.20.2.1: download - view: text, markup, annotated - select for diffs
Wed Dec 26 19:48:46 2007 UTC (17 years, 1 month ago) by ad
Branches: vmlocking2
Diff to: previous 1.20: preferred, colored; next MAIN 1.21: preferred, colored
Changes since revision 1.20: +16 -18
lines
Sync with head.
Revision 1.23: download - view: text, markup, annotated - select for diffs
Thu Dec 20 23:02:45 2007 UTC (17 years, 1 month ago) by dsl
Branches: MAIN
CVS tags: vmlocking2-base3
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +14 -14
lines
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.17.6.4: download - view: text, markup, annotated - select for diffs
Sun Dec 9 19:36:38 2007 UTC (17 years, 1 month ago) by jmcneill
Branches: jmcneill-pm
Diff to: previous 1.17.6.3: preferred, colored; branchpoint 1.17: preferred, colored; next MAIN 1.18: preferred, colored
Changes since revision 1.17.6.3: +5 -7
lines
Sync with HEAD.
Revision 1.22: download - view: text, markup, annotated - select for diffs
Sat Dec 8 19:29:37 2007 UTC (17 years, 1 month ago) by pooka
Branches: 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
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +4 -3
lines
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.21: download - view: text, markup, annotated - select for diffs
Sat Dec 8 18:35:55 2007 UTC (17 years, 1 month ago) by dsl
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +3 -6
lines
ANSIfy most of the function definitions in sys/compat (but not ndis).
All by the magic of sed ...
Revision 1.19.2.1: download - view: text, markup, annotated - select for diffs
Sat Dec 8 18:18:34 2007 UTC (17 years, 1 month ago) by mjf
Branches: mjf-devfs
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +3 -3
lines
Sync with HEAD.
Revision 1.4.4.7: download - view: text, markup, annotated - select for diffs
Fri Dec 7 17:27:38 2007 UTC (17 years, 1 month ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.4.4.6: preferred, colored; branchpoint 1.4: preferred, colored
Changes since revision 1.4.4.6: +3 -3
lines
sync with head
Revision 1.17.6.3: download - view: text, markup, annotated - select for diffs
Tue Nov 27 19:36:40 2007 UTC (17 years, 1 month ago) by joerg
Branches: jmcneill-pm
Diff to: previous 1.17.6.2: preferred, colored; branchpoint 1.17: preferred, colored
Changes since revision 1.17.6.2: +3 -3
lines
Sync with HEAD. amd64 Xen support needs testing.
Revision 1.20: download - view: text, markup, annotated - select for diffs
Mon Nov 26 19:01:29 2007 UTC (17 years, 2 months ago) by pooka
Branches: MAIN
CVS tags: vmlocking2-base2,
vmlocking2-base1,
vmlocking-nbase,
reinoud-bufcleanup-nbase,
reinoud-bufcleanup-base
Branch point for: vmlocking2
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +3 -3
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.4.4.6: download - view: text, markup, annotated - select for diffs
Thu Nov 15 11:43:48 2007 UTC (17 years, 2 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.4.4.5: preferred, colored; branchpoint 1.4: preferred, colored
Changes since revision 1.4.4.5: +3 -3
lines
sync with head.
Revision 1.18.2.1: download - view: text, markup, annotated - select for diffs
Tue Nov 13 16:00:34 2007 UTC (17 years, 2 months ago) by bouyer
Branches: bouyer-xenamd64
Diff to: previous 1.18: preferred, colored; next MAIN 1.19: preferred, colored
Changes since revision 1.18: +3 -3
lines
Sync with HEAD
Revision 1.17.8.1: download - view: text, markup, annotated - select for diffs
Tue Nov 6 23:24:46 2007 UTC (17 years, 2 months ago) by matt
Branches: matt-armv6
CVS tags: matt-armv6-prevmlocking
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +7 -7
lines
sync with HEAD
Revision 1.17.6.2: download - view: text, markup, annotated - select for diffs
Sun Nov 4 21:03:18 2007 UTC (17 years, 2 months ago) by jmcneill
Branches: jmcneill-pm
Diff to: previous 1.17.6.1: preferred, colored; branchpoint 1.17: preferred, colored
Changes since revision 1.17.6.1: +3 -3
lines
Sync with HEAD.
Revision 1.19: download - view: text, markup, annotated - select for diffs
Thu Nov 1 03:49:52 2007 UTC (17 years, 2 months ago) by oster
Branches: MAIN
CVS tags: jmcneill-base,
bouyer-xenamd64-base2,
bouyer-xenamd64-base
Branch point for: mjf-devfs
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +3 -3
lines
This should be a mutex_enter() instead of a mutex_exit().
Fixes:
Mutex error: mutex_vector_exit: assertion failed: MUTEX_OWNER(mtx->mtx_owner) == curthread
...
mutex_abort(c0aba23c,c07bf8b0,c09c9164,bfbfee34,10) at netbsd:mutex_abort+0x36
mutex_vector_exit(c0aba23c,10,c0aba23c,ca8efc6c,ca8f8540) at netbsd:mutex_vector_exit+0xe2
compat_20_sys_getfsstat(ca8f8540,cb243c48,cb243c68,805eb24,805e000) at netbsd:compat_20_sys_getfsstat+0x1bf
...
Revision 1.4.4.5: download - view: text, markup, annotated - select for diffs
Sat Oct 27 11:29:29 2007 UTC (17 years, 3 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.4.4.4: preferred, colored; branchpoint 1.4: preferred, colored
Changes since revision 1.4.4.4: +7 -7
lines
sync with head.
Revision 1.17.6.1: download - view: text, markup, annotated - select for diffs
Fri Oct 26 15:43:51 2007 UTC (17 years, 3 months ago) by joerg
Branches: jmcneill-pm
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +7 -7
lines
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.17.10.1: download - view: text, markup, annotated - select for diffs
Sun Oct 14 11:47:54 2007 UTC (17 years, 3 months ago) by yamt
Branches: yamt-x86pmap
Diff to: previous 1.17: preferred, colored; next MAIN 1.18: preferred, colored
Changes since revision 1.17: +7 -7
lines
sync with head.
Revision 1.18: download - view: text, markup, annotated - select for diffs
Wed Oct 10 20:42:21 2007 UTC (17 years, 3 months ago) by ad
Branches: MAIN
CVS tags: yamt-x86pmap-base4,
yamt-x86pmap-base3,
vmlocking-base
Branch point for: bouyer-xenamd64
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +7 -7
lines
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.4.4.4: download - view: text, markup, annotated - select for diffs
Mon Sep 3 14:31:53 2007 UTC (17 years, 4 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.4.4.3: preferred, colored; branchpoint 1.4: preferred, colored
Changes since revision 1.4.4.3: +3 -3
lines
sync with head.
Revision 1.16.8.1: download - view: text, markup, annotated - select for diffs
Wed Jul 11 20:03:50 2007 UTC (17 years, 6 months ago) by mjf
Branches: mjf-ufs-trans
Diff to: previous 1.16: preferred, colored; next MAIN 1.17: preferred, colored
Changes since revision 1.16: +3 -3
lines
Sync with head.
Revision 1.16.6.2: download - view: text, markup, annotated - select for diffs
Sun May 27 14:34:49 2007 UTC (17 years, 8 months ago) by ad
Branches: vmlocking
Diff to: previous 1.16.6.1: preferred, colored; branchpoint 1.16: preferred, colored; next MAIN 1.17: preferred, colored
Changes since revision 1.16.6.1: +3 -3
lines
Sync with head.
Revision 1.16.2.1: download - view: text, markup, annotated - select for diffs
Mon May 7 10:55:08 2007 UTC (17 years, 8 months ago) by yamt
Branches: yamt-idlelwp
Diff to: previous 1.16: preferred, colored; next MAIN 1.17: preferred, colored
Changes since revision 1.16: +3 -3
lines
sync with head.
Revision 1.17: download - view: text, markup, annotated - select for diffs
Sun Apr 22 08:29:55 2007 UTC (17 years, 9 months ago) by dsl
Branches: MAIN
CVS tags: yamt-x86pmap-base2,
yamt-x86pmap-base,
yamt-idlelwp-base8,
nick-csl-alignment-base5,
nick-csl-alignment-base,
nick-csl-alignment,
mjf-ufs-trans-base,
matt-mips64-base,
matt-mips64,
hpcarm-cleanup
Branch point for: yamt-x86pmap,
matt-armv6,
jmcneill-pm
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +3 -3
lines
Change the way that emulations locate files within the emulation root to
avoid having to allocate space in the 'stackgap'
- which is very LWP unfriendly.
The additional code for non-emulation namei() is trivial, the reduction for
the emulations is massive.
The vnode for a processes emulation root is saved in the cwdi structure
during process exec.
If the emulation root the TRYEMULROOT flag are set, namei() will do an initial
search for absolute pathnames in the emulation root, if that fails it will
retry from the normal root.
".." at the emulation root will always go to the real root, even in the middle
of paths and when expanding symlinks.
Absolute symlinks found using absolute paths in the emulation root will be
relative to the emulation root (so /usr/lib/xxx.so -> /lib/xxx.so links
inside the emulation root don't need changing).
If the root of the emulation would be returned (for an emulation lookup), then
the real root is returned instead (matching the behaviour of emul_lookup,
but being a cheap comparison here) so that programs that scan "../.."
looking for the root dircetory don't loop forever.
The target for symbolic links is no longer mangled (it used to get the
CHECK_ALT_xxx() treatment, so could get /emul/xxx prepended).
CHECK_ALT_xxx() are no more. Most of the change is deleting them, and adding
TRYEMULROOT to the flags to NDINIT().
A lot of the emulation system call stubs could now be deleted.
Revision 1.16.6.1: download - view: text, markup, annotated - select for diffs
Tue Mar 13 17:50:26 2007 UTC (17 years, 10 months ago) by ad
Branches: vmlocking
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +7 -7
lines
Pull in the initial set of changes for the vmlocking branch.
Revision 1.4.4.3: download - view: text, markup, annotated - select for diffs
Mon Feb 26 09:09:01 2007 UTC (17 years, 11 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.4.4.2: preferred, colored; branchpoint 1.4: preferred, colored
Changes since revision 1.4.4.2: +2 -3
lines
sync with head.
Revision 1.16: download - view: text, markup, annotated - select for diffs
Fri Feb 9 21:55:16 2007 UTC (17 years, 11 months ago) by ad
Branches: MAIN
CVS tags: thorpej-atomic-base,
thorpej-atomic,
reinoud-bufcleanup,
post-newlock2-merge,
ad-audiomp-base,
ad-audiomp
Branch point for: yamt-idlelwp,
vmlocking,
mjf-ufs-trans
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -3
lines
Merge newlock2 to head.
Revision 1.12.4.2: download - view: text, markup, annotated - select for diffs
Tue Jan 30 13:51:30 2007 UTC (17 years, 11 months ago) by ad
Branches: newlock2
Diff to: previous 1.12.4.1: preferred, colored; branchpoint 1.12: preferred, colored; next MAIN 1.13: preferred, colored
Changes since revision 1.12.4.1: +2 -3
lines
Remove support for SA. Ok core@.
Revision 1.4.4.2: download - view: text, markup, annotated - select for diffs
Sat Dec 30 20:47:31 2006 UTC (18 years ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.4.4.1: preferred, colored; branchpoint 1.4: preferred, colored
Changes since revision 1.4.4.1: +14 -23
lines
sync with head.
Revision 1.12.6.2: download - view: text, markup, annotated - select for diffs
Sun Dec 10 07:16:44 2006 UTC (18 years, 1 month ago) by yamt
Branches: yamt-splraiseipl
Diff to: previous 1.12.6.1: preferred, colored; branchpoint 1.12: preferred, colored; next MAIN 1.13: preferred, colored
Changes since revision 1.12.6.1: +7 -7
lines
sync with head.
Revision 1.12.4.1: download - view: text, markup, annotated - select for diffs
Sat Nov 18 21:39:04 2006 UTC (18 years, 2 months ago) by ad
Branches: newlock2
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +7 -16
lines
Sync with head.
Revision 1.15: download - view: text, markup, annotated - select for diffs
Thu Nov 16 01:32:41 2006 UTC (18 years, 2 months ago) by christos
Branches: MAIN
CVS tags: yamt-splraiseipl-base5,
yamt-splraiseipl-base4,
yamt-splraiseipl-base3,
wrstuden-fixsa-newbase,
wrstuden-fixsa-base-1,
wrstuden-fixsa-base,
wrstuden-fixsa,
newlock2-nbase,
newlock2-base,
netbsd-4-base,
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,
netbsd-4,
matt-nb4-arm-base,
matt-nb4-arm
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +5 -5
lines
__unused removal on arguments; approved by core.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Nov 14 13:34:29 2006 UTC (18 years, 2 months ago) by elad
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +4 -4
lines
Clean some KAUTH_GENERIC_ISSUSER usage in compat code.
Revision 1.12.6.1: download - view: text, markup, annotated - select for diffs
Sun Oct 22 06:05:21 2006 UTC (18 years, 3 months ago) by yamt
Branches: yamt-splraiseipl
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +5 -14
lines
sync with head
Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Oct 12 01:30:47 2006 UTC (18 years, 3 months ago) by christos
Branches: MAIN
CVS tags: yamt-splraiseipl-base2
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +5 -14
lines
- sprinkle __unused on function decls.
- fix a couple of unused bugs
- no more -Wno-unused for i386
Revision 1.6.4.1: download - view: text, markup, annotated - select for diffs
Sat Sep 9 02:45:14 2006 UTC (18 years, 4 months ago) by rpaulo
Branches: rpaulo-netinet-merge-pcb
Diff to: previous 1.6: preferred, colored; next MAIN 1.7: preferred, colored
Changes since revision 1.6: +34 -28
lines
sync with head
Revision 1.6.8.4: download - view: text, markup, annotated - select for diffs
Fri Aug 11 15:43:19 2006 UTC (18 years, 5 months ago) by yamt
Branches: yamt-pdpolicy
Diff to: previous 1.6.8.3: preferred, colored; branchpoint 1.6: preferred, colored; next MAIN 1.7: preferred, colored
Changes since revision 1.6.8.3: +11 -11
lines
sync with head
Revision 1.12: download - view: text, markup, annotated - select for diffs
Sun Jul 23 22:06:08 2006 UTC (18 years, 6 months ago) by ad
Branches: MAIN
CVS tags: 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
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +4 -5
lines
Use the LWP cached credentials where sane.
Revision 1.9.2.1: download - view: text, markup, annotated - select for diffs
Thu Jul 13 17:49:07 2006 UTC (18 years, 6 months ago) by gdamore
Branches: gdamore-uart
Diff to: previous 1.9: preferred, colored; next MAIN 1.10: preferred, colored
Changes since revision 1.9: +11 -10
lines
Merge from HEAD.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Jul 13 12:00:24 2006 UTC (18 years, 6 months ago) by martin
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +6 -6
lines
Fix alignement problems for fhandle_t, exposed by gcc4.1.
While touching all vptofh/fhtovp functions, get rid of VFS_MAXFIDSIZ,
version the getfh(2) syscall and explicitly pass the size available in
the filehandle from userland.
Discussed on tech-kern, with lots of help from yamt (thanks!).
Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Jun 30 15:50:46 2006 UTC (18 years, 6 months ago) by drochner
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +7 -6
lines
-fix for previous: don't malloc() with spinlock held
-wrap some long lines
Revision 1.6.8.3: download - view: text, markup, annotated - select for diffs
Mon Jun 26 12:46:00 2006 UTC (18 years, 7 months ago) by yamt
Branches: yamt-pdpolicy
Diff to: previous 1.6.8.2: preferred, colored; branchpoint 1.6: preferred, colored
Changes since revision 1.6.8.2: +26 -17
lines
sync with head.
Revision 1.4.4.1: download - view: text, markup, annotated - select for diffs
Wed Jun 21 14:58:32 2006 UTC (18 years, 7 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +34 -28
lines
sync with head.
Revision 1.8.2.1: download - view: text, markup, annotated - select for diffs
Mon Jun 19 03:45:36 2006 UTC (18 years, 7 months ago) by chap
Branches: chap-midi
Diff to: previous 1.8: preferred, colored; next MAIN 1.9: preferred, colored
Changes since revision 1.8: +26 -17
lines
Sync with head.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Jun 12 00:46:50 2006 UTC (18 years, 7 months ago) by christos
Branches: MAIN
CVS tags: yamt-pdpolicy-base6,
gdamore-uart-base,
chap-midi-nbase,
chap-midi-base
Branch point for: gdamore-uart
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +26 -17
lines
stack police: don't allocate statvfs on the stack.
Revision 1.6.6.2: download - view: text, markup, annotated - select for diffs
Thu Jun 1 22:35:42 2006 UTC (18 years, 7 months ago) by kardel
Branches: simonb-timecounters
CVS tags: simonb-timcounters-final
Diff to: previous 1.6.6.1: preferred, colored; branchpoint 1.6: preferred, colored; next MAIN 1.7: preferred, colored
Changes since revision 1.6.6.1: +4 -3
lines
Sync with head.
Revision 1.7.4.1: download - view: text, markup, annotated - select for diffs
Wed May 24 15:48:26 2006 UTC (18 years, 8 months ago) by tron
Branches: peter-altq
Diff to: previous 1.7: preferred, colored; next MAIN 1.8: preferred, colored
Changes since revision 1.7: +4 -3
lines
Merge 2006-05-24 NetBSD-current into the "peter-altq" branch.
Revision 1.6.8.2: download - view: text, markup, annotated - select for diffs
Wed May 24 10:57:27 2006 UTC (18 years, 8 months ago) by yamt
Branches: yamt-pdpolicy
Diff to: previous 1.6.8.1: preferred, colored; branchpoint 1.6: preferred, colored
Changes since revision 1.6.8.1: +4 -3
lines
sync with head.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun May 14 21:24:49 2006 UTC (18 years, 8 months ago) by elad
Branches: MAIN
CVS tags: yamt-pdpolicy-base5,
simonb-timecounters-base
Branch point for: chap-midi
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +4 -3
lines
integrate kauth.
Revision 1.7.2.4: download - view: text, markup, annotated - select for diffs
Sat May 6 23:31:26 2006 UTC (18 years, 8 months ago) by christos
Branches: elad-kernelauth
Diff to: previous 1.7.2.3: preferred, colored; branchpoint 1.7: preferred, colored; next MAIN 1.8: preferred, colored
Changes since revision 1.7.2.3: +3 -2
lines
- 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.6.6.1: download - view: text, markup, annotated - select for diffs
Sat Apr 22 11:38:12 2006 UTC (18 years, 9 months ago) by simonb
Branches: simonb-timecounters
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -6
lines
Sync with head.
Revision 1.6.8.1: download - view: text, markup, annotated - select for diffs
Mon Mar 13 09:07:07 2006 UTC (18 years, 10 months ago) by yamt
Branches: yamt-pdpolicy
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -6
lines
sync with head.
Revision 1.7.2.3: download - view: text, markup, annotated - select for diffs
Fri Mar 10 14:28:51 2006 UTC (18 years, 10 months ago) by elad
Branches: elad-kernelauth
Diff to: previous 1.7.2.2: preferred, colored; branchpoint 1.7: preferred, colored
Changes since revision 1.7.2.2: +3 -3
lines
generic_authorize() -> kauth_authorize_generic().
Revision 1.7.2.2: download - view: text, markup, annotated - select for diffs
Wed Mar 8 01:48:37 2006 UTC (18 years, 10 months ago) by elad
Branches: elad-kernelauth
Diff to: previous 1.7.2.1: preferred, colored; branchpoint 1.7: preferred, colored
Changes since revision 1.7.2.1: +310 -0
lines
Adapt to kernel authorization KPI.
Revision 1.7.2.1
Tue Mar 7 03:32:06 2006 UTC (18 years, 10 months ago) by elad
Branches: elad-kernelauth
FILE REMOVED
Changes since revision 1.7: +0 -310
lines
file vfs_syscalls_20.c was added on branch elad-kernelauth on 2006-03-08 01:48:37 +0000
Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Mar 7 03:32:06 2006 UTC (18 years, 10 months ago) by thorpej
Branches: MAIN
CVS tags: yamt-pdpolicy-base4,
yamt-pdpolicy-base3,
yamt-pdpolicy-base2,
peter-altq-base,
elad-kernelauth-base
Branch point for: peter-altq,
elad-kernelauth
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -6
lines
Clean up fallout proc_is_traced_p() change:
- proc_is_traced_p() -> trace_is_enabled(), to match trace_enter() and
trace_exit().
- trace_is_enabled() becomes a real function.
- Remove unnecessary include files from various files that used to care
about KTRACE and SYSTRACE, but do no more.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Dec 11 12:19:56 2005 UTC (19 years, 1 month ago) by christos
Branches: MAIN
CVS tags: yamt-uio_vmspace-base5,
yamt-uio_vmspace,
yamt-pdpolicy-base
Branch point for: yamt-pdpolicy,
simonb-timecounters,
rpaulo-netinet-merge-pcb
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +10 -12
lines
merge ktrace-lwp.
Revision 1.3.2.7: download - view: text, markup, annotated - select for diffs
Thu Nov 10 14:00:40 2005 UTC (19 years, 2 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.3.2.6: preferred, colored; branchpoint 1.3: preferred, colored; next MAIN 1.4: preferred, colored
Changes since revision 1.3.2.6: +4 -2
lines
Sync with HEAD. Here we go again...
Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Sep 13 01:42:32 2005 UTC (19 years, 4 months ago) by christos
Branches: 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
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +4 -2
lines
compat code reorg.
Revision 1.3.6.1: download - view: text, markup, annotated - select for diffs
Fri Apr 29 11:28:31 2005 UTC (19 years, 8 months ago) by kent
Branches: kent-audio2
Diff to: previous 1.3: preferred, colored; next MAIN 1.4: preferred, colored
Changes since revision 1.3: +4 -4
lines
sync with -current
Revision 1.3.8.1: download - view: text, markup, annotated - select for diffs
Sat Mar 19 08:33:28 2005 UTC (19 years, 10 months ago) by yamt
Branches: yamt-km
Diff to: previous 1.3: preferred, colored; next MAIN 1.4: preferred, colored
Changes since revision 1.3: +4 -4
lines
sync with head. xen and whitespace. xen part is not finished.
Revision 1.3.2.6: download - view: text, markup, annotated - select for diffs
Fri Mar 4 16:39:22 2005 UTC (19 years, 10 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.3.2.5: preferred, colored; branchpoint 1.3: preferred, colored
Changes since revision 1.3.2.5: +4 -4
lines
Sync with HEAD.
Hi Perry!
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Feb 26 23:10:18 2005 UTC (19 years, 10 months ago) by perry
Branches: MAIN
CVS tags: yamt-km-base4,
yamt-km-base3,
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,
kent-audio2-base
Branch point for: yamt-lazymbuf
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +4 -4
lines
nuke trailing whitespace
Revision 1.3.2.5: download - view: text, markup, annotated - select for diffs
Tue Sep 21 13:24:58 2004 UTC (20 years, 4 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.3.2.4: preferred, colored; branchpoint 1.3: preferred, colored
Changes since revision 1.3.2.4: +10 -12
lines
Fix the sync with head I botched.
Revision 1.3.2.4: download - view: text, markup, annotated - select for diffs
Sat Sep 18 14:43:05 2004 UTC (20 years, 4 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.3.2.3: preferred, colored; branchpoint 1.3: preferred, colored
Changes since revision 1.3.2.3: +12 -10
lines
Sync with HEAD.
Revision 1.3.2.3: download - view: text, markup, annotated - select for diffs
Tue Aug 24 17:57:36 2004 UTC (20 years, 5 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.3.2.2: preferred, colored; branchpoint 1.3: preferred, colored
Changes since revision 1.3.2.2: +3 -3
lines
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.3.2.2: download - view: text, markup, annotated - select for diffs
Tue Aug 3 10:43:29 2004 UTC (20 years, 5 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.3.2.1: preferred, colored; branchpoint 1.3: preferred, colored
Changes since revision 1.3.2.1: +312 -0
lines
Sync with HEAD
Revision 1.3.2.1
Sat May 22 20:53:26 2004 UTC (20 years, 8 months ago) by skrll
Branches: ktrace-lwp
FILE REMOVED
Changes since revision 1.3: +0 -314
lines
file vfs_syscalls_20.c was added on branch ktrace-lwp on 2004-08-03 10:43:29 +0000
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat May 22 20:53:26 2004 UTC (20 years, 8 months ago) by christos
Branches: MAIN
CVS tags: yamt-km-base2,
yamt-km-base,
kent-audio1-beforemerge,
kent-audio1-base,
kent-audio1
Branch point for: yamt-km,
ktrace-lwp,
kent-audio2
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +4 -4
lines
grr, forgot to take out the &
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat May 22 20:46:53 2004 UTC (20 years, 8 months ago) by christos
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +13 -6
lines
allocate memory for statvfs instead of using the stack.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Apr 21 01:05:36 2004 UTC (20 years, 9 months ago) by christos
Branches: MAIN
Replace the statfs() family of system calls with statvfs().
Retain binary compatibility.
CVSweb <webmaster@jp.NetBSD.org>