The NetBSD Project

CVS log for src/sys/arch/cesfic/cesfic/trap.c

[BACK] Up to [cvs.NetBSD.org] / src / sys / arch / cesfic / cesfic

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.63: download - view: text, markup, annotated - select for diffs
Sat Jan 20 00:15:30 2024 UTC (10 months, 2 weeks ago) by thorpej
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630, perseant-exfatfs-base, perseant-exfatfs, HEAD
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +2 -4 lines
Largely unify the <machine/cpu.h> headers on the m68k platforms.

Revision 1.62: download - view: text, markup, annotated - select for diffs
Thu Oct 5 19:41:04 2023 UTC (14 months ago) by ad
Branches: MAIN
CVS tags: thorpej-ifq-base, thorpej-ifq, thorpej-altq-separation-base, thorpej-altq-separation
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +2 -3 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.61: download - view: text, markup, annotated - select for diffs
Sat Sep 25 19:16:31 2021 UTC (3 years, 2 months ago) by tsutsui
Branches: MAIN
CVS tags: netbsd-10-base, 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, bouyer-sunxi-drm-base, bouyer-sunxi-drm
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +6 -3 lines
Call cnpollc(9) before cngetc(9) as the cons(9) man page says.

Affects only inside #ifdef DEBUG part on "trap during panic" in trap.c
derived from hp300.

Revision 1.57.18.2: download - view: text, markup, annotated - select for diffs
Wed Apr 8 14:07:32 2020 UTC (4 years, 8 months ago) by martin
Branches: phil-wifi
Diff to: previous 1.57.18.1: preferred, colored; branchpoint 1.57: preferred, colored; next MAIN 1.58: preferred, colored
Changes since revision 1.57.18.1: +2 -4 lines
Merge changes from current as of 20200406

Revision 1.60: download - view: text, markup, annotated - select for diffs
Thu Nov 21 19:23:59 2019 UTC (5 years ago) by ad
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, phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, is-mlppp-base, is-mlppp, cjep_sun2x-base1, 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, ad-namecache-base3, ad-namecache-base2, ad-namecache-base1, ad-namecache-base, ad-namecache
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +2 -4 lines
mi_userret(): take care of calling preempt(), set spc_curpriority directly,
and remove MD code that does the same.

Revision 1.57.18.1: download - view: text, markup, annotated - select for diffs
Mon Jun 10 22:06:00 2019 UTC (5 years, 5 months ago) by christos
Branches: phil-wifi
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +4 -321 lines
Sync with HEAD

Revision 1.59: download - view: text, markup, annotated - select for diffs
Sat Apr 6 03:06:25 2019 UTC (5 years, 8 months ago) by thorpej
Branches: MAIN
CVS tags: 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
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +2 -17 lines
Overhaul the API used to fetch and store individual memory cells in
userspace.  The old fetch(9) and store(9) APIs (fubyte(), fuword(),
subyte(), suword(), etc.) are retired and replaced with new ufetch(9)
and ustore(9) APIs that can return proper error codes, etc. and are
implemented consistently across all platforms.  The interrupt-safe
variants are no longer supported (and several of the existing attempts
at fuswintr(), etc. were buggy and not actually interrupt-safe).

Also augmement the ucas(9) API, making it consistently available on
all plaforms, supporting uniprocessor and multiprocessor systems, even
those that do not have CAS or LL/SC primitives.

Welcome to NetBSD 8.99.37.

Revision 1.58: download - view: text, markup, annotated - select for diffs
Mon Feb 18 01:12:22 2019 UTC (5 years, 9 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +4 -306 lines
Refactor the 68040 writeback() from each m68k port's trap handler into a
shared copy: m68040_writeback().  It is essentially a copy of the Atari
version, with some minor cosmetic tweaks and one small performance optimization
from the mvme68k port.

Tested by rjs@ on a Quadra 950.  (Thanks!)

Revision 1.56.2.1: download - view: text, markup, annotated - select for diffs
Sun Dec 3 11:35:59 2017 UTC (7 years ago) by jdolecek
Branches: tls-maxphys
Diff to: previous 1.56: preferred, colored; next MAIN 1.57: preferred, colored
Changes since revision 1.56: +16 -4 lines
update from HEAD

Revision 1.56.16.1: download - view: text, markup, annotated - select for diffs
Mon Apr 6 15:17:54 2015 UTC (9 years, 8 months ago) by skrll
Branches: nick-nhusb
Diff to: previous 1.56: preferred, colored; next MAIN 1.57: preferred, colored
Changes since revision 1.56: +16 -4 lines
Sync with HEAD

Revision 1.57: download - view: text, markup, annotated - select for diffs
Wed Mar 4 20:29:59 2015 UTC (9 years, 9 months ago) by martin
Branches: MAIN
CVS tags: tls-maxphys-base-20171202, prg-localcount2-base3, prg-localcount2-base2, prg-localcount2-base1, prg-localcount2-base, prg-localcount2, phil-wifi-base, pgoyette-localcount-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, netbsd-8-base, netbsd-8-3-RELEASE, netbsd-8-2-RELEASE, netbsd-8-1-RELEASE, netbsd-8-1-RC1, netbsd-8-0-RELEASE, netbsd-8-0-RC2, netbsd-8-0-RC1, netbsd-8, matt-nb8-mediatek-base, matt-nb8-mediatek, localcount-20160914, jdolecek-ncq-base, jdolecek-ncq, bouyer-socketcan-base1, bouyer-socketcan-base, bouyer-socketcan
Branch point for: phil-wifi
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +16 -4 lines
Handle EINVAL in the fault path and send SIGBUS on mmap'd access past EOF

Revision 1.55.4.1: download - view: text, markup, annotated - select for diffs
Tue Apr 17 00:06:10 2012 UTC (12 years, 7 months ago) by yamt
Branches: yamt-pagecache
CVS tags: yamt-pagecache-tag8
Diff to: previous 1.55: preferred, colored; next MAIN 1.56: preferred, colored
Changes since revision 1.55: +2 -11 lines
sync with head

Revision 1.55.8.1: download - view: text, markup, annotated - select for diffs
Fri Feb 24 09:11:28 2012 UTC (12 years, 9 months ago) by mrg
Branches: jmcneill-usbmp
Diff to: previous 1.55: preferred, colored; next MAIN 1.56: preferred, colored
Changes since revision 1.55: +2 -11 lines
sync to -current.

Revision 1.56: download - view: text, markup, annotated - select for diffs
Sun Feb 19 21:06:06 2012 UTC (12 years, 9 months ago) by rmind
Branches: MAIN
CVS tags: yamt-pagecache-base9, yamt-pagecache-base8, yamt-pagecache-base7, yamt-pagecache-base6, yamt-pagecache-base5, yamt-pagecache-base4, tls-maxphys-base, tls-earlyentropy-base, tls-earlyentropy, rmind-smpnet-nbase, rmind-smpnet-base, rmind-smpnet, riastradh-xf86-video-intel-2-7-1-pre-2-21-15, riastradh-drm2-base3, riastradh-drm2-base2, riastradh-drm2-base1, riastradh-drm2-base, riastradh-drm2, nick-nhusb-base, 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, khorben-n900, jmcneill-usbmp-base9, jmcneill-usbmp-base8, jmcneill-usbmp-base7, jmcneill-usbmp-base6, jmcneill-usbmp-base5, jmcneill-usbmp-base4, jmcneill-usbmp-base3, jmcneill-usbmp-base10, agc-symver-base, agc-symver
Branch point for: tls-maxphys, nick-nhusb
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +2 -11 lines
Remove COMPAT_SA / KERN_SA.  Welcome to 6.99.3!
Approved by core@.

Revision 1.53.2.1: download - view: text, markup, annotated - select for diffs
Mon Jun 6 09:05:12 2011 UTC (13 years, 6 months ago) by jruoho
Branches: jruoho-x86intr
Diff to: previous 1.53: preferred, colored; next MAIN 1.54: preferred, colored
Changes since revision 1.53: +4 -41 lines
Sync with HEAD.

Revision 1.49.4.3: download - view: text, markup, annotated - select for diffs
Sat Mar 5 20:49:47 2011 UTC (13 years, 9 months ago) by rmind
Branches: rmind-uvmplock
Diff to: previous 1.49.4.2: preferred, colored; branchpoint 1.49: preferred, colored; next MAIN 1.50: preferred, colored
Changes since revision 1.49.4.2: +9 -43 lines
sync with head

Revision 1.54.2.1: download - view: text, markup, annotated - select for diffs
Thu Feb 17 11:59:34 2011 UTC (13 years, 9 months ago) by bouyer
Branches: bouyer-quota2
Diff to: previous 1.54: preferred, colored; next MAIN 1.55: preferred, colored
Changes since revision 1.54: +3 -41 lines
Sync with HEAD

Revision 1.55: download - view: text, markup, annotated - select for diffs
Tue Feb 8 20:20:10 2011 UTC (13 years, 10 months ago) by rmind
Branches: MAIN
CVS tags: yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, uebayasi-xip-base7, rmind-uvmplock-nbase, rmind-uvmplock-base, netbsd-6-base, netbsd-6-1-RELEASE, netbsd-6-1-RC4, netbsd-6-1-RC3, netbsd-6-1-RC2, netbsd-6-1-RC1, netbsd-6-1-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, jym-xensuspend-nbase, jym-xensuspend-base, jmcneill-usbmp-pre-base2, jmcneill-usbmp-base2, jmcneill-usbmp-base, jmcneill-audiomp3-base, jmcneill-audiomp3, cherry-xenmp-base, cherry-xenmp, bouyer-quota2-nbase, bouyer-quota2-base
Branch point for: yamt-pagecache, jmcneill-usbmp
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +3 -41 lines
Remove clause 3 (UCB advertising clause) from the University of Utah
copyright.  Confirmed by Mike Hibler, mike at cs.utah.edu - thanks!
Also, merge UCB and Utah copyright texts back into one, as they
originally were.

Extra verification by snj@.

Revision 1.54: download - view: text, markup, annotated - select for diffs
Mon Jan 17 14:53:42 2011 UTC (13 years, 10 months ago) by tsutsui
Branches: MAIN
Branch point for: bouyer-quota2
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +3 -2 lines
Explicitly include <machine/pcb.h> for struct pcb.

Revision 1.53: download - view: text, markup, annotated - select for diffs
Mon Dec 20 00:25:30 2010 UTC (13 years, 11 months ago) by matt
Branches: MAIN
CVS tags: matt-mips64-premerge-20101231, jruoho-x86intr-base
Branch point for: jruoho-x86intr
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +4 -4 lines
Move counting of faults, traps, intrs, soft[intr]s, syscalls, and nswtch
from uvmexp to per-cpu cpu_data and move them to 64bits.  Remove unneeded
includes of <uvm/uvm_extern.h> and/or <uvm/uvm.h>.

Revision 1.49.2.2: download - view: text, markup, annotated - select for diffs
Tue Aug 17 06:44:12 2010 UTC (14 years, 3 months ago) by uebayasi
Branches: uebayasi-xip
Diff to: previous 1.49.2.1: preferred, colored; branchpoint 1.49: preferred, colored; next MAIN 1.50: preferred, colored
Changes since revision 1.49.2.1: +4 -0 lines
Sync with HEAD.

Revision 1.41.2.3: download - view: text, markup, annotated - select for diffs
Wed Aug 11 22:51:48 2010 UTC (14 years, 4 months ago) by yamt
Branches: yamt-nfs-mp
Diff to: previous 1.41.2.2: preferred, colored; branchpoint 1.41: preferred, colored; next MAIN 1.42: preferred, colored
Changes since revision 1.41.2.2: +25 -13 lines
sync with head.

Revision 1.52: download - view: text, markup, annotated - select for diffs
Wed Jul 7 01:16:24 2010 UTC (14 years, 5 months ago) by chs
Branches: MAIN
CVS tags: yamt-nfs-mp-base11, yamt-nfs-mp-base10, uebayasi-xip-base6, uebayasi-xip-base5, uebayasi-xip-base4, uebayasi-xip-base3, uebayasi-xip-base2
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +5 -2 lines
implement ucas_* for m68k.

Revision 1.49.4.2: download - view: text, markup, annotated - select for diffs
Sat Jul 3 01:19:15 2010 UTC (14 years, 5 months ago) by rmind
Branches: rmind-uvmplock
Diff to: previous 1.49.4.1: preferred, colored; branchpoint 1.49: preferred, colored
Changes since revision 1.49.4.1: +3 -2 lines
sync with head

Revision 1.51: download - view: text, markup, annotated - select for diffs
Sun Jun 6 04:50:06 2010 UTC (14 years, 6 months ago) by mrg
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +3 -2 lines
fix PR 6724 - convert m68k options to defflag's.  this means that
M680[12346] are now available from opt_m68k_arch.h.  FPSP meantioned
in the PR has already been fixed, and i could not find any more.

i built these kernels to ensure i did not break their builds:

amiga: GENERIC DRACO
atari: HADES FALCON MILAN-PCIIDE
mac68k: GENERIC
sun2: GENERIC
sun3: GENERIC GENERIC3X
cesfic: attempted GENERIC, does not build due to lack of machine/bus.h
hp300: GENERIC
luna68k: GENERIC
mvme68k: GENERIC
news68k: GENERIC
next68k: GENERIC
x68k: GENERIC

Revision 1.49.4.1: download - view: text, markup, annotated - select for diffs
Sun May 30 05:16:41 2010 UTC (14 years, 6 months ago) by rmind
Branches: rmind-uvmplock
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +21 -13 lines
sync with head

Revision 1.49.2.1: download - view: text, markup, annotated - select for diffs
Fri Apr 30 14:39:13 2010 UTC (14 years, 7 months ago) by uebayasi
Branches: uebayasi-xip
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +21 -13 lines
Sync with HEAD.

Revision 1.50: download - view: text, markup, annotated - select for diffs
Sat Mar 20 23:31:28 2010 UTC (14 years, 8 months ago) by chs
Branches: MAIN
CVS tags: uebayasi-xip-base1
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +21 -13 lines
fix copy{in,out}{,str}() to return the error returned by uvm_fault().
fixes PR 41813.

Revision 1.41.2.2: download - view: text, markup, annotated - select for diffs
Thu Mar 11 15:02:11 2010 UTC (14 years, 9 months ago) by yamt
Branches: yamt-nfs-mp
Diff to: previous 1.41.2.1: preferred, colored; branchpoint 1.41: preferred, colored
Changes since revision 1.41.2.1: +15 -18 lines
sync with head

Revision 1.49: download - view: text, markup, annotated - select for diffs
Mon Nov 23 00:11:43 2009 UTC (15 years ago) by rmind
Branches: MAIN
CVS tags: yamt-nfs-mp-base9, uebayasi-xip-base, matt-premerge-20091211
Branch point for: uebayasi-xip, rmind-uvmplock
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +13 -16 lines
Use lwp_getpcb() on m68k ports, clean from struct user usage.

Revision 1.48: download - view: text, markup, annotated - select for diffs
Mon Oct 26 19:16:55 2009 UTC (15 years, 1 month ago) by cegger
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +4 -4 lines
kill extra whitespaces
reviewed by tsutsui@

Revision 1.43.2.1: download - view: text, markup, annotated - select for diffs
Wed May 13 17:16:36 2009 UTC (15 years, 6 months ago) by jym
Branches: jym-xensuspend
Diff to: previous 1.43: preferred, colored; next MAIN 1.44: preferred, colored
Changes since revision 1.43: +19 -39 lines
Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.

Revision 1.41.2.1: download - view: text, markup, annotated - select for diffs
Mon May 4 08:10:53 2009 UTC (15 years, 7 months ago) by yamt
Branches: yamt-nfs-mp
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +32 -47 lines
sync with head.

Revision 1.42.2.2: download - view: text, markup, annotated - select for diffs
Tue Apr 28 07:33:56 2009 UTC (15 years, 7 months ago) by skrll
Branches: nick-hppapmap
Diff to: previous 1.42.2.1: preferred, colored; branchpoint 1.42: preferred, colored; next MAIN 1.43: preferred, colored
Changes since revision 1.42.2.1: +19 -39 lines
Sync with HEAD.

Revision 1.47: download - view: text, markup, annotated - select for diffs
Wed Mar 18 17:06:43 2009 UTC (15 years, 8 months ago) by cegger
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-base, jymxensuspend-base
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +4 -4 lines
bcopy -> memcpy

Revision 1.46: download - view: text, markup, annotated - select for diffs
Sat Mar 14 21:04:08 2009 UTC (15 years, 8 months ago) by dsl
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +3 -6 lines
ANSIfy another 1261 function definitions.
The only ones left in sys are beyond by sed script!
(or in sys/dist or sys/external)
Mostly they have function pointer parameters.

Revision 1.45: download - view: text, markup, annotated - select for diffs
Sat Mar 14 15:36:04 2009 UTC (15 years, 8 months ago) by dsl
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +8 -25 lines
Change about 4500 of the K&R function definitions to ANSI ones.
There are still about 1600 left, but they have ',' or /* ... */
in the actual variable definitions - which my awk script doesn't handle.
There are also many that need () -> (void).
(The script does handle misordered arguments.)

Revision 1.44: download - view: text, markup, annotated - select for diffs
Sat Mar 14 14:45:58 2009 UTC (15 years, 8 months ago) by dsl
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +10 -10 lines
Remove all the __P() from sys (excluding sys/dist)
Diff checked with grep and MK1 eyeball.
i386 and amd64 GENERIC and sys still build.

Revision 1.42.2.1: download - view: text, markup, annotated - select for diffs
Tue Mar 3 18:28:53 2009 UTC (15 years, 9 months ago) by skrll
Branches: nick-hppapmap
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +4 -9 lines
Sync with HEAD.

Revision 1.42.4.1: download - view: text, markup, annotated - select for diffs
Mon Feb 2 00:48:55 2009 UTC (15 years, 10 months ago) by snj
Branches: netbsd-5
CVS tags: 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-2-RELEASE, netbsd-5-0-1-RELEASE, netbsd-5-0, 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
Diff to: previous 1.42: preferred, colored; next MAIN 1.43: preferred, colored
Changes since revision 1.42: +4 -9 lines
Pull up following revision(s) (requested by martin in ticket #332):
	sys/arch/amiga/amiga/trap.c: revision 1.122
	sys/arch/atari/atari/trap.c: revision 1.99
	sys/arch/cesfic/cesfic/trap.c: revision 1.43
	sys/arch/hp300/hp300/trap.c: revision 1.140
	sys/arch/luna68k/luna68k/trap.c: revision 1.55
	sys/arch/m68k/include/signal.h: revision 1.25
	sys/arch/m68k/m68k/sig_machdep.c: revision 1.41
	sys/arch/mac68k/mac68k/trap.c: revision 1.136 via patch
	sys/arch/mvme68k/mvme68k/trap.c: revision 1.98
	sys/arch/news68k/news68k/trap.c: revision 1.60
	sys/arch/next68k/next68k/trap.c: revision 1.75
	sys/arch/sun2/sun2/trap.c: revision 1.37
	sys/arch/sun3/sun3/trap.c: revision 1.136
	sys/arch/x68k/x68k/trap.c: revision 1.97
Centralize fpu exception to siginfo code encoding for all m68k archs,
fixes a failure in the lib/libc/ieeefp/except regression test.

Revision 1.43: download - view: text, markup, annotated - select for diffs
Tue Jan 27 20:30:13 2009 UTC (15 years, 10 months ago) by martin
Branches: MAIN
CVS tags: nick-hppapmap-base2
Branch point for: jym-xensuspend
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +4 -9 lines
Centralize fpu exception to siginfo code encoding for all m68k archs,
fixes a failure in the lib/libc/ieeefp/except regression test.

Revision 1.40.6.2: download - view: text, markup, annotated - select for diffs
Sat Jan 17 13:27:56 2009 UTC (15 years, 10 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: +11 -1 lines
Sync with HEAD.

Revision 1.41.8.1: download - view: text, markup, annotated - select for diffs
Sun Oct 19 22:15:43 2008 UTC (16 years, 1 month ago) by haad
Branches: haad-dm
Diff to: previous 1.41: preferred, colored; next MAIN 1.42: preferred, colored
Changes since revision 1.41: +13 -3 lines
Sync with HEAD.

Revision 1.42: download - view: text, markup, annotated - select for diffs
Wed Oct 15 06:51:17 2008 UTC (16 years, 1 month ago) by wrstuden
Branches: MAIN
CVS tags: netbsd-5-base, netbsd-5-0-RC1, mjf-devfs2-base, matt-mips64-base2, haad-nbase2, haad-dm-base2, haad-dm-base1, haad-dm-base, ad-audiomp2-base, ad-audiomp2
Branch point for: nick-hppapmap, netbsd-5
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +13 -3 lines
Merge wrstuden-revivesa into HEAD.

Revision 1.41.4.4: download - view: text, markup, annotated - select for diffs
Mon Jun 30 04:55:55 2008 UTC (16 years, 5 months ago) by wrstuden
Branches: wrstuden-revivesa
Diff to: previous 1.41.4.3: preferred, colored; branchpoint 1.41: preferred, colored; next MAIN 1.42: preferred, colored
Changes since revision 1.41.4.3: +4 -3 lines
Change how we make SA threads not generate upcalls. Instead of clearing
LW_SA, use a private flag, LP_SA_NOBLOCK, that we set when we want
to not generate upcalls. This means we do NOT need to lock (l)
(ourselves) to set it.

Adjust tests that look at LW_SA. Now, we are an upcall-generating
lwp if ((l->l_flag & LW_SA) && (~l->l_pflag & LP_SA_NOBLOCK)).

Introduce code pattern to set & remember this:

	f = ~l->l_pflag & LP_SA_NOBLOCK;
	l->l_pflag |= LP_SA_NOBLOCK;

	...

	/* f is now LP_SA_NOBLOCK if it wasn't set in l_pflag before */

	l->l_pflag ^= f;

I updated a lot of the trap handlers to do trap handling iff LP_SA_NOBLOCK
is not set. I tried to figure out if the trap handler could be triggered
for user-based faults as opposed to kernel faults to user addresses, and
only look at LP_SA_NOBLOCK for the latter.

Above is a result of discussions with rmind at to reduce lock twiddling.

Also, per same discussions, add locking to sys_sa_preempt(). p_lock is
the lock we want.

Also, per same discussions, remove use of LSSUSPENDED as a thread state.
We needed to use it when we were emulating the 4.X and previous behavior
of hiding cached threads. For the moment, we now have them instead
remain visible to all and have them sleeping on the "lwpcache" wait
channel.

sa_newcachelwp(): sa_putcachelwp() wants savp_mutex held, not p_lock.

Tweak some comments.

Revision 1.41.4.3: download - view: text, markup, annotated - select for diffs
Sun Jun 22 18:12:02 2008 UTC (16 years, 5 months ago) by wrstuden
Branches: wrstuden-revivesa
Diff to: previous 1.41.4.2: preferred, colored; branchpoint 1.41: preferred, colored
Changes since revision 1.41.4.2: +10 -3 lines
Re-add cpu_upcall() and page fault code. i386 kernels now compile.
They don't boot, but that seems to be a consequence of current from the
day this branch was started.

Revision 1.40.6.1: download - view: text, markup, annotated - select for diffs
Mon Jun 2 13:21:59 2008 UTC (16 years, 6 months ago) by mjf
Branches: mjf-devfs2
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +4 -4 lines
Sync with HEAD.

Revision 1.40.8.1: download - view: text, markup, annotated - select for diffs
Sun May 18 12:31:44 2008 UTC (16 years, 6 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: +4 -4 lines
sync with head.

Revision 1.41.4.2: download - view: text, markup, annotated - select for diffs
Wed May 14 19:54:09 2008 UTC (16 years, 6 months ago) by wrstuden
Branches: wrstuden-revivesa
Diff to: previous 1.41.4.1: preferred, colored; branchpoint 1.41: preferred, colored
Changes since revision 1.41.4.1: +3 -3 lines
Per discussion with ad at n dot o, revert signal mask handling
changes.

The l_sigstk changes are most likely totally un-needed as SA will
never use a signal stack - we send an upcall (or will as other
diffs are brought in).

The l_sigmask changes were too controvertial. In all honesty, I
think it's probably best to revert them. The main reason they were
there is the fact that in an SA process, we don't mask signals per
kernel thread, we mask them per user thread. In the kernel, we want
them all to get turned into upcalls. Thus the normal state of
l_sigmask in an SA process is for it to always be empty.

While we are in the process of delivering a signal, we want to
temporarily mask a signal (so we don't recursively exhaust our
upcall stacks). However signal delivery is rare (important, but
rare), and delivering back-to-back signals is even rarer. So rather
than cause every user of a signal mask to be prepared for this very
rare case, we will just add a second check later in the signal
delivery code. Said change is not in this diff.

This also un-compensates all of our compatability code for dealing
with SA. SA is a NetBSD-specific thing, so there's no need for
Irix, Linux, Solaris, SVR4 and so on to cope with it.

As previously, everything other than kern_sa.c compiles in i386
GENERIC as of this checkin. I will switch to ALL soon for compile
testing.

Revision 1.41.4.1: download - view: text, markup, annotated - select for diffs
Sat May 10 23:48:43 2008 UTC (16 years, 7 months ago) by wrstuden
Branches: wrstuden-revivesa
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +5 -3 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 18:39:20 2008 UTC (16 years, 7 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: +4 -4 lines
Merge proc::p_mutex and proc::p_smutex into a single adaptive mutex, since
we no longer need to guard against access from hardware interrupt handlers.

Additionally, if cloning a process with CLONE_SIGHAND, arrange to have the
child process share the parent's lock so that signal state may be kept in
sync. Partially addresses PR kern/37437.

Revision 1.38.2.2: download - view: text, markup, annotated - select for diffs
Mon Feb 18 21:04:25 2008 UTC (16 years, 9 months ago) by mjf
Branches: mjf-devfs
Diff to: previous 1.38.2.1: preferred, colored; branchpoint 1.38: preferred, colored; next MAIN 1.39: preferred, colored
Changes since revision 1.38.2.1: +2 -56 lines
Sync with HEAD.

Revision 1.21.2.7: download - view: text, markup, annotated - select for diffs
Mon Jan 21 09:36:00 2008 UTC (16 years, 10 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.21.2.6: preferred, colored; branchpoint 1.21: preferred, colored; next MAIN 1.22: preferred, colored
Changes since revision 1.21.2.6: +2 -56 lines
sync with head

Revision 1.35.10.2: download - view: text, markup, annotated - select for diffs
Wed Jan 9 01:45:36 2008 UTC (16 years, 11 months ago) by matt
Branches: matt-armv6
Diff to: previous 1.35.10.1: preferred, colored; branchpoint 1.35: preferred, colored; next MAIN 1.36: preferred, colored
Changes since revision 1.35.10.1: +4 -56 lines
sync with HEAD

Revision 1.39.6.1: download - view: text, markup, annotated - select for diffs
Wed Jan 2 21:47:31 2008 UTC (16 years, 11 months ago) by bouyer
Branches: bouyer-xeni386
CVS tags: bouyer-xeni386-merge1
Diff to: previous 1.39: preferred, colored; next MAIN 1.40: preferred, colored
Changes since revision 1.39: +2 -56 lines
Sync with HEAD

Revision 1.40: download - view: text, markup, annotated - select for diffs
Mon Dec 31 13:38:48 2007 UTC (16 years, 11 months ago) by ad
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, matt-armv6-base, keiichi-mipv6-nbase, keiichi-mipv6-base, keiichi-mipv6, hpcarm-cleanup-base, bouyer-xeni386-nbase, bouyer-xeni386-base, ad-socklock-base1
Branch point for: yamt-pf42, mjf-devfs2
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +2 -56 lines
Remove COMPAT_HPUX.

Revision 1.35.8.3: download - view: text, markup, annotated - select for diffs
Sun Dec 9 19:34:49 2007 UTC (17 years ago) by jmcneill
Branches: jmcneill-pm
Diff to: previous 1.35.8.2: preferred, colored; branchpoint 1.35: preferred, colored; next MAIN 1.36: preferred, colored
Changes since revision 1.35.8.2: +4 -2 lines
Sync with HEAD.

Revision 1.38.2.1: download - view: text, markup, annotated - select for diffs
Sat Dec 8 18:16:45 2007 UTC (17 years ago) by mjf
Branches: mjf-devfs
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +4 -2 lines
Sync with HEAD.

Revision 1.21.2.6: download - view: text, markup, annotated - select for diffs
Fri Dec 7 17:24:25 2007 UTC (17 years ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.21.2.5: preferred, colored; branchpoint 1.21: preferred, colored
Changes since revision 1.21.2.5: +4 -2 lines
sync with head

Revision 1.33.2.4: download - view: text, markup, annotated - select for diffs
Mon Dec 3 18:35:18 2007 UTC (17 years ago) by ad
Branches: vmlocking
Diff to: previous 1.33.2.3: preferred, colored; branchpoint 1.33: preferred, colored; next MAIN 1.34: preferred, colored
Changes since revision 1.33.2.3: +4 -3 lines
Sync with HEAD.

Revision 1.39: download - view: text, markup, annotated - select for diffs
Mon Dec 3 15:33:25 2007 UTC (17 years ago) by ad
Branches: MAIN
CVS tags: yamt-kmem-base3, yamt-kmem-base2, yamt-kmem-base, yamt-kmem, vmlocking2-base3, vmlocking2-base2, vmlocking2-base1, vmlocking2, vmlocking-nbase, reinoud-bufcleanup-nbase, reinoud-bufcleanup-base, jmcneill-pm-base, cube-autoconf-base, cube-autoconf
Branch point for: bouyer-xeni386
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +4 -2 lines
Interrupt handling changes, in discussion since February:

- Reduce available SPL levels for hardware devices to none, vm, sched, high.
- Acquire kernel_lock only for interrupts at IPL_VM.
- Implement threaded soft interrupts.

Revision 1.21.2.5: download - view: text, markup, annotated - select for diffs
Thu Nov 15 11:42:37 2007 UTC (17 years ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.21.2.4: preferred, colored; branchpoint 1.21: preferred, colored
Changes since revision 1.21.2.4: +2 -3 lines
sync with head.

Revision 1.36.4.1: download - view: text, markup, annotated - select for diffs
Tue Nov 13 15:58:16 2007 UTC (17 years ago) by bouyer
Branches: bouyer-xenamd64
Diff to: previous 1.36: preferred, colored; next MAIN 1.37: preferred, colored
Changes since revision 1.36: +2 -3 lines
Sync with HEAD

Revision 1.35.10.1: download - view: text, markup, annotated - select for diffs
Tue Nov 6 23:15:38 2007 UTC (17 years, 1 month ago) by matt
Branches: matt-armv6
CVS tags: matt-armv6-prevmlocking
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +5 -5 lines
sync with HEAD

Revision 1.35.8.2: download - view: text, markup, annotated - select for diffs
Tue Nov 6 19:25:00 2007 UTC (17 years, 1 month ago) by joerg
Branches: jmcneill-pm
Diff to: previous 1.35.8.1: preferred, colored; branchpoint 1.35: preferred, colored
Changes since revision 1.35.8.1: +2 -3 lines
Sync with HEAD.

Revision 1.38: download - view: text, markup, annotated - select for diffs
Mon Nov 5 20:43:02 2007 UTC (17 years, 1 month ago) by ad
Branches: MAIN
CVS tags: jmcneill-base, bouyer-xenamd64-base2, bouyer-xenamd64-base
Branch point for: mjf-devfs
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +2 -3 lines
Don't set l_usrpri / spc_curpriority here. mi_userret() does it.

Revision 1.37: download - view: text, markup, annotated - select for diffs
Wed Oct 17 19:54:07 2007 UTC (17 years, 1 month ago) by garbled
Branches: MAIN
CVS tags: yamt-x86pmap-base4
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +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.2.3: download - view: text, markup, annotated - select for diffs
Tue Oct 9 13:37:35 2007 UTC (17 years, 2 months ago) by ad
Branches: vmlocking
Diff to: previous 1.33.2.2: preferred, colored; branchpoint 1.33: preferred, colored
Changes since revision 1.33.2.2: +5 -4 lines
Sync with head.

Revision 1.33.10.3: download - view: text, markup, annotated - select for diffs
Wed Oct 3 19:22:59 2007 UTC (17 years, 2 months ago) by garbled
Branches: ppcoea-renovation
Diff to: previous 1.33.10.2: preferred, colored; branchpoint 1.33: preferred, colored; next MAIN 1.34: preferred, colored
Changes since revision 1.33.10.2: +5 -4 lines
Sync with HEAD

Revision 1.29.10.2: download - view: text, markup, annotated - select for diffs
Sun Sep 23 21:36:14 2007 UTC (17 years, 2 months ago) by wrstuden
Branches: wrstuden-fixsa
Diff to: previous 1.29.10.1: preferred, colored; branchpoint 1.29: preferred, colored; next MAIN 1.30: preferred, colored
Changes since revision 1.29.10.1: +5 -4 lines
Sync with somewhat-recent netbsd-4.

Revision 1.29.8.2: download - view: text, markup, annotated - select for diffs
Tue Sep 11 08:01:35 2007 UTC (17 years, 3 months ago) by msaitoh
Branches: netbsd-4
CVS tags: wrstuden-fixsa-newbase, wrstuden-fixsa-base-1, wrstuden-fixsa-base, netbsd-4-0-RELEASE, netbsd-4-0-RC5, netbsd-4-0-RC4, netbsd-4-0-RC3, netbsd-4-0-RC2, netbsd-4-0-1-RELEASE, netbsd-4-0, matt-nb4-arm-base, matt-nb4-arm
Diff to: previous 1.29.8.1: preferred, colored; branchpoint 1.29: preferred, colored; next MAIN 1.30: preferred, colored
Changes since revision 1.29.8.1: +3 -2 lines
Pull up following revision(s) (requested by mhitch in ticket #866):
	sys/arch/atari/atari/trap.c:		1.92
	sys/arch/mac68k/mac68k/trap.c:		1.129
	sys/arch/amiga/amiga/trap.c:		1.116
	sys/arch/mvme68k/mvme68k/trap.c:	1.91
	sys/arch/news68k/news68k/trap.c:	1.54
	sys/arch/sun3/sun3/trap.c:		1.131
	sys/arch/next68k/next68k/trap.c:	1.68
	sys/arch/luna68k/luna68k/trap.c:	1.47
	sys/arch/cesfic/cesfic/trap.c:		1.36
	sys/arch/x68k/x68k/trap.c:		1.90
	sys/arch/hp300/hp300/trap.c:		1.132
68030 and 68040 processors consider the read portion of a read-modify-write
transfer as a write to ensure the memory is writable before starting any
transfer.  The fault status information does not reflect this in the 'read'
status bit (i.e. it shows up as a read access), so faults with a RMW access
to non-writable memory was not getting the correct protection.  The page would
be read-only and the instruction would fault over and over.
A specific example is when a process forks, and the child process attempts
to execute a RMW access to a data page, which is read-only because it's CoP
Copy-On-Write.
When checking if the page needs to be writablek, also check the locked transfer
and treat any locked transfer as a write.
68060 already handled this correctly, since it has separate read and write
fault bits, and both are set on a RMW access and the trap code was checking
the write status bit.
Fixes PR#36848.

Revision 1.35.8.1: download - view: text, markup, annotated - select for diffs
Mon Sep 3 16:47:16 2007 UTC (17 years, 3 months ago) by jmcneill
Branches: jmcneill-pm
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +5 -4 lines
Sync with HEAD.

Revision 1.21.2.4: download - view: text, markup, annotated - select for diffs
Mon Sep 3 14:23:48 2007 UTC (17 years, 3 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.21.2.3: preferred, colored; branchpoint 1.21: preferred, colored
Changes since revision 1.21.2.3: +49 -63 lines
sync with head.

Revision 1.35.4.1: download - view: text, markup, annotated - select for diffs
Mon Sep 3 10:18:26 2007 UTC (17 years, 3 months ago) by skrll
Branches: nick-csl-alignment
Diff to: previous 1.35: preferred, colored; next MAIN 1.36: preferred, colored
Changes since revision 1.35: +5 -4 lines
Sync with HEAD.

Revision 1.29.10.1: download - view: text, markup, annotated - select for diffs
Mon Sep 3 07:03:13 2007 UTC (17 years, 3 months ago) by wrstuden
Branches: wrstuden-fixsa
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +27 -27 lines
Sync w/ NetBSD-4-RC_1

Revision 1.36: download - view: text, markup, annotated - select for diffs
Sat Sep 1 21:31:55 2007 UTC (17 years, 3 months ago) by mhitch
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: bouyer-xenamd64
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +5 -4 lines
68030 and 68040 processors consider the read portion of a read-modify-write
transfer as a write to ensure the memory is writable before starting any
transfer.  The fault status information does not reflect this in the 'read'
status bit (i.e. it shows up as a read access), so faults with a RMW access
to non-writable memory was not getting the correct protection.  The page would
be read-only and the instruction would fault over and over.

A specific example is when a process forks, and the child process attempts
to execute a RMW access to a data page, which is read-only because it's CoP
Copy-On-Write.

When checking if the page needs to be writablek, also check the locked transfer
and treat any locked transfer as a write.

68060 already handled this correctly, since it has separate read and write
fault bits, and both are set on a RMW access and the trap code was checking
the write status bit.

Fixes PR#36848.

Revision 1.33.2.2: download - view: text, markup, annotated - select for diffs
Sun Jul 15 13:15:44 2007 UTC (17 years, 4 months ago) by ad
Branches: vmlocking
Diff to: previous 1.33.2.1: preferred, colored; branchpoint 1.33: preferred, colored
Changes since revision 1.33.2.1: +27 -27 lines
Sync with head.

Revision 1.33.4.1: download - view: text, markup, annotated - select for diffs
Wed Jul 11 19:58:29 2007 UTC (17 years, 5 months ago) by mjf
Branches: mjf-ufs-trans
Diff to: previous 1.33: preferred, colored; next MAIN 1.34: preferred, colored
Changes since revision 1.33: +28 -30 lines
Sync with head.

Revision 1.33.10.2: download - view: text, markup, annotated - select for diffs
Tue Jun 26 18:12:20 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
Changes since revision 1.33.10.1: +27 -27 lines
Sync with HEAD.

Revision 1.29.8.1: download - view: text, markup, annotated - select for diffs
Mon Jun 18 09:31:12 2007 UTC (17 years, 5 months ago) by liamjfoy
Branches: netbsd-4
CVS tags: netbsd-4-0-RC1
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +27 -27 lines
Pull up following revision(s) (requested by mhitch in ticket #728):
	sys/arch/mvme68k/mvme68k/locore.s: revision 1.98
	sys/arch/mac68k/mac68k/trap.c: revision 1.128
	sys/arch/next68k/next68k/locore.s: revision 1.48
	sys/arch/mac68k/mac68k/locore.s: revision 1.152
	sys/arch/sun3/sun3/locore.s: revision 1.88
	sys/arch/sun2/sun2/locore.s: revision 1.19
	sys/arch/sun2/sun2/trap.c: revision 1.32
	sys/arch/m68k/m68k/db_trace.c: revision 1.51
	sys/arch/mvme68k/mvme68k/trap.c: revision 1.90
	sys/arch/news68k/news68k/trap.c: revision 1.53
	sys/arch/luna68k/luna68k/locore.s: revision 1.27
	sys/arch/atari/atari/locore.s: revision 1.99
	sys/arch/sun3/sun3/trap.c: revision 1.130
	sys/arch/x68k/x68k/trap.c: revision 1.89
	sys/arch/next68k/next68k/trap.c: revision 1.67
	sys/arch/x68k/x68k/locore.s: revision 1.79
	sys/arch/news68k/news68k/locore.s: revision 1.43
	sys/arch/luna68k/luna68k/trap.c: revision 1.46
	sys/arch/hp300/hp300/locore.s: revision 1.140
	sys/arch/cesfic/cesfic/locore.s: revision 1.15
	sys/arch/cesfic/cesfic/trap.c: revision 1.35
	sys/arch/m68k/m68k/trap_subr.s: revision 1.12
	sys/arch/amiga/amiga/locore.s: revision 1.143
Pass a frame pointer to trap() rather than the 'entire frame' trick.  Gcc4
was optimizing away modifications to the frame contents (it's not nice to
trick gcc).  Pass the pointer as the first argument to reduce the number
of places that would be changed otherwise.  Fixes the getcwd regression
test on most m68k ports.

Revision 1.35: download - view: text, markup, annotated - select for diffs
Tue Jun 12 03:34:30 2007 UTC (17 years, 6 months ago) by mhitch
Branches: MAIN
CVS tags: nick-csl-alignment-base, mjf-ufs-trans-base, matt-mips64-base, matt-mips64, hpcarm-cleanup
Branch point for: nick-csl-alignment, matt-armv6, jmcneill-pm
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +27 -27 lines
Pass a frame pointer to trap() rather than the 'entire frame' trick.  Gcc4
was optimizing away modifications to the frame contents (it's not nice to
trick gcc).  Pass the pointer as the first argument to reduce the number
of places that would be changed otherwise.  Fixes the getcwd regression
test on most m68k ports.

Revision 1.33.2.1: download - view: text, markup, annotated - select for diffs
Sun May 27 12:27:13 2007 UTC (17 years, 6 months ago) by ad
Branches: vmlocking
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +3 -5 lines
Sync with head.

Revision 1.33.10.1: download - view: text, markup, annotated - select for diffs
Tue May 22 17:26:44 2007 UTC (17 years, 6 months ago) by matt
Branches: ppcoea-renovation
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +3 -5 lines
Update to HEAD.

Revision 1.34: download - view: text, markup, annotated - select for diffs
Mon May 21 15:06:17 2007 UTC (17 years, 6 months ago) by tsutsui
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +3 -5 lines
Adapt rest of m68k ports to yamt-idlelwp. Compile tested only.

Revision 1.30.2.2: download - view: text, markup, annotated - select for diffs
Mon Mar 12 05:47:33 2007 UTC (17 years, 9 months ago) by rmind
Branches: yamt-idlelwp
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: +20 -33 lines
Sync with HEAD.

Revision 1.33: download - view: text, markup, annotated - select for diffs
Mon Mar 5 13:06:44 2007 UTC (17 years, 9 months ago) by tsutsui
Branches: MAIN
CVS tags: yamt-idlelwp-base8, thorpej-atomic-base, thorpej-atomic, reinoud-bufcleanup
Branch point for: vmlocking, ppcoea-renovation, mjf-ufs-trans
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +5 -18 lines
MI softintr(9)'fy. Untested.

This port needs much more cleanups, it seems...

Revision 1.32: download - view: text, markup, annotated - select for diffs
Sun Mar 4 05:59:42 2007 UTC (17 years, 9 months ago) by christos
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +17 -17 lines
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.

Revision 1.30.2.1: download - view: text, markup, annotated - select for diffs
Tue Feb 27 16:49:53 2007 UTC (17 years, 9 months ago) by yamt
Branches: yamt-idlelwp
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +3 -3 lines
- sync with head.
- move sched_changepri back to kern_synch.c as it doesn't know PPQ anymore.

Revision 1.21.2.3: download - view: text, markup, annotated - select for diffs
Mon Feb 26 09:06:12 2007 UTC (17 years, 9 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.21.2.2: preferred, colored; branchpoint 1.21: preferred, colored
Changes since revision 1.21.2.2: +15 -20 lines
sync with head.

Revision 1.31: download - view: text, markup, annotated - select for diffs
Thu Feb 22 05:17:25 2007 UTC (17 years, 9 months ago) by thorpej
Branches: MAIN
CVS tags: ad-audiomp-base, ad-audiomp
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +3 -3 lines
TRUE -> true, FALSE -> false

Revision 1.30: download - view: text, markup, annotated - select for diffs
Fri Feb 9 21:55:02 2007 UTC (17 years, 10 months ago) by ad
Branches: MAIN
CVS tags: post-newlock2-merge
Branch point for: yamt-idlelwp
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +14 -19 lines
Merge newlock2 to head.

Revision 1.29.4.2: download - view: text, markup, annotated - select for diffs
Tue Feb 6 20:54:26 2007 UTC (17 years, 10 months ago) by ad
Branches: newlock2
Diff to: previous 1.29.4.1: preferred, colored; branchpoint 1.29: preferred, colored; next MAIN 1.30: preferred, colored
Changes since revision 1.29.4.1: +12 -8 lines
Update m68k pasteware.

Revision 1.29.4.1: download - view: text, markup, annotated - select for diffs
Tue Jan 30 13:49:34 2007 UTC (17 years, 10 months ago) by ad
Branches: newlock2
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +4 -13 lines
Remove support for SA. Ok core@.

Revision 1.21.2.2: download - view: text, markup, annotated - select for diffs
Sat Dec 30 20:45:45 2006 UTC (17 years, 11 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.21.2.1: preferred, colored; branchpoint 1.21: preferred, colored
Changes since revision 1.21.2.1: +6 -5 lines
sync with head.

Revision 1.22.4.1: download - view: text, markup, annotated - select for diffs
Sat Sep 9 02:38:27 2006 UTC (18 years, 3 months ago) by rpaulo
Branches: rpaulo-netinet-merge-pcb
Diff to: previous 1.22: preferred, colored; next MAIN 1.23: preferred, colored
Changes since revision 1.22: +12 -14 lines
sync with head

Revision 1.23.2.4: download - view: text, markup, annotated - select for diffs
Fri Aug 11 15:41:19 2006 UTC (18 years, 4 months ago) by yamt
Branches: yamt-pdpolicy
Diff to: previous 1.23.2.3: preferred, colored; branchpoint 1.23: preferred, colored; next MAIN 1.24: preferred, colored
Changes since revision 1.23.2.3: +6 -5 lines
sync with head

Revision 1.29: download - view: text, markup, annotated - select for diffs
Sun Jul 23 22:06:05 2006 UTC (18 years, 4 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, rpaulo-netinet-merge-pcb-base, newlock2-nbase, newlock2-base, netbsd-4-base, abandoned-netbsd-4-base, abandoned-netbsd-4
Branch point for: wrstuden-fixsa, newlock2, netbsd-4
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +5 -5 lines
Use the LWP cached credentials where sane.

Revision 1.28: download - view: text, markup, annotated - select for diffs
Wed Jul 19 21:11:40 2006 UTC (18 years, 4 months ago) by ad
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +3 -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.21.2.1: download - view: text, markup, annotated - select for diffs
Wed Jun 21 14:50:06 2006 UTC (18 years, 5 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +11 -14 lines
sync with head.

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

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

Revision 1.23.2.3: download - view: text, markup, annotated - select for diffs
Wed May 24 10:56:39 2006 UTC (18 years, 6 months ago) by yamt
Branches: yamt-pdpolicy
Diff to: previous 1.23.2.2: preferred, colored; branchpoint 1.23: preferred, colored
Changes since revision 1.23.2.2: +6 -5 lines
sync with head.

Revision 1.27: download - view: text, markup, annotated - select for diffs
Mon May 15 09:45:09 2006 UTC (18 years, 6 months ago) by yamt
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.26: preferred, colored
Changes since revision 1.26: +2 -1 lines
- include kauth.h for kauth_cred_geteuid.
- tweak indent for a long line.

Revision 1.26: download - view: text, markup, annotated - select for diffs
Sun May 14 21:55:10 2006 UTC (18 years, 6 months ago) by elad
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +5 -5 lines
integrate kauth.

Revision 1.22.6.1: download - view: text, markup, annotated - select for diffs
Sat Apr 22 11:37:21 2006 UTC (18 years, 7 months ago) by simonb
Branches: simonb-timecounters
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +7 -11 lines
Sync with head.

Revision 1.24.2.3: download - view: text, markup, annotated - select for diffs
Wed Apr 19 02:32:21 2006 UTC (18 years, 7 months ago) by elad
Branches: elad-kernelauth
Diff to: previous 1.24.2.2: preferred, colored; branchpoint 1.24: preferred, colored; next MAIN 1.25: preferred, colored
Changes since revision 1.24.2.2: +6 -6 lines
sync with head - hopefully this will work

Revision 1.23.2.2: download - view: text, markup, annotated - select for diffs
Sat Apr 1 12:06:11 2006 UTC (18 years, 8 months ago) by yamt
Branches: yamt-pdpolicy
Diff to: previous 1.23.2.1: preferred, colored; branchpoint 1.23: preferred, colored
Changes since revision 1.23.2.1: +6 -6 lines
sync with head.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Wed Mar 15 18:12:02 2006 UTC (18 years, 8 months ago) by drochner
Branches: MAIN
CVS tags: yamt-pdpolicy-base4, yamt-pdpolicy-base3, peter-altq-base, elad-kernelauth-base
Branch point for: peter-altq
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +6 -6 lines
adapt to uvm_fault() interface cleanup: kill the useless 3rd argument

Revision 1.23.2.1: download - view: text, markup, annotated - select for diffs
Mon Mar 13 09:06:52 2006 UTC (18 years, 9 months ago) by yamt
Branches: yamt-pdpolicy
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -6 lines
sync with head.

Revision 1.24.2.2: download - view: text, markup, annotated - select for diffs
Wed Mar 8 00:43:06 2006 UTC (18 years, 9 months ago) by elad
Branches: elad-kernelauth
Diff to: previous 1.24.2.1: preferred, colored; branchpoint 1.24: preferred, colored
Changes since revision 1.24.2.1: +1078 -0 lines
Adapt to kernel authorization KPI.

I expect *some* lossage here...

Revision 1.24.2.1
Tue Mar 7 03:32:05 2006 UTC (18 years, 9 months ago) by elad
Branches: elad-kernelauth
FILE REMOVED
Changes since revision 1.24: +0 -1078 lines
file trap.c was added on branch elad-kernelauth on 2006-03-08 00:43:06 +0000

Revision 1.24: download - view: text, markup, annotated - select for diffs
Tue Mar 7 03:32:05 2006 UTC (18 years, 9 months ago) by thorpej
Branches: MAIN
CVS tags: yamt-pdpolicy-base2
Branch point for: elad-kernelauth
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -6 lines
Clean up fallout proc_is_traced_p() change:
- proc_is_traced_p() -> trace_is_enabled(), to match trace_enter() and
  trace_exit().
- trace_is_enabled() becomes a real function.
- Remove unnecessary include files from various files that used to care
  about KTRACE and SYSTRACE, but do no more.

Revision 1.22.2.1: download - view: text, markup, annotated - select for diffs
Wed Mar 1 09:27:45 2006 UTC (18 years, 9 months ago) by yamt
Branches: yamt-uio_vmspace
Diff to: previous 1.22: preferred, colored; next MAIN 1.23: preferred, colored
Changes since revision 1.22: +3 -3 lines
sync with head.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Sat Feb 25 02:28:56 2006 UTC (18 years, 9 months ago) by wiz
Branches: MAIN
CVS tags: yamt-uio_vmspace-base5, yamt-pdpolicy-base
Branch point for: yamt-pdpolicy
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +3 -3 lines
Fix some typos.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Sun Dec 11 12:17:04 2005 UTC (19 years ago) by christos
Branches: MAIN
Branch point for: yamt-uio_vmspace, simonb-timecounters, rpaulo-netinet-merge-pcb
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -2 lines
merge ktrace-lwp.

Revision 1.10.2.5: download - view: text, markup, annotated - select for diffs
Thu Nov 10 13:55:47 2005 UTC (19 years, 1 month ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.10.2.4: preferred, colored; next MAIN 1.11: preferred, colored
Changes since revision 1.10.2.4: +7 -7 lines
Sync with HEAD. Here we go again...

Revision 1.21: download - view: text, markup, annotated - select for diffs
Thu Jun 9 11:24:04 2005 UTC (19 years, 6 months ago) by he
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.20: preferred, colored
Changes since revision 1.20: +7 -7 lines
Adapt to compiling with -Wcast-qual by adding consts.

Revision 1.10.2.4: download - view: text, markup, annotated - select for diffs
Tue Sep 21 13:14:26 2004 UTC (20 years, 2 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.10.2.3: preferred, colored
Changes since revision 1.10.2.3: +2 -2 lines
Fix the sync with head I botched.

Revision 1.10.2.3: download - view: text, markup, annotated - select for diffs
Sat Sep 18 14:33:26 2004 UTC (20 years, 2 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.10.2.2: preferred, colored
Changes since revision 1.10.2.2: +2 -2 lines
Sync with HEAD.

Revision 1.10.2.2: download - view: text, markup, annotated - select for diffs
Fri Sep 3 12:44:29 2004 UTC (20 years, 3 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.10.2.1: preferred, colored
Changes since revision 1.10.2.1: +5 -12 lines
Sync with HEAD

Revision 1.20: download - view: text, markup, annotated - select for diffs
Sat Aug 28 17:53:01 2004 UTC (20 years, 3 months ago) by jdolecek
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, kent-audio2-base, kent-audio2, kent-audio1-beforemerge, kent-audio1-base, kent-audio1
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +5 -12 lines
use uvm_grow() to update stack segment size on stack page fault instead
of MD code

Revision 1.10.2.1: download - view: text, markup, annotated - select for diffs
Tue Aug 3 10:33:41 2004 UTC (20 years, 4 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +111 -51 lines
Sync with HEAD

Revision 1.19: download - view: text, markup, annotated - select for diffs
Sun Mar 14 01:08:47 2004 UTC (20 years, 9 months ago) by cl
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.18: preferred, colored
Changes since revision 1.18: +3 -4 lines
add kernel part of concurrency support for SA on MP systems
- move per VP data into struct sadata_vp referenced from l->l_savp
  * VP id
  * lock on VP data
  * LWP on VP
  * recently blocked LWP on VP
  * queue of LWPs woken which ran on this VP before sleep
  * faultaddr
  * LWP cache for upcalls
  * upcall queue
- add current concurrency and requested concurrency variables
- make process exit run LWP on all VPs
- make signal delivery consider all VPs
- make timer events consider all VPs
- add sa_newsavp to allocate new sadata_vp structure
- add sa_increaseconcurrency to prepare new VP
- make sys_sa_setconcurrency request new VP or wakeup idle VP
- make sa_yield lower current concurrency
- set sa_cpu = VP id in upcalls
- maintain cached LWPs per VP

Revision 1.18: download - view: text, markup, annotated - select for diffs
Sat Nov 8 12:17:25 2003 UTC (21 years, 1 month ago) by tsutsui
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -3 lines
Remove obsolete comments about curproc.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Sun Nov 2 16:49:38 2003 UTC (21 years, 1 month ago) by cl
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +3 -3 lines
Extend the #ifdef M68040 so that the `sig' variable declaration is moved
in as well, as it's otherwise not used. (from atari/atari/trap.c and
x68k/x68k/trap.c)

Revision 1.16: download - view: text, markup, annotated - select for diffs
Fri Oct 31 16:44:35 2003 UTC (21 years, 1 month ago) by cl
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +5 -12 lines
Reduce code duplication by adding mi_userret() in sys/userret.h
containing signal posting, kernel-exit handling and sa_upcall processing.

XXX the pc532, sparc, sparc64 and vax ports should have their
XXX userret() code rearranged to use this.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed Oct 8 00:28:41 2003 UTC (21 years, 2 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -3 lines
* Shuffle some data structures so, and add a flags word to ksiginfo_t.
  Right now the only flag is used to indicate if a ksiginfo_t is a
  result of a trap.  Add a predicate macro to test for this flag.
* Add initialization macros for ksiginfo_t's.
* Add accssor macro for ksi_trap.  Expands to 0 if the ksiginfo_t was
  not the result of a trap.  This matches the sigcontext trapcode semantics.
* In kpsendsig(), use KSI_TRAP_P() to select the lwp that gets the signal.
  Inspired by Matthias Drochner's fix to kpsendsig(), but correctly handles
  the case of non-trap-generated signals that have a > 0 si_code.

This patch fixes a signal delivery problem with threaded programs noted by
Matthias Drochner on tech-kern.

As discussed on tech-kern.  Reviewed and OK's by Christos.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Sep 22 14:27:05 2003 UTC (21 years, 2 months ago) by cl
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +62 -38 lines
SA_SIGINFO support for m68k (port specific changes)

Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Sep 17 23:17:41 2003 UTC (21 years, 2 months ago) by cl
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +11 -3 lines
add MD part of SA/pthread pagefault handling on all m68k ports

Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Aug 7 16:27:15 2003 UTC (21 years, 4 months ago) by agc
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +37 -3 lines
Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22364, verified by myself.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue Jul 15 01:29:20 2003 UTC (21 years, 4 months ago) by lukem
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +4 -1 lines
__KERNEL_RCSID()

Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Apr 1 23:57:01 2003 UTC (21 years, 8 months ago) by thorpej
Branches: MAIN
Branch point for: ktrace-lwp
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
Use PAGE_SIZE rather than NBPG.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Jan 28 22:35:06 2003 UTC (21 years, 10 months ago) by wiz
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
success, not sucess. Noted by mjl.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Jan 17 22:40:31 2003 UTC (21 years, 10 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +45 -37 lines
Merge the nathanw_sa branch.

Revision 1.5.4.10: download - view: text, markup, annotated - select for diffs
Tue Jan 7 22:12:21 2003 UTC (21 years, 11 months ago) by thorpej
Branches: nathanw_sa
CVS tags: nathanw_sa_end
Diff to: previous 1.5.4.9: preferred, colored; branchpoint 1.5: preferred, colored; next MAIN 1.6: preferred, colored
Changes since revision 1.5.4.9: +2 -2 lines
In the SA universe, the switch-to-this-LWP decision is made at a
different level than where preempt() calls are made, which renders
the "newlwp" argument useless.  Replace it with a "more work to do"
boolean argument.  Returning to userspace preempt() calls pass 0.
"Voluntary" preemptions in e.g. uiomove() pass 1.  This will be used
to indicate to the SA subsystem that the LWP is not yet finished in
the kernel.

Collapse the SA vs. non-SA cases of preempt() together, making the
conditional code block much smaller, and don't call sa_preempt() if
more work is to come.

NOTE: THIS IS NOT A COMPLETE FIX TO THE preempt()-in-uiomove() PROBLEM
THAT CURRENTLY EXISTS FOR SA PROCESSES.

Revision 1.7.2.1: download - view: text, markup, annotated - select for diffs
Wed Dec 18 01:05:24 2002 UTC (21 years, 11 months ago) by gmcgarry
Branches: gmcgarry_ucred
Diff to: previous 1.7: preferred, colored; next MAIN 1.8: preferred, colored
Changes since revision 1.7: +2 -3 lines
Merge pcred and ucred, and poolify.  TBD: check backward compatibility
and factor-out some higher-level functionality.

Revision 1.5.4.9: download - view: text, markup, annotated - select for diffs
Mon Nov 11 21:57:41 2002 UTC (22 years, 1 month ago) by nathanw
Branches: nathanw_sa
Diff to: previous 1.5.4.8: preferred, colored; branchpoint 1.5: preferred, colored
Changes since revision 1.5.4.8: +2 -1 lines
Catch up to -current

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun Oct 20 02:37:23 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_ctxsw_base, gmcgarry_ctxsw, fvdl_fs64_base
Branch point for: gmcgarry_ucred
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -1 lines
merge the 12 copies of vm_machdep.c on the m68k platforms.
clean up some other stuff along the way, including:
 - use m68k/cacheops.*, remove duplicates from cpu.h.
 - centralize a few declarations in (all the copies of) cpu.h.
 - define M68K_VAC on platforms which have a VAC.
 - switch the sun platforms to the (now common) proc_trampoline().
 - do the phys_map thang on the sun platforms too, no reason not to.

Revision 1.5.4.8: download - view: text, markup, annotated - select for diffs
Thu Sep 26 20:04:45 2002 UTC (22 years, 2 months ago) by nathanw
Branches: nathanw_sa
Diff to: previous 1.5.4.7: preferred, colored; branchpoint 1.5: preferred, colored
Changes since revision 1.5.4.7: +2 -2 lines
Change "if (l->l_flag & L_SA_UPCALL)" to "while (l->l_flag & L_SA_UPCALL)"
in userret() functions or equivalent, to permit delivery of multiple upcalls
in a single kernel entry.

XXX It's getting crowded in here. Collapsing posting signals, upcalls, and
XXX kernel-exit handling into one mechanism would be nice.

Revision 1.5.4.7: download - view: text, markup, annotated - select for diffs
Fri Jul 12 01:39:27 2002 UTC (22 years, 5 months ago) by nathanw
Branches: nathanw_sa
Diff to: previous 1.5.4.6: preferred, colored; branchpoint 1.5: preferred, colored
Changes since revision 1.5.4.6: +1 -2 lines
No longer need to pull in lwp.h; proc.h pulls it in for us.

Revision 1.5.4.6: download - view: text, markup, annotated - select for diffs
Mon Jun 24 22:04:20 2002 UTC (22 years, 5 months ago) by nathanw
Branches: nathanw_sa
Diff to: previous 1.5.4.5: preferred, colored; branchpoint 1.5: preferred, colored
Changes since revision 1.5.4.5: +4 -4 lines
Curproc->curlwp renaming.

Change uses of "curproc->l_proc" back to "curproc", which is more like the
original use. Bare uses of "curproc" are now "curlwp".

"curproc" is now #defined in proc.h as ((curlwp) ? (curlwp)->l_proc) : NULL)
so that it is always safe to reference curproc (*de*referencing curproc
is another story, but that's always been true).

Revision 1.4.2.2: download - view: text, markup, annotated - select for diffs
Sat Mar 16 15:57:05 2002 UTC (22 years, 8 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: +2 -2 lines
Catch up with -current.

Revision 1.5.4.5: download - view: text, markup, annotated - select for diffs
Thu Feb 28 04:08:43 2002 UTC (22 years, 9 months ago) by nathanw
Branches: nathanw_sa
Diff to: previous 1.5.4.4: preferred, colored; branchpoint 1.5: preferred, colored
Changes since revision 1.5.4.4: +2 -2 lines
Catch up to -current.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Feb 14 07:08:06 2002 UTC (22 years, 9 months ago) by chs
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-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, netbsd-1-6-PATCH001-RELEASE, netbsd-1-6-PATCH001-RC3, netbsd-1-6-PATCH001-RC2, netbsd-1-6-PATCH001-RC1, netbsd-1-6-PATCH001, netbsd-1-6, kqueue-base, ifpoll-base, gehenna-devsw-base, gehenna-devsw, eeh-devprop-base, eeh-devprop
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
allow writing to write-only mappings.  fixes PR 3493.

Revision 1.5.4.4: download - view: text, markup, annotated - select for diffs
Mon Dec 17 21:34:42 2001 UTC (22 years, 11 months ago) by nathanw
Branches: nathanw_sa
Diff to: previous 1.5.4.3: preferred, colored; branchpoint 1.5: preferred, colored
Changes since revision 1.5.4.3: +2 -2 lines
cpu_upcall() -> sa_upcall_userret().

Revision 1.5.4.3: download - view: text, markup, annotated - select for diffs
Sun Nov 25 10:36:02 2001 UTC (23 years ago) by scw
Branches: nathanw_sa
Diff to: previous 1.5.4.2: preferred, colored; branchpoint 1.5: preferred, colored
Changes since revision 1.5.4.2: +3 -10 lines
Deal with `want_resched' with trap()'s T_ASTFLT case where it belongs
instead of in userret().

Revision 1.5.4.2: download - view: text, markup, annotated - select for diffs
Sun Nov 18 18:08:10 2001 UTC (23 years ago) by scw
Branches: nathanw_sa
Diff to: previous 1.5.4.1: preferred, colored; branchpoint 1.5: preferred, colored
Changes since revision 1.5.4.1: +1036 -0 lines
MD Scheduler Activation bits for Cesfic.
Compile-tested only.

Revision 1.4.4.1: download - view: text, markup, annotated - select for diffs
Mon Oct 1 12:38:26 2001 UTC (23 years, 2 months ago) by fvdl
Branches: thorpej-devvp
Diff to: previous 1.4: preferred, colored; next MAIN 1.5: preferred, colored
Changes since revision 1.4: +3 -3 lines
Catch up with -current.

Revision 1.4.2.1: download - view: text, markup, annotated - select for diffs
Thu Sep 13 01:13:30 2001 UTC (23 years, 3 months ago) by thorpej
Branches: kqueue
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -3 lines
Update the kqueue branch to HEAD.

Revision 1.5.4.1
Mon Sep 10 21:19:38 2001 UTC (23 years, 3 months ago) by scw
Branches: nathanw_sa
FILE REMOVED
Changes since revision 1.5: +0 -1020 lines
file trap.c was added on branch nathanw_sa on 2001-11-18 18:08:10 +0000

Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Sep 10 21:19:38 2001 UTC (23 years, 3 months ago) by chris
Branches: MAIN
CVS tags: thorpej-mips-cache-base, thorpej-mips-cache, thorpej-devvp-base3, thorpej-devvp-base2, pre-chs-ubcperf, post-chs-ubcperf
Branch point for: nathanw_sa
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -3 lines
Update pmap_update to now take the updated pmap as an argument.
This will allow improvements to the pmaps so that they can more easily defer expensive operations, eg tlb/cache flush, til the last possible moment.

Currently this is a no-op on most platforms, so they should see no difference.

Reviewed by Jason.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Jun 15 17:48:13 2001 UTC (23 years, 5 months ago) by drochner
Branches: MAIN
CVS tags: thorpej-devvp-base
Branch point for: thorpej-devvp, kqueue
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -3 lines
vm_map_t -> struct vm_map *
vm_page_t -> struct vm_page *
simple_lock_data_t -> struct simplelock

Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed May 30 15:24:28 2001 UTC (23 years, 6 months ago) by lukem
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -1 lines
add missing   #include "opt_kgdb.h"

Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed May 16 18:48:21 2001 UTC (23 years, 6 months ago) by drochner
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +5 -3 lines
get up-to-date (get rid of vm specific error codes, sprinkle pmap_update())

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon May 14 18:23:04 2001 UTC (23 years, 7 months ago) by drochner
Branches: MAIN
Initial import of the known working kernel bits for the NetBSD/cesfic
port. cesfic is a VME board with one or two mc68040 processors. See
the README file for details.
The port is working well with a.out userland, there are some problems
with ELF still, like applications running out of memory where it is not
expected. Some parts, in particular the pmap (which was taken from hp300
four years ago), need updating, but this is easier done within the NetBSD
CVS tree.

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>