The NetBSD Project

CVS log for src/sys/compat/ibcs2/Attic/ibcs2_exec_coff.c

[BACK] Up to [cvs.NetBSD.org] / src / sys / compat / ibcs2

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.29.4.1
Mon Jun 10 22:06:58 2019 UTC (5 years, 5 months ago) by christos
Branches: phil-wifi
FILE REMOVED
Changes since revision 1.29: +2 -2 lines
Sync with HEAD

Revision 1.29.2.1
Fri Jan 18 08:50:25 2019 UTC (5 years, 9 months ago) by pgoyette
Branches: pgoyette-compat
CVS tags: pgoyette-compat-merge-20190127
FILE REMOVED
Changes since revision 1.29: +2 -2 lines
Synch with HEAD

Revision 1.30
Sat Dec 29 11:30:12 2018 UTC (5 years, 10 months ago) by maxv
Branches: MAIN
CVS tags: thorpej-futex-base, phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, pgoyette-compat-20190127, pgoyette-compat-20190118, perseant-exfatfs-base-20240630, perseant-exfatfs-base, perseant-exfatfs, isaki-audio2-base, isaki-audio2, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x, bouyer-xenpvh-base2, bouyer-xenpvh-base1, bouyer-xenpvh-base, bouyer-xenpvh, bouyer-sunxi-drm-base, bouyer-sunxi-drm, ad-namecache-base3, ad-namecache-base2, ad-namecache-base1, ad-namecache-base, ad-namecache, HEAD
FILE REMOVED
Changes since revision 1.29: +2 -2 lines
Retire compat_ibcs2, as discussed on tech-kern@. FreeBSD did the same
recently.

Revision 1.25.18.2: download - view: text, markup, annotated - select for diffs
Sun Dec 3 11:36:53 2017 UTC (6 years, 11 months ago) by jdolecek
Branches: tls-maxphys
Diff to: previous 1.25.18.1: preferred, colored; branchpoint 1.25: preferred, colored; next MAIN 1.26: preferred, colored
Changes since revision 1.25.18.1: +7 -1 lines
update from HEAD

Revision 1.26.6.1: download - view: text, markup, annotated - select for diffs
Mon Aug 28 17:51:58 2017 UTC (7 years, 2 months ago) by skrll
Branches: nick-nhusb
Diff to: previous 1.26: preferred, colored; next MAIN 1.27: preferred, colored
Changes since revision 1.26: +9 -3 lines
Sync with HEAD

Revision 1.25.14.1: download - view: text, markup, annotated - select for diffs
Sat Aug 19 04:13:51 2017 UTC (7 years, 2 months ago) by snj
Branches: netbsd-6
Diff to: previous 1.25: preferred, colored; next MAIN 1.26: preferred, colored
Changes since revision 1.25: +9 -3 lines
Pull up following revision(s) (requested by mrg in ticket #1481):
	sys/compat/ibcs2/ibcs2_exec_coff.c: 1.27-1.29
	sys/compat/ibcs2/ibcs2_ioctl.c: 1.46
	sys/compat/ibcs2/ibcs2_stat.c: 1.49-1.50
Check for NUL termination within the buffer we have.
From Ilja Van Sprundel.
--
Make sure we have enough space in the buffer before reading it.
From Ilja Van Sprundel.
--
Make sure we move forward over the buffer.
From Ilja Van Sprundel.
--
Zero buffers in ibcs2 ioctl to avoid disclosing stack to userland.
From Ilja Van Sprundel.
--
Don't drop vnode ref until we're done with mount in ibcs2_stat(v)fs.
Nothing else guarantees the mount will stick around.
From Ilja Van Sprundel.
--
Little happy on the commit trigger.  Actually use the out label.

Revision 1.25.28.1: download - view: text, markup, annotated - select for diffs
Sat Aug 19 04:13:50 2017 UTC (7 years, 2 months ago) by snj
Branches: netbsd-6-1
Diff to: previous 1.25: preferred, colored; next MAIN 1.26: preferred, colored
Changes since revision 1.25: +9 -3 lines
Pull up following revision(s) (requested by mrg in ticket #1481):
	sys/compat/ibcs2/ibcs2_exec_coff.c: 1.27-1.29
	sys/compat/ibcs2/ibcs2_ioctl.c: 1.46
	sys/compat/ibcs2/ibcs2_stat.c: 1.49-1.50
Check for NUL termination within the buffer we have.
From Ilja Van Sprundel.
--
Make sure we have enough space in the buffer before reading it.
From Ilja Van Sprundel.
--
Make sure we move forward over the buffer.
From Ilja Van Sprundel.
--
Zero buffers in ibcs2 ioctl to avoid disclosing stack to userland.
From Ilja Van Sprundel.
--
Don't drop vnode ref until we're done with mount in ibcs2_stat(v)fs.
Nothing else guarantees the mount will stick around.
From Ilja Van Sprundel.
--
Little happy on the commit trigger.  Actually use the out label.

Revision 1.25.20.1: download - view: text, markup, annotated - select for diffs
Sat Aug 19 04:13:48 2017 UTC (7 years, 2 months ago) by snj
Branches: netbsd-6-0
Diff to: previous 1.25: preferred, colored; next MAIN 1.26: preferred, colored
Changes since revision 1.25: +9 -3 lines
Pull up following revision(s) (requested by mrg in ticket #1481):
	sys/compat/ibcs2/ibcs2_exec_coff.c: 1.27-1.29
	sys/compat/ibcs2/ibcs2_ioctl.c: 1.46
	sys/compat/ibcs2/ibcs2_stat.c: 1.49-1.50
Check for NUL termination within the buffer we have.
From Ilja Van Sprundel.
--
Make sure we have enough space in the buffer before reading it.
From Ilja Van Sprundel.
--
Make sure we move forward over the buffer.
From Ilja Van Sprundel.
--
Zero buffers in ibcs2 ioctl to avoid disclosing stack to userland.
From Ilja Van Sprundel.
--
Don't drop vnode ref until we're done with mount in ibcs2_stat(v)fs.
Nothing else guarantees the mount will stick around.
From Ilja Van Sprundel.
--
Little happy on the commit trigger.  Actually use the out label.

Revision 1.26.4.1: download - view: text, markup, annotated - select for diffs
Sat Aug 12 04:09:39 2017 UTC (7 years, 2 months ago) by snj
Branches: netbsd-7
CVS tags: netbsd-7-2-RELEASE
Diff to: previous 1.26: preferred, colored; next MAIN 1.27: preferred, colored
Changes since revision 1.26: +9 -3 lines
Pull up following revision(s) (requested by mrg in ticket #1477):
	sys/compat/ibcs2/ibcs2_exec_coff.c: revision 1.27-1.29
	sys/compat/ibcs2/ibcs2_ioctl.c: revision 1.46
	sys/compat/ibcs2/ibcs2_stat.c: revision 1.49-1.50
Check for NUL termination within the buffer we have.
From Ilja Van Sprundel.
--
Make sure we have enough space in the buffer before reading it.
From Ilja Van Sprundel.
--
Make sure we move forward over the buffer.
From Ilja Van Sprundel.
--
Zero buffers in ibcs2 ioctl to avoid disclosing stack to userland.
From Ilja Van Sprundel.
--
Don't drop vnode ref until we're done with mount in ibcs2_stat(v)fs.
Nothing else guarantees the mount will stick around.
From Ilja Van Sprundel.
--
Little happy on the commit trigger.  Actually use the out label.

Revision 1.26.16.1: download - view: text, markup, annotated - select for diffs
Sat Aug 12 04:09:05 2017 UTC (7 years, 2 months ago) by snj
Branches: netbsd-7-1
CVS tags: netbsd-7-1-2-RELEASE, netbsd-7-1-1-RELEASE
Diff to: previous 1.26: preferred, colored; next MAIN 1.27: preferred, colored
Changes since revision 1.26: +9 -3 lines
Pull up following revision(s) (requested by mrg in ticket #1477):
	sys/compat/ibcs2/ibcs2_exec_coff.c: revision 1.27-1.29
	sys/compat/ibcs2/ibcs2_ioctl.c: revision 1.46
	sys/compat/ibcs2/ibcs2_stat.c: revision 1.49-1.50
Check for NUL termination within the buffer we have.
From Ilja Van Sprundel.
--
Make sure we have enough space in the buffer before reading it.
From Ilja Van Sprundel.
--
Make sure we move forward over the buffer.
From Ilja Van Sprundel.
--
Zero buffers in ibcs2 ioctl to avoid disclosing stack to userland.
From Ilja Van Sprundel.
--
Don't drop vnode ref until we're done with mount in ibcs2_stat(v)fs.
Nothing else guarantees the mount will stick around.
From Ilja Van Sprundel.
--
Little happy on the commit trigger.  Actually use the out label.

Revision 1.26.8.1: download - view: text, markup, annotated - select for diffs
Sat Aug 12 04:08:25 2017 UTC (7 years, 2 months ago) by snj
Branches: netbsd-7-0
Diff to: previous 1.26: preferred, colored; next MAIN 1.27: preferred, colored
Changes since revision 1.26: +9 -3 lines
Pull up following revision(s) (requested by mrg in ticket #1477):
	sys/compat/ibcs2/ibcs2_exec_coff.c: revision 1.27-1.29
	sys/compat/ibcs2/ibcs2_ioctl.c: revision 1.46
	sys/compat/ibcs2/ibcs2_stat.c: revision 1.49-1.50
Check for NUL termination within the buffer we have.
From Ilja Van Sprundel.
--
Make sure we have enough space in the buffer before reading it.
From Ilja Van Sprundel.
--
Make sure we move forward over the buffer.
From Ilja Van Sprundel.
--
Zero buffers in ibcs2 ioctl to avoid disclosing stack to userland.
From Ilja Van Sprundel.
--
Don't drop vnode ref until we're done with mount in ibcs2_stat(v)fs.
Nothing else guarantees the mount will stick around.
From Ilja Van Sprundel.
--
Little happy on the commit trigger.  Actually use the out label.

Revision 1.26.22.1: download - view: text, markup, annotated - select for diffs
Tue Aug 8 16:21:35 2017 UTC (7 years, 3 months ago) by martin
Branches: netbsd-8
CVS tags: 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, matt-nb8-mediatek-base, matt-nb8-mediatek
Diff to: previous 1.26: preferred, colored; next MAIN 1.27: preferred, colored
Changes since revision 1.26: +9 -3 lines
Pull up following revision(s) (requested by spz in ticket #191):
	sys/compat/ibcs2/ibcs2_ioctl.c: revision 1.46
	sys/compat/ibcs2/ibcs2_stat.c: revision 1.50
	sys/compat/ibcs2/ibcs2_exec_coff.c: revision 1.27
	sys/compat/ibcs2/ibcs2_exec_coff.c: revision 1.28
	sys/compat/ibcs2/ibcs2_exec_coff.c: revision 1.29
	sys/compat/ibcs2/ibcs2_stat.c: revision 1.49
Check for NUL termination within the buffer we have.
From Ilja Van Sprundel.
Make sure we have enough space in the buffer before reading it.
From Ilja Van Sprundel.
Make sure we move forward over the buffer.
From Ilja Van Sprundel.
Zero buffers in ibcs2 ioctl to avoid disclosing stack to userland.
From Ilja Van Sprundel.
Don't drop vnode ref until we're done with mount in ibcs2_stat(v)fs.
Nothing else guarantees the mount will stick around.
From Ilja Van Sprundel.
Little happy on the commit trigger.  Actually use the out label.

Revision 1.29: download - view: text, markup, annotated - select for diffs
Fri Jul 28 15:51:35 2017 UTC (7 years, 3 months ago) by riastradh
Branches: MAIN
CVS tags: tls-maxphys-base-20171202, phil-wifi-base, pgoyette-compat-base, 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, nick-nhusb-base-20170825
Branch point for: phil-wifi, pgoyette-compat
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +4 -3 lines
Make sure we move forward over the buffer.

From Ilja Van Sprundel.

Revision 1.28: download - view: text, markup, annotated - select for diffs
Fri Jul 28 15:50:04 2017 UTC (7 years, 3 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +6 -2 lines
Make sure we have enough space in the buffer before reading it.

From Ilja Van Sprundel.

Revision 1.27: download - view: text, markup, annotated - select for diffs
Fri Jul 28 15:47:23 2017 UTC (7 years, 3 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +4 -3 lines
Check for NUL termination within the buffer we have.

From Ilja Van Sprundel.

Revision 1.25.18.1: download - view: text, markup, annotated - select for diffs
Wed Aug 20 00:03:31 2014 UTC (10 years, 2 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +4 -4 lines
Rebase to HEAD as of a few days ago.

Revision 1.25.8.1: download - view: text, markup, annotated - select for diffs
Thu May 22 11:40:15 2014 UTC (10 years, 5 months ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.25: preferred, colored; next MAIN 1.26: preferred, colored
Changes since revision 1.25: +4 -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.25.22.1: download - view: text, markup, annotated - select for diffs
Sun May 18 17:45:31 2014 UTC (10 years, 5 months ago) by rmind
Branches: rmind-smpnet
Diff to: previous 1.25: preferred, colored; next MAIN 1.26: preferred, colored
Changes since revision 1.25: +4 -4 lines
sync with head

Revision 1.26: download - view: text, markup, annotated - select for diffs
Fri Oct 25 14:46:35 2013 UTC (11 years ago) by martin
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, prg-localcount2-base3, prg-localcount2-base2, prg-localcount2-base1, prg-localcount2-base, prg-localcount2, pgoyette-localcount-base, pgoyette-localcount-20170426, pgoyette-localcount-20170320, pgoyette-localcount-20170107, pgoyette-localcount-20161104, pgoyette-localcount-20160806, pgoyette-localcount-20160726, pgoyette-localcount, perseant-stdc-iso10646-base, perseant-stdc-iso10646, 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, nick-nhusb-base-20150606, nick-nhusb-base-20150406, nick-nhusb-base, netbsd-8-base, netbsd-7-nhusb-base-20170116, netbsd-7-nhusb-base, netbsd-7-nhusb, netbsd-7-base, netbsd-7-1-RELEASE, netbsd-7-1-RC2, netbsd-7-1-RC1, 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, localcount-20160914, jdolecek-ncq-base, jdolecek-ncq, bouyer-socketcan-base1, bouyer-socketcan-base, bouyer-socketcan
Branch point for: nick-nhusb, netbsd-8, netbsd-7-1, netbsd-7-0, netbsd-7
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +4 -4 lines
Remove a variable

Revision 1.24.4.1: download - view: text, markup, annotated - select for diffs
Sat Mar 5 20:52:40 2011 UTC (13 years, 8 months ago) by rmind
Branches: rmind-uvmplock
Diff to: previous 1.24: preferred, colored; next MAIN 1.25: preferred, colored
Changes since revision 1.24: +7 -3 lines
sync with head

Revision 1.24.2.1: download - view: text, markup, annotated - select for diffs
Tue Aug 17 06:45:39 2010 UTC (14 years, 2 months ago) by uebayasi
Branches: uebayasi-xip
Diff to: previous 1.24: preferred, colored; next MAIN 1.25: preferred, colored
Changes since revision 1.24: +7 -3 lines
Sync with HEAD.

Revision 1.23.16.2: download - view: text, markup, annotated - select for diffs
Wed Aug 11 22:53:02 2010 UTC (14 years, 3 months ago) by yamt
Branches: yamt-nfs-mp
Diff to: previous 1.23.16.1: preferred, colored; branchpoint 1.23: preferred, colored; next MAIN 1.24: preferred, colored
Changes since revision 1.23.16.1: +7 -3 lines
sync with head.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Thu Jul 22 03:19:02 2010 UTC (14 years, 3 months ago) by christos
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-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, 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, netbsd-6-1, netbsd-6-0, netbsd-6
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +7 -3 lines
Add more debugging printfs

Revision 1.23.30.1: download - view: text, markup, annotated - select for diffs
Thu Jul 23 23:31:38 2009 UTC (15 years, 3 months ago) by jym
Branches: jym-xensuspend
Diff to: previous 1.23: preferred, colored; next MAIN 1.24: preferred, colored
Changes since revision 1.23: +16 -16 lines
Sync with HEAD.

Revision 1.23.16.1: download - view: text, markup, annotated - select for diffs
Sat Jul 18 14:52:57 2009 UTC (15 years, 3 months ago) by yamt
Branches: yamt-nfs-mp
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +16 -16 lines
sync with head.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Mon Jun 29 05:08:16 2009 UTC (15 years, 4 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.23: preferred, colored
Changes since revision 1.23: +16 -16 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.14.2.6: download - view: text, markup, annotated - select for diffs
Mon Jan 21 09:40:59 2008 UTC (16 years, 9 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.14.2.5: preferred, colored; branchpoint 1.14: preferred, colored; next MAIN 1.15: preferred, colored
Changes since revision 1.14.2.5: +9 -31 lines
sync with head

Revision 1.19.8.2: download - view: text, markup, annotated - select for diffs
Wed Jan 9 01:50:44 2008 UTC (16 years, 10 months ago) by matt
Branches: matt-armv6
Diff to: previous 1.19.8.1: preferred, colored; branchpoint 1.19: preferred, colored; next MAIN 1.20: preferred, colored
Changes since revision 1.19.8.1: +22 -44 lines
sync with HEAD

Revision 1.20.2.2: download - view: text, markup, annotated - select for diffs
Thu Dec 27 00:43:43 2007 UTC (16 years, 10 months ago) by mjf
Branches: mjf-devfs
Diff to: previous 1.20.2.1: preferred, colored; branchpoint 1.20: preferred, colored; next MAIN 1.21: preferred, colored
Changes since revision 1.20.2.1: +9 -31 lines
Sync with HEAD.

Revision 1.20.4.2: download - view: text, markup, annotated - select for diffs
Wed Dec 26 21:38:54 2007 UTC (16 years, 10 months ago) by ad
Branches: vmlocking2
Diff to: previous 1.20.4.1: preferred, colored; branchpoint 1.20: preferred, colored; next MAIN 1.21: preferred, colored
Changes since revision 1.20.4.1: +9 -31 lines
Sync with head.

Revision 1.19.6.2: download - view: text, markup, annotated - select for diffs
Sun Dec 9 19:36:47 2007 UTC (16 years, 11 months ago) by jmcneill
Branches: jmcneill-pm
Diff to: previous 1.19.6.1: preferred, colored; branchpoint 1.19: preferred, colored; next MAIN 1.20: preferred, colored
Changes since revision 1.19.6.1: +22 -44 lines
Sync with HEAD.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Sat Dec 8 19:29:38 2007 UTC (16 years, 11 months ago) by pooka
Branches: MAIN
CVS tags: yamt-pf42-baseX, yamt-pf42-base4, yamt-pf42-base3, yamt-pf42-base2, yamt-pf42-base, yamt-pf42, yamt-nfs-mp-base5, yamt-nfs-mp-base4, yamt-nfs-mp-base3, yamt-nfs-mp-base2, yamt-nfs-mp-base, yamt-lazymbuf-base15, yamt-lazymbuf-base14, yamt-kmem-base3, yamt-kmem-base2, yamt-kmem-base, yamt-kmem, wrstuden-revivesa-base-4, wrstuden-revivesa-base-3, wrstuden-revivesa-base-2, wrstuden-revivesa-base-1, wrstuden-revivesa-base, wrstuden-revivesa, vmlocking2-base3, simonb-wapbl-nbase, simonb-wapbl-base, simonb-wapbl, nick-net80211-sync-base, nick-net80211-sync, nick-hppapmap-base4, nick-hppapmap-base3, nick-hppapmap-base2, nick-hppapmap-base, nick-hppapmap, 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, mjf-devfs2-base, mjf-devfs2, mjf-devfs-base, 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, matt-armv6-nbase, matt-armv6-base, keiichi-mipv6-nbase, keiichi-mipv6-base, keiichi-mipv6, jym-xensuspend-base, jmcneill-pm-base, hpcarm-cleanup-nbase, hpcarm-cleanup-base, haad-nbase2, haad-dm-base2, haad-dm-base1, haad-dm-base, haad-dm, cube-autoconf-base, cube-autoconf, bouyer-xeni386-nbase, bouyer-xeni386-merge1, bouyer-xeni386-base, bouyer-xeni386, ad-socklock-base1, ad-audiomp2-base, ad-audiomp2
Branch point for: yamt-nfs-mp, jym-xensuspend
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +3 -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.22: download - view: text, markup, annotated - select for diffs
Sat Dec 8 18:36:00 2007 UTC (16 years, 11 months ago) by dsl
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +8 -30 lines
ANSIfy most of the function definitions in sys/compat (but not ndis).
All by the magic of sed ...

Revision 1.20.2.1: download - view: text, markup, annotated - select for diffs
Sat Dec 8 18:18:39 2007 UTC (16 years, 11 months ago) by mjf
Branches: mjf-devfs
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +15 -15 lines
Sync with HEAD.

Revision 1.20.4.1: download - view: text, markup, annotated - select for diffs
Sat Dec 8 17:56:38 2007 UTC (16 years, 11 months ago) by ad
Branches: vmlocking2
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +15 -15 lines
Sync with head.

Revision 1.14.2.5: download - view: text, markup, annotated - select for diffs
Fri Dec 7 17:27:44 2007 UTC (16 years, 11 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.14.2.4: preferred, colored; branchpoint 1.14: preferred, colored
Changes since revision 1.14.2.4: +15 -15 lines
sync with head

Revision 1.21: download - view: text, markup, annotated - select for diffs
Tue Dec 4 18:40:10 2007 UTC (16 years, 11 months ago) by dsl
Branches: MAIN
CVS tags: vmlocking2-base2, reinoud-bufcleanup-nbase, reinoud-bufcleanup-base
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +15 -15 lines
Remove all the __P

Revision 1.19.8.1: download - view: text, markup, annotated - select for diffs
Tue Nov 6 23:24:49 2007 UTC (17 years ago) by matt
Branches: matt-armv6
CVS tags: matt-armv6-prevmlocking
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +3 -3 lines
sync with HEAD

Revision 1.14.2.4: download - view: text, markup, annotated - select for diffs
Sat Oct 27 11:29:31 2007 UTC (17 years ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.14.2.3: preferred, colored; branchpoint 1.14: preferred, colored
Changes since revision 1.14.2.3: +3 -3 lines
sync with head.

Revision 1.19.6.1: download - view: text, markup, annotated - select for diffs
Fri Oct 26 15:43:53 2007 UTC (17 years ago) by joerg
Branches: jmcneill-pm
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +3 -3 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.19.12.1: download - view: text, markup, annotated - select for diffs
Thu Oct 25 22:36:52 2007 UTC (17 years ago) by bouyer
Branches: bouyer-xenamd64
Diff to: previous 1.19: preferred, colored; next MAIN 1.20: preferred, colored
Changes since revision 1.19: +3 -3 lines
Sync with HEAD.

Revision 1.18.2.2: download - view: text, markup, annotated - select for diffs
Tue Oct 23 20:16:56 2007 UTC (17 years ago) by ad
Branches: vmlocking
Diff to: previous 1.18.2.1: preferred, colored; branchpoint 1.18: preferred, colored; next MAIN 1.19: preferred, colored
Changes since revision 1.18.2.1: +3 -3 lines
Sync with head.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Fri Oct 19 12:16:37 2007 UTC (17 years ago) by ad
Branches: MAIN
CVS tags: vmlocking2-base1, vmlocking-nbase, jmcneill-base, bouyer-xenamd64-base2, bouyer-xenamd64-base
Branch point for: vmlocking2, mjf-devfs
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +3 -3 lines
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h

Revision 1.14.2.3: download - view: text, markup, annotated - select for diffs
Mon Sep 3 14:32:03 2007 UTC (17 years, 2 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.14.2.2: preferred, colored; branchpoint 1.14: preferred, colored
Changes since revision 1.14.2.2: +5 -6 lines
sync with head.

Revision 1.18.4.1: download - view: text, markup, annotated - select for diffs
Wed Jul 11 20:03:59 2007 UTC (17 years, 4 months ago) by mjf
Branches: mjf-ufs-trans
Diff to: previous 1.18: preferred, colored; next MAIN 1.19: preferred, colored
Changes since revision 1.18: +3 -4 lines
Sync with head.

Revision 1.18.2.1: download - view: text, markup, annotated - select for diffs
Sun May 27 14:34:56 2007 UTC (17 years, 5 months ago) by ad
Branches: vmlocking
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +3 -4 lines
Sync with head.

Revision 1.17.10.2: download - view: text, markup, annotated - select for diffs
Mon May 7 10:55:10 2007 UTC (17 years, 6 months ago) by yamt
Branches: yamt-idlelwp
Diff to: previous 1.17.10.1: preferred, colored; branchpoint 1.17: preferred, colored; next MAIN 1.18: preferred, colored
Changes since revision 1.17.10.1: +3 -4 lines
sync with head.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Sun Apr 22 08:29:56 2007 UTC (17 years, 6 months ago) by dsl
Branches: MAIN
CVS tags: yamt-x86pmap-base4, yamt-x86pmap-base3, yamt-x86pmap-base2, yamt-x86pmap-base, yamt-x86pmap, yamt-idlelwp-base8, vmlocking-base, 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: matt-armv6, jmcneill-pm, bouyer-xenamd64
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +3 -4 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.17.10.1: download - view: text, markup, annotated - select for diffs
Mon Mar 12 05:52:09 2007 UTC (17 years, 8 months ago) by rmind
Branches: yamt-idlelwp
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +4 -4 lines
Sync with HEAD.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Sun Mar 4 06:01:16 2007 UTC (17 years, 8 months ago) by christos
Branches: MAIN
CVS tags: thorpej-atomic-base, thorpej-atomic, reinoud-bufcleanup
Branch point for: vmlocking, mjf-ufs-trans
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +4 -4 lines
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.

Revision 1.14.2.2: download - view: text, markup, annotated - select for diffs
Sat Dec 30 20:47:32 2006 UTC (17 years, 10 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.14.2.1: preferred, colored; branchpoint 1.14: preferred, colored
Changes since revision 1.14.2.1: +5 -8 lines
sync with head.

Revision 1.15.4.1: download - view: text, markup, annotated - select for diffs
Sat Sep 9 02:45:26 2006 UTC (18 years, 2 months ago) by rpaulo
Branches: rpaulo-netinet-merge-pcb
Diff to: previous 1.15: preferred, colored; next MAIN 1.16: preferred, colored
Changes since revision 1.15: +5 -8 lines
sync with head

Revision 1.15.8.2: download - view: text, markup, annotated - select for diffs
Fri Aug 11 15:43:19 2006 UTC (18 years, 3 months ago) by yamt
Branches: yamt-pdpolicy
Diff to: previous 1.15.8.1: preferred, colored; branchpoint 1.15: preferred, colored; next MAIN 1.16: preferred, colored
Changes since revision 1.15.8.1: +5 -8 lines
sync with head

Revision 1.17: download - view: text, markup, annotated - select for diffs
Sun Jul 23 22:06:08 2006 UTC (18 years, 3 months ago) by ad
Branches: MAIN
CVS tags: yamt-splraiseipl-base5, yamt-splraiseipl-base4, yamt-splraiseipl-base3, yamt-splraiseipl-base2, yamt-splraiseipl-base, yamt-splraiseipl, yamt-pdpolicy-base9, yamt-pdpolicy-base8, yamt-pdpolicy-base7, wrstuden-fixsa-newbase, wrstuden-fixsa-base-1, wrstuden-fixsa-base, wrstuden-fixsa, rpaulo-netinet-merge-pcb-base, post-newlock2-merge, newlock2-nbase, newlock2-base, newlock2, 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, ad-audiomp-base, ad-audiomp, abandoned-netbsd-4-base, abandoned-netbsd-4
Branch point for: yamt-idlelwp
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +5 -8 lines
Use the LWP cached credentials where sane.

Revision 1.14.2.1: download - view: text, markup, annotated - select for diffs
Wed Jun 21 14:58:51 2006 UTC (18 years, 4 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +40 -37 lines
sync with head.

Revision 1.15.6.1: download - view: text, markup, annotated - select for diffs
Thu Jun 1 22:35:49 2006 UTC (18 years, 5 months ago) by kardel
Branches: simonb-timecounters
CVS tags: simonb-timcounters-final
Diff to: previous 1.15: preferred, colored; next MAIN 1.16: preferred, colored
Changes since revision 1.15: +5 -5 lines
Sync with head.

Revision 1.15.12.1: download - view: text, markup, annotated - select for diffs
Wed May 24 15:48:27 2006 UTC (18 years, 5 months ago) by tron
Branches: peter-altq
Diff to: previous 1.15: preferred, colored; next MAIN 1.16: preferred, colored
Changes since revision 1.15: +5 -5 lines
Merge 2006-05-24 NetBSD-current into the "peter-altq" branch.

Revision 1.15.8.1: download - view: text, markup, annotated - select for diffs
Wed May 24 10:57:27 2006 UTC (18 years, 5 months ago) by yamt
Branches: yamt-pdpolicy
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +5 -5 lines
sync with head.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Sun May 14 21:24:49 2006 UTC (18 years, 6 months ago) by elad
Branches: 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
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +5 -5 lines
integrate kauth.

Revision 1.15.10.1: download - view: text, markup, annotated - select for diffs
Wed Mar 8 01:48:37 2006 UTC (18 years, 8 months ago) by elad
Branches: elad-kernelauth
Diff to: previous 1.15: preferred, colored; next MAIN 1.16: preferred, colored
Changes since revision 1.15: +5 -5 lines
Adapt to kernel authorization KPI.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sun Dec 11 12:20:02 2005 UTC (18 years, 11 months ago) by christos
Branches: MAIN
CVS tags: yamt-uio_vmspace-base5, yamt-uio_vmspace, yamt-pdpolicy-base4, yamt-pdpolicy-base3, yamt-pdpolicy-base2, yamt-pdpolicy-base, peter-altq-base, elad-kernelauth-base
Branch point for: yamt-pdpolicy, simonb-timecounters, rpaulo-netinet-merge-pcb, peter-altq, elad-kernelauth
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +40 -37 lines
merge ktrace-lwp.

Revision 1.7.2.7: download - view: text, markup, annotated - select for diffs
Thu Nov 10 14:00:52 2005 UTC (19 years ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.7.2.6: preferred, colored; next MAIN 1.8: preferred, colored
Changes since revision 1.7.2.6: +12 -12 lines
Sync with HEAD. Here we go again...

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sun May 29 22:08:16 2005 UTC (19 years, 5 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
Branch point for: yamt-lazymbuf
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +12 -12 lines
- sprinkle const.
- add XXXUNCONST to the emul_find() pbuf argument free'ing. XXX: this needs
  an api change.
- avoid variable shadowing.

Revision 1.12.4.1: download - view: text, markup, annotated - select for diffs
Fri Apr 29 11:28:32 2005 UTC (19 years, 6 months ago) by kent
Branches: kent-audio2
Diff to: previous 1.12: preferred, colored; next MAIN 1.13: preferred, colored
Changes since revision 1.12: +13 -13 lines
sync with -current

Revision 1.12.6.1: download - view: text, markup, annotated - select for diffs
Sat Mar 19 08:33:32 2005 UTC (19 years, 7 months ago) by yamt
Branches: yamt-km
Diff to: previous 1.12: preferred, colored; next MAIN 1.13: preferred, colored
Changes since revision 1.12: +13 -13 lines
sync with head.  xen and whitespace.  xen part is not finished.

Revision 1.7.2.6: download - view: text, markup, annotated - select for diffs
Fri Mar 4 16:39:37 2005 UTC (19 years, 8 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.7.2.5: preferred, colored
Changes since revision 1.7.2.5: +13 -13 lines
Sync with HEAD.

Hi Perry!

Revision 1.13: download - view: text, markup, annotated - select for diffs
Sat Feb 26 23:10:18 2005 UTC (19 years, 8 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
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +13 -13 lines
nuke trailing whitespace

Revision 1.7.2.5: download - view: text, markup, annotated - select for diffs
Fri Feb 4 07:09:17 2005 UTC (19 years, 9 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.7.2.4: preferred, colored
Changes since revision 1.7.2.4: +5 -5 lines
Adapt to branch.

Revision 1.7.2.4: download - view: text, markup, annotated - select for diffs
Tue Sep 21 13:25:13 2004 UTC (20 years, 1 month ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.7.2.3: preferred, colored
Changes since revision 1.7.2.3: +40 -37 lines
Fix the sync with head I botched.

Revision 1.7.2.3: download - view: text, markup, annotated - select for diffs
Sat Sep 18 14:43:15 2004 UTC (20 years, 1 month ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.7.2.2: preferred, colored
Changes since revision 1.7.2.2: +39 -42 lines
Sync with HEAD.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Fri Sep 17 14:11:23 2004 UTC (20 years, 1 month ago) by skrll
Branches: MAIN
CVS tags: yamt-km-base2, yamt-km-base, kent-audio1-beforemerge, kent-audio1-base, kent-audio1
Branch point for: yamt-km, kent-audio2
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +4 -4 lines
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.7.2.2: download - view: text, markup, annotated - select for diffs
Tue Aug 3 10:43:46 2004 UTC (20 years, 3 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.7.2.1: preferred, colored
Changes since revision 1.7.2.1: +15 -63 lines
Sync with HEAD

Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Nov 19 15:46:16 2003 UTC (20 years, 11 months ago) by christos
Branches: 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
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +3 -3 lines
Previous fix was incomplete; did not handle negative values.
It is best to use size_t's when dealing with sizes, so that
testing for negative ones, is not needed.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Nov 18 19:46:37 2003 UTC (20 years, 11 months ago) by itojun
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +10 -3 lines
avoid integer type truncation.  be picky about integer computation overflow.
inspired by ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.3/i386/011_ibcs2.patch

Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Nov 5 04:03:21 2003 UTC (21 years ago) by christos
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +4 -6 lines
limit malloc so that corrupted executables don't allocate a lot of memory.

Revision 1.3.10.2: download - view: text, markup, annotated - select for diffs
Thu Oct 2 09:52:22 2003 UTC (21 years, 1 month ago) by tron
Branches: netbsd-1-6
CVS tags: 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
Diff to: previous 1.3.10.1: preferred, colored; branchpoint 1.3: preferred, colored; next MAIN 1.4: preferred, colored
Changes since revision 1.3.10.1: +4 -17 lines
Pull up revision 1.5 (requested by junyoung in ticket #1488):
count executable image pages as executable for vm-usage purposes.
also, always do the VTEXT vs. v_writecount mutual exclusion
(which we previously skipped if the text or data segment was empty).

Revision 1.3.10.1: download - view: text, markup, annotated - select for diffs
Sat Sep 27 15:52:55 2003 UTC (21 years, 1 month ago) by tron
Branches: netbsd-1-6
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
Pull up revision 1.4 (requested by junyoung in ticket #1466):
remove trailing \n in panic().  approved perry.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Aug 8 18:57:03 2003 UTC (21 years, 3 months ago) by christos
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +5 -57 lines
- GC all the setup_stack functions
- add one for linux/i386

Revision 1.7.2.1: download - view: text, markup, annotated - select for diffs
Wed Jul 2 15:25:43 2003 UTC (21 years, 4 months ago) by darrenr
Branches: ktrace-lwp
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +46 -42 lines
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.7: download - view: text, markup, annotated - select for diffs
Sun Jun 29 22:29:20 2003 UTC (21 years, 4 months ago) by fvdl
Branches: MAIN
Branch point for: ktrace-lwp
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +40 -44 lines
Back out the lwp/ktrace changes. They contained a lot of colateral damage,
and need to be examined and discussed more.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Jun 28 14:21:18 2003 UTC (21 years, 4 months ago) by darrenr
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +46 -42 lines
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.1.4.2: download - view: text, markup, annotated - select for diffs
Fri Oct 18 02:41:01 2002 UTC (22 years ago) by nathanw
Branches: nathanw_sa
CVS tags: nathanw_sa_end
Diff to: previous 1.1.4.1: preferred, colored; branchpoint 1.1: preferred, colored; next MAIN 1.2: preferred, colored
Changes since revision 1.1.4.1: +5 -18 lines
Catch up to -current.

Revision 1.1.6.2: download - view: text, markup, annotated - select for diffs
Thu Oct 10 18:37:54 2002 UTC (22 years, 1 month ago) by jdolecek
Branches: kqueue
Diff to: previous 1.1.6.1: preferred, colored; branchpoint 1.1: preferred, colored; next MAIN 1.2: preferred, colored
Changes since revision 1.1.6.1: +3 -3 lines
sync kqueue with -current; this includes merge of gehenna-devsw branch,
merge of i386 MP branch, and part of autoconf rototil work

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Oct 5 22:34:04 2002 UTC (22 years, 1 month ago) by chs
Branches: MAIN
CVS tags: nathanw_sa_before_merge, nathanw_sa_base, kqueue-beforemerge, kqueue-aftermerge, gmcgarry_ucred_base, gmcgarry_ucred, gmcgarry_ctxsw_base, gmcgarry_ctxsw, fvdl_fs64_base
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +6 -19 lines
count executable image pages as executable for vm-usage purposes.
also, always do the VTEXT vs. v_writecount mutual exclusion
(which we previously skipped if the text or data segment was empty).

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Sep 27 15:37:04 2002 UTC (22 years, 1 month ago) by provos
Branches: MAIN
CVS tags: kqueue-base
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -3 lines
remove trailing \n in panic().  approved perry.

Revision 1.1.6.1: download - view: text, markup, annotated - select for diffs
Thu Jan 10 19:51:11 2002 UTC (22 years, 10 months ago) by thorpej
Branches: kqueue
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +5 -2 lines
Sync kqueue branch with -current.

Revision 1.1.4.1: download - view: text, markup, annotated - select for diffs
Wed Nov 14 19:12:59 2001 UTC (23 years ago) by nathanw
Branches: nathanw_sa
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +5 -2 lines
Catch up to -current.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Nov 13 02:08:23 2001 UTC (23 years ago) by lukem
Branches: MAIN
CVS tags: 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-PATCH001-RELEASE, netbsd-1-6-PATCH001-RC3, netbsd-1-6-PATCH001-RC2, netbsd-1-6-PATCH001-RC1, netbsd-1-6-PATCH001, ifpoll-base, gehenna-devsw-base, gehenna-devsw, eeh-devprop-base, eeh-devprop
Branch point for: netbsd-1-6
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +4 -1 lines
add RCSIDs (including regeneration of files as appropriate)

Revision 1.1.10.1: download - view: text, markup, annotated - select for diffs
Mon Nov 12 21:17:50 2001 UTC (23 years ago) by thorpej
Branches: thorpej-mips-cache
Diff to: previous 1.1: preferred, colored; next MAIN 1.2: preferred, colored
Changes since revision 1.1: +2 -2 lines
Sync the thorpej-mips-cache branch with -current.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Oct 30 15:32:02 2001 UTC (23 years ago) by thorpej
Branches: MAIN
CVS tags: thorpej-mips-cache-base
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
- Add a new vnode flag VEXECMAP, which indicates that a vnode has
  executable mappings.  Stop overloading VTEXT for this purpose (VTEXT
  also has another meaning).
- Rename vn_marktext() to vn_markexec(), and use it when executable
  mappings of a vnode are established.
- In places where we want to set VTEXT, set it in v_flag directly, rather
  than making a function call to do this (it no longer makes sense to
  use a function call, since we no longer overload VTEXT with VEXECMAP's
  meaning).

VEXECMAP suggested by Chuq Silvers.

Revision 1.1.2.2: download - view: text, markup, annotated - select for diffs
Fri Dec 8 09:08:17 2000 UTC (23 years, 11 months ago) by bouyer
Branches: thorpej_scsipi
Diff to: previous 1.1.2.1: preferred, colored; branchpoint 1.1: preferred, colored; next MAIN 1.2: preferred, colored
Changes since revision 1.1.2.1: +676 -0 lines
Sync with HEAD.

Revision 1.1.2.1
Fri Dec 1 19:17:41 2000 UTC (23 years, 11 months ago) by bouyer
Branches: thorpej_scsipi
FILE REMOVED
Changes since revision 1.1: +0 -676 lines
file ibcs2_exec_coff.c was added on branch thorpej_scsipi on 2000-12-08 09:08:17 +0000

Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Dec 1 19:17:41 2000 UTC (23 years, 11 months ago) by jdolecek
Branches: 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_scsipi, thorpej-mips-cache, nathanw_sa, kqueue
put executable format specific code from ibcs2_exec.c to separate
files ibcs2_exec_coff.c, ibcs2_exec_elf32.c, ibcs2_exec_xout.c as
appropriate

Diff request

This form allows you to request diffs 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.

Log view options

CVSweb <webmaster@jp.NetBSD.org>