The NetBSD Project

CVS log for src/sys/compat/svr4_32/Attic/svr4_32_signal.c

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.31.4.1, Mon Jun 10 22:07:03 2019 UTC (4 years, 10 months ago) by christos
Branch: phil-wifi
Changes since 1.31: +2 -2 lines
FILE REMOVED

Sync with HEAD

Revision 1.31.2.1, Wed Dec 26 14:01:47 2018 UTC (5 years, 3 months ago) by pgoyette
Branch: pgoyette-compat
CVS Tags: pgoyette-compat-merge-20190127
Changes since 1.31: +2 -2 lines
FILE REMOVED

Sync with HEAD, resolve a few conflicts

Revision 1.32, Wed Dec 19 13:57:52 2018 UTC (5 years, 4 months ago) by maxv
Branch: MAIN
CVS Tags: thorpej-futex-base, phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, pgoyette-compat-20190127, pgoyette-compat-20190118, pgoyette-compat-1226, isaki-audio2-base, isaki-audio2, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x, bouyer-xenpvh-base2, bouyer-xenpvh-base1, bouyer-xenpvh-base, bouyer-xenpvh, bouyer-sunxi-drm-base, bouyer-sunxi-drm, ad-namecache-base3, ad-namecache-base2, ad-namecache-base1, ad-namecache-base, ad-namecache, HEAD
Changes since 1.31: +2 -2 lines
FILE REMOVED

Remove compat_svr4 and compat_svr4_32, as discussed on tech-kern@ recently,
but also as discussed several times in the past.

Revision 1.26.44.1 / (download) - annotate - [select for diffs], Sun Dec 3 11:36:57 2017 UTC (6 years, 4 months ago) by jdolecek
Branch: tls-maxphys
Changes since 1.26: +50 -22 lines
Diff to previous 1.26 (colored) next main 1.27 (colored)

update from HEAD

Revision 1.31 / (download) - annotate - [select for diffs], Sat Sep 16 09:04:50 2017 UTC (6 years, 7 months ago) by martin
Branch: MAIN
CVS Tags: tls-maxphys-base-20171202, phil-wifi-base, pgoyette-compat-base, 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
Branch point for: phil-wifi, pgoyette-compat
Changes since 1.30: +5 -5 lines
Diff to previous 1.30 (colored)

Make debug code compile

Revision 1.26.64.2 / (download) - annotate - [select for diffs], Mon Aug 28 17:52:00 2017 UTC (6 years, 7 months ago) by skrll
Branch: nick-nhusb
Changes since 1.26.64.1: +46 -18 lines
Diff to previous 1.26.64.1 (colored) to branchpoint 1.26 (colored) next main 1.27 (colored)

Sync with HEAD

Revision 1.26.40.2 / (download) - annotate - [select for diffs], Sat Aug 19 04:02:49 2017 UTC (6 years, 8 months ago) by snj
Branch: netbsd-6
Changes since 1.26.40.1: +11 -11 lines
Diff to previous 1.26.40.1 (colored) to branchpoint 1.26 (colored) next main 1.27 (colored)

Pull up following revision(s) (requested by martin in ticket #1479):
	sys/compat/svr4_32/svr4_32_signal.c: 1.30
make it compile again.

Revision 1.26.56.2 / (download) - annotate - [select for diffs], Sat Aug 19 04:02:22 2017 UTC (6 years, 8 months ago) by snj
Branch: netbsd-6-1
Changes since 1.26.56.1: +11 -11 lines
Diff to previous 1.26.56.1 (colored) to branchpoint 1.26 (colored) next main 1.27 (colored)

Pull up following revision(s) (requested by martin in ticket #1479):
	sys/compat/svr4_32/svr4_32_signal.c: 1.30
make it compile again.

Revision 1.26.46.2 / (download) - annotate - [select for diffs], Sat Aug 19 04:01:28 2017 UTC (6 years, 8 months ago) by snj
Branch: netbsd-6-0
Changes since 1.26.46.1: +11 -11 lines
Diff to previous 1.26.46.1 (colored) to branchpoint 1.26 (colored) next main 1.27 (colored)

Pull up following revision(s) (requested by martin in ticket #1479):
	sys/compat/svr4_32/svr4_32_signal.c: 1.30
make it compile again.

Revision 1.26.40.1 / (download) - annotate - [select for diffs], Sat Aug 19 03:40:50 2017 UTC (6 years, 8 months ago) by snj
Branch: netbsd-6
Changes since 1.26: +37 -9 lines
Diff to previous 1.26 (colored)

Pull up following revision(s) (requested by mrg in ticket #1479):
	sys/compat/svr4/svr4_lwp.c: 1.20
	sys/compat/svr4/svr4_signal.c: 1.67
	sys/compat/svr4/svr4_stream.c: 1.89-1.91 via patch
	sys/compat/svr4_32/svr4_32_signal.c: 1.29
Fix some of the multitudinous holes in svr4 streams.
We should never have enabled this by default; it is a minefield.
From Ilja Van Sprundel.
--
Zero stack data before copyout.
From Ilja Van Sprundel.
--
Fix indexing of svr4 signals.
From Ilja Van Sprundel.
--
Feebly attempt to get this reference counting less bad.
This svr4 streams code is bad and it should feel bad.
From Ilja Van Sprundel.
--
Check bounds in svr4_sys_putmsg.  Check more svr4_strmcmd bounds.
svr4 streams code is still a disaster.
From Ilja Van Sprundel.

Revision 1.26.56.1 / (download) - annotate - [select for diffs], Sat Aug 19 03:40:48 2017 UTC (6 years, 8 months ago) by snj
Branch: netbsd-6-1
Changes since 1.26: +37 -9 lines
Diff to previous 1.26 (colored)

Pull up following revision(s) (requested by mrg in ticket #1479):
	sys/compat/svr4/svr4_lwp.c: 1.20
	sys/compat/svr4/svr4_signal.c: 1.67
	sys/compat/svr4/svr4_stream.c: 1.89-1.91 via patch
	sys/compat/svr4_32/svr4_32_signal.c: 1.29
Fix some of the multitudinous holes in svr4 streams.
We should never have enabled this by default; it is a minefield.
From Ilja Van Sprundel.
--
Zero stack data before copyout.
From Ilja Van Sprundel.
--
Fix indexing of svr4 signals.
From Ilja Van Sprundel.
--
Feebly attempt to get this reference counting less bad.
This svr4 streams code is bad and it should feel bad.
From Ilja Van Sprundel.
--
Check bounds in svr4_sys_putmsg.  Check more svr4_strmcmd bounds.
svr4 streams code is still a disaster.
From Ilja Van Sprundel.

Revision 1.26.46.1 / (download) - annotate - [select for diffs], Sat Aug 19 03:40:46 2017 UTC (6 years, 8 months ago) by snj
Branch: netbsd-6-0
Changes since 1.26: +37 -9 lines
Diff to previous 1.26 (colored)

Pull up following revision(s) (requested by mrg in ticket #1479):
	sys/compat/svr4/svr4_lwp.c: 1.20
	sys/compat/svr4/svr4_signal.c: 1.67
	sys/compat/svr4/svr4_stream.c: 1.89-1.91 via patch
	sys/compat/svr4_32/svr4_32_signal.c: 1.29
Fix some of the multitudinous holes in svr4 streams.
We should never have enabled this by default; it is a minefield.
From Ilja Van Sprundel.
--
Zero stack data before copyout.
From Ilja Van Sprundel.
--
Fix indexing of svr4 signals.
From Ilja Van Sprundel.
--
Feebly attempt to get this reference counting less bad.
This svr4 streams code is bad and it should feel bad.
From Ilja Van Sprundel.
--
Check bounds in svr4_sys_putmsg.  Check more svr4_strmcmd bounds.
svr4 streams code is still a disaster.
From Ilja Van Sprundel.

Revision 1.26.66.2 / (download) - annotate - [select for diffs], Sat Aug 12 19:11:24 2017 UTC (6 years, 8 months ago) by martin
Branch: netbsd-7-0
Changes since 1.26.66.1: +11 -11 lines
Diff to previous 1.26.66.1 (colored) to branchpoint 1.26 (colored) next main 1.27 (colored)

Addionaly pull up rev1.30 (missed in ticket #1475)

Revision 1.26.70.2 / (download) - annotate - [select for diffs], Sat Aug 12 19:09:46 2017 UTC (6 years, 8 months ago) by martin
Branch: netbsd-7-1
CVS Tags: netbsd-7-1-2-RELEASE, netbsd-7-1-1-RELEASE
Changes since 1.26.70.1: +11 -11 lines
Diff to previous 1.26.70.1 (colored) to branchpoint 1.26 (colored) next main 1.27 (colored)

Also pull up rev1.30 (accidently missed in ticket #1475)

Revision 1.26.62.2 / (download) - annotate - [select for diffs], Sat Aug 12 19:07:51 2017 UTC (6 years, 8 months ago) by martin
Branch: netbsd-7
CVS Tags: netbsd-7-2-RELEASE
Changes since 1.26.62.1: +11 -11 lines
Diff to previous 1.26.62.1 (colored) to branchpoint 1.26 (colored) next main 1.27 (colored)

Also pull up rev1.30 (accidently missing in ticket #1475)

Revision 1.26.62.1 / (download) - annotate - [select for diffs], Sat Aug 12 04:00:50 2017 UTC (6 years, 8 months ago) by snj
Branch: netbsd-7
Changes since 1.26: +37 -9 lines
Diff to previous 1.26 (colored)

Pull up following revision(s) (requested by mrg in ticket #1475):
	sys/compat/svr4/svr4_lwp.c: revision 1.20
	sys/compat/svr4/svr4_signal.c: revision 1.67
	sys/compat/svr4/svr4_stream.c: revision 1.89-1.91 via patch
	sys/compat/svr4_32/svr4_32_signal.c: revision 1.29
Fix some of the multitudinous holes in svr4 streams.
We should never have enabled this by default; it is a minefield.
From Ilja Van Sprundel.
--
Zero stack data before copyout.
From Ilja Van Sprundel.
--
Fix indexing of svr4 signals.
From Ilja Van Sprundel.
--
Feebly attempt to get this reference counting less bad.
This svr4 streams code is bad and it should feel bad.
From Ilja Van Sprundel.
--
Check bounds in svr4_sys_putmsg.  Check more svr4_strmcmd bounds.
svr4 streams code is still a disaster.
From Ilja Van Sprundel.

Revision 1.26.70.1 / (download) - annotate - [select for diffs], Sat Aug 12 03:59:55 2017 UTC (6 years, 8 months ago) by snj
Branch: netbsd-7-1
Changes since 1.26: +37 -9 lines
Diff to previous 1.26 (colored)

Pull up following revision(s) (requested by mrg in ticket #1475):
	sys/compat/svr4/svr4_lwp.c: revision 1.20
	sys/compat/svr4/svr4_signal.c: revision 1.67
	sys/compat/svr4/svr4_stream.c: revision 1.89-1.91 via patch
	sys/compat/svr4_32/svr4_32_signal.c: revision 1.29
Fix some of the multitudinous holes in svr4 streams.
We should never have enabled this by default; it is a minefield.
From Ilja Van Sprundel.
--
Zero stack data before copyout.
From Ilja Van Sprundel.
--
Fix indexing of svr4 signals.
From Ilja Van Sprundel.
--
Feebly attempt to get this reference counting less bad.
This svr4 streams code is bad and it should feel bad.
From Ilja Van Sprundel.
--
Check bounds in svr4_sys_putmsg.  Check more svr4_strmcmd bounds.
svr4 streams code is still a disaster.
From Ilja Van Sprundel.

Revision 1.26.66.1 / (download) - annotate - [select for diffs], Sat Aug 12 03:59:24 2017 UTC (6 years, 8 months ago) by snj
Branch: netbsd-7-0
Changes since 1.26: +37 -9 lines
Diff to previous 1.26 (colored)

Pull up following revision(s) (requested by mrg in ticket #1475):
	sys/compat/svr4/svr4_lwp.c: revision 1.20
	sys/compat/svr4/svr4_signal.c: revision 1.67
	sys/compat/svr4/svr4_stream.c: revision 1.89-1.91 via patch
	sys/compat/svr4_32/svr4_32_signal.c: revision 1.29
Fix some of the multitudinous holes in svr4 streams.
We should never have enabled this by default; it is a minefield.
From Ilja Van Sprundel.
--
Zero stack data before copyout.
From Ilja Van Sprundel.
--
Fix indexing of svr4 signals.
From Ilja Van Sprundel.
--
Feebly attempt to get this reference counting less bad.
This svr4 streams code is bad and it should feel bad.
From Ilja Van Sprundel.
--
Check bounds in svr4_sys_putmsg.  Check more svr4_strmcmd bounds.
svr4 streams code is still a disaster.
From Ilja Van Sprundel.

Revision 1.28.10.2 / (download) - annotate - [select for diffs], Wed Aug 9 13:03:18 2017 UTC (6 years, 8 months ago) by martin
Branch: netbsd-8
CVS Tags: netbsd-8-2-RELEASE, netbsd-8-1-RELEASE, netbsd-8-1-RC1, netbsd-8-0-RELEASE, netbsd-8-0-RC2, netbsd-8-0-RC1, matt-nb8-mediatek-base, matt-nb8-mediatek
Changes since 1.28.10.1: +11 -11 lines
Diff to previous 1.28.10.1 (colored) to branchpoint 1.28 (colored) next main 1.29 (colored)

Additionally pull up r1.30 for ticket #189 to unbreak the build.

Revision 1.28.10.1 / (download) - annotate - [select for diffs], Tue Aug 8 16:05:37 2017 UTC (6 years, 8 months ago) by martin
Branch: netbsd-8
Changes since 1.28: +37 -9 lines
Diff to previous 1.28 (colored)

Pull up following revision(s) (requested by spz in ticket #189):
	sys/compat/svr4/svr4_stream.c: revision 1.89
	sys/compat/svr4/svr4_signal.c: revision 1.67
	sys/compat/svr4/svr4_stream.c: revision 1.90
	sys/compat/svr4/svr4_stream.c: revision 1.91
	sys/compat/svr4_32/svr4_32_signal.c: revision 1.29
	sys/compat/svr4/svr4_lwp.c: revision 1.20
Fix some of the multitudinous holes in svr4 streams.
We should never have enabled this by default; it is a minefield.
From Ilja Van Sprundel.
Zero stack data before copyout.
From Ilja Van Sprundel.
Fix indexing of svr4 signals.
From Ilja Van Sprundel.
Feebly attempt to get this reference counting less bad.
This svr4 streams code is bad and it should feel bad.
From Ilja Van Sprundel.
Check bounds in svr4_sys_putmsg.  Check more svr4_strmcmd bounds.
svr4 streams code is still a disaster.
From Ilja Van Sprundel.

Revision 1.30 / (download) - annotate - [select for diffs], Sun Jul 30 12:31:46 2017 UTC (6 years, 8 months ago) by christos
Branch: MAIN
CVS Tags: nick-nhusb-base-20170825
Changes since 1.29: +11 -11 lines
Diff to previous 1.29 (colored)

make it compile again.

Revision 1.29 / (download) - annotate - [select for diffs], Fri Jul 28 17:38:36 2017 UTC (6 years, 8 months ago) by riastradh
Branch: MAIN
Changes since 1.28: +37 -9 lines
Diff to previous 1.28 (colored)

Fix indexing of svr4 signals.

From Ilja Van Sprundel.

Revision 1.26.64.1 / (download) - annotate - [select for diffs], Fri Apr 22 15:44:12 2016 UTC (7 years, 11 months ago) by skrll
Branch: nick-nhusb
Changes since 1.26: +3 -3 lines
Diff to previous 1.26 (colored)

Sync with HEAD

Revision 1.28 / (download) - annotate - [select for diffs], Mon Apr 4 23:07:06 2016 UTC (8 years ago) by christos
Branch: MAIN
CVS Tags: prg-localcount2-base3, prg-localcount2-base2, prg-localcount2-base1, prg-localcount2-base, prg-localcount2, pgoyette-localcount-base, pgoyette-localcount-20170426, pgoyette-localcount-20170320, pgoyette-localcount-20170107, pgoyette-localcount-20161104, pgoyette-localcount-20160806, pgoyette-localcount-20160726, pgoyette-localcount, perseant-stdc-iso10646-base, perseant-stdc-iso10646, nick-nhusb-base-20170204, nick-nhusb-base-20161204, nick-nhusb-base-20161004, nick-nhusb-base-20160907, nick-nhusb-base-20160529, nick-nhusb-base-20160422, netbsd-8-base, localcount-20160914, jdolecek-ncq-base, jdolecek-ncq, bouyer-socketcan-base1, bouyer-socketcan-base, bouyer-socketcan
Branch point for: netbsd-8
Changes since 1.27: +3 -3 lines
Diff to previous 1.27 (colored)

no need to pass the coredump flag to exit1() since it is set and known
in one place.

Revision 1.27 / (download) - annotate - [select for diffs], Mon Apr 4 21:21:49 2016 UTC (8 years ago) by christos
Branch: MAIN
Changes since 1.26: +3 -3 lines
Diff to previous 1.26 (colored)

catch up with exit1() change

Revision 1.24.6.1 / (download) - annotate - [select for diffs], Mon Jun 2 13:23:09 2008 UTC (15 years, 10 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.24: +14 -21 lines
Diff to previous 1.24 (colored) next main 1.25 (colored)

Sync with HEAD.

Revision 1.24.8.1 / (download) - annotate - [select for diffs], Sun May 18 12:33:29 2008 UTC (15 years, 11 months ago) by yamt
Branch: yamt-pf42
Changes since 1.24: +14 -21 lines
Diff to previous 1.24 (colored) next main 1.25 (colored)

sync with head.

Revision 1.25.2.1 / (download) - annotate - [select for diffs], Fri May 16 02:23:48 2008 UTC (15 years, 11 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.25: +2 -9 lines
Diff to previous 1.25 (colored) next main 1.26 (colored)

sync with head.

Revision 1.26.2.3 / (download) - annotate - [select for diffs], Wed May 14 19:54:12 2008 UTC (15 years, 11 months ago) by wrstuden
Branch: wrstuden-revivesa
Changes since 1.26.2.2: +6 -6 lines
Diff to previous 1.26.2.2 (colored) to branchpoint 1.26 (colored) next main 1.27 (colored)

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.26.2.2 / (download) - annotate - [select for diffs], Wed May 14 01:35:11 2008 UTC (15 years, 11 months ago) by wrstuden
Branch: wrstuden-revivesa
Changes since 1.26.2.1: +2 -3 lines
Diff to previous 1.26.2.1 (colored) to branchpoint 1.26 (colored)

Per discussion with ad, remove most of the #include <sys/sa.h> lines
as they were including sa.h just for the type(s) needed for syscallargs.h.

Instead, create a new file, sys/satypes.h, which contains just the
types needed for syscallargs.h. Yes, there's only one now, but that
may change and it's probably more likely to change if it'd be difficult
to handle. :-)

Per discussion with matt at n dot o, add an include of satypes.h to
sigtypes.h. Upcall handlers are kinda signal handlers, and signalling
is the header file that's already included for syscallargs.h that
closest matches SA.

This shaves about 3000 lines off of the diff of the branch relative
to the base. That also represents about 18% of the total before this
checkin.

I think this reduction is very good thing.

Revision 1.26.2.1 / (download) - annotate - [select for diffs], Sat May 10 23:49:02 2008 UTC (15 years, 11 months ago) by wrstuden
Branch: wrstuden-revivesa
Changes since 1.26: +7 -6 lines
Diff to previous 1.26 (colored)

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.26 / (download) - annotate - [select for diffs], Mon Apr 28 20:23:46 2008 UTC (15 years, 11 months ago) by martin
Branch: MAIN
CVS Tags: yamt-pf42-base4, yamt-pf42-base3, yamt-pf42-base2, yamt-pagecache-tag8, yamt-pagecache-base9, yamt-pagecache-base8, yamt-pagecache-base7, yamt-pagecache-base6, yamt-pagecache-base5, yamt-pagecache-base4, yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, yamt-pagecache, yamt-nfs-mp-base9, yamt-nfs-mp-base8, yamt-nfs-mp-base7, yamt-nfs-mp-base6, yamt-nfs-mp-base5, yamt-nfs-mp-base4, yamt-nfs-mp-base3, yamt-nfs-mp-base2, yamt-nfs-mp-base11, yamt-nfs-mp-base10, wrstuden-revivesa-base-4, wrstuden-revivesa-base-3, wrstuden-revivesa-base-2, wrstuden-revivesa-base-1, wrstuden-revivesa-base, uebayasi-xip-base4, uebayasi-xip-base3, uebayasi-xip-base2, uebayasi-xip-base1, uebayasi-xip-base, uebayasi-xip, tls-maxphys-base, tls-earlyentropy-base, tls-earlyentropy, simonb-wapbl-nbase, simonb-wapbl-base, simonb-wapbl, rmind-uvmplock-nbase, rmind-uvmplock-base, rmind-uvmplock, 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-20160319, nick-nhusb-base-20151226, nick-nhusb-base-20150921, nick-nhusb-base-20150606, nick-nhusb-base-20150406, nick-nhusb-base, nick-hppapmap-base4, nick-hppapmap-base3, nick-hppapmap-base2, nick-hppapmap-base, nick-hppapmap, netbsd-7-nhusb-base-20170116, netbsd-7-nhusb-base, netbsd-7-nhusb, netbsd-7-base, netbsd-7-1-RELEASE, netbsd-7-1-RC2, netbsd-7-1-RC1, netbsd-7-0-RELEASE, netbsd-7-0-RC3, netbsd-7-0-RC2, netbsd-7-0-RC1, netbsd-7-0-2-RELEASE, netbsd-7-0-1-RELEASE, netbsd-6-base, netbsd-6-1-RELEASE, netbsd-6-1-RC4, netbsd-6-1-RC3, netbsd-6-1-RC2, netbsd-6-1-RC1, netbsd-6-1-5-RELEASE, netbsd-6-1-4-RELEASE, netbsd-6-1-3-RELEASE, netbsd-6-1-2-RELEASE, netbsd-6-1-1-RELEASE, netbsd-6-0-RELEASE, netbsd-6-0-RC2, netbsd-6-0-RC1, netbsd-6-0-6-RELEASE, netbsd-6-0-5-RELEASE, netbsd-6-0-4-RELEASE, netbsd-6-0-3-RELEASE, netbsd-6-0-2-RELEASE, netbsd-6-0-1-RELEASE, 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-premerge-20091211, matt-nb6-plus-nbase, matt-nb6-plus-base, matt-nb6-plus, matt-nb5-pq3-base, matt-nb5-pq3, matt-nb5-mips64-u2-k2-k4-k7-k8-k9, matt-nb5-mips64-u1-k1-k5, matt-nb5-mips64-premerge-20101231, matt-nb5-mips64-premerge-20091211, matt-nb5-mips64-k15, matt-nb5-mips64, matt-nb4-mips64-k7-u2a-k9b, matt-mips64-premerge-20101231, matt-mips64-base2, khorben-n900, jymxensuspend-base, jym-xensuspend-nbase, jym-xensuspend-base, jym-xensuspend, jruoho-x86intr-base, jruoho-x86intr, jmcneill-usbmp-pre-base2, jmcneill-usbmp-base9, jmcneill-usbmp-base8, jmcneill-usbmp-base7, jmcneill-usbmp-base6, jmcneill-usbmp-base5, jmcneill-usbmp-base4, jmcneill-usbmp-base3, jmcneill-usbmp-base2, jmcneill-usbmp-base10, jmcneill-usbmp-base, jmcneill-usbmp, jmcneill-audiomp3-base, jmcneill-audiomp3, hpcarm-cleanup-nbase, haad-nbase2, haad-dm-base2, haad-dm-base1, haad-dm-base, haad-dm, cherry-xenmp-base, cherry-xenmp, bouyer-quota2-nbase, bouyer-quota2-base, bouyer-quota2, agc-symver-base, agc-symver, ad-audiomp2-base, ad-audiomp2
Branch point for: wrstuden-revivesa, tls-maxphys, nick-nhusb, netbsd-7-1, netbsd-7-0, netbsd-7, netbsd-6-1, netbsd-6-0, netbsd-6
Changes since 1.25: +2 -9 lines
Diff to previous 1.25 (colored)

Remove clause 3 and 4 from TNF licenses

Revision 1.25 / (download) - annotate - [select for diffs], Thu Apr 24 18:39:23 2008 UTC (15 years, 11 months ago) by ad
Branch: MAIN
CVS Tags: yamt-nfs-mp-base
Branch point for: yamt-nfs-mp
Changes since 1.24: +14 -14 lines
Diff to previous 1.24 (colored)

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.13.4.6 / (download) - annotate - [select for diffs], Mon Jan 21 09:42:13 2008 UTC (16 years, 3 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.13.4.5: +34 -75 lines
Diff to previous 1.13.4.5 (colored) to branchpoint 1.13 (colored) next main 1.14 (colored)

sync with head

Revision 1.21.8.1 / (download) - annotate - [select for diffs], Wed Jan 9 01:52:00 2008 UTC (16 years, 3 months ago) by matt
Branch: matt-armv6
Changes since 1.21: +39 -80 lines
Diff to previous 1.21 (colored) next main 1.22 (colored)

sync with HEAD

Revision 1.23.4.1 / (download) - annotate - [select for diffs], Wed Jan 2 21:53:35 2008 UTC (16 years, 3 months ago) by bouyer
Branch: bouyer-xeni386
CVS Tags: bouyer-xeni386-merge1
Changes since 1.23: +27 -27 lines
Diff to previous 1.23 (colored) next main 1.24 (colored)

Sync with HEAD

Revision 1.21.14.2 / (download) - annotate - [select for diffs], Thu Dec 27 00:44:40 2007 UTC (16 years, 3 months ago) by mjf
Branch: mjf-devfs
Changes since 1.21.14.1: +34 -75 lines
Diff to previous 1.21.14.1 (colored) to branchpoint 1.21 (colored) next main 1.22 (colored)

Sync with HEAD.

Revision 1.21.16.2 / (download) - annotate - [select for diffs], Wed Dec 26 21:39:18 2007 UTC (16 years, 3 months ago) by ad
Branch: vmlocking2
Changes since 1.21.16.1: +34 -75 lines
Diff to previous 1.21.16.1 (colored) to branchpoint 1.21 (colored) next main 1.22 (colored)

Sync with head.

Revision 1.24 / (download) - annotate - [select for diffs], Thu Dec 20 23:03:06 2007 UTC (16 years, 4 months ago) by dsl
Branch: MAIN
CVS Tags: yamt-pf42-baseX, yamt-pf42-base, yamt-lazymbuf-base15, yamt-lazymbuf-base14, vmlocking2-base3, 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
Changes since 1.23: +27 -27 lines
Diff to previous 1.23 (colored)

Convert all the system call entry points from:
    int foo(struct lwp *l, void *v, register_t *retval)
to:
    int foo(struct lwp *l, const struct foo_args *uap, register_t *retval)
Fixup compat code to not write into 'uap' and (in some cases) to actually
pass a correctly formatted 'uap' structure with the right name to the
next routine.
A few 'compat' routines that just call standard ones have been deleted.
All the 'compat' code compiles (along with the kernels required to test
build it).
98% done by automated scripts.

Revision 1.21.6.1 / (download) - annotate - [select for diffs], Sun Dec 9 19:37:36 2007 UTC (16 years, 4 months ago) by jmcneill
Branch: jmcneill-pm
Changes since 1.21: +23 -64 lines
Diff to previous 1.21 (colored) next main 1.22 (colored)

Sync with HEAD.

Revision 1.23 / (download) - annotate - [select for diffs], Sat Dec 8 18:36:28 2007 UTC (16 years, 4 months ago) by dsl
Branch: MAIN
CVS Tags: yamt-kmem-base3, yamt-kmem-base2, yamt-kmem-base, yamt-kmem, jmcneill-pm-base, cube-autoconf-base, cube-autoconf
Branch point for: bouyer-xeni386
Changes since 1.22: +18 -59 lines
Diff to previous 1.22 (colored)

ANSIfy most of the function definitions in sys/compat (but not ndis).
All by the magic of sed ...

Revision 1.21.14.1 / (download) - annotate - [select for diffs], Sat Dec 8 18:19:13 2007 UTC (16 years, 4 months ago) by mjf
Branch: mjf-devfs
Changes since 1.21: +7 -7 lines
Diff to previous 1.21 (colored)

Sync with HEAD.

Revision 1.21.16.1 / (download) - annotate - [select for diffs], Sat Dec 8 17:57:12 2007 UTC (16 years, 4 months ago) by ad
Branch: vmlocking2
Changes since 1.21: +7 -7 lines
Diff to previous 1.21 (colored)

Sync with head.

Revision 1.13.4.5 / (download) - annotate - [select for diffs], Fri Dec 7 17:29:10 2007 UTC (16 years, 4 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.13.4.4: +7 -7 lines
Diff to previous 1.13.4.4 (colored) to branchpoint 1.13 (colored)

sync with head

Revision 1.22 / (download) - annotate - [select for diffs], Tue Dec 4 18:40:26 2007 UTC (16 years, 4 months ago) by dsl
Branch: MAIN
CVS Tags: vmlocking2-base2, reinoud-bufcleanup-nbase, reinoud-bufcleanup-base
Changes since 1.21: +7 -7 lines
Diff to previous 1.21 (colored)

Remove all the __P

Revision 1.13.4.4 / (download) - annotate - [select for diffs], Mon Sep 3 14:32:59 2007 UTC (16 years, 7 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.13.4.3: +38 -89 lines
Diff to previous 1.13.4.3 (colored) to branchpoint 1.13 (colored)

sync with head.

Revision 1.19.2.2 / (download) - annotate - [select for diffs], Sun Jul 15 13:27:20 2007 UTC (16 years, 9 months ago) by ad
Branch: vmlocking
Changes since 1.19.2.1: +15 -66 lines
Diff to previous 1.19.2.1 (colored) next main 1.20 (colored)

Sync with head.

Revision 1.19.4.1 / (download) - annotate - [select for diffs], Wed Jul 11 20:04:47 2007 UTC (16 years, 9 months ago) by mjf
Branch: mjf-ufs-trans
Changes since 1.19: +38 -89 lines
Diff to previous 1.19 (colored) next main 1.20 (colored)

Sync with head.

Revision 1.21 / (download) - annotate - [select for diffs], Sat Jun 16 20:04:29 2007 UTC (16 years, 10 months ago) by dsl
Branch: MAIN
CVS Tags: yamt-x86pmap-base4, yamt-x86pmap-base3, yamt-x86pmap-base2, yamt-x86pmap-base, yamt-x86pmap, vmlocking2-base1, vmlocking-nbase, vmlocking-base, nick-csl-alignment-base5, nick-csl-alignment-base, nick-csl-alignment, mjf-ufs-trans-base, matt-mips64-base, matt-mips64, matt-armv6-prevmlocking, jmcneill-base, hpcarm-cleanup, bouyer-xenamd64-base2, bouyer-xenamd64-base, bouyer-xenamd64
Branch point for: vmlocking2, mjf-devfs, matt-armv6, jmcneill-pm
Changes since 1.20: +15 -66 lines
Diff to previous 1.20 (colored)

Modify the (recently added) compat_sigaltstack() #define to take the
values of the SS_ONSTACK and SS_DISABLE constants.
Use it to shorten the source files when this action is replicated.
Actually, given the monstrous complexity of sigaltstack1() there is
probably a much better way to do this...

Revision 1.19.2.1 / (download) - annotate - [select for diffs], Tue Apr 10 13:26:33 2007 UTC (17 years ago) by ad
Branch: vmlocking
Changes since 1.19: +32 -32 lines
Diff to previous 1.19 (colored)

Sync with head.

Revision 1.18.2.2 / (download) - annotate - [select for diffs], Sat Mar 24 14:55:17 2007 UTC (17 years, 1 month ago) by yamt
Branch: yamt-idlelwp
Changes since 1.18.2.1: +32 -32 lines
Diff to previous 1.18.2.1 (colored) to branchpoint 1.18 (colored) next main 1.19 (colored)

sync with head.

Revision 1.19.6.1 / (download) - annotate - [select for diffs], Sun Mar 18 00:06:40 2007 UTC (17 years, 1 month ago) by reinoud
Branch: reinoud-bufcleanup
Changes since 1.19: +32 -32 lines
Diff to previous 1.19 (colored) next main 1.20 (colored)

First attempt to bring branch in sync with HEAD

Revision 1.20 / (download) - annotate - [select for diffs], Fri Mar 16 22:21:43 2007 UTC (17 years, 1 month ago) by dsl
Branch: MAIN
CVS Tags: yamt-idlelwp-base8, thorpej-atomic-base, thorpej-atomic
Changes since 1.19: +32 -32 lines
Diff to previous 1.19 (colored)

remove all the double (and triple) casts used to convert 32bit userspace
pointers to and from 64bit kernel pointers.  Instead use the defines
NETBSD32PTR64(p32) to read a 32bit pointer and (the new) NETBSD32PTR32(p32,p64)
to write a 32bit pointer throughout.
The 32bit pointer is now a struct to enforce the above.
amd64 (with linux emul) and sparc64 will both compile (when the arch stuff
goes in soon), and amd64 still runs some i386 binaries.

Revision 1.18.2.1 / (download) - annotate - [select for diffs], Mon Mar 12 05:52:48 2007 UTC (17 years, 1 month ago) by rmind
Branch: yamt-idlelwp
Changes since 1.18: +14 -14 lines
Diff to previous 1.18 (colored)

Sync with HEAD.

Revision 1.19 / (download) - annotate - [select for diffs], Sun Mar 4 06:01:37 2007 UTC (17 years, 1 month ago) by christos
Branch: MAIN
Branch point for: vmlocking, reinoud-bufcleanup, mjf-ufs-trans
Changes since 1.18: +14 -14 lines
Diff to previous 1.18 (colored)

Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.

Revision 1.13.4.3 / (download) - annotate - [select for diffs], Mon Feb 26 09:09:44 2007 UTC (17 years, 1 month ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.13.4.2: +39 -23 lines
Diff to previous 1.13.4.2 (colored) to branchpoint 1.13 (colored)

sync with head.

Revision 1.18 / (download) - annotate - [select for diffs], Fri Feb 9 21:55:26 2007 UTC (17 years, 2 months ago) by ad
Branch: MAIN
CVS Tags: post-newlock2-merge, ad-audiomp-base, ad-audiomp
Branch point for: yamt-idlelwp
Changes since 1.17: +39 -22 lines
Diff to previous 1.17 (colored)

Merge newlock2 to head.

Revision 1.15.20.5 / (download) - annotate - [select for diffs], Thu Feb 1 08:48:14 2007 UTC (17 years, 2 months ago) by ad
Branch: newlock2
Changes since 1.15.20.4: +2 -3 lines
Diff to previous 1.15.20.4 (colored) to branchpoint 1.15 (colored) next main 1.16 (colored)

Sync with head.

Revision 1.15.20.4 / (download) - annotate - [select for diffs], Tue Jan 30 13:51:37 2007 UTC (17 years, 2 months ago) by ad
Branch: newlock2
Changes since 1.15.20.3: +5 -7 lines
Diff to previous 1.15.20.3 (colored) to branchpoint 1.15 (colored)

Remove support for SA. Ok core@.

Revision 1.17 / (download) - annotate - [select for diffs], Mon Jan 29 01:52:44 2007 UTC (17 years, 2 months ago) by hubertf
Branch: MAIN
CVS Tags: newlock2-nbase, newlock2-base
Changes since 1.16: +2 -3 lines
Diff to previous 1.16 (colored)

Remove more duplicate headers.
Patch by Slava Semushin <slava.semushin@gmail.com>

Again, this was tested by comparing obj files from a pristine and a patched
source tree against an i386/ALL kernel, and also for src/sbin/fsck_ffs,
src/sbin/fsdb and src/usr.sbin/makefs. Only changes in assert() line numbers
were detected in 'objdump -d' output.

Revision 1.15.20.3 / (download) - annotate - [select for diffs], Thu Jan 11 22:22:59 2007 UTC (17 years, 3 months ago) by ad
Branch: newlock2
Changes since 1.15.20.2: +38 -19 lines
Diff to previous 1.15.20.2 (colored) to branchpoint 1.15 (colored)

Checkpoint work in progress.

Revision 1.13.4.2 / (download) - annotate - [select for diffs], Sat Dec 30 20:47:48 2006 UTC (17 years, 3 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.13.4.1: +6 -4 lines
Diff to previous 1.13.4.1 (colored) to branchpoint 1.13 (colored)

sync with head.

Revision 1.15.20.2 / (download) - annotate - [select for diffs], Sat Nov 18 21:39:15 2006 UTC (17 years, 5 months ago) by ad
Branch: newlock2
Changes since 1.15.20.1: +6 -4 lines
Diff to previous 1.15.20.1 (colored) to branchpoint 1.15 (colored)

Sync with head.

Revision 1.15.22.1 / (download) - annotate - [select for diffs], Sun Oct 22 06:05:27 2006 UTC (17 years, 6 months ago) by yamt
Branch: yamt-splraiseipl
Changes since 1.15: +6 -4 lines
Diff to previous 1.15 (colored) next main 1.16 (colored)

sync with head

Revision 1.15.20.1 / (download) - annotate - [select for diffs], Sat Oct 21 15:20:48 2006 UTC (17 years, 6 months ago) by ad
Branch: newlock2
Changes since 1.15: +5 -5 lines
Diff to previous 1.15 (colored)

Checkpoint work in progress on locking and per-LWP signals. Very much a
a work in progress and there is still a lot to do.

Revision 1.16 / (download) - annotate - [select for diffs], Mon Oct 16 20:18:55 2006 UTC (17 years, 6 months ago) by martin
Branch: MAIN
CVS Tags: yamt-splraiseipl-base5, yamt-splraiseipl-base4, yamt-splraiseipl-base3, yamt-splraiseipl-base2, wrstuden-fixsa-newbase, wrstuden-fixsa-base-1, wrstuden-fixsa-base, wrstuden-fixsa, 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
Changes since 1.15: +6 -4 lines
Diff to previous 1.15 (colored)

Make it compile with -Wextra

Revision 1.13.4.1 / (download) - annotate - [select for diffs], Wed Jun 21 14:59:52 2006 UTC (17 years, 10 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.13: +4 -4 lines
Diff to previous 1.13 (colored)

sync with head.

Revision 1.15 / (download) - annotate - [select for diffs], Sat Dec 24 20:45:09 2005 UTC (18 years, 3 months ago) by perry
Branch: MAIN
CVS Tags: yamt-uio_vmspace-base5, yamt-uio_vmspace, yamt-splraiseipl-base, yamt-pdpolicy-base9, yamt-pdpolicy-base8, yamt-pdpolicy-base7, yamt-pdpolicy-base6, yamt-pdpolicy-base5, yamt-pdpolicy-base4, yamt-pdpolicy-base3, yamt-pdpolicy-base2, yamt-pdpolicy-base, yamt-pdpolicy, simonb-timecounters-base, simonb-timecounters, simonb-timcounters-final, rpaulo-netinet-merge-pcb-base, rpaulo-netinet-merge-pcb, peter-altq-base, peter-altq, gdamore-uart-base, gdamore-uart, elad-kernelauth-base, elad-kernelauth, chap-midi-nbase, chap-midi-base, chap-midi, abandoned-netbsd-4-base, abandoned-netbsd-4
Branch point for: yamt-splraiseipl, newlock2
Changes since 1.14: +4 -4 lines
Diff to previous 1.14 (colored)

Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.

Revision 1.14 / (download) - annotate - [select for diffs], Sun Dec 11 12:20:26 2005 UTC (18 years, 4 months ago) by christos
Branch: MAIN
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

merge ktrace-lwp.

Revision 1.12.4.1 / (download) - annotate - [select for diffs], Fri Apr 29 11:28:43 2005 UTC (18 years, 11 months ago) by kent
Branch: kent-audio2
Changes since 1.12: +13 -13 lines
Diff to previous 1.12 (colored) next main 1.13 (colored)

sync with -current

Revision 1.12.6.1 / (download) - annotate - [select for diffs], Sat Mar 19 08:33:48 2005 UTC (19 years, 1 month ago) by yamt
Branch: yamt-km
Changes since 1.12: +13 -13 lines
Diff to previous 1.12 (colored) next main 1.13 (colored)

sync with head.  xen and whitespace.  xen part is not finished.

Revision 1.9.2.5 / (download) - annotate - [select for diffs], Fri Mar 4 16:40:42 2005 UTC (19 years, 1 month ago) by skrll
Branch: ktrace-lwp
Changes since 1.9.2.4: +13 -13 lines
Diff to previous 1.9.2.4 (colored) next main 1.10 (colored)

Sync with HEAD.

Hi Perry!

Revision 1.13 / (download) - annotate - [select for diffs], Sat Feb 26 23:10:21 2005 UTC (19 years, 1 month ago) by perry
Branch: 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, yamt-km-base4, yamt-km-base3, thorpej-vnode-attr-base, thorpej-vnode-attr, 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, ktrace-lwp-base, kent-audio2-base
Branch point for: yamt-lazymbuf
Changes since 1.12: +13 -13 lines
Diff to previous 1.12 (colored)

nuke trailing whitespace

Revision 1.11.2.1 / (download) - annotate - [select for diffs], Fri Nov 12 06:56:36 2004 UTC (19 years, 5 months ago) by jmc
Branch: netbsd-2-0
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-RELEASE, netbsd-2-0-RC5, netbsd-2-0-3-RELEASE, netbsd-2-0-2-RELEASE, netbsd-2-0-1-RELEASE, netbsd-2
Changes since 1.11: +5 -4 lines
Diff to previous 1.11 (colored) next main 1.12 (colored)

Pullup rev 1.12 (requested by david in ticket #946)

Bounds check syscall arguments where appropriate.

Revision 1.9.2.4 / (download) - annotate - [select for diffs], Tue Nov 2 07:51:07 2004 UTC (19 years, 5 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.9.2.3: +5 -4 lines
Diff to previous 1.9.2.3 (colored)

Sync with HEAD.

Revision 1.12 / (download) - annotate - [select for diffs], Wed Oct 27 19:29:57 2004 UTC (19 years, 5 months ago) by david
Branch: MAIN
CVS Tags: yamt-km-base2, yamt-km-base, kent-audio1-beforemerge, kent-audio1-base, kent-audio1
Branch point for: yamt-km, kent-audio2
Changes since 1.11: +5 -4 lines
Diff to previous 1.11 (colored)

Bounds check syscall arguments where appropriate

Revision 1.9.2.3 / (download) - annotate - [select for diffs], Tue Sep 21 13:26:13 2004 UTC (19 years, 7 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.9.2.2: +2 -2 lines
Diff to previous 1.9.2.2 (colored)

Fix the sync with head I botched.

Revision 1.9.2.2 / (download) - annotate - [select for diffs], Sat Sep 18 14:44:17 2004 UTC (19 years, 7 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.9.2.1: +0 -0 lines
Diff to previous 1.9.2.1 (colored)

Sync with HEAD.

Revision 1.9.2.1 / (download) - annotate - [select for diffs], Tue Aug 3 10:44:34 2004 UTC (19 years, 8 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.9: +4 -4 lines
Diff to previous 1.9 (colored)

Sync with HEAD

Revision 1.11 / (download) - annotate - [select for diffs], Tue Oct 21 09:02:50 2003 UTC (20 years, 6 months ago) by petrov
Branch: MAIN
CVS Tags: netbsd-2-0-base, netbsd-2-0-RC4, netbsd-2-0-RC3, netbsd-2-0-RC2, netbsd-2-0-RC1
Branch point for: netbsd-2-0
Changes since 1.10: +3 -3 lines
Diff to previous 1.10 (colored)

More NULL vs not pointer.

Revision 1.10 / (download) - annotate - [select for diffs], Sun Sep 28 10:22:21 2003 UTC (20 years, 6 months ago) by martin
Branch: MAIN
Changes since 1.9: +3 -3 lines
Diff to previous 1.9 (colored)

const poisioning.

Revision 1.9 / (download) - annotate - [select for diffs], Sun Jan 19 16:47:15 2003 UTC (21 years, 3 months ago) by thorpej
Branch: MAIN
Branch point for: ktrace-lwp
Changes since 1.8: +42 -38 lines
Diff to previous 1.8 (colored)

Merge the nathanw_sa branch.

Revision 1.2.2.8 / (download) - annotate - [select for diffs], Wed Dec 11 06:37:43 2002 UTC (21 years, 4 months ago) by thorpej
Branch: nathanw_sa
CVS Tags: nathanw_sa_end
Changes since 1.2.2.7: +21 -21 lines
Diff to previous 1.2.2.7 (colored) to branchpoint 1.2 (colored) next main 1.3 (colored)

Sync with HEAD.

Revision 1.8 / (download) - annotate - [select for diffs], Wed Nov 27 16:44:04 2002 UTC (21 years, 4 months ago) by atatat
Branch: MAIN
CVS Tags: nathanw_sa_before_merge, nathanw_sa_base, gmcgarry_ucred_base, gmcgarry_ucred, gmcgarry_ctxsw_base, gmcgarry_ctxsw, fvdl_fs64_base
Changes since 1.7: +19 -19 lines
Diff to previous 1.7 (colored)

Complete the rename: s/sa_/<compat>_sa_/g

Also tweak the darwin siginfo stuff to avoid the same type of collision.

Revision 1.3.2.3 / (download) - annotate - [select for diffs], Fri Sep 6 08:43:36 2002 UTC (21 years, 7 months ago) by jdolecek
Branch: kqueue
Changes since 1.3.2.2: +6 -5 lines
Diff to previous 1.3.2.2 (colored) to branchpoint 1.3 (colored) next main 1.4 (colored)

sync kqueue branch with HEAD

Revision 1.2.2.7 / (download) - annotate - [select for diffs], Fri Aug 23 02:39:16 2002 UTC (21 years, 8 months ago) by petrov
Branch: nathanw_sa
Changes since 1.2.2.6: +41 -38 lines
Diff to previous 1.2.2.6 (colored) to branchpoint 1.2 (colored)

lwpfication

Revision 1.2.2.6 / (download) - annotate - [select for diffs], Thu Aug 1 02:44:28 2002 UTC (21 years, 8 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.2.2.5: +6 -5 lines
Diff to previous 1.2.2.5 (colored) to branchpoint 1.2 (colored)

Catch up to -current.

Revision 1.6.2.1 / (download) - annotate - [select for diffs], Mon Jul 15 10:35:04 2002 UTC (21 years, 9 months ago) by gehenna
Branch: gehenna-devsw
Changes since 1.6: +6 -5 lines
Diff to previous 1.6 (colored) next main 1.7 (colored)

catch up with -current.

Revision 1.7 / (download) - annotate - [select for diffs], Thu Jul 4 23:32:13 2002 UTC (21 years, 9 months ago) by thorpej
Branch: MAIN
CVS Tags: kqueue-beforemerge, kqueue-base, kqueue-aftermerge, gehenna-devsw-base
Changes since 1.6: +6 -5 lines
Diff to previous 1.6 (colored)

Add kernel support for having userland provide the signal trampoline:

* struct sigacts gets a new sigact_sigdesc structure, which has the
  sigaction and the trampoline/version.  Version 0 means "legacy kernel
  provided trampoline".  Other versions are coordinated with machine-
  dependent code in libc.
* sigaction1() grows two more arguments -- the trampoline pointer and
  the trampoline version.
* A new __sigaction_sigtramp() system call is provided to register a
  trampoline along with a signal handler.
* The handler is no longer passed to sensig() functions.  Instead,
  sendsig() looks up the handler by peeking in the sigacts for the
  process getting the signal (since it has to look in there for the
  trampoline anyway).
* Native sendsig() functions now select the appropriate trampoline and
  its arguments based on the trampoline version in the sigacts.

Changes to libc to use the new facility will be checked in later.  Kernel
version not bumped; we will ride the 1.6C bump made recently.

Revision 1.3.2.2 / (download) - annotate - [select for diffs], Sun Jun 23 17:44:50 2002 UTC (21 years, 10 months ago) by jdolecek
Branch: kqueue
Changes since 1.3.2.1: +139 -78 lines
Diff to previous 1.3.2.1 (colored) to branchpoint 1.3 (colored)

catch up with -current on kqueue branch

Revision 1.2.2.5 / (download) - annotate - [select for diffs], Wed May 29 21:33:04 2002 UTC (21 years, 10 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.2.2.4: +3 -2 lines
Diff to previous 1.2.2.4 (colored) to branchpoint 1.2 (colored)

#include <sys/sa.h> before <sys/syscallargs.h>, to provide sa_upcall_t
now that <sys/param.h> doesn't include <sys/sa.h>.

(Behold the Power of Ed)

Revision 1.2.2.4 / (download) - annotate - [select for diffs], Wed Apr 17 00:05:22 2002 UTC (22 years ago) by nathanw
Branch: nathanw_sa
Changes since 1.2.2.3: +8 -8 lines
Diff to previous 1.2.2.3 (colored) to branchpoint 1.2 (colored)

Catch up to -current.

Revision 1.2.2.3 / (download) - annotate - [select for diffs], Mon Apr 1 07:44:52 2002 UTC (22 years ago) by nathanw
Branch: nathanw_sa
Changes since 1.2.2.2: +131 -70 lines
Diff to previous 1.2.2.2 (colored) to branchpoint 1.2 (colored)

Catch up to -current.
(CVS: It's not just a program. It's an adventure!)

Revision 1.6 / (download) - annotate - [select for diffs], Sun Mar 31 22:22:50 2002 UTC (22 years ago) by christos
Branch: MAIN
CVS Tags: 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
Branch point for: gehenna-devsw
Changes since 1.5: +10 -10 lines
Diff to previous 1.5 (colored)

make signal array handling uniform, and put signal arrays in a separate
file. This is simular to errno array handling.

Revision 1.5 / (download) - annotate - [select for diffs], Wed Mar 20 17:50:08 2002 UTC (22 years, 1 month ago) by christos
Branch: MAIN
CVS Tags: eeh-devprop-base, eeh-devprop
Changes since 1.4: +132 -71 lines
Diff to previous 1.4 (colored)

use 64 signals.

Revision 1.3.2.1 / (download) - annotate - [select for diffs], Thu Jan 10 19:52:24 2002 UTC (22 years, 3 months ago) by thorpej
Branch: kqueue
Changes since 1.3: +4 -1 lines
Diff to previous 1.3 (colored)

Sync kqueue branch with -current.

Revision 1.2.2.2 / (download) - annotate - [select for diffs], Wed Nov 14 19:13:30 2001 UTC (22 years, 5 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.2.2.1: +4 -1 lines
Diff to previous 1.2.2.1 (colored) to branchpoint 1.2 (colored)

Catch up to -current.

Revision 1.4 / (download) - annotate - [select for diffs], Tue Nov 13 02:09:29 2001 UTC (22 years, 5 months ago) by lukem
Branch: MAIN
CVS Tags: newlock-base, newlock, ifpoll-base
Changes since 1.3: +4 -1 lines
Diff to previous 1.3 (colored)

add RCSIDs (including regeneration of files as appropriate)

Revision 1.2.2.1 / (download) - annotate - [select for diffs], Thu Jun 21 20:00:51 2001 UTC (22 years, 10 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.2: +5 -3 lines
Diff to previous 1.2 (colored)

Catch up to -current.

Revision 1.3 / (download) - annotate - [select for diffs], Mon Jun 4 22:00:10 2001 UTC (22 years, 10 months ago) by mrg
Branch: MAIN
CVS Tags: thorpej-mips-cache-base, thorpej-mips-cache, thorpej-devvp-base3, thorpej-devvp-base2, thorpej-devvp-base, thorpej-devvp, pre-chs-ubcperf, post-chs-ubcperf
Branch point for: kqueue
Changes since 1.2: +5 -3 lines
Diff to previous 1.2 (colored)

use _KERNEL_OPT, catch up with constification in compat/svr4.

Revision 1.1.2.3 / (download) - annotate - [select for diffs], Mon Mar 12 13:29:56 2001 UTC (23 years, 1 month ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.1.2.2: +1 -2 lines
Diff to previous 1.1.2.2 (colored) next main 1.2 (colored)

Sync with HEAD.

Revision 1.2 / (download) - annotate - [select for diffs], Wed Feb 28 15:58:35 2001 UTC (23 years, 1 month ago) by eeh
Branch: MAIN
CVS Tags: thorpej_scsipi_nbase, thorpej_scsipi_beforemerge, thorpej_scsipi_base
Branch point for: nathanw_sa
Changes since 1.1: +1 -2 lines
Diff to previous 1.1 (colored)

Remove conflicts with changes made to COMPAT_SVR4.

Revision 1.1.2.2 / (download) - annotate - [select for diffs], Sun Feb 11 19:14:53 2001 UTC (23 years, 2 months ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.1.2.1: +656 -0 lines
Diff to previous 1.1.2.1 (colored)

Sync with HEAD.

Revision 1.1.2.1, Tue Feb 6 16:37:58 2001 UTC (23 years, 2 months ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.1: +0 -656 lines
FILE REMOVED

file svr4_32_signal.c was added on branch thorpej_scsipi on 2001-02-11 19:14:53 +0000

Revision 1.1 / (download) - annotate - [select for diffs], Tue Feb 6 16:37:58 2001 UTC (23 years, 2 months ago) by eeh
Branch: MAIN
Branch point for: thorpej_scsipi

Add 32-bit svr4 emulation (for 64-bit machines).

This form allows you to request diff's 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.




CVSweb <webmaster@jp.NetBSD.org>