The NetBSD Project

CVS log for src/sys/dev/wscons/wsevent.c

[BACK] Up to [cvs.NetBSD.org] / src / sys / dev / wscons

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.47 / (download) - annotate - [select for diffs], Sun Sep 26 01:16:10 2021 UTC (2 years, 6 months ago) by thorpej
Branch: MAIN
CVS Tags: thorpej-ifq-base, thorpej-ifq, thorpej-altq-separation-base, thorpej-altq-separation, netbsd-10-base, 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, HEAD
Changes since 1.46: +3 -3 lines
Diff to previous 1.46 (colored) to selected 1.15 (colored)

Change the kqueue filterops::f_isfd field to filterops::f_flags, and
define a flag FILTEROP_ISFD that has the meaning of the prior f_isfd.
Field and flag name aligned with OpenBSD.

This does not constitute a functional or ABI change, as the field location
and size, and the value placed in that field, are the same as the previous
code, but we're bumping __NetBSD_Version__ so 3rd-party module source code
can adapt, as needed.

NetBSD 9.99.89

Revision 1.45.2.1 / (download) - annotate - [select for diffs], Sun Jan 3 16:35:02 2021 UTC (3 years, 2 months ago) by thorpej
Branch: thorpej-futex
Changes since 1.45: +4 -6 lines
Diff to previous 1.45 (colored) next main 1.46 (colored) to selected 1.15 (colored)

Sync w/ HEAD.

Revision 1.46 / (download) - annotate - [select for diffs], Fri Dec 18 01:41:23 2020 UTC (3 years, 3 months ago) by thorpej
Branch: 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-cfargs2-base, thorpej-cfargs2, thorpej-cfargs-base, thorpej-cfargs, cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x
Changes since 1.45: +4 -6 lines
Diff to previous 1.45 (colored) to selected 1.15 (colored)

Use sel{record,remove}_knote().

Revision 1.45 / (download) - annotate - [select for diffs], Sat May 23 23:42:42 2020 UTC (3 years, 10 months ago) by ad
Branch: MAIN
Branch point for: thorpej-futex
Changes since 1.44: +4 -4 lines
Diff to previous 1.44 (colored) to selected 1.15 (colored)

Move proc_lock into the data segment.  It was dynamically allocated because
at the time we had mutex_obj_alloc() but not __cacheline_aligned.

Revision 1.39.2.2 / (download) - annotate - [select for diffs], Wed Apr 8 14:08:14 2020 UTC (3 years, 11 months ago) by martin
Branch: phil-wifi
Changes since 1.39.2.1: +35 -4 lines
Diff to previous 1.39.2.1 (colored) to branchpoint 1.39 (colored) next main 1.40 (colored) to selected 1.15 (colored)

Merge changes from current as of 20200406

Revision 1.42.4.1 / (download) - annotate - [select for diffs], Mon Apr 6 14:44:15 2020 UTC (3 years, 11 months ago) by martin
Branch: netbsd-9
CVS Tags: netbsd-9-3-RELEASE, netbsd-9-2-RELEASE, netbsd-9-1-RELEASE
Changes since 1.42: +35 -4 lines
Diff to previous 1.42 (colored) next main 1.43 (colored) to selected 1.15 (colored)

Pull up following revision(s) (requested by pgoyette in ticket #820):

	sys/dev/wscons/wsevent.c: revision 1.43
	sys/dev/wscons/wsevent.c: revision 1.44

Make default protocol version used by wscons selectable and default
to the current version.

Fixes PR 55103.

KNF (Format block comment)
NFCI

Revision 1.44 / (download) - annotate - [select for diffs], Sat Apr 4 13:07:11 2020 UTC (3 years, 11 months ago) by pgoyette
Branch: MAIN
CVS Tags: phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, bouyer-xenpvh-base2, bouyer-xenpvh-base1, bouyer-xenpvh-base, bouyer-xenpvh
Changes since 1.43: +4 -3 lines
Diff to previous 1.43 (colored) to selected 1.15 (colored)

KNF (Format block comment)

NFCI

Revision 1.43 / (download) - annotate - [select for diffs], Sat Apr 4 07:33:18 2020 UTC (3 years, 11 months ago) by mlelstv
Branch: MAIN
Changes since 1.42: +34 -4 lines
Diff to previous 1.42 (colored) to selected 1.15 (colored)

Make default protocol version used by wscons selectable and default
to the current version.

Fixes PR 55103.

Revision 1.39.2.1 / (download) - annotate - [select for diffs], Mon Jun 10 22:07:36 2019 UTC (4 years, 9 months ago) by christos
Branch: phil-wifi
Changes since 1.39: +9 -36 lines
Diff to previous 1.39 (colored) to selected 1.15 (colored)

Sync with HEAD

Revision 1.42 / (download) - annotate - [select for diffs], Fri Mar 1 11:06:57 2019 UTC (5 years ago) by pgoyette
Branch: MAIN
CVS Tags: phil-wifi-20191119, phil-wifi-20190609, netbsd-9-base, netbsd-9-0-RELEASE, netbsd-9-0-RC2, netbsd-9-0-RC1, isaki-audio2-base, isaki-audio2, is-mlppp-base, is-mlppp, ad-namecache-base3, ad-namecache-base2, ad-namecache-base1, ad-namecache-base, ad-namecache
Branch point for: netbsd-9
Changes since 1.41: +3 -3 lines
Diff to previous 1.41 (colored) to selected 1.15 (colored)

Rename the MODULE_*_HOOK() macros to MODULE_HOOK_*() as briefly
discussed on irc.

NFCI intended.

Ride the earlier kernel bump - it;s getting crowded.

Revision 1.41 / (download) - annotate - [select for diffs], Tue Jan 29 09:28:50 2019 UTC (5 years, 1 month ago) by pgoyette
Branch: MAIN
Changes since 1.40: +3 -3 lines
Diff to previous 1.40 (colored) to selected 1.15 (colored)

Normalize all the compat hooks' names to the form

	<subsystem>_<function>_<version>_hook

NFCI

XXX Note that although this introduces a change in the kernel-to-
XXX module interface, we are NOT bumping the kernel version number.
XXX We will bump the version number once the interface stabilizes.

Revision 1.40 / (download) - annotate - [select for diffs], Sun Jan 27 02:08:42 2019 UTC (5 years, 2 months ago) by pgoyette
Branch: MAIN
Changes since 1.39: +9 -36 lines
Diff to previous 1.39 (colored) to selected 1.15 (colored)

Merge the [pgoyette-compat] branch

Revision 1.37.2.10 / (download) - annotate - [select for diffs], Tue Jan 22 07:42:41 2019 UTC (5 years, 2 months ago) by pgoyette
Branch: pgoyette-compat
CVS Tags: pgoyette-compat-merge-20190127
Changes since 1.37.2.9: +4 -9 lines
Diff to previous 1.37.2.9 (colored) to branchpoint 1.37 (colored) next main 1.38 (colored) to selected 1.15 (colored)

Convert the MODULE_{,VOID_}HOOK_CALL macros to do everything in-line
rather than defining an intermediate hook##call function.  Almost
all of the hooks are called only once, and although we lose the
ability of doing things like

	if (MODULE_HOOK_CALL(...) == 0) ...

we simplify things quite a bit.  With this change, we no longer need
to have both declaration and definition macros, and the definition
no longer needs to have both prototype argument list and a "real"
argument list.

FWIW, the above if now needs to written as

	int ret;

	MODULE_HOOK_CALL(..., ret);
	if (ret == 0) ...

with appropriate use of braces {}.

Revision 1.37.2.9 / (download) - annotate - [select for diffs], Fri Jan 18 00:01:01 2019 UTC (5 years, 2 months ago) by pgoyette
Branch: pgoyette-compat
Changes since 1.37.2.8: +4 -4 lines
Diff to previous 1.37.2.8 (colored) to branchpoint 1.37 (colored) to selected 1.15 (colored)

Don't restrict hooks to having only int or void types.  Pass the hook's
type to the various macros, as needed.

Allows us to reduce diffs to original in at least one or two places (we
no longer have to provide an additional parameter to the hook routine
for returning a non-int return value).

Revision 1.37.2.8 / (download) - annotate - [select for diffs], Mon Jan 14 13:34:27 2019 UTC (5 years, 2 months ago) by pgoyette
Branch: pgoyette-compat
Changes since 1.37.2.7: +4 -4 lines
Diff to previous 1.37.2.7 (colored) to branchpoint 1.37 (colored) to selected 1.15 (colored)

Create a variant of the HOOK macros that handles hook routines of
type void, and use them where appropriate.

Revision 1.37.2.7 / (download) - annotate - [select for diffs], Sun Jan 13 10:49:50 2019 UTC (5 years, 2 months ago) by pgoyette
Branch: pgoyette-compat
Changes since 1.37.2.6: +5 -5 lines
Diff to previous 1.37.2.6 (colored) to branchpoint 1.37 (colored) to selected 1.15 (colored)

Remove the HOOK2 versions of the MODULE_HOOK macros.  There were
only a few uses, and using them led to some lack of clarity in the
code.  Instead, we now use two separate hooks, with names that
make it clear(er) what we're doing.

This also positions us to start unraveling some of the rtsock_50
mess, which will need (at least) five hooks.

Revision 1.37.2.6 / (download) - annotate - [select for diffs], Sat Sep 29 21:36:14 2018 UTC (5 years, 5 months ago) by pgoyette
Branch: pgoyette-compat
Changes since 1.37.2.5: +3 -4 lines
Diff to previous 1.37.2.5 (colored) to branchpoint 1.37 (colored) to selected 1.15 (colored)

In MODULE_HOOK_CALL_DECL we don't need to provide the actual argument
list for calling the hook function, nor do we need to provide the
default value (for when the hook has not been set).

Revision 1.37.2.5 / (download) - annotate - [select for diffs], Tue Sep 18 23:03:55 2018 UTC (5 years, 6 months ago) by pgoyette
Branch: pgoyette-compat
Changes since 1.37.2.4: +4 -4 lines
Diff to previous 1.37.2.4 (colored) to branchpoint 1.37 (colored) to selected 1.15 (colored)

The COMPAT_HOOK macros were renamed to MODULE_HOOK, adjust all callers

Revision 1.37.2.4 / (download) - annotate - [select for diffs], Tue Sep 18 01:15:58 2018 UTC (5 years, 6 months ago) by pgoyette
Branch: pgoyette-compat
Changes since 1.37.2.3: +5 -2 lines
Diff to previous 1.37.2.3 (colored) to branchpoint 1.37 (colored) to selected 1.15 (colored)

Split the COMPAT_CALL_HOOK to separate the declaration from the
implementation.  Some hooks are called from multiple source files,
and the old method resulted in duplicate implementations.

Implement MP-safe hooks for the usb_subr_30 code.  Pass the helper
functions as arguments to the compat code so it does not have to
determine if the kernel contains usb code.

Revision 1.37.2.3 / (download) - annotate - [select for diffs], Mon Sep 17 11:04:31 2018 UTC (5 years, 6 months ago) by pgoyette
Branch: pgoyette-compat
Changes since 1.37.2.2: +7 -3 lines
Diff to previous 1.37.2.2 (colored) to branchpoint 1.37 (colored) to selected 1.15 (colored)

Adapt (most of) the indirect function pointers to the new MP-safe
mechanism.  Still remaining are the compat_netbsd32 stuff, and
some usb subroutines.

Revision 1.37.2.2 / (download) - annotate - [select for diffs], Mon Jun 25 07:26:03 2018 UTC (5 years, 9 months ago) by pgoyette
Branch: pgoyette-compat
Changes since 1.37.2.1: +7 -2 lines
Diff to previous 1.37.2.1 (colored) to branchpoint 1.37 (colored) to selected 1.15 (colored)

Sync with HEAD

Revision 1.39 / (download) - annotate - [select for diffs], Thu Jun 14 10:30:55 2018 UTC (5 years, 9 months ago) by uwe
Branch: MAIN
CVS Tags: phil-wifi-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, jdolecek-ncqfixes-base, jdolecek-ncqfixes
Branch point for: phil-wifi
Changes since 1.38: +2 -5 lines
Diff to previous 1.38 (colored) to selected 1.15 (colored)

timespec_to_timespec50 - don't leak kernel memory in struct padding.

On 64-bit machines struct timespec50 has padding between 32-bit tv_sec
and long tv_nsec that is not affected by normal assignment.  Scrub it.
The result is most likely about to be passed to the user space by the
caller, so do it here to take care of them all.

Revision 1.38 / (download) - annotate - [select for diffs], Wed Jun 13 02:09:09 2018 UTC (5 years, 9 months ago) by uwe
Branch: MAIN
Changes since 1.37: +5 -2 lines
Diff to previous 1.37 (colored) to selected 1.15 (colored)

wsevent_copyout_events50 - don't leak garbage from the kernel stack.

On 64-bit machines struct timespec50 has padding between 32-bit tv_sec
and long tv_nsec that is not affected by normal assignment.  Scrub it
before we uiomove struct owscons_event.

Revision 1.37.2.1 / (download) - annotate - [select for diffs], Sat Mar 24 23:52:19 2018 UTC (6 years ago) by pgoyette
Branch: pgoyette-compat
Changes since 1.37: +8 -41 lines
Diff to previous 1.37 (colored) to selected 1.15 (colored)

Move the compat_50-specific code out of wscons/wsevent.c into its own
source file, which is now part of the compat_50 module.

Revision 1.35.2.1 / (download) - annotate - [select for diffs], Sun Dec 3 11:37:37 2017 UTC (6 years, 3 months ago) by jdolecek
Branch: tls-maxphys
Changes since 1.35: +10 -4 lines
Diff to previous 1.35 (colored) next main 1.36 (colored) to selected 1.15 (colored)

update from HEAD

Revision 1.37 / (download) - annotate - [select for diffs], Wed Oct 25 08:12:39 2017 UTC (6 years, 5 months ago) by maya
Branch: MAIN
CVS Tags: tls-maxphys-base-20171202, pgoyette-compat-base, 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: pgoyette-compat
Changes since 1.36: +8 -4 lines
Diff to previous 1.36 (colored) to selected 1.15 (colored)

Use C99 initializer for filterops

Mostly done with spatch with touchups for indentation

@@
expression a;
identifier b,c,d;
identifier p;
@@
const struct filterops p =
- 	{ a, b, c, d
+ 	{
+ 	.f_isfd = a,
+ 	.f_attach = b,
+ 	.f_detach = c,
+ 	.f_event = d,
};

Revision 1.35.16.1 / (download) - annotate - [select for diffs], Tue Sep 22 12:06:01 2015 UTC (8 years, 6 months ago) by skrll
Branch: nick-nhusb
Changes since 1.35: +4 -2 lines
Diff to previous 1.35 (colored) next main 1.36 (colored) to selected 1.15 (colored)

Sync with HEAD

Revision 1.36 / (download) - annotate - [select for diffs], Mon Aug 24 22:50:33 2015 UTC (8 years, 7 months ago) by pooka
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-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, netbsd-8-base, 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
Changes since 1.35: +4 -2 lines
Diff to previous 1.35 (colored) to selected 1.15 (colored)

to garnish, dust with _KERNEL_OPT

Revision 1.34.12.1 / (download) - annotate - [select for diffs], Tue Oct 30 17:22:12 2012 UTC (11 years, 4 months ago) by yamt
Branch: yamt-pagecache
CVS Tags: yamt-pagecache-tag8
Changes since 1.34: +3 -2 lines
Diff to previous 1.34 (colored) next main 1.35 (colored) to selected 1.15 (colored)

sync with head

Revision 1.34.16.1 / (download) - annotate - [select for diffs], Sat Jun 2 11:09:31 2012 UTC (11 years, 9 months ago) by mrg
Branch: jmcneill-usbmp
Changes since 1.34: +3 -2 lines
Diff to previous 1.34 (colored) next main 1.35 (colored) to selected 1.15 (colored)

sync to latest -current.

Revision 1.35 / (download) - annotate - [select for diffs], Thu May 24 18:16:31 2012 UTC (11 years, 10 months ago) by abs
Branch: MAIN
CVS Tags: yamt-pagecache-base9, yamt-pagecache-base8, yamt-pagecache-base7, yamt-pagecache-base6, 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-20150606, nick-nhusb-base-20150406, 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-base10, agc-symver-base, agc-symver
Branch point for: tls-maxphys, nick-nhusb
Changes since 1.34: +3 -2 lines
Diff to previous 1.34 (colored) to selected 1.15 (colored)

Add the following above the version = 0 line, just to provide a hint...
/* For binary compat. New code must call WSxxxIO_SETVERSION */

Revision 1.32.2.1 / (download) - annotate - [select for diffs], Wed May 13 17:21:42 2009 UTC (14 years, 10 months ago) by jym
Branch: jym-xensuspend
Changes since 1.32: +4 -3 lines
Diff to previous 1.32 (colored) next main 1.33 (colored) to selected 1.15 (colored)

Sync with HEAD.

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

Revision 1.26.2.2 / (download) - annotate - [select for diffs], Mon May 4 08:13:25 2009 UTC (14 years, 10 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.26.2.1: +94 -19 lines
Diff to previous 1.26.2.1 (colored) to branchpoint 1.26 (colored) next main 1.27 (colored) to selected 1.15 (colored)

sync with head.

Revision 1.27.8.2 / (download) - annotate - [select for diffs], Tue Mar 3 18:32:34 2009 UTC (15 years ago) by skrll
Branch: nick-hppapmap
Changes since 1.27.8.1: +4 -3 lines
Diff to previous 1.27.8.1 (colored) to branchpoint 1.27 (colored) next main 1.28 (colored) to selected 1.15 (colored)

Sync with HEAD.

Revision 1.34 / (download) - annotate - [select for diffs], Wed Feb 18 13:20:02 2009 UTC (15 years, 1 month ago) by yamt
Branch: MAIN
CVS Tags: yamt-pagecache-base5, yamt-pagecache-base4, yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, 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-base11, yamt-nfs-mp-base10, uebayasi-xip-base4, uebayasi-xip-base3, uebayasi-xip-base2, uebayasi-xip-base1, uebayasi-xip-base, uebayasi-xip, rmind-uvmplock-nbase, rmind-uvmplock-base, rmind-uvmplock, nick-hppapmap-base4, nick-hppapmap-base3, nick-hppapmap-base2, nick-hppapmap-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-premerge-20091211, matt-nb6-plus-nbase, matt-nb6-plus-base, matt-nb6-plus, matt-mips64-premerge-20101231, jymxensuspend-base, jym-xensuspend-nbase, jym-xensuspend-base, 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-base, jmcneill-audiomp3-base, jmcneill-audiomp3, cherry-xenmp-base, cherry-xenmp, bouyer-quota2-nbase, bouyer-quota2-base, bouyer-quota2
Branch point for: yamt-pagecache, jmcneill-usbmp
Changes since 1.33: +3 -3 lines
Diff to previous 1.33 (colored) to selected 1.15 (colored)

wsevent_copyout_events50: fix a bogus panic.

Revision 1.33 / (download) - annotate - [select for diffs], Fri Feb 13 22:41:04 2009 UTC (15 years, 1 month ago) by apb
Branch: MAIN
Changes since 1.32: +3 -2 lines
Diff to previous 1.32 (colored) to selected 1.15 (colored)

Use "defopt MODULAR" in sys/conf/files, and #include "opt_modular.h"
in all kernel sources that use the MODULAR option.
Proposed in tech-kern on 18 Jan 2009.

Revision 1.27.8.1 / (download) - annotate - [select for diffs], Mon Jan 19 13:19:18 2009 UTC (15 years, 2 months ago) by skrll
Branch: nick-hppapmap
Changes since 1.27: +93 -19 lines
Diff to previous 1.27 (colored) to selected 1.15 (colored)

Sync with HEAD.

Revision 1.24.12.3 / (download) - annotate - [select for diffs], Sat Jan 17 13:29:10 2009 UTC (15 years, 2 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.24.12.2: +91 -17 lines
Diff to previous 1.24.12.2 (colored) to branchpoint 1.24 (colored) next main 1.25 (colored) to selected 1.15 (colored)

Sync with HEAD.

Revision 1.32 / (download) - annotate - [select for diffs], Fri Jan 16 15:14:11 2009 UTC (15 years, 2 months ago) by yamt
Branch: MAIN
CVS Tags: mjf-devfs2-base
Branch point for: jym-xensuspend
Changes since 1.31: +72 -44 lines
Diff to previous 1.31 (colored) to selected 1.15 (colored)

always use the new version of wscons_event for in-kernel.

Revision 1.31 / (download) - annotate - [select for diffs], Fri Jan 16 14:38:09 2009 UTC (15 years, 2 months ago) by yamt
Branch: MAIN
Changes since 1.30: +2 -4 lines
Diff to previous 1.30 (colored) to selected 1.15 (colored)

wsevent_init: always initialize version.  pointed out by christos.

Revision 1.30 / (download) - annotate - [select for diffs], Thu Jan 15 04:22:11 2009 UTC (15 years, 2 months ago) by yamt
Branch: MAIN
Changes since 1.29: +7 -4 lines
Diff to previous 1.29 (colored) to selected 1.15 (colored)

- reduce the number of #ifdefs.
- build compat glues if MODULAR.

Revision 1.29 / (download) - annotate - [select for diffs], Wed Jan 14 15:34:36 2009 UTC (15 years, 2 months ago) by christos
Branch: MAIN
Changes since 1.28: +7 -11 lines
Diff to previous 1.28 (colored) to selected 1.15 (colored)

Allocate the max size needed so that we don't need to realloc in setversion.
Problem pointed out by yamt.

Revision 1.28 / (download) - annotate - [select for diffs], Tue Jan 13 18:05:55 2009 UTC (15 years, 2 months ago) by christos
Branch: MAIN
Changes since 1.27: +71 -22 lines
Diff to previous 1.27 (colored) to selected 1.15 (colored)

provide wscons_event compatibility with 5.0.

Revision 1.24.12.2 / (download) - annotate - [select for diffs], Mon Jun 2 13:23:57 2008 UTC (15 years, 9 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.24.12.1: +23 -10 lines
Diff to previous 1.24.12.1 (colored) to branchpoint 1.24 (colored) to selected 1.15 (colored)

Sync with HEAD.

Revision 1.25.2.1 / (download) - annotate - [select for diffs], Sun May 18 12:34:58 2008 UTC (15 years, 10 months ago) by yamt
Branch: yamt-pf42
Changes since 1.25: +25 -12 lines
Diff to previous 1.25 (colored) next main 1.26 (colored) to selected 1.15 (colored)

sync with head.

Revision 1.26.2.1 / (download) - annotate - [select for diffs], Fri May 16 02:25:17 2008 UTC (15 years, 10 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.26: +2 -9 lines
Diff to previous 1.26 (colored) to selected 1.15 (colored)

sync with head.

Revision 1.27 / (download) - annotate - [select for diffs], Mon Apr 28 20:24:01 2008 UTC (15 years, 11 months ago) by martin
Branch: MAIN
CVS Tags: yamt-pf42-base4, yamt-pf42-base3, yamt-pf42-base2, yamt-nfs-mp-base2, wrstuden-revivesa-base-4, wrstuden-revivesa-base-3, wrstuden-revivesa-base-2, wrstuden-revivesa-base-1, wrstuden-revivesa-base, wrstuden-revivesa, simonb-wapbl-nbase, simonb-wapbl-base, simonb-wapbl, netbsd-5-base, netbsd-5-2-RELEASE, netbsd-5-2-RC1, netbsd-5-2-3-RELEASE, netbsd-5-2-2-RELEASE, netbsd-5-2-1-RELEASE, netbsd-5-2, netbsd-5-1-RELEASE, netbsd-5-1-RC4, netbsd-5-1-RC3, netbsd-5-1-RC2, netbsd-5-1-RC1, netbsd-5-1-5-RELEASE, netbsd-5-1-4-RELEASE, netbsd-5-1-3-RELEASE, netbsd-5-1-2-RELEASE, netbsd-5-1-1-RELEASE, netbsd-5-1, netbsd-5-0-RELEASE, netbsd-5-0-RC4, netbsd-5-0-RC3, netbsd-5-0-RC2, netbsd-5-0-RC1, netbsd-5-0-2-RELEASE, netbsd-5-0-1-RELEASE, netbsd-5-0, netbsd-5, matt-nb5-pq3-base, matt-nb5-pq3, matt-nb5-mips64-u2-k2-k4-k7-k8-k9, matt-nb5-mips64-u1-k1-k5, matt-nb5-mips64-premerge-20101231, matt-nb5-mips64-premerge-20091211, matt-nb5-mips64-k15, matt-nb5-mips64, matt-nb4-mips64-k7-u2a-k9b, matt-mips64-base2, hpcarm-cleanup-nbase, haad-nbase2, haad-dm-base2, haad-dm-base1, haad-dm-base, haad-dm, ad-audiomp2-base, ad-audiomp2
Branch point for: nick-hppapmap
Changes since 1.26: +2 -9 lines
Diff to previous 1.26 (colored) to selected 1.15 (colored)

Remove clause 3 and 4 from TNF licenses

Revision 1.26 / (download) - annotate - [select for diffs], Thu Apr 24 15:35:28 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.25: +25 -5 lines
Diff to previous 1.25 (colored) to selected 1.15 (colored)

Network protocol interrupts can now block on locks, so merge the globals
proclist_mutex and proclist_lock into a single adaptive mutex (proc_lock).
Implications:

- Inspecting process state requires thread context, so signals can no longer
  be sent from a hardware interrupt handler. Signal activity must be
  deferred to a soft interrupt or kthread.

- As the proc state locking is simplified, it's now safe to take exit()
  and wait() out from under kernel_lock.

- The system spends less time at IPL_SCHED, and there is less lock activity.

Revision 1.24.12.1 / (download) - annotate - [select for diffs], Thu Apr 3 12:42:59 2008 UTC (15 years, 11 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.24: +5 -3 lines
Diff to previous 1.24 (colored) to selected 1.15 (colored)

Sync with HEAD.

Revision 1.24.8.1 / (download) - annotate - [select for diffs], Mon Mar 24 07:16:12 2008 UTC (16 years ago) by keiichi
Branch: keiichi-mipv6
Changes since 1.24: +5 -3 lines
Diff to previous 1.24 (colored) next main 1.25 (colored) to selected 1.15 (colored)

sync with head.

Revision 1.23.20.2 / (download) - annotate - [select for diffs], Sun Mar 23 02:04:55 2008 UTC (16 years ago) by matt
Branch: matt-armv6
Changes since 1.23.20.1: +5 -3 lines
Diff to previous 1.23.20.1 (colored) to branchpoint 1.23 (colored) next main 1.24 (colored) to selected 1.15 (colored)

sync with HEAD

Revision 1.16.16.5 / (download) - annotate - [select for diffs], Mon Mar 17 09:15:28 2008 UTC (16 years ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.16.16.4: +5 -3 lines
Diff to previous 1.16.16.4 (colored) to branchpoint 1.16 (colored) next main 1.17 (colored) to selected 1.15 (colored)

sync with head.

Revision 1.25 / (download) - annotate - [select for diffs], Sat Mar 1 14:16:51 2008 UTC (16 years, 1 month ago) by rmind
Branch: MAIN
CVS Tags: yamt-pf42-baseX, yamt-pf42-base, yamt-lazymbuf-base15, yamt-lazymbuf-base14, matt-armv6-nbase, keiichi-mipv6-nbase, keiichi-mipv6-base, ad-socklock-base1
Branch point for: yamt-pf42
Changes since 1.24: +5 -3 lines
Diff to previous 1.24 (colored) to selected 1.15 (colored)

Welcome to 4.99.55:

- Add a lot of missing selinit() and seldestroy() calls.

- Merge selwakeup() and selnotify() calls into a single selnotify().

- Add an additional 'events' argument to selnotify() call.  It will
  indicate which event (POLL_IN, POLL_OUT, etc) happen.  If unknown,
  zero may be used.

Note: please pass appropriate value of 'events' where possible.
Proposed on: <tech-kern>

Revision 1.23.20.1 / (download) - annotate - [select for diffs], Wed Jan 9 01:54:49 2008 UTC (16 years, 2 months ago) by matt
Branch: matt-armv6
Changes since 1.23: +3 -3 lines
Diff to previous 1.23 (colored) to selected 1.15 (colored)

sync with HEAD

Revision 1.23.18.1 / (download) - annotate - [select for diffs], Sun Dec 9 19:38:06 2007 UTC (16 years, 3 months ago) by jmcneill
Branch: jmcneill-pm
Changes since 1.23: +3 -3 lines
Diff to previous 1.23 (colored) next main 1.24 (colored) to selected 1.15 (colored)

Sync with HEAD.

Revision 1.23.26.1 / (download) - annotate - [select for diffs], Sat Dec 8 18:20:10 2007 UTC (16 years, 3 months ago) by mjf
Branch: mjf-devfs
Changes since 1.23: +3 -3 lines
Diff to previous 1.23 (colored) next main 1.24 (colored) to selected 1.15 (colored)

Sync with HEAD.

Revision 1.23.28.1 / (download) - annotate - [select for diffs], Sat Dec 8 17:57:36 2007 UTC (16 years, 3 months ago) by ad
Branch: vmlocking2
Changes since 1.23: +3 -3 lines
Diff to previous 1.23 (colored) next main 1.24 (colored) to selected 1.15 (colored)

Sync with head.

Revision 1.16.16.4 / (download) - annotate - [select for diffs], Fri Dec 7 17:31:45 2007 UTC (16 years, 3 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.16.16.3: +3 -3 lines
Diff to previous 1.16.16.3 (colored) to branchpoint 1.16 (colored) to selected 1.15 (colored)

sync with head

Revision 1.24 / (download) - annotate - [select for diffs], Wed Dec 5 17:19:57 2007 UTC (16 years, 3 months ago) by pooka
Branch: MAIN
CVS Tags: yamt-kmem-base3, yamt-kmem-base2, yamt-kmem-base, yamt-kmem, vmlocking2-base3, vmlocking2-base2, reinoud-bufcleanup-nbase, reinoud-bufcleanup-base, nick-net80211-sync-base, nick-net80211-sync, mjf-devfs-base, matt-armv6-base, jmcneill-pm-base, hpcarm-cleanup-base, cube-autoconf-base, cube-autoconf, bouyer-xeni386-nbase, bouyer-xeni386-merge1, bouyer-xeni386-base, bouyer-xeni386
Branch point for: mjf-devfs2, keiichi-mipv6
Changes since 1.23: +3 -3 lines
Diff to previous 1.23 (colored) to selected 1.15 (colored)

Do not "return 1" from kqfilter for errors.  That value is passed
directly to the userland caller and results in a mysterious EPERM.
Instead, return EINVAL or something else sensible depending on the
case.

Revision 1.16.16.3 / (download) - annotate - [select for diffs], Mon Feb 26 09:10:51 2007 UTC (17 years, 1 month ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.16.16.2: +6 -3 lines
Diff to previous 1.16.16.2 (colored) to branchpoint 1.16 (colored) to selected 1.15 (colored)

sync with head.

Revision 1.23 / (download) - annotate - [select for diffs], Fri Feb 9 21:55:30 2007 UTC (17 years, 1 month ago) by ad
Branch: MAIN
CVS Tags: yamt-x86pmap-base4, yamt-x86pmap-base3, yamt-x86pmap-base2, yamt-x86pmap-base, yamt-x86pmap, yamt-idlelwp-base8, yamt-idlelwp, vmlocking2-base1, vmlocking-nbase, vmlocking-base, vmlocking, thorpej-atomic-base, thorpej-atomic, reinoud-bufcleanup, post-newlock2-merge, nick-csl-alignment-base5, nick-csl-alignment-base, nick-csl-alignment, mjf-ufs-trans-base, mjf-ufs-trans, matt-mips64-base, matt-mips64, matt-armv6-prevmlocking, jmcneill-base, hpcarm-cleanup, bouyer-xenamd64-base2, bouyer-xenamd64-base, bouyer-xenamd64, ad-audiomp-base, ad-audiomp
Branch point for: vmlocking2, mjf-devfs, matt-armv6, jmcneill-pm
Changes since 1.22: +6 -3 lines
Diff to previous 1.22 (colored) to selected 1.15 (colored)

Merge newlock2 to head.

Revision 1.19.6.2 / (download) - annotate - [select for diffs], Fri Jan 19 09:39:58 2007 UTC (17 years, 2 months ago) by ad
Branch: newlock2
Changes since 1.19.6.1: +6 -3 lines
Diff to previous 1.19.6.1 (colored) to branchpoint 1.19 (colored) next main 1.20 (colored) to selected 1.15 (colored)

Acquire proclist_mutex before sending signals.

Revision 1.16.16.2 / (download) - annotate - [select for diffs], Sat Dec 30 20:49:51 2006 UTC (17 years, 3 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.16.16.1: +3 -3 lines
Diff to previous 1.16.16.1 (colored) to branchpoint 1.16 (colored) to selected 1.15 (colored)

sync with head.

Revision 1.20.2.2 / (download) - annotate - [select for diffs], Sun Dec 10 07:18:28 2006 UTC (17 years, 3 months ago) by yamt
Branch: yamt-splraiseipl
Changes since 1.20.2.1: +3 -3 lines
Diff to previous 1.20.2.1 (colored) to branchpoint 1.20 (colored) next main 1.21 (colored) to selected 1.15 (colored)

sync with head.

Revision 1.19.6.1 / (download) - annotate - [select for diffs], Sat Nov 18 21:34:57 2006 UTC (17 years, 4 months ago) by ad
Branch: newlock2
Changes since 1.19: +3 -3 lines
Diff to previous 1.19 (colored) to selected 1.15 (colored)

Sync with head.

Revision 1.22 / (download) - annotate - [select for diffs], Thu Nov 16 01:33:31 2006 UTC (17 years, 4 months ago) by christos
Branch: MAIN
CVS Tags: yamt-splraiseipl-base5, yamt-splraiseipl-base4, yamt-splraiseipl-base3, wrstuden-fixsa-newbase, wrstuden-fixsa-base-1, wrstuden-fixsa-base, wrstuden-fixsa, newlock2-nbase, newlock2-base, netbsd-4-base, netbsd-4-0-RELEASE, netbsd-4-0-RC5, netbsd-4-0-RC4, netbsd-4-0-RC3, netbsd-4-0-RC2, netbsd-4-0-RC1, netbsd-4-0-1-RELEASE, netbsd-4-0, netbsd-4, matt-nb4-arm-base, matt-nb4-arm
Changes since 1.21: +3 -3 lines
Diff to previous 1.21 (colored) to selected 1.15 (colored)

__unused removal on arguments; approved by core.

Revision 1.20.2.1 / (download) - annotate - [select for diffs], Sun Oct 22 06:07:00 2006 UTC (17 years, 5 months ago) by yamt
Branch: yamt-splraiseipl
Changes since 1.20: +3 -3 lines
Diff to previous 1.20 (colored) to selected 1.15 (colored)

sync with head

Revision 1.21 / (download) - annotate - [select for diffs], Thu Oct 12 01:32:06 2006 UTC (17 years, 5 months ago) by christos
Branch: MAIN
CVS Tags: yamt-splraiseipl-base2
Changes since 1.20: +3 -3 lines
Diff to previous 1.20 (colored) to selected 1.15 (colored)

- sprinkle __unused on function decls.
- fix a couple of unused bugs
- no more -Wno-unused for i386

Revision 1.18.2.2 / (download) - annotate - [select for diffs], Thu Sep 14 12:31:47 2006 UTC (17 years, 6 months ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.18.2.1: +3 -3 lines
Diff to previous 1.18.2.1 (colored) to branchpoint 1.18 (colored) next main 1.19 (colored) to selected 1.15 (colored)

sync with head.

Revision 1.17.4.1 / (download) - annotate - [select for diffs], Sat Sep 9 02:56:07 2006 UTC (17 years, 6 months ago) by rpaulo
Branch: rpaulo-netinet-merge-pcb
Changes since 1.17: +119 -3 lines
Diff to previous 1.17 (colored) next main 1.18 (colored) to selected 1.15 (colored)

sync with head

Revision 1.20 / (download) - annotate - [select for diffs], Fri Sep 8 06:38:55 2006 UTC (17 years, 6 months ago) by uebayasi
Branch: MAIN
CVS Tags: yamt-splraiseipl-base, yamt-pdpolicy-base9, rpaulo-netinet-merge-pcb-base
Branch point for: yamt-splraiseipl
Changes since 1.19: +3 -3 lines
Diff to previous 1.19 (colored) to selected 1.15 (colored)

Typo.

Revision 1.18.2.1 / (download) - annotate - [select for diffs], Mon Jun 26 12:52:55 2006 UTC (17 years, 9 months ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.18: +3 -6 lines
Diff to previous 1.18 (colored) to selected 1.15 (colored)

sync with head.

Revision 1.16.16.1 / (download) - annotate - [select for diffs], Wed Jun 21 15:08:12 2006 UTC (17 years, 9 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.16: +121 -5 lines
Diff to previous 1.16 (colored) to selected 1.15 (colored)

sync with head.

Revision 1.18.8.1 / (download) - annotate - [select for diffs], Mon Jun 19 04:07:14 2006 UTC (17 years, 9 months ago) by chap
Branch: chap-midi
Changes since 1.18: +3 -6 lines
Diff to previous 1.18 (colored) next main 1.19 (colored) to selected 1.15 (colored)

Sync with head.

Revision 1.19 / (download) - annotate - [select for diffs], Wed Jun 7 22:33:38 2006 UTC (17 years, 9 months ago) by kardel
Branch: MAIN
CVS Tags: yamt-pdpolicy-base8, yamt-pdpolicy-base7, yamt-pdpolicy-base6, gdamore-uart-base, gdamore-uart, chap-midi-nbase, chap-midi-base, abandoned-netbsd-4-base, abandoned-netbsd-4
Branch point for: newlock2
Changes since 1.18: +3 -6 lines
Diff to previous 1.18 (colored) to selected 1.15 (colored)

merge FreeBSD timecounters from branch simonb-timecounters
- struct timeval time is gone
  time.tv_sec -> time_second
- struct timeval mono_time is gone
  mono_time.tv_sec -> time_uptime
- access to time via
	{get,}{micro,nano,bin}time()
	get* versions are fast but less precise
- support NTP nanokernel implementation (NTP API 4)
- further reading:
  Timecounter Paper: http://phk.freebsd.dk/pubs/timecounter.pdf
  NTP Nanokernel: http://www.eecis.udel.edu/~mills/ntp/html/kern.html

Revision 1.17.6.2 / (download) - annotate - [select for diffs], Sat Apr 22 13:42:07 2006 UTC (17 years, 11 months ago) by simonb
Branch: simonb-timecounters
CVS Tags: simonb-timcounters-final
Changes since 1.17.6.1: +3 -6 lines
Diff to previous 1.17.6.1 (colored) next main 1.18 (colored) to selected 1.15 (colored)

Update for timecounters - use getnanotime() and time_second variable.

Revision 1.17.6.1 / (download) - annotate - [select for diffs], Sat Apr 22 11:39:44 2006 UTC (17 years, 11 months ago) by simonb
Branch: simonb-timecounters
Changes since 1.17: +122 -3 lines
Diff to previous 1.17 (colored) to selected 1.15 (colored)

Sync with head.

Revision 1.17.2.1 / (download) - annotate - [select for diffs], Sat Feb 18 15:39:12 2006 UTC (18 years, 1 month ago) by yamt
Branch: yamt-uio_vmspace
Changes since 1.17: +122 -3 lines
Diff to previous 1.17 (colored) next main 1.18 (colored) to selected 1.15 (colored)

sync with head.

Revision 1.18 / (download) - annotate - [select for diffs], Tue Feb 7 09:13:02 2006 UTC (18 years, 1 month ago) by jmmv
Branch: MAIN
CVS Tags: yamt-uio_vmspace-base5, yamt-pdpolicy-base5, yamt-pdpolicy-base4, yamt-pdpolicy-base3, yamt-pdpolicy-base2, yamt-pdpolicy-base, simonb-timecounters-base, peter-altq-base, peter-altq, elad-kernelauth-base, elad-kernelauth
Branch point for: yamt-pdpolicy, chap-midi
Changes since 1.17: +122 -3 lines
Diff to previous 1.17 (colored) to selected 1.15 (colored)

wsevent cleanup:

- Add a wsevent_inject function that atomically adds a set of events to an
  event queue and change all code that directly messed with a queue to use it.
- Replace the WSEVENT_WAKEUP macro with a regular function.
- Make WSEVENT_QSIZE, PWSEVENT and splwsevent private definitions to
  wsevent.c, instead of exposing them in the header file.
- Make the wsevent_init function take a process to attach to the queue,
  instead of leaving this task to the caller (which always did it).

Reviewed in tech-kern@.

Revision 1.17 / (download) - annotate - [select for diffs], Sun Dec 11 12:24:12 2005 UTC (18 years, 3 months ago) by christos
Branch: MAIN
Branch point for: yamt-uio_vmspace, simonb-timecounters, rpaulo-netinet-merge-pcb
Changes since 1.16: +4 -4 lines
Diff to previous 1.16 (colored) to selected 1.15 (colored)

merge ktrace-lwp.

Revision 1.15.2.4 / (download) - annotate - [select for diffs], Tue Sep 21 13:34:29 2004 UTC (19 years, 6 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.15.2.3: +4 -4 lines
Diff to previous 1.15.2.3 (colored) next main 1.16 (colored) to selected 1.15 (colored)

Fix the sync with head I botched.

Revision 1.15.2.3 / (download) - annotate - [select for diffs], Sat Sep 18 14:52:24 2004 UTC (19 years, 6 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.15.2.2: +4 -4 lines
Diff to previous 1.15.2.2 (colored) to selected 1.15 (colored)

Sync with HEAD.

Revision 1.15.2.2 / (download) - annotate - [select for diffs], Tue Aug 3 10:52:12 2004 UTC (19 years, 7 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.15.2.1: +3 -7 lines
Diff to previous 1.15.2.1 (colored) to selected 1.15 (colored)

Sync with HEAD

Revision 1.16 / (download) - annotate - [select for diffs], Thu Aug 7 16:31:29 2003 UTC (20 years, 7 months ago) by agc
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, yamt-km-base2, yamt-km-base, yamt-km, 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, 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, ktrace-lwp-base, kent-audio2-base, kent-audio2, kent-audio1-beforemerge, kent-audio1-base, kent-audio1
Branch point for: yamt-lazymbuf
Changes since 1.15: +3 -7 lines
Diff to previous 1.15 (colored)

Move UCB-licensed code from 4-clause to 3-clause licence.

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

Revision 1.15.2.1 / (download) - annotate - [select for diffs], Wed Jul 2 15:26:26 2003 UTC (20 years, 9 months ago) by darrenr
Branch: ktrace-lwp
Changes since 1.15: +4 -4 lines
Diff to previous 1.15 (colored)

Apply the aborted ktrace-lwp changes to a specific branch.  This is just for
others to review, I'm concerned that patch fuziness may have resulted in some
errant code being generated but I'll look at that later by comparing the diff
from the base to the branch with the file I attempt to apply to it.  This will,
at the very least, put the changes in a better context for others to review
them and attempt to tinker with removing passing of 'struct lwp' through
the kernel.

Revision 1.15 / (download) - annotate - [selected], Sun Jun 29 22:31:03 2003 UTC (20 years, 9 months ago) by fvdl
Branch: MAIN
Branch point for: ktrace-lwp
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

Back out the lwp/ktrace changes. They contained a lot of colateral damage,
and need to be examined and discussed more.

Revision 1.14 / (download) - annotate - [select for diffs], Sat Jun 28 14:21:47 2003 UTC (20 years, 9 months ago) by darrenr
Branch: MAIN
Changes since 1.13: +4 -4 lines
Diff to previous 1.13 (colored) to selected 1.15 (colored)

Pass lwp pointers throughtout the kernel, as required, so that the lwpid can
be inserted into ktrace records.  The general change has been to replace
"struct proc *" with "struct lwp *" in various function prototypes, pass
the lwp through and use l_proc to get the process pointer when needed.

Bump the kernel rev up to 1.6V

Revision 1.5.6.6 / (download) - annotate - [select for diffs], Sun Dec 29 20:49:34 2002 UTC (21 years, 3 months ago) by thorpej
Branch: nathanw_sa
CVS Tags: nathanw_sa_end
Changes since 1.5.6.5: +10 -5 lines
Diff to previous 1.5.6.5 (colored) to branchpoint 1.5 (colored) next main 1.6 (colored) to selected 1.15 (colored)

Sync with HEAD.

Revision 1.13 / (download) - annotate - [select for diffs], Thu Dec 26 12:01:42 2002 UTC (21 years, 3 months ago) by christos
Branch: MAIN
CVS Tags: nathanw_sa_before_merge, nathanw_sa_base, fvdl_fs64_base
Changes since 1.12: +10 -5 lines
Diff to previous 1.12 (colored) to selected 1.15 (colored)

Don't leak memory on double init, and don't panic on double fini. Emit
a message when diagnostic.

Revision 1.5.6.5 / (download) - annotate - [select for diffs], Wed Dec 11 06:38:56 2002 UTC (21 years, 3 months ago) by thorpej
Branch: nathanw_sa
Changes since 1.5.6.4: +2 -2 lines
Diff to previous 1.5.6.4 (colored) to branchpoint 1.5 (colored) to selected 1.15 (colored)

Sync with HEAD.

Revision 1.12 / (download) - annotate - [select for diffs], Tue Nov 26 18:49:50 2002 UTC (21 years, 4 months ago) by christos
Branch: MAIN
CVS Tags: gmcgarry_ucred_base, gmcgarry_ucred, gmcgarry_ctxsw_base, gmcgarry_ctxsw
Changes since 1.11: +4 -4 lines
Diff to previous 1.11 (colored) to selected 1.15 (colored)

si_ -> sel_

Revision 1.5.6.4 / (download) - annotate - [select for diffs], Mon Nov 11 22:13:16 2002 UTC (21 years, 4 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.5.6.3: +60 -2 lines
Diff to previous 1.5.6.3 (colored) to branchpoint 1.5 (colored) to selected 1.15 (colored)

Catch up to -current

Revision 1.11 / (download) - annotate - [select for diffs], Wed Oct 23 09:14:07 2002 UTC (21 years, 5 months ago) by jdolecek
Branch: MAIN
CVS Tags: kqueue-aftermerge
Changes since 1.10: +60 -2 lines
Diff to previous 1.10 (colored) to selected 1.15 (colored)

merge kqueue branch into -current

kqueue provides a stateful and efficient event notification framework
currently supported events include socket, file, directory, fifo,
pipe, tty and device changes, and monitoring of processes and signals

kqueue is supported by all writable filesystems in NetBSD tree
(with exception of Coda) and all device drivers supporting poll(2)

based on work done by Jonathan Lemon for FreeBSD
initial NetBSD port done by Luke Mewburn and Jason Thorpe

Revision 1.5.8.4 / (download) - annotate - [select for diffs], Wed Oct 2 22:02:29 2002 UTC (21 years, 6 months ago) by jdolecek
Branch: kqueue
Changes since 1.5.8.3: +5 -5 lines
Diff to previous 1.5.8.3 (colored) to branchpoint 1.5 (colored) next main 1.6 (colored) to selected 1.15 (colored)

do not need the (void *) cast for kn_hook anymore

Revision 1.5.6.3 / (download) - annotate - [select for diffs], Thu Feb 28 04:14:38 2002 UTC (22 years, 1 month ago) by nathanw
Branch: nathanw_sa
Changes since 1.5.6.2: +3 -4 lines
Diff to previous 1.5.6.2 (colored) to branchpoint 1.5 (colored) to selected 1.15 (colored)

Catch up to -current.

Revision 1.5.8.3 / (download) - annotate - [select for diffs], Mon Feb 11 20:10:21 2002 UTC (22 years, 1 month ago) by jdolecek
Branch: kqueue
Changes since 1.5.8.2: +3 -4 lines
Diff to previous 1.5.8.2 (colored) to branchpoint 1.5 (colored) to selected 1.15 (colored)

Sync w/ -current.

Revision 1.10 / (download) - annotate - [select for diffs], Sat Jan 12 16:41:02 2002 UTC (22 years, 2 months ago) by tsutsui
Branch: 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-beforemerge, kqueue-base, ifpoll-base, gehenna-devsw-base, gehenna-devsw, eeh-devprop-base, eeh-devprop
Changes since 1.9: +3 -4 lines
Diff to previous 1.9 (colored) to selected 1.15 (colored)

Call malloc(9) with M_ZERO flag instead of memset() after malloc().

Revision 1.5.8.2 / (download) - annotate - [select for diffs], Thu Jan 10 19:59:18 2002 UTC (22 years, 2 months ago) by thorpej
Branch: kqueue
Changes since 1.5.8.1: +20 -21 lines
Diff to previous 1.5.8.1 (colored) to branchpoint 1.5 (colored) to selected 1.15 (colored)

Sync kqueue branch with -current.

Revision 1.5.6.2 / (download) - annotate - [select for diffs], Wed Nov 14 19:16:26 2001 UTC (22 years, 4 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.5.6.1: +16 -9 lines
Diff to previous 1.5.6.1 (colored) to branchpoint 1.5 (colored) to selected 1.15 (colored)

Catch up to -current.

Revision 1.9 / (download) - annotate - [select for diffs], Tue Nov 13 06:17:47 2001 UTC (22 years, 4 months ago) by lukem
Branch: MAIN
Changes since 1.8: +4 -4 lines
Diff to previous 1.8 (colored) to selected 1.15 (colored)

add/cleanup RCSIDs

Revision 1.6.2.1 / (download) - annotate - [select for diffs], Mon Nov 12 21:18:40 2001 UTC (22 years, 4 months ago) by thorpej
Branch: thorpej-mips-cache
Changes since 1.6: +14 -7 lines
Diff to previous 1.6 (colored) next main 1.7 (colored) to selected 1.15 (colored)

Sync the thorpej-mips-cache branch with -current.

Revision 1.8 / (download) - annotate - [select for diffs], Thu Oct 25 14:46:41 2001 UTC (22 years, 5 months ago) by augustss
Branch: MAIN
CVS Tags: thorpej-mips-cache-base
Changes since 1.7: +2 -26 lines
Diff to previous 1.7 (colored) to selected 1.15 (colored)

Change back to have a wseventvar in the softc for event sources.  This
way the effect of FIOASYNC survives close()/open().  Later versions
of XFree86 relies on this bug/feature.
Also add some more debug stuff.

Revision 1.7 / (download) - annotate - [select for diffs], Wed Oct 24 14:07:32 2001 UTC (22 years, 5 months ago) by augustss
Branch: MAIN
Changes since 1.6: +38 -7 lines
Diff to previous 1.6 (colored) to selected 1.15 (colored)

Major rototilling of the wsmux code.  No user visible changes (except that
many bugs have been fixed).
Changes:
The wskbd, wsmouse, and wsmux are now "sub-classes" of wsevsrc, which is
a source of ws events.  This make the structure of those drivers a little
more uniform.
Many bug fixes involving adding and removing devices from muxes.
When a kernel is configured without wsmux there will now be none (unlike
before where you got a console mux anyway).
The kernel now compiles with all combinations of ws devices present.

Revision 1.5.6.1 / (download) - annotate - [select for diffs], Mon Oct 22 20:41:48 2001 UTC (22 years, 5 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.5: +6 -14 lines
Diff to previous 1.5 (colored) to selected 1.15 (colored)

Catch up to -current.

Revision 1.6 / (download) - annotate - [select for diffs], Sat Oct 13 15:56:16 2001 UTC (22 years, 5 months ago) by augustss
Branch: MAIN
Branch point for: thorpej-mips-cache
Changes since 1.5: +6 -14 lines
Diff to previous 1.5 (colored) to selected 1.15 (colored)

ANSIfy.

Revision 1.5.8.1 / (download) - annotate - [select for diffs], Sat Sep 8 04:55:31 2001 UTC (22 years, 6 months ago) by thorpej
Branch: kqueue
Changes since 1.5: +60 -2 lines
Diff to previous 1.5 (colored) to selected 1.15 (colored)

Add kqueue support to wscons events.

Revision 1.3.8.1 / (download) - annotate - [select for diffs], Mon Nov 20 11:43:37 2000 UTC (23 years, 4 months ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.3: +7 -9 lines
Diff to previous 1.3 (colored) next main 1.4 (colored) to selected 1.15 (colored)

Update thorpej_scsipi to -current as of a month ago
A i386 GENERIC kernel compiles without the siop, ahc and bha drivers
(will be updated later). i386 IDE/ATAPI and ncr work, as well as
sparc/esp_sbus. alpha should work as well (untested yet).
siop, ahc and bha will be updated once I've updated the branch to current
-current, as well as machine-dependant code.

Revision 1.5 / (download) - annotate - [select for diffs], Thu Mar 30 12:45:44 2000 UTC (24 years ago) by augustss
Branch: MAIN
CVS Tags: thorpej_scsipi_nbase, thorpej_scsipi_beforemerge, thorpej_scsipi_base, thorpej-devvp-base3, thorpej-devvp-base2, thorpej-devvp-base, thorpej-devvp, pre-chs-ubcperf, post-chs-ubcperf, netbsd-1-5-base, netbsd-1-5-RELEASE, netbsd-1-5-PATCH003, netbsd-1-5-PATCH002, netbsd-1-5-PATCH001, netbsd-1-5-BETA2, netbsd-1-5-BETA, netbsd-1-5-ALPHA2, netbsd-1-5, minoura-xpg4dl-base, minoura-xpg4dl
Branch point for: nathanw_sa, kqueue
Changes since 1.4: +6 -6 lines
Diff to previous 1.4 (colored) to selected 1.15 (colored)

Remove register declarations.

Revision 1.4 / (download) - annotate - [select for diffs], Wed Jan 5 11:19:37 2000 UTC (24 years, 2 months ago) by drochner
Branch: MAIN
CVS Tags: chs-ubc2-newbase
Changes since 1.3: +3 -5 lines
Diff to previous 1.3 (colored) to selected 1.15 (colored)

replace embedded _rcsid[] string by __KERNEL_RCSID(), remove _copyright[]

Revision 1.3 / (download) - annotate - [select for diffs], Sun Jan 10 00:28:21 1999 UTC (25 years, 2 months ago) by augustss
Branch: MAIN
CVS Tags: wrstuden-devbsize-base, wrstuden-devbsize-19991221, wrstuden-devbsize, netbsd-1-4-base, netbsd-1-4-RELEASE, netbsd-1-4-PATCH003, netbsd-1-4-PATCH002, netbsd-1-4-PATCH001, netbsd-1-4, kame_14_19990705, kame_14_19990628, kame_141_19991130, kame, fvdl-softdep-base, fvdl-softdep, comdex-fall-1999-base, comdex-fall-1999, chs-ubc2-base, chs-ubc2
Branch point for: thorpej_scsipi
Changes since 1.2: +3 -3 lines
Diff to previous 1.2 (colored) to selected 1.15 (colored)

Change from bcopy/bzero to memxxx.  From PR 6778 by
Erik Bertelsen <erik@q610.ebe.uni-c.dk>.

Revision 1.2 / (download) - annotate - [select for diffs], Tue Aug 18 18:25:36 1998 UTC (25 years, 7 months ago) by thorpej
Branch: MAIN
CVS Tags: kenh-if-detach-base, kenh-if-detach, chs-ubc-base, chs-ubc
Changes since 1.1: +7 -6 lines
Diff to previous 1.1 (colored) to selected 1.15 (colored)

Add some braces to make egcs happy.

Revision 1.1 / (download) - annotate - [select for diffs], Sun Mar 22 14:24:03 1998 UTC (26 years ago) by drochner
Branch: MAIN
CVS Tags: eeh-paddr_t-base, eeh-paddr_t
Diff to selected 1.15 (colored)

Initial import of cgd's new wscons code.

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>