CVS log for src/sys/arch/powerpc/powerpc/syscall.c
Up to [cvs.NetBSD.org] / src / sys / arch / powerpc / powerpc
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.58: download - view: text, markup, annotated - select for diffs
Thu Oct 5 19:41:05 2023 UTC (17 months, 2 weeks ago) by ad
Branches: MAIN
CVS tags: thorpej-ifq-base,
thorpej-ifq,
thorpej-altq-separation-base,
thorpej-altq-separation,
perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs,
HEAD
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +2 -4
lines
Arrange to update cached LWP credentials in userret() rather than during
syscall/trap entry, eliminating a test+branch on every syscall/trap.
This wasn't possible in the 3.99.x timeframe when l->l_cred came about
because there wasn't a reliable/timely way to force an ONPROC LWP running on
a remote CPU into the kernel (which is just about the only new thing in
this scheme).
Revision 1.57: download - view: text, markup, annotated - select for diffs
Mon Jul 6 11:07:39 2020 UTC (4 years, 8 months ago) by rin
Branches: MAIN
CVS tags: 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,
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
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +2 -7
lines
Drop unused opt_altivec.h and opt_multiprocessor.h.
Revision 1.56: download - view: text, markup, annotated - select for diffs
Mon Jul 6 09:34:18 2020 UTC (4 years, 8 months ago) by rin
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +7 -4
lines
Style and cosmetic changes. No binary changes intended.
Revision 1.53.30.1: download - view: text, markup, annotated - select for diffs
Mon Jun 10 22:06:39 2019 UTC (5 years, 9 months ago) by christos
Branches: phil-wifi
Diff to: previous 1.53: preferred, colored; next MAIN 1.54: preferred, colored
Changes since revision 1.53: +3 -6
lines
Sync with HEAD
Revision 1.55: download - view: text, markup, annotated - select for diffs
Sat Apr 6 11:54:20 2019 UTC (5 years, 11 months ago) by kamil
Branches: MAIN
CVS tags: phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406,
phil-wifi-20191119,
phil-wifi-20190609,
netbsd-9-base,
netbsd-9-4-RELEASE,
netbsd-9-3-RELEASE,
netbsd-9-2-RELEASE,
netbsd-9-1-RELEASE,
netbsd-9-0-RELEASE,
netbsd-9-0-RC2,
netbsd-9-0-RC1,
netbsd-9,
isaki-audio2-base,
isaki-audio2,
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,
ad-namecache-base,
ad-namecache
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +3 -19
lines
Centralized shared part of child_return() into MI part
Add a new function md_child_return() for MD specific bits only.
New child_return() is now part of MI and central code that handles
uniformly tracing code (KTR and ptrace(2)).
Synchronize value passed to ktrsysret() among ports to SYS_fork. This is
a traditional value and accessing p_lflag to check for PL_PPWAIT shall
use locking against proc_lock. Returning SYS_fork vs SYS_vfork still isn't
correct enough as there are more entry points to forking code. Instead of
making it too good, just settle with plain SYS_fork for all ports.
Revision 1.54: download - view: text, markup, annotated - select for diffs
Wed Apr 3 08:08:00 2019 UTC (5 years, 11 months ago) by kamil
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +15 -2
lines
Rework the fork(2)/vfork(2) event signalling under ptrace(2)
Remove the constraint of SIGTRAP event being maskable by a tracee.
Now all SIGTRAP TRAP_CHLD events are delivered to debugger.
This code touches MD specific logic and the child_return routine.
It's an intermediate step with a room for refactoring in future and
right now the least invasive approach. This allows to assert expected
behavior in already existing ATF tests and make the code prettier
in future keeping the same semantics. Probably there is a need for a MI
wrapper of child_return for shared functionality between ports.
Revision 1.51.2.1: download - view: text, markup, annotated - select for diffs
Wed Aug 20 00:03:20 2014 UTC (10 years, 7 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.51: preferred, colored; next MAIN 1.52: preferred, colored
Changes since revision 1.51: +3 -17
lines
Rebase to HEAD as of a few days ago.
Revision 1.48.4.3: download - view: text, markup, annotated - select for diffs
Thu May 22 11:40:05 2014 UTC (10 years, 10 months ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.48.4.2: preferred, colored; branchpoint 1.48: preferred, colored; next MAIN 1.49: preferred, colored
Changes since revision 1.48.4.2: +3 -17
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.52.2.1: download - view: text, markup, annotated - select for diffs
Sun May 18 17:45:22 2014 UTC (10 years, 10 months ago) by rmind
Branches: rmind-smpnet
Diff to: previous 1.52: preferred, colored; next MAIN 1.53: preferred, colored
Changes since revision 1.52: +2 -5
lines
sync with head
Revision 1.53: download - view: text, markup, annotated - select for diffs
Sun Nov 3 22:22:03 2013 UTC (11 years, 4 months ago) by mrg
Branches: MAIN
CVS tags: yamt-pagecache-base9,
tls-maxphys-base-20171202,
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,
phil-wifi-base,
pgoyette-localcount-base,
pgoyette-localcount-20170426,
pgoyette-localcount-20170320,
pgoyette-localcount-20170107,
pgoyette-localcount-20161104,
pgoyette-localcount-20160806,
pgoyette-localcount-20160726,
pgoyette-localcount,
pgoyette-compat-merge-20190127,
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,
pgoyette-compat,
perseant-stdc-iso10646-base,
perseant-stdc-iso10646,
nick-nhusb-base-20170825,
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,
nick-nhusb,
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,
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,
matt-nb8-mediatek-base,
matt-nb8-mediatek,
localcount-20160914,
jdolecek-ncq-base,
jdolecek-ncq,
bouyer-socketcan-base1,
bouyer-socketcan-base,
bouyer-socketcan
Branch point for: phil-wifi
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +2 -5
lines
- remove set but unused variables
Revision 1.52: download - view: text, markup, annotated - select for diffs
Wed Jun 26 06:31:53 2013 UTC (11 years, 8 months ago) by matt
Branches: MAIN
CVS tags: riastradh-drm2-base2,
riastradh-drm2-base1,
riastradh-drm2-base,
riastradh-drm2
Branch point for: rmind-smpnet
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +3 -14
lines
Use sy_invoke
Revision 1.48.4.2: download - view: text, markup, annotated - select for diffs
Tue Oct 30 17:20:14 2012 UTC (12 years, 4 months ago) by yamt
Branches: yamt-pagecache
CVS tags: yamt-pagecache-tag8
Diff to: previous 1.48.4.1: preferred, colored; branchpoint 1.48: preferred, colored
Changes since revision 1.48.4.1: +38 -128
lines
sync with head
Revision 1.51: download - view: text, markup, annotated - select for diffs
Fri Jul 20 14:21:20 2012 UTC (12 years, 8 months ago) by matt
Branches: MAIN
CVS tags: yamt-pagecache-base8,
yamt-pagecache-base7,
yamt-pagecache-base6,
khorben-n900,
agc-symver-base,
agc-symver
Branch point for: tls-maxphys
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +38 -128
lines
Use the new syscall approach by collapsing fancy/plain variants into just
a single routine.
Revision 1.48.4.1: download - view: text, markup, annotated - select for diffs
Tue Apr 17 00:06:48 2012 UTC (12 years, 11 months ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +6 -20
lines
sync with head
Revision 1.48.8.2: download - view: text, markup, annotated - select for diffs
Fri Feb 24 09:11:33 2012 UTC (13 years ago) by mrg
Branches: jmcneill-usbmp
Diff to: previous 1.48.8.1: preferred, colored; branchpoint 1.48: preferred, colored; next MAIN 1.49: preferred, colored
Changes since revision 1.48.8.1: +2 -17
lines
sync to -current.
Revision 1.50: download - view: text, markup, annotated - select for diffs
Sun Feb 19 21:06:24 2012 UTC (13 years, 1 month ago) by rmind
Branches: MAIN
CVS tags: yamt-pagecache-base5,
yamt-pagecache-base4,
jmcneill-usbmp-base9,
jmcneill-usbmp-base8,
jmcneill-usbmp-base7,
jmcneill-usbmp-base6,
jmcneill-usbmp-base5,
jmcneill-usbmp-base4,
jmcneill-usbmp-base3,
jmcneill-usbmp-base10
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +2 -17
lines
Remove COMPAT_SA / KERN_SA. Welcome to 6.99.3!
Approved by core@.
Revision 1.48.8.1: download - view: text, markup, annotated - select for diffs
Sat Feb 18 07:33:00 2012 UTC (13 years, 1 month ago) by mrg
Branches: jmcneill-usbmp
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +6 -5
lines
merge to -current.
Revision 1.49: download - view: text, markup, annotated - select for diffs
Tue Dec 13 11:03:51 2011 UTC (13 years, 3 months ago) by kiyohara
Branches: MAIN
CVS tags: 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,
jmcneill-usbmp-base2
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +6 -5
lines
Remove white-spaces.
Revision 1.45.2.1: download - view: text, markup, annotated - select for diffs
Mon Jun 6 09:06:31 2011 UTC (13 years, 9 months ago) by jruoho
Branches: jruoho-x86intr
Diff to: previous 1.45: preferred, colored; next MAIN 1.46: preferred, colored
Changes since revision 1.45: +35 -57
lines
Sync with HEAD.
Revision 1.44.4.3: download - view: text, markup, annotated - select for diffs
Tue May 31 03:04:15 2011 UTC (13 years, 9 months ago) by rmind
Branches: rmind-uvmplock
Diff to: previous 1.44.4.2: preferred, colored; branchpoint 1.44: preferred, colored; next MAIN 1.45: preferred, colored
Changes since revision 1.44.4.2: +0 -24
lines
sync with head
Revision 1.48: download - view: text, markup, annotated - select for diffs
Tue Apr 26 15:51:25 2011 UTC (13 years, 10 months ago) by joerg
Branches: MAIN
CVS tags: yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
rmind-uvmplock-nbase,
rmind-uvmplock-base,
jym-xensuspend-nbase,
jym-xensuspend-base,
jmcneill-usbmp-pre-base2,
jmcneill-usbmp-base,
jmcneill-audiomp3-base,
jmcneill-audiomp3,
cherry-xenmp-base,
cherry-xenmp
Branch point for: yamt-pagecache,
jmcneill-usbmp
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +2 -26
lines
Remove Darwin, MACH and Mach-O support.
Revision 1.44.4.2: download - view: text, markup, annotated - select for diffs
Thu Apr 21 01:41:20 2011 UTC (13 years, 11 months ago) by rmind
Branches: rmind-uvmplock
Diff to: previous 1.44.4.1: preferred, colored; branchpoint 1.44: preferred, colored
Changes since revision 1.44.4.1: +1 -1
lines
sync with head
Revision 1.47: download - view: text, markup, annotated - select for diffs
Wed Mar 16 21:15:30 2011 UTC (14 years ago) by matt
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +3 -3
lines
Use l->l_md.md_utf in preference to trapframe(l). This shrink the kernel
just a bit in size.
Revision 1.44.4.1: download - view: text, markup, annotated - select for diffs
Sat Mar 5 20:51:42 2011 UTC (14 years ago) by rmind
Branches: rmind-uvmplock
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +44 -41
lines
sync with head
Revision 1.46: download - view: text, markup, annotated - select for diffs
Tue Jan 18 01:02:55 2011 UTC (14 years, 2 months ago) by matt
Branches: MAIN
CVS tags: uebayasi-xip-base7,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +40 -38
lines
Add support for BookE Freescale MPC85xx (e500 core) processors.
Add fast softint support for PowerPC (though only booke uses it).
Redo FPU/VEC support and add e500 SPE support.
Rework trap/intrs to use a common trapframe format.
Support SOFTFLOAT (no hardfloat or fpu emulation) for BookE.
Revision 1.43.16.2: download - view: text, markup, annotated - select for diffs
Mon Jan 17 07:46:00 2011 UTC (14 years, 2 months ago) by matt
Branches: matt-nb5-pq3
Diff to: previous 1.43.16.1: preferred, colored; branchpoint 1.43: preferred, colored; next MAIN 1.44: preferred, colored
Changes since revision 1.43.16.1: +2 -3
lines
Add SPE (signal processing engine) support for mpc85xx/booke. Think of it
as AltiVec-lite (really lite). Genercize AltiVec support so that it could
the same interface could support SPE as well. Rework the FPU support along
the same lines. Move the __asm() to their own XXX_subr.S (altivec, fpu, spe).
Revision 1.45: download - view: text, markup, annotated - select for diffs
Fri Jan 14 02:06:30 2011 UTC (14 years, 2 months ago) by rmind
Branches: MAIN
CVS tags: jruoho-x86intr-base
Branch point for: jruoho-x86intr
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +6 -5
lines
Retire struct user, remove sys/user.h inclusions. Note sys/user.h header
as obsolete. Remove USER_TO_UAREA/UAREA_TO_USER macros.
Various #include fixes and review by matt@.
Revision 1.43.16.1: download - view: text, markup, annotated - select for diffs
Fri Jan 7 02:03:51 2011 UTC (14 years, 2 months ago) by matt
Branches: matt-nb5-pq3
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +40 -36
lines
Deal with trapframe changes and booke changes.
Revision 1.41.2.2: download - view: text, markup, annotated - select for diffs
Thu Mar 11 15:02:51 2010 UTC (15 years ago) by yamt
Branches: yamt-nfs-mp
Diff to: previous 1.41.2.1: preferred, colored; branchpoint 1.41: preferred, colored; next MAIN 1.42: preferred, colored
Changes since revision 1.41.2.1: +4 -4
lines
sync with head
Revision 1.44: download - view: text, markup, annotated - select for diffs
Sat Nov 21 17:40:29 2009 UTC (15 years, 4 months ago) by rmind
Branches: MAIN
CVS tags: yamt-nfs-mp-base9,
yamt-nfs-mp-base11,
yamt-nfs-mp-base10,
uebayasi-xip-base6,
uebayasi-xip-base5,
uebayasi-xip-base4,
uebayasi-xip-base3,
uebayasi-xip-base2,
uebayasi-xip-base1,
uebayasi-xip-base,
uebayasi-xip,
matt-premerge-20091211,
matt-mips64-premerge-20101231
Branch point for: rmind-uvmplock
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +4 -4
lines
Use lwp_getpcb() on mips, powerpc and sh3, clean from struct user usage.
Revision 1.41.2.1: download - view: text, markup, annotated - select for diffs
Mon May 4 08:11:45 2009 UTC (15 years, 10 months ago) by yamt
Branches: yamt-nfs-mp
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +20 -4
lines
sync with head.
Revision 1.40.6.2: download - view: text, markup, annotated - select for diffs
Sat Jan 17 13:28:26 2009 UTC (16 years, 2 months ago) by mjf
Branches: mjf-devfs2
Diff to: previous 1.40.6.1: preferred, colored; branchpoint 1.40: preferred, colored; next MAIN 1.41: preferred, colored
Changes since revision 1.40.6.1: +18 -2
lines
Sync with HEAD.
Revision 1.41.8.2: download - view: text, markup, annotated - select for diffs
Sat Dec 13 01:13:24 2008 UTC (16 years, 3 months ago) by haad
Branches: haad-dm
Diff to: previous 1.41.8.1: preferred, colored; branchpoint 1.41: preferred, colored; next MAIN 1.42: preferred, colored
Changes since revision 1.41.8.1: +5 -4
lines
Update haad-dm branch to haad-dm-base2.
Revision 1.43: download - view: text, markup, annotated - select for diffs
Tue Oct 21 12:16:59 2008 UTC (16 years, 5 months ago) by ad
Branches: MAIN
CVS tags: yamt-nfs-mp-base8,
yamt-nfs-mp-base7,
yamt-nfs-mp-base6,
yamt-nfs-mp-base5,
yamt-nfs-mp-base4,
yamt-nfs-mp-base3,
nick-hppapmap-base4,
nick-hppapmap-base3,
nick-hppapmap-base2,
nick-hppapmap-base,
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,
matt-nb5-pq3-base,
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,
jymxensuspend-base,
jym-xensuspend,
haad-nbase2,
haad-dm-base2,
haad-dm-base,
ad-audiomp2-base,
ad-audiomp2
Branch point for: matt-nb5-pq3
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +5 -4
lines
Provide a small inline wrapper for sysent::sy_call() and use it to store
the active syscall description in struct lwp. To be used at some future
point to prevent unloading of modules that provide syscalls, while the
syscalls are in use.
Revision 1.41.8.1: download - view: text, markup, annotated - select for diffs
Sun Oct 19 22:15:54 2008 UTC (16 years, 5 months ago) by haad
Branches: haad-dm
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +17 -2
lines
Sync with HEAD.
Revision 1.42: download - view: text, markup, annotated - select for diffs
Wed Oct 15 06:51:18 2008 UTC (16 years, 5 months ago) by wrstuden
Branches: MAIN
CVS tags: haad-dm-base1
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +17 -2
lines
Merge wrstuden-revivesa into HEAD.
Revision 1.41.4.2: download - view: text, markup, annotated - select for diffs
Tue Oct 14 20:25:42 2008 UTC (16 years, 5 months ago) by wrstuden
Branches: wrstuden-revivesa
Diff to: previous 1.41.4.1: preferred, colored; branchpoint 1.41: preferred, colored; next MAIN 1.42: preferred, colored
Changes since revision 1.41.4.1: +15 -2
lines
Add a new vp-private flag, SAVP_FLAG_DELIVERING. This flag indicates
that the vp is in the process of delivering a new-thread upcall.
This is a BLOCKED or NEWPROC upcall. Do NOT generate any BLOCKED
upcalls while this is set. Set it at the end of sa_switchcall()
and clear it at syscall entry. Sadly, I have found no other
way to handle this. The old SA interface has no way for
userland to acknowledge that it got the upcall, so use syscall
entry as the indicator that libpthread got it.
This addresses the issue seen on current-users with firefox
dying with a blockedgen != unbockedgen error. The problem is we
deliver a BLOCKED upcall, but between the end of userret()
and when the CPU indicates that it's running in user mode, we take
a page fault. Said page fault blocks, blocking upcall delivery.
The original block, however, was short-lived, and the UNBLOCK
happens shortly. It happens before libpthread actually notices
the BLOCKED upcall. Boom!
Unfortunately a LOCKDEBUG/DIAGNOSTIC kernel still dies before
firefox opens. However this new issue is with uvm code calling
mtsleep when not holding a correct lock; sa_switch() is exploding
at KASSERT(lwp_locked(l, NULL)); before it's done _anything_.
Also, while here, add sa_system_disabled. This is an integer
that we examine when starting SA for a proc. If it's non-zero,
we error out. Once this is hooked into sysctl, you'll be able to
disable SA w/o recompiling.
Revision 1.40.6.1: download - view: text, markup, annotated - select for diffs
Mon Jun 2 13:22:33 2008 UTC (16 years, 9 months ago) by mjf
Branches: mjf-devfs2
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +2 -13
lines
Sync with HEAD.
Revision 1.40.8.1: download - view: text, markup, annotated - select for diffs
Sun May 18 12:32:38 2008 UTC (16 years, 10 months ago) by yamt
Branches: yamt-pf42
Diff to: previous 1.40: preferred, colored; next MAIN 1.41: preferred, colored
Changes since revision 1.40: +2 -13
lines
sync with head.
Revision 1.41.4.1: download - view: text, markup, annotated - select for diffs
Sat May 10 23:48:46 2008 UTC (16 years, 10 months ago) by wrstuden
Branches: wrstuden-revivesa
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +4 -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.41: download - view: text, markup, annotated - select for diffs
Thu Apr 24 11:51:18 2008 UTC (16 years, 10 months ago) by ad
Branches: MAIN
CVS tags: yamt-pf42-base4,
yamt-pf42-base3,
yamt-pf42-base2,
yamt-nfs-mp-base2,
yamt-nfs-mp-base,
wrstuden-revivesa-base-4,
wrstuden-revivesa-base-3,
wrstuden-revivesa-base-2,
wrstuden-revivesa-base-1,
wrstuden-revivesa-base,
simonb-wapbl-nbase,
simonb-wapbl-base,
simonb-wapbl,
hpcarm-cleanup-nbase
Branch point for: yamt-nfs-mp,
wrstuden-revivesa,
haad-dm
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +2 -13
lines
- Retire SYCALL_MPSAFE. With the exceptions of darwin and irix emulations,
all system calls are now MPSAFE.
- Remove unneeded acquire/release of kernel_lock.
Revision 1.34.2.3: download - view: text, markup, annotated - select for diffs
Sun Mar 23 02:04:18 2008 UTC (17 years ago) by matt
Branches: matt-armv6
Diff to: previous 1.34.2.2: preferred, colored; branchpoint 1.34: preferred, colored; next MAIN 1.35: preferred, colored
Changes since revision 1.34.2.2: +4 -4
lines
sync with HEAD
Revision 1.36.2.1: download - view: text, markup, annotated - select for diffs
Mon Feb 18 21:04:59 2008 UTC (17 years, 1 month ago) by mjf
Branches: mjf-devfs
Diff to: previous 1.36: preferred, colored; next MAIN 1.37: preferred, colored
Changes since revision 1.36: +4 -6
lines
Sync with HEAD.
Revision 1.24.2.7: download - view: text, markup, annotated - select for diffs
Mon Feb 11 14:59:29 2008 UTC (17 years, 1 month ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.24.2.6: preferred, colored; branchpoint 1.24: preferred, colored; next MAIN 1.25: preferred, colored
Changes since revision 1.24.2.6: +4 -4
lines
sync with head.
Revision 1.40: download - view: text, markup, annotated - select for diffs
Thu Feb 7 01:16:21 2008 UTC (17 years, 1 month ago) by matt
Branches: MAIN
CVS tags: yamt-pf42-baseX,
yamt-pf42-base,
yamt-lazymbuf-base15,
yamt-lazymbuf-base14,
nick-net80211-sync-base,
nick-net80211-sync,
mjf-devfs-base,
matt-armv6-nbase,
keiichi-mipv6-nbase,
keiichi-mipv6-base,
keiichi-mipv6,
hpcarm-cleanup-base,
ad-socklock-base1
Branch point for: yamt-pf42,
mjf-devfs2
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +3 -3
lines
narg -> sy_narg
Revision 1.39: download - view: text, markup, annotated - select for diffs
Wed Feb 6 22:12:40 2008 UTC (17 years, 1 month ago) by dsl
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +4 -4
lines
Remove the 'args' parameter to 'trace_exit()' it is no longer used.
Instead of passing the (un)real system call code and syscall table pointer,
just pass the number of arguments - which is what ktrace really wants.
Ride forthcoming 4.99.53
Revision 1.24.2.6: download - view: text, markup, annotated - select for diffs
Mon Jan 21 09:38:29 2008 UTC (17 years, 2 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.24.2.5: preferred, colored; branchpoint 1.24: preferred, colored
Changes since revision 1.24.2.5: +4 -6
lines
sync with head
Revision 1.34.2.2: download - view: text, markup, annotated - select for diffs
Wed Jan 9 01:47:57 2008 UTC (17 years, 2 months ago) by matt
Branches: matt-armv6
Diff to: previous 1.34.2.1: preferred, colored; branchpoint 1.34: preferred, colored
Changes since revision 1.34.2.1: +4 -6
lines
sync with HEAD
Revision 1.36.8.2: download - view: text, markup, annotated - select for diffs
Tue Jan 8 22:10:19 2008 UTC (17 years, 2 months ago) by bouyer
Branches: bouyer-xeni386
CVS tags: bouyer-xeni386-merge1
Diff to: previous 1.36.8.1: preferred, colored; branchpoint 1.36: preferred, colored; next MAIN 1.37: preferred, colored
Changes since revision 1.36.8.1: +2 -2
lines
Sync with HEAD
Revision 1.38: download - view: text, markup, annotated - select for diffs
Sat Jan 5 12:53:54 2008 UTC (17 years, 2 months ago) by dsl
Branches: MAIN
CVS tags: matt-armv6-base,
bouyer-xeni386-nbase,
bouyer-xeni386-base
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +4 -4
lines
Don't pass 'curlwp' into trace_enter() and trace_exit().
Revision 1.36.8.1: download - view: text, markup, annotated - select for diffs
Wed Jan 2 21:49:12 2008 UTC (17 years, 2 months ago) by bouyer
Branches: bouyer-xeni386
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +2 -4
lines
Sync with HEAD
Revision 1.37: download - view: text, markup, annotated - select for diffs
Wed Jan 2 11:48:27 2008 UTC (17 years, 2 months ago) by ad
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +2 -4
lines
Merge vmlocking2 to head.
Revision 1.36.4.1: download - view: text, markup, annotated - select for diffs
Thu Dec 27 02:18:19 2007 UTC (17 years, 2 months ago) by ad
Branches: vmlocking2
Diff to: previous 1.36: preferred, colored; next MAIN 1.37: preferred, colored
Changes since revision 1.36: +2 -4
lines
locking changes for macppc. Please test.
Revision 1.33.2.2: download - view: text, markup, annotated - select for diffs
Mon Dec 3 18:38:32 2007 UTC (17 years, 3 months ago) by ad
Branches: vmlocking
Diff to: previous 1.33.2.1: preferred, colored; branchpoint 1.33: preferred, colored; next MAIN 1.34: preferred, colored
Changes since revision 1.33.2.1: +2 -3
lines
Sync with HEAD.
Revision 1.24.2.5: download - view: text, markup, annotated - select for diffs
Thu Nov 15 11:43:18 2007 UTC (17 years, 4 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.24.2.4: preferred, colored; branchpoint 1.24: preferred, colored
Changes since revision 1.24.2.4: +2 -3
lines
sync with head.
Revision 1.34.6.1: download - view: text, markup, annotated - select for diffs
Tue Nov 13 15:59:09 2007 UTC (17 years, 4 months ago) by bouyer
Branches: bouyer-xenamd64
Diff to: previous 1.34: preferred, colored; next MAIN 1.35: preferred, colored
Changes since revision 1.34: +2 -3
lines
Sync with HEAD
Revision 1.34.2.1: download - view: text, markup, annotated - select for diffs
Tue Nov 6 23:21:04 2007 UTC (17 years, 4 months ago) by matt
Branches: matt-armv6
CVS tags: matt-armv6-prevmlocking
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -3
lines
sync with HEAD
Revision 1.33.18.2: download - view: text, markup, annotated - select for diffs
Tue Nov 6 19:25:07 2007 UTC (17 years, 4 months ago) by joerg
Branches: jmcneill-pm
Diff to: previous 1.33.18.1: preferred, colored; branchpoint 1.33: preferred, colored; next MAIN 1.34: preferred, colored
Changes since revision 1.33.18.1: +2 -3
lines
Sync with HEAD.
Revision 1.36: download - view: text, markup, annotated - select for diffs
Mon Nov 5 20:43:04 2007 UTC (17 years, 4 months ago) by ad
Branches: MAIN
CVS tags: yamt-kmem-base3,
yamt-kmem-base2,
yamt-kmem-base,
yamt-kmem,
vmlocking2-base3,
vmlocking2-base2,
vmlocking2-base1,
vmlocking-nbase,
reinoud-bufcleanup-nbase,
reinoud-bufcleanup-base,
jmcneill-pm-base,
jmcneill-base,
cube-autoconf-base,
cube-autoconf,
bouyer-xenamd64-base2,
bouyer-xenamd64-base
Branch point for: vmlocking2,
mjf-devfs,
bouyer-xeni386
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +2 -3
lines
Don't set l_usrpri / spc_curpriority here. mi_userret() does it.
Revision 1.35: download - view: text, markup, annotated - select for diffs
Wed Oct 17 19:56:48 2007 UTC (17 years, 5 months ago) by garbled
Branches: MAIN
CVS tags: yamt-x86pmap-base4
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -2
lines
Merge the ppcoea-renovation branch to HEAD.
This branch was a major cleanup and rototill of many of the various OEA
cpu based PPC ports that focused on sharing as much code as possible
between the various ports to eliminate near-identical copies of files in
every tree. Additionally there is a new PIC system that unifies the
interface to interrupt code for all different OEA ppc arches. The work
for this branch was done by a variety of people, too long to list here.
TODO:
bebox still needs work to complete the transition to -renovation.
ofppc still needs a bunch of work, which I will be looking at.
ev64260 still needs to be renovated
amigappc was not attempted.
NOTES:
pmppc was removed as an arch, and moved to a evbppc target.
Revision 1.33.10.2: download - view: text, markup, annotated - select for diffs
Wed Oct 3 19:24:47 2007 UTC (17 years, 5 months ago) by garbled
Branches: ppcoea-renovation
Diff to: previous 1.33.10.1: preferred, colored; branchpoint 1.33: preferred, colored; next MAIN 1.34: preferred, colored
Changes since revision 1.33.10.1: +0 -0
lines
Sync with HEAD
Revision 1.24.2.4: download - view: text, markup, annotated - select for diffs
Mon Sep 3 14:29:04 2007 UTC (17 years, 6 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.24.2.3: preferred, colored; branchpoint 1.24: preferred, colored
Changes since revision 1.24.2.3: +4 -16
lines
sync with head.
Revision 1.33.14.1: download - view: text, markup, annotated - select for diffs
Mon Sep 3 10:19:32 2007 UTC (17 years, 6 months ago) by skrll
Branches: nick-csl-alignment
Diff to: previous 1.33: preferred, colored; next MAIN 1.34: preferred, colored
Changes since revision 1.33: +3 -15
lines
Sync with HEAD.
Revision 1.33.2.1: download - view: text, markup, annotated - select for diffs
Mon Aug 20 18:38:39 2007 UTC (17 years, 7 months ago) by ad
Branches: vmlocking
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +3 -15
lines
Sync with HEAD.
Revision 1.33.10.1: download - view: text, markup, annotated - select for diffs
Sat Aug 18 17:13:49 2007 UTC (17 years, 7 months ago) by macallan
Branches: ppcoea-renovation
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +3 -15
lines
sync with HEAD
Revision 1.33.18.1: download - view: text, markup, annotated - select for diffs
Thu Aug 16 11:02:26 2007 UTC (17 years, 7 months ago) by jmcneill
Branches: jmcneill-pm
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +3 -15
lines
Sync with HEAD.
Revision 1.34: download - view: text, markup, annotated - select for diffs
Wed Aug 15 12:07:26 2007 UTC (17 years, 7 months ago) by ad
Branches: MAIN
CVS tags: yamt-x86pmap-base3,
yamt-x86pmap-base2,
yamt-x86pmap-base,
yamt-x86pmap,
vmlocking-base,
ppcoea-renovation-base,
nick-csl-alignment-base5
Branch point for: matt-armv6,
bouyer-xenamd64
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +3 -15
lines
Changes to make ktrace LKM friendly and reduce ifdef KTRACE. Proposed
on tech-kern.
Revision 1.32.2.1: download - view: text, markup, annotated - select for diffs
Mon Mar 12 05:50:08 2007 UTC (18 years ago) by rmind
Branches: yamt-idlelwp
Diff to: previous 1.32: preferred, colored; next MAIN 1.33: preferred, colored
Changes since revision 1.32: +3 -3
lines
Sync with HEAD.
Revision 1.33: download - view: text, markup, annotated - select for diffs
Sun Mar 4 06:00:38 2007 UTC (18 years ago) by christos
Branches: MAIN
CVS tags: yamt-idlelwp-base8,
thorpej-atomic-base,
thorpej-atomic,
reinoud-bufcleanup,
nick-csl-alignment-base,
mjf-ufs-trans-base,
mjf-ufs-trans,
matt-mips64-base,
matt-mips64,
hpcarm-cleanup
Branch point for: vmlocking,
ppcoea-renovation,
nick-csl-alignment,
jmcneill-pm
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +3 -3
lines
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
Revision 1.24.2.3: download - view: text, markup, annotated - select for diffs
Mon Feb 26 09:07:57 2007 UTC (18 years ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.24.2.2: preferred, colored; branchpoint 1.24: preferred, colored
Changes since revision 1.24.2.2: +11 -13
lines
sync with head.
Revision 1.32: download - view: text, markup, annotated - select for diffs
Fri Feb 9 21:55:11 2007 UTC (18 years, 1 month ago) by ad
Branches: MAIN
CVS tags: post-newlock2-merge,
ad-audiomp-base,
ad-audiomp
Branch point for: yamt-idlelwp
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +11 -13
lines
Merge newlock2 to head.
Revision 1.31.4.2: download - view: text, markup, annotated - select for diffs
Tue Jan 30 13:49:37 2007 UTC (18 years, 1 month ago) by ad
Branches: newlock2
Diff to: previous 1.31.4.1: preferred, colored; branchpoint 1.31: preferred, colored; next MAIN 1.32: preferred, colored
Changes since revision 1.31.4.1: +2 -4
lines
Remove support for SA. Ok core@.
Revision 1.31.4.1: download - view: text, markup, annotated - select for diffs
Sun Jan 28 08:59:45 2007 UTC (18 years, 1 month ago) by ad
Branches: newlock2
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +11 -11
lines
powerpc changes.
Revision 1.24.2.2: download - view: text, markup, annotated - select for diffs
Sat Dec 30 20:46:44 2006 UTC (18 years, 2 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.24.2.1: preferred, colored; branchpoint 1.24: preferred, colored
Changes since revision 1.24.2.1: +5 -2
lines
sync with head.
Revision 1.25.4.1: download - view: text, markup, annotated - select for diffs
Sat Sep 9 02:42:34 2006 UTC (18 years, 6 months ago) by rpaulo
Branches: rpaulo-netinet-merge-pcb
Diff to: previous 1.25: preferred, colored; next MAIN 1.26: preferred, colored
Changes since revision 1.25: +9 -20
lines
sync with head
Revision 1.26.2.3: download - view: text, markup, annotated - select for diffs
Fri Aug 11 15:42:41 2006 UTC (18 years, 7 months ago) by yamt
Branches: yamt-pdpolicy
Diff to: previous 1.26.2.2: preferred, colored; branchpoint 1.26: preferred, colored; next MAIN 1.27: preferred, colored
Changes since revision 1.26.2.2: +5 -2
lines
sync with head
Revision 1.31: download - view: text, markup, annotated - select for diffs
Wed Jul 19 21:11:45 2006 UTC (18 years, 8 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,
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,
abandoned-netbsd-4-base,
abandoned-netbsd-4
Branch point for: newlock2
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +5 -2
lines
- Hold a reference to the process credentials in each struct lwp.
- Update the reference on syscall and user trap if p_cred has changed.
- Collect accounting flags in the LWP, and collate on LWP exit.
Revision 1.24.2.1: download - view: text, markup, annotated - select for diffs
Wed Jun 21 14:55:11 2006 UTC (18 years, 9 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +7 -21
lines
sync with head.
Revision 1.25.6.1: download - view: text, markup, annotated - select for diffs
Sat Apr 22 11:37:53 2006 UTC (18 years, 11 months ago) by simonb
Branches: simonb-timecounters
CVS tags: simonb-timcounters-final
Diff to: previous 1.25: preferred, colored; next MAIN 1.26: preferred, colored
Changes since revision 1.25: +6 -20
lines
Sync with head.
Revision 1.26.2.2: download - view: text, markup, annotated - select for diffs
Mon Mar 13 09:06:59 2006 UTC (19 years ago) by yamt
Branches: yamt-pdpolicy
Diff to: previous 1.26.2.1: preferred, colored; branchpoint 1.26: preferred, colored
Changes since revision 1.26.2.1: +329 -0
lines
sync with head.
Revision 1.30.2.2: download - view: text, markup, annotated - select for diffs
Tue Mar 7 03:32:06 2006 UTC (19 years ago) by thorpej
Branches: elad-kernelauth
Diff to: previous 1.30.2.1: preferred, colored; branchpoint 1.30: preferred, colored; next MAIN 1.31: preferred, colored
Changes since revision 1.30.2.1: +329 -0
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.30.2.1
Tue Mar 7 03:32:05 2006 UTC (19 years ago) by thorpej
Branches: elad-kernelauth
FILE REMOVED
Changes since revision 1.30: +0 -329
lines
file syscall.c was added on branch elad-kernelauth on 2006-03-07 03:32:06 +0000
Revision 1.30: download - view: text, markup, annotated - select for diffs
Tue Mar 7 03:32:05 2006 UTC (19 years ago) by thorpej
Branches: MAIN
CVS tags: yamt-pdpolicy-base6,
yamt-pdpolicy-base5,
yamt-pdpolicy-base4,
yamt-pdpolicy-base3,
yamt-pdpolicy-base2,
simonb-timecounters-base,
peter-altq-base,
peter-altq,
gdamore-uart-base,
gdamore-uart,
elad-kernelauth-base,
chap-midi-nbase,
chap-midi-base,
chap-midi
Branch point for: elad-kernelauth
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +4 -9
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.29: download - view: text, markup, annotated - select for diffs
Mon Mar 6 08:05:06 2006 UTC (19 years ago) by he
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +4 -2
lines
syscall_fancy is only defined if either KTRACE or SYSTRACE is set,
so enclose its use in the same set of conditionals.
Revision 1.28: download - view: text, markup, annotated - select for diffs
Sun Mar 5 22:34:34 2006 UTC (19 years ago) by rjs
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -4
lines
Always define syscall_fancy.
Revision 1.27: download - view: text, markup, annotated - select for diffs
Sun Mar 5 19:08:39 2006 UTC (19 years ago) by christos
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +3 -15
lines
Add a proc_is_traced_p() macro and use it, instead of copying the same code
in many places. Idea from thorpej.
Revision 1.26.2.1
Sun Mar 5 07:21:38 2006 UTC (19 years ago) by yamt
Branches: yamt-pdpolicy
FILE REMOVED
Changes since revision 1.26: +0 -346
lines
file syscall.c was added on branch yamt-pdpolicy on 2006-03-13 09:06:59 +0000
Revision 1.26: download - view: text, markup, annotated - select for diffs
Sun Mar 5 07:21:38 2006 UTC (19 years ago) by christos
Branches: MAIN
CVS tags: yamt-pdpolicy-base
Branch point for: yamt-pdpolicy
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +6 -3
lines
implement PT_SYSCALL
Revision 1.25: download - view: text, markup, annotated - select for diffs
Sun Dec 11 12:18:46 2005 UTC (19 years, 3 months ago) by christos
Branches: MAIN
CVS tags: yamt-uio_vmspace-base5,
yamt-uio_vmspace
Branch point for: simonb-timecounters,
rpaulo-netinet-merge-pcb
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +3 -3
lines
merge ktrace-lwp.
Revision 1.21.2.5: download - view: text, markup, annotated - select for diffs
Thu Nov 10 13:58:26 2005 UTC (19 years, 4 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.21.2.4: preferred, colored; next MAIN 1.22: preferred, colored
Changes since revision 1.21.2.4: +8 -8
lines
Sync with HEAD. Here we go again...
Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri Jul 1 18:01:45 2005 UTC (19 years, 8 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.23: preferred, colored
Changes since revision 1.23: +8 -8
lines
PR/29607: Christian Biere systrace doesn't handle interrupted syscalls properly
Instead of jumping to the default "bad" case, jump to the error handling
switch, so that we can deal with ERESTART/EJUSTRETURN properly.
Revision 1.21.2.4: download - view: text, markup, annotated - select for diffs
Tue Sep 21 13:20:50 2004 UTC (20 years, 6 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.21.2.3: preferred, colored
Changes since revision 1.21.2.3: +3 -3
lines
Fix the sync with head I botched.
Revision 1.21.2.3: download - view: text, markup, annotated - select for diffs
Sat Sep 18 14:39:20 2004 UTC (20 years, 6 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.21.2.2: preferred, colored
Changes since revision 1.21.2.2: +3 -3
lines
Sync with HEAD.
Revision 1.21.2.2: download - view: text, markup, annotated - select for diffs
Tue Aug 3 10:39:37 2004 UTC (20 years, 7 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.21.2.1: preferred, colored
Changes since revision 1.21.2.1: +5 -6
lines
Sync with HEAD
Revision 1.23: download - view: text, markup, annotated - select for diffs
Fri Oct 31 03:28:13 2003 UTC (21 years, 4 months ago) by simonb
Branches: MAIN
CVS tags: yamt-km-base4,
yamt-km-base3,
yamt-km-base2,
yamt-km-base,
yamt-km,
netbsd-3-base,
netbsd-3-1-RELEASE,
netbsd-3-1-RC4,
netbsd-3-1-RC3,
netbsd-3-1-RC2,
netbsd-3-1-RC1,
netbsd-3-1-1-RELEASE,
netbsd-3-1,
netbsd-3-0-RELEASE,
netbsd-3-0-RC6,
netbsd-3-0-RC5,
netbsd-3-0-RC4,
netbsd-3-0-RC3,
netbsd-3-0-RC2,
netbsd-3-0-RC1,
netbsd-3-0-3-RELEASE,
netbsd-3-0-2-RELEASE,
netbsd-3-0-1-RELEASE,
netbsd-3-0,
netbsd-3,
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,
kent-audio2-base,
kent-audio2,
kent-audio1-beforemerge,
kent-audio1-base,
kent-audio1
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +3 -4
lines
Don't pass the (unused) return value args to the
trace_enter()/systrace_enter() functions.
Revision 1.22: download - view: text, markup, annotated - select for diffs
Thu Jul 10 04:18:01 2003 UTC (21 years, 8 months ago) by matt
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +4 -4
lines
Back out rev 1.19. It's wrong. Add comments so it doesn't happen again.
Revision 1.21.2.1: download - view: text, markup, annotated - select for diffs
Wed Jul 2 15:25:30 2003 UTC (21 years, 8 months ago) by darrenr
Branches: ktrace-lwp
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +3 -3
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.21: download - view: text, markup, annotated - select for diffs
Sun Jun 29 22:28:50 2003 UTC (21 years, 8 months ago) by fvdl
Branches: MAIN
Branch point for: ktrace-lwp
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +1 -1
lines
Back out the lwp/ktrace changes. They contained a lot of colateral damage,
and need to be examined and discussed more.
Revision 1.20: download - view: text, markup, annotated - select for diffs
Sat Jun 28 14:21:05 2003 UTC (21 years, 8 months ago) by darrenr
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +3 -3
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.19: download - view: text, markup, annotated - select for diffs
Mon Jun 23 11:01:36 2003 UTC (21 years, 9 months ago) by martin
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +4 -2
lines
Make sure to include opt_foo.h if a defflag option FOO is used.
Revision 1.18: download - view: text, markup, annotated - select for diffs
Sat Jan 18 06:23:34 2003 UTC (22 years, 2 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +30 -24
lines
Merge the nathanw_sa branch.
Revision 1.3.2.13: download - view: text, markup, annotated - select for diffs
Sun Dec 29 19:35:07 2002 UTC (22 years, 2 months ago) by thorpej
Branches: nathanw_sa
CVS tags: nathanw_sa_end
Diff to: previous 1.3.2.12: preferred, colored; next MAIN 1.4: preferred, colored
Changes since revision 1.3.2.12: +4 -3
lines
Sync with HEAD.
Revision 1.17: download - view: text, markup, annotated - select for diffs
Sat Dec 21 16:23:56 2002 UTC (22 years, 3 months ago) by manu
Branches: MAIN
CVS tags: nathanw_sa_before_merge,
nathanw_sa_base,
fvdl_fs64_base
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +4 -3
lines
Pass the system call table to trace_enter() and ktrsys() so that it is
possible to use alternate system call tables. This is usefull for
displaying correctly the arguments in Mach binaries traces.
If NULL is given, then the regular systam call table for the process is used.
Revision 1.3.2.12: download - view: text, markup, annotated - select for diffs
Wed Dec 11 06:11:46 2002 UTC (22 years, 3 months ago) by thorpej
Branches: nathanw_sa
Diff to: previous 1.3.2.11: preferred, colored
Changes since revision 1.3.2.11: +29 -8
lines
Sync with HEAD.
Revision 1.3.2.11: download - view: text, markup, annotated - select for diffs
Tue Dec 10 03:55:50 2002 UTC (22 years, 3 months ago) by thorpej
Branches: nathanw_sa
Diff to: previous 1.3.2.10: preferred, colored
Changes since revision 1.3.2.10: +4 -2
lines
Fix unused variable when KTRACE is not defined. From Bill Studenmund.
Revision 1.3.2.10: download - view: text, markup, annotated - select for diffs
Tue Dec 10 02:29:48 2002 UTC (22 years, 3 months ago) by thorpej
Branches: nathanw_sa
Diff to: previous 1.3.2.9: preferred, colored
Changes since revision 1.3.2.9: +5 -5
lines
LWP'ify KERNEL_PROC_{,UN}LOCK() calls.
Revision 1.3.2.9: download - view: text, markup, annotated - select for diffs
Tue Dec 3 22:18:34 2002 UTC (22 years, 3 months ago) by gmcgarry
Branches: nathanw_sa
Diff to: previous 1.3.2.8: preferred, colored
Changes since revision 1.3.2.8: +4 -2
lines
Pull in sys/sa.h and sys/savar.h for sa_upcall_userret() prototype.
Revision 1.3.2.8: download - view: text, markup, annotated - select for diffs
Tue Dec 3 22:15:22 2002 UTC (22 years, 3 months ago) by gmcgarry
Branches: nathanw_sa
Diff to: previous 1.3.2.7: preferred, colored
Changes since revision 1.3.2.7: +7 -6
lines
LWPify
Revision 1.16: download - view: text, markup, annotated - select for diffs
Fri Nov 29 11:56:36 2002 UTC (22 years, 3 months ago) by manu
Branches: MAIN
CVS tags: gmcgarry_ucred_base,
gmcgarry_ucred,
gmcgarry_ctxsw_base,
gmcgarry_ctxsw
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +3 -2
lines
The recent mach trap support caused indirect system calls (a la syscall(2))
to be incorectly recorded as 'syscall'. Fix this.
Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri Nov 15 23:19:22 2002 UTC (22 years, 4 months ago) by manu
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +20 -2
lines
Darwin skips the next instruction after a successful system call. Strange
world.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Fri Nov 15 20:06:03 2002 UTC (22 years, 4 months ago) by manu
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +6 -4
lines
Add a realcode argument to trace_enter and ktrsyscall. realcode is the
original system call number, which can be negative for a Mach trap.
We cannot just replace code by realcode, because ktrsyscall uses it as
an index in the system call table, thus crashing the kernel when the
value is negative.
Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Nov 13 09:36:10 2002 UTC (22 years, 4 months ago) by matt
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +6 -6
lines
Change syscall to bound code so that systrace and ktrace won't fall off
the end of a table. XXX this is wrong since code does not indicate the
sysent table for which code was used as an index.
Revision 1.3.2.7: download - view: text, markup, annotated - select for diffs
Mon Nov 11 22:03:04 2002 UTC (22 years, 4 months ago) by nathanw
Branches: nathanw_sa
Diff to: previous 1.3.2.6: preferred, colored
Changes since revision 1.3.2.6: +100 -96
lines
Catch up to -current
Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Nov 4 00:01:03 2002 UTC (22 years, 4 months ago) by matt
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +10 -16
lines
Get rid of nsysent. Use EMULNAMEU to use the appropriate constant.
Revamp the mach_syscall_dispatch function to be much simplier (pass in
a syscall code and return a const struct sysent * pointer).
Revision 1.11: download - view: text, markup, annotated - select for diffs
Sun Nov 3 23:17:18 2002 UTC (22 years, 4 months ago) by manu
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +8 -38
lines
Added support for Darwin's PowerPC-only system calls:
ppccalls, with system call numbers starting at 0x6000
fasttraps, with system call numbers starting at 0x7FF0
Because the Mach system call dispatching code has grown a bit
too much, introduce an inline function to handle it (mach_syscall_dispatch).
While we are there, remove the Mach and Linux includes from
arch/powerpc/powerpc/syscall.c and push them into
arch/powerpc/powerpc/{mach|linux}_syscall.c
Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat Nov 2 07:37:33 2002 UTC (22 years, 4 months ago) by jdolecek
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +6 -12
lines
back previous revision 1.9 off - compat code was changed to set
struct emul e_nsysent to *SYS_NSYSENT now, and the mask is more efficient
Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri Nov 1 00:02:40 2002 UTC (22 years, 4 months ago) by matt
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +12 -6
lines
In struct emul, e_nsysent is *not* initialized to *SYS_NSYSENT but
*SYS_MAXSYSCALL. Adjust to this and simply compare 'code' to it instead
of doing the p-o-2 dance.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Oct 30 18:34:15 2002 UTC (22 years, 4 months ago) by matt
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +92 -44
lines
Move child_return back to syscall.c
Fix syscall to use emulations SYS_syscall/SYS___syscall definitions.
Use the emulation NSYSENT to limit code.
Don't define *syscall_fancy if it will never be used.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Oct 30 07:39:40 2002 UTC (22 years, 4 months ago) by manu
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2
lines
Fixed mistakes
Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Oct 30 06:41:45 2002 UTC (22 years, 4 months ago) by manu
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +26 -2
lines
Add COMPAT_MACH and EXEC_MACHO support on the PowerPC
Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Oct 30 06:37:38 2002 UTC (22 years, 4 months ago) by manu
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +14 -41
lines
Prepare syscall.c for COMPAT_MACH support. linux_syscall_intern is
moved to a Linux specific file, child_return is moved to trap.c,
and we introduce a EMULNAME macro co that syscall.c can be included to
define the system call handler for another emulation.
Revision 1.4.2.2: download - view: text, markup, annotated - select for diffs
Fri Sep 6 08:39:28 2002 UTC (22 years, 6 months ago) by jdolecek
Branches: kqueue
Diff to: previous 1.4.2.1: preferred, colored; branchpoint 1.4: preferred, colored; next MAIN 1.5: preferred, colored
Changes since revision 1.4.2.1: +305 -0
lines
sync kqueue branch with HEAD
Revision 1.2.2.3: download - view: text, markup, annotated - select for diffs
Sat Aug 31 13:45:49 2002 UTC (22 years, 6 months ago) by gehenna
Branches: gehenna-devsw
Diff to: previous 1.2.2.2: preferred, colored; next MAIN 1.3: preferred, colored
Changes since revision 1.2.2.2: +110 -6
lines
catch up with -current.
Revision 1.3.2.6: download - view: text, markup, annotated - select for diffs
Tue Aug 27 19:54:18 2002 UTC (22 years, 6 months ago) by nathanw
Branches: nathanw_sa
Diff to: previous 1.3.2.5: preferred, colored
Changes since revision 1.3.2.5: +4 -3
lines
Avoid an unused-variable warning in child_return().
Revision 1.3.2.5: download - view: text, markup, annotated - select for diffs
Tue Aug 6 23:00:09 2002 UTC (22 years, 7 months ago) by nathanw
Branches: nathanw_sa
Diff to: previous 1.3.2.4: preferred, colored
Changes since revision 1.3.2.4: +3 -1
lines
Need sa includes here.
Revision 1.3.2.4: download - view: text, markup, annotated - select for diffs
Tue Aug 6 22:47:11 2002 UTC (22 years, 7 months ago) by nathanw
Branches: nathanw_sa
Diff to: previous 1.3.2.3: preferred, colored
Changes since revision 1.3.2.3: +4 -5
lines
Catch up with powerpc rototilling.
Revision 1.4.2.1
Fri Aug 2 03:46:45 2002 UTC (22 years, 7 months ago) by jdolecek
Branches: kqueue
FILE REMOVED
Changes since revision 1.4: +0 -305
lines
file syscall.c was added on branch kqueue on 2002-09-06 08:39:28 +0000
Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Aug 2 03:46:45 2002 UTC (22 years, 7 months ago) by chs
Branches: MAIN
CVS tags: kqueue-beforemerge,
kqueue-base,
kqueue-aftermerge,
gehenna-devsw-base
Branch point for: kqueue
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +4 -5
lines
use a completely separate trap handler for syscall traps.
this reduces syscall overhead by 10% to 20% depending on cpu type.
Revision 1.3.2.3: download - view: text, markup, annotated - select for diffs
Thu Aug 1 04:05:46 2002 UTC (22 years, 7 months ago) by nathanw
Branches: nathanw_sa
Diff to: previous 1.3.2.2: preferred, colored
Changes since revision 1.3.2.2: +23 -20
lines
LWPify
Revision 1.3.2.2: download - view: text, markup, annotated - select for diffs
Thu Aug 1 02:43:11 2002 UTC (22 years, 7 months ago) by nathanw
Branches: nathanw_sa
Diff to: previous 1.3.2.1: preferred, colored
Changes since revision 1.3.2.1: +306 -0
lines
Catch up to -current.
Revision 1.3.2.1
Sun Jul 28 07:05:53 2002 UTC (22 years, 7 months ago) by nathanw
Branches: nathanw_sa
FILE REMOVED
Changes since revision 1.3: +0 -306
lines
file syscall.c was added on branch nathanw_sa on 2002-08-01 02:43:11 +0000
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Jul 28 07:05:53 2002 UTC (22 years, 7 months ago) by chs
Branches: MAIN
Branch point for: nathanw_sa
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +108 -3
lines
create a syscall_plain() like on other platforms
and avoid getting the kernel lock for MPSAFE syscalls.
Revision 1.2.2.2: download - view: text, markup, annotated - select for diffs
Tue Jul 16 13:10:00 2002 UTC (22 years, 8 months ago) by gehenna
Branches: gehenna-devsw
Diff to: previous 1.2.2.1: preferred, colored
Changes since revision 1.2.2.1: +201 -0
lines
catch up with -current.
Revision 1.2.2.1
Thu Jul 11 19:32:43 2002 UTC (22 years, 8 months ago) by gehenna
Branches: gehenna-devsw
FILE REMOVED
Changes since revision 1.2: +0 -201
lines
file syscall.c was added on branch gehenna-devsw on 2002-07-16 13:10:00 +0000
Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Jul 11 19:32:43 2002 UTC (22 years, 8 months ago) by matt
Branches: MAIN
Branch point for: gehenna-devsw
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +19 -6
lines
Add a linux_syscall_intern entry (appropriately ifdef'ed COMPAT_LINUX).
When/if PPC ever supports LKMs, this should be moved to a separate file.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Jun 28 02:30:06 2002 UTC (22 years, 8 months ago) by matt
Branches: MAIN
Add common syscall dispatcher. Also put child_return in here.
CVSweb <webmaster@jp.NetBSD.org>