The NetBSD Project

CVS log for src/sys/arch/playstation2/dev/if_smap.c

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.36 / (download) - annotate - [select for diffs], Sun Nov 5 21:50:27 2023 UTC (4 months, 3 weeks ago) by andvar
Branch: MAIN
CVS Tags: thorpej-ifq-base, thorpej-ifq, thorpej-altq-separation-base, thorpej-altq-separation, HEAD
Changes since 1.35: +3 -3 lines
Diff to previous 1.35 (colored) to selected 1.8 (colored)

Use DPRINTF instead of __gsfb_print() to print smap status.

__gsfb_printf() is defined only with the GSFB_DEBUG_MONITOR option.

Revision 1.35 / (download) - annotate - [select for diffs], Sun Sep 18 13:03:51 2022 UTC (18 months, 1 week ago) by thorpej
Branch: MAIN
CVS Tags: 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
Changes since 1.34: +4 -8 lines
Diff to previous 1.34 (colored) to selected 1.8 (colored)

Eliminate use of IFF_OACTIVE.

Revision 1.34 / (download) - annotate - [select for diffs], Fri Feb 11 23:49:19 2022 UTC (2 years, 1 month ago) by riastradh
Branch: MAIN
Changes since 1.33: +7 -5 lines
Diff to previous 1.33 (colored) to selected 1.8 (colored)

playstation2: Somewhat belated device_t/softc split.

Revision 1.32.6.1 / (download) - annotate - [select for diffs], Mon Dec 14 14:37:59 2020 UTC (3 years, 3 months ago) by thorpej
Branch: thorpej-futex
Changes since 1.32: +6 -6 lines
Diff to previous 1.32 (colored) next main 1.33 (colored) to selected 1.8 (colored)

Sync w/ HEAD.

Revision 1.33 / (download) - annotate - [select for diffs], Sat Nov 21 17:46:08 2020 UTC (3 years, 4 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.32: +6 -6 lines
Diff to previous 1.32 (colored) to selected 1.8 (colored)

malloc(9) -> kmem(9)

XXX Audit use of KM_NOSLEEP here.

Revision 1.27.2.3 / (download) - annotate - [select for diffs], Mon Apr 13 08:04:03 2020 UTC (3 years, 11 months ago) by martin
Branch: phil-wifi
Changes since 1.27.2.2: +2 -13 lines
Diff to previous 1.27.2.2 (colored) to branchpoint 1.27 (colored) next main 1.28 (colored) to selected 1.8 (colored)

Mostly merge changes from HEAD upto 20200411

Revision 1.27.2.2 / (download) - annotate - [select for diffs], Wed Apr 8 14:07:48 2020 UTC (3 years, 11 months ago) by martin
Branch: phil-wifi
Changes since 1.27.2.1: +9 -9 lines
Diff to previous 1.27.2.1 (colored) to branchpoint 1.27 (colored) to selected 1.8 (colored)

Merge changes from current as of 20200406

Revision 1.31.2.1 / (download) - annotate - [select for diffs], Sat Feb 29 20:18:29 2020 UTC (4 years ago) by ad
Branch: ad-namecache
Changes since 1.31: +9 -9 lines
Diff to previous 1.31 (colored) next main 1.32 (colored) to selected 1.8 (colored)

Sync with head.

Revision 1.32 / (download) - annotate - [select for diffs], Wed Jan 29 05:32:04 2020 UTC (4 years, 1 month ago) by thorpej
Branch: MAIN
CVS Tags: phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, is-mlppp-base, is-mlppp, bouyer-xenpvh-base2, bouyer-xenpvh-base1, bouyer-xenpvh-base, bouyer-xenpvh, ad-namecache-base3
Branch point for: thorpej-futex
Changes since 1.31: +9 -9 lines
Diff to previous 1.31 (colored) to selected 1.8 (colored)

Adopt <net/if_stats.h>.

Revision 1.31 / (download) - annotate - [select for diffs], Sun Nov 10 21:16:31 2019 UTC (4 years, 4 months ago) by chs
Branch: MAIN
CVS Tags: phil-wifi-20191119, ad-namecache-base2, ad-namecache-base1, ad-namecache-base
Branch point for: ad-namecache
Changes since 1.30: +4 -15 lines
Diff to previous 1.30 (colored) to selected 1.8 (colored)

in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT
and remove code to handle failures that can no longer happen.

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

Sync with HEAD

Revision 1.30 / (download) - annotate - [select for diffs], Wed May 29 06:21:57 2019 UTC (4 years, 10 months ago) by msaitoh
Branch: MAIN
CVS Tags: phil-wifi-20190609, netbsd-9-base, netbsd-9-3-RELEASE, netbsd-9-2-RELEASE, netbsd-9-1-RELEASE, netbsd-9-0-RELEASE, netbsd-9-0-RC2, netbsd-9-0-RC1, netbsd-9
Changes since 1.29: +5 -5 lines
Diff to previous 1.29 (colored) to selected 1.8 (colored)

 KNF. No functional change.

Revision 1.29 / (download) - annotate - [select for diffs], Wed May 29 05:06:39 2019 UTC (4 years, 10 months ago) by msaitoh
Branch: MAIN
Changes since 1.28: +16 -16 lines
Diff to previous 1.28 (colored) to selected 1.8 (colored)

 Whitespace fix. No functional change.

Revision 1.28 / (download) - annotate - [select for diffs], Tue Feb 5 06:17:01 2019 UTC (5 years, 1 month ago) by msaitoh
Branch: MAIN
CVS Tags: isaki-audio2-base, isaki-audio2
Changes since 1.27: +3 -4 lines
Diff to previous 1.27 (colored) to selected 1.8 (colored)

 Remove very old IFF_NOTRAILERS flag.

Revision 1.24.2.2 / (download) - annotate - [select for diffs], Sat Jul 28 04:37:39 2018 UTC (5 years, 8 months ago) by pgoyette
Branch: pgoyette-compat
CVS Tags: pgoyette-compat-merge-20190127
Changes since 1.24.2.1: +3 -3 lines
Diff to previous 1.24.2.1 (colored) to branchpoint 1.24 (colored) next main 1.25 (colored) to selected 1.8 (colored)

Sync with HEAD

Revision 1.23.8.1 / (download) - annotate - [select for diffs], Thu Jul 26 23:55:29 2018 UTC (5 years, 8 months ago) by snj
Branch: netbsd-8
CVS Tags: netbsd-8-2-RELEASE, netbsd-8-1-RELEASE, netbsd-8-1-RC1
Changes since 1.23: +4 -8 lines
Diff to previous 1.23 (colored) next main 1.24 (colored) to selected 1.8 (colored)

Pull up following revision(s) (requested by msaitoh in ticket #938):
	sys/arch/acorn32/podulebus/if_ie.c: revision 1.41
	sys/arch/amiga/dev/if_es.c: revision 1.58
	sys/arch/amiga/dev/if_qn.c: revision 1.45
	sys/arch/arm/at91/at91emac.c: revision 1.20
	sys/arch/arm/ep93xx/epe.c: revision 1.37
	sys/arch/emips/ebus/if_le_ebus.c: revision 1.14
	sys/arch/emips/ebus/if_le_ebus.c: revision 1.15
	sys/arch/mac68k/dev/if_mc.c: revision 1.46
	sys/arch/macppc/dev/am79c950.c: revision 1.39
	sys/arch/newsmips/apbus/if_sn.c: revision 1.40
	sys/arch/next68k/dev/mb8795.c: revision 1.59
	sys/arch/playstation2/dev/if_smap.c: revision 1.25
	sys/arch/playstation2/dev/if_smap.c: revision 1.26
	sys/arch/sun2/dev/if_ec.c: revision 1.28
	sys/arch/sun3/dev/if_ie.c: revision 1.63
	sys/arch/x68k/dev/if_ne_intio.c: revision 1.19
	sys/arch/xen/xen/if_xennet_xenbus.c: revision 1.75
	sys/arch/xen/xen/xennetback_xenbus.c: revision 1.63
	sys/dev/bi/if_ni.c: revision 1.45
	sys/dev/cadence/if_cemac.c: revision 1.12
	sys/dev/ic/am7990.c: revision 1.78
	sys/dev/ic/am79900.c: revision 1.27
	sys/dev/ic/an.c: revision 1.67
	sys/dev/ic/cs89x0.c: revision 1.40
	sys/dev/ic/dm9000.c: revision 1.13
	sys/dev/ic/dm9000.c: revision 1.14
	sys/dev/ic/dp8390.c: revision 1.88
	sys/dev/ic/elink3.c: revision 1.141
	sys/dev/ic/elinkxl.c: revision 1.122
	sys/dev/ic/hme.c: revision 1.98
	sys/dev/ic/i82586.c: revision 1.77
	sys/dev/ic/lance.c: revision 1.53
	sys/dev/ic/mb86950.c: revision 1.27
	sys/dev/ic/mb86960.c: revision 1.86
	sys/dev/ic/mtd803.c: revision 1.34
	sys/dev/ic/pdq_ifsubr.c: revision 1.59
	sys/dev/ic/rrunner.c: revision 1.86
	sys/dev/ic/seeq8005.c: revision 1.58
	sys/dev/ic/sgec.c: revision 1.47
	sys/dev/ic/smc90cx6.c: revision 1.72
	sys/dev/ic/smc91cxx.c: revision 1.96
	sys/dev/ic/tropic.c: revision 1.49
	sys/dev/ic/wi.c: revision 1.245
	sys/dev/isa/if_eg.c: revision 1.93
	sys/dev/isa/if_el.c: revision 1.95
	sys/dev/isa/if_iy.c: revision 1.101
	sys/dev/ofw/ofnet.c: revision 1.58
	sys/dev/pci/if_alc.c: revision 1.27
	sys/dev/pci/if_de.c: revision 1.152
	sys/dev/pci/if_fpa.c: revision 1.61
	sys/dev/pci/if_jme.c: revision 1.34
	sys/dev/pci/if_tl.c: revision 1.108
	sys/dev/pci/if_vte.c: revision 1.19
	sys/dev/pci/ixgbe/ixgbe.h: revision 1.50
	sys/dev/pcmcia/if_cnw.c: revision 1.62
	sys/dev/pcmcia/if_malo_pcmcia.c: revision 1.17
	sys/dev/pcmcia/if_ray.c: revision 1.89
	sys/dev/pcmcia/if_xi.c: revision 1.81
	sys/dev/pcmcia/mhzc.c: revision 1.51
	sys/dev/pcmcia/xirc.c: revision 1.34
	sys/dev/qbus/if_de.c: revision 1.33
	sys/dev/qbus/if_qe.c: revision 1.78
	sys/dev/qbus/if_qt.c: revision 1.22
	sys/dev/sbus/be.c: revision 1.87
	sys/dev/sbus/qe.c: revision 1.68
	sys/dev/scsipi/if_se.c: revision 1.96
	sys/dev/usb/if_atu.c: revision 1.59
	sys/net/if_l2tp.c: revision 1.28 via patch
	sys/net/if_ppp.c: revision 1.160
It's not required to include net/bpfdesc.h. Remove it.
--
Simplify like other drivers. NULL check of ifp->if_bpf is done in
bpf_mtap(), so it's not required to do it here.
--
Remove duplicated inclusion of net/bpf.h.
--
Remove duplicated inclusion of net/bpf.h.
--
Simplify bpf_mtap() call. No functional change.

Revision 1.27 / (download) - annotate - [select for diffs], Tue Jun 26 06:47:59 2018 UTC (5 years, 9 months ago) by msaitoh
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
Branch point for: phil-wifi
Changes since 1.26: +3 -3 lines
Diff to previous 1.26 (colored) to selected 1.8 (colored)

 Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward
compatibility with BIOC[GS]SEESENT ioctl. The userland interface is the same
as FreeBSD.

 This change also fixes a bug that the direction is misunderstand on some
environment by passing the direction to bpf_mtap*() instead of checking
m->m_pkthdr.rcvif.

Revision 1.24.2.1 / (download) - annotate - [select for diffs], Mon Jun 25 07:25:44 2018 UTC (5 years, 9 months ago) by pgoyette
Branch: pgoyette-compat
Changes since 1.24: +4 -8 lines
Diff to previous 1.24 (colored) to selected 1.8 (colored)

Sync with HEAD

Revision 1.26 / (download) - annotate - [select for diffs], Fri Jun 22 04:41:57 2018 UTC (5 years, 9 months ago) by msaitoh
Branch: MAIN
CVS Tags: pgoyette-compat-0625
Changes since 1.25: +3 -4 lines
Diff to previous 1.25 (colored) to selected 1.8 (colored)

 Simplify like other drivers. NULL check of ifp->if_bpf is done in
bpf_mtap(), so it's not required to do it here.

Revision 1.25 / (download) - annotate - [select for diffs], Fri Jun 22 04:17:41 2018 UTC (5 years, 9 months ago) by msaitoh
Branch: MAIN
Changes since 1.24: +3 -6 lines
Diff to previous 1.24 (colored) to selected 1.8 (colored)

 It's not required to include net/bpfdesc.h. Remove it.

Revision 1.24 / (download) - annotate - [select for diffs], Thu Feb 8 09:05:18 2018 UTC (6 years, 1 month ago) by dholland
Branch: MAIN
CVS Tags: 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.23: +3 -3 lines
Diff to previous 1.23 (colored) to selected 1.8 (colored)

Typos.

Revision 1.17.4.3 / (download) - annotate - [select for diffs], Sun Dec 3 11:36:35 2017 UTC (6 years, 3 months ago) by jdolecek
Branch: tls-maxphys
Changes since 1.17.4.2: +10 -28 lines
Diff to previous 1.17.4.2 (colored) to branchpoint 1.17 (colored) next main 1.18 (colored) to selected 1.8 (colored)

update from HEAD

Revision 1.17.6.5 / (download) - annotate - [select for diffs], Sun Feb 5 13:40:17 2017 UTC (7 years, 1 month ago) by skrll
Branch: nick-nhusb
Changes since 1.17.6.4: +5 -10 lines
Diff to previous 1.17.6.4 (colored) to branchpoint 1.17 (colored) next main 1.18 (colored) to selected 1.8 (colored)

Sync with HEAD

Revision 1.21.2.1 / (download) - annotate - [select for diffs], Sat Jan 7 08:56:23 2017 UTC (7 years, 2 months ago) by pgoyette
Branch: pgoyette-localcount
Changes since 1.21: +5 -10 lines
Diff to previous 1.21 (colored) next main 1.22 (colored) to selected 1.8 (colored)

Sync with HEAD.  (Note that most of these changes are simply $NetBSD$
tag issues.)

Revision 1.23 / (download) - annotate - [select for diffs], Thu Dec 15 09:28:04 2016 UTC (7 years, 3 months ago) by ozaki-r
Branch: MAIN
CVS Tags: tls-maxphys-base-20171202, prg-localcount2-base3, prg-localcount2-base2, prg-localcount2-base1, prg-localcount2-base, prg-localcount2, pgoyette-localcount-20170426, pgoyette-localcount-20170320, pgoyette-localcount-20170107, perseant-stdc-iso10646-base, perseant-stdc-iso10646, nick-nhusb-base-20170825, nick-nhusb-base-20170204, netbsd-8-base, netbsd-8-0-RELEASE, netbsd-8-0-RC2, netbsd-8-0-RC1, matt-nb8-mediatek-base, matt-nb8-mediatek, jdolecek-ncq-base, jdolecek-ncq, bouyer-socketcan-base1, bouyer-socketcan-base, bouyer-socketcan
Branch point for: netbsd-8
Changes since 1.22: +3 -8 lines
Diff to previous 1.22 (colored) to selected 1.8 (colored)

Move bpf_mtap and if_ipackets++ on Rx of each driver to percpuq if_input

The benefits of the change are:
- We can reduce codes
- We can provide the same behavior between drivers
  - Where/When if_ipackets is counted up
  - Note that some drivers still update packet statistics in their own
    way (periodical update)
- Moved bpf_mtap run in softint
  - This makes it easy to MP-ify bpf

Proposed on tech-kern and tech-net

Revision 1.22 / (download) - annotate - [select for diffs], Thu Dec 8 01:12:00 2016 UTC (7 years, 3 months ago) by ozaki-r
Branch: MAIN
Changes since 1.21: +4 -4 lines
Diff to previous 1.21 (colored) to selected 1.8 (colored)

Apply deferred if_start framework

if_schedule_deferred_start checks if the if_snd queue contains packets,
so drivers don't need to check it by themselves.

Revision 1.17.6.4 / (download) - annotate - [select for diffs], Sat Jul 9 20:24:55 2016 UTC (7 years, 8 months ago) by skrll
Branch: nick-nhusb
Changes since 1.17.6.3: +3 -3 lines
Diff to previous 1.17.6.3 (colored) to branchpoint 1.17 (colored) to selected 1.8 (colored)

Sync with HEAD

Revision 1.21 / (download) - annotate - [select for diffs], Fri Jun 10 13:27:12 2016 UTC (7 years, 9 months ago) by ozaki-r
Branch: MAIN
CVS Tags: pgoyette-localcount-base, pgoyette-localcount-20161104, pgoyette-localcount-20160806, pgoyette-localcount-20160726, nick-nhusb-base-20161204, nick-nhusb-base-20161004, nick-nhusb-base-20160907, localcount-20160914
Branch point for: pgoyette-localcount
Changes since 1.20: +3 -3 lines
Diff to previous 1.20 (colored) to selected 1.8 (colored)

Introduce m_set_rcvif and m_reset_rcvif

The API is used to set (or reset) a received interface of a mbuf.
They are counterpart of m_get_rcvif, which will come in another
commit, hide internal of rcvif operation, and reduce the diff of
the upcoming change.

No functional change.

Revision 1.17.6.3 / (download) - annotate - [select for diffs], Fri Apr 22 15:44:11 2016 UTC (7 years, 11 months ago) by skrll
Branch: nick-nhusb
Changes since 1.17.6.2: +7 -10 lines
Diff to previous 1.17.6.2 (colored) to branchpoint 1.17 (colored) to selected 1.8 (colored)

Sync with HEAD

Revision 1.20 / (download) - annotate - [select for diffs], Sun Apr 3 09:58:45 2016 UTC (7 years, 11 months ago) by martin
Branch: MAIN
CVS Tags: nick-nhusb-base-20160529, nick-nhusb-base-20160422
Changes since 1.19: +7 -10 lines
Diff to previous 1.19 (colored) to selected 1.8 (colored)

Fix bpf_mtap argument

Revision 1.17.6.2 / (download) - annotate - [select for diffs], Sat Mar 19 11:30:03 2016 UTC (8 years ago) by skrll
Branch: nick-nhusb
Changes since 1.17.6.1: +3 -3 lines
Diff to previous 1.17.6.1 (colored) to branchpoint 1.17 (colored) to selected 1.8 (colored)

Sync with HEAD

Revision 1.19 / (download) - annotate - [select for diffs], Tue Feb 9 08:32:09 2016 UTC (8 years, 1 month ago) by ozaki-r
Branch: MAIN
CVS Tags: nick-nhusb-base-20160319
Changes since 1.18: +3 -3 lines
Diff to previous 1.18 (colored) to selected 1.8 (colored)

Introduce softint-based if_input

This change intends to run the whole network stack in softint context
(or normal LWP), not hardware interrupt context. Note that the work is
still incomplete by this change; to that end, we also have to softint-ify
if_link_state_change (and bpf) which can still run in hardware interrupt.

This change softint-ifies at ifp->if_input that is called from
each device driver (and ieee80211_input) to ensure Layer 2 runs
in softint (e.g., ether_input and bridge_input). To this end,
we provide a framework (called percpuq) that utlizes softint(9)
and percpu ifqueues. With this patch, rxintr of most drivers just
queues received packets and schedules a softint, and the softint
dequeues packets and does rest packet processing.

To minimize changes to each driver, percpuq is allocated in struct
ifnet for now and that is initialized by default (in if_attach).
We probably have to move percpuq to softc of each driver, but it's
future work. At this point, only wm(4) has percpuq in its softc
as a reference implementation.

Additional information including performance numbers can be found
in the thread at tech-kern@ and tech-net@:
http://mail-index.netbsd.org/tech-kern/2016/01/14/msg019997.html

Acknowledgment: riastradh@ greatly helped this work.
Thank you very much!

Revision 1.17.6.1 / (download) - annotate - [select for diffs], Sat Jun 6 14:40:02 2015 UTC (8 years, 9 months ago) by skrll
Branch: nick-nhusb
Changes since 1.17: +4 -14 lines
Diff to previous 1.17 (colored) to selected 1.8 (colored)

Sync with HEAD

Revision 1.18 / (download) - annotate - [select for diffs], Mon Apr 13 21:18:42 2015 UTC (8 years, 11 months ago) by riastradh
Branch: MAIN
CVS Tags: nick-nhusb-base-20151226, nick-nhusb-base-20150921, nick-nhusb-base-20150606
Changes since 1.17: +4 -14 lines
Diff to previous 1.17 (colored) to selected 1.8 (colored)

MD rnd.h cleanups.  Please let me know if I broke anything!

Revision 1.17.4.2 / (download) - annotate - [select for diffs], Wed Aug 20 00:03:17 2014 UTC (9 years, 7 months ago) by tls
Branch: tls-maxphys
Changes since 1.17.4.1: +756 -0 lines
Diff to previous 1.17.4.1 (colored) to branchpoint 1.17 (colored) to selected 1.8 (colored)

Rebase to HEAD as of a few days ago.

Revision 1.17.4.1, Sun Aug 10 16:44:34 2014 UTC (9 years, 7 months ago) by tls
Branch: tls-maxphys
Changes since 1.17: +0 -756 lines
FILE REMOVED

file if_smap.c was added on branch tls-maxphys on 2014-08-20 00:03:17 +0000

Revision 1.17 / (download) - annotate - [select for diffs], Sun Aug 10 16:44:34 2014 UTC (9 years, 7 months ago) by tls
Branch: MAIN
CVS Tags: tls-maxphys-base, 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
Branch point for: tls-maxphys, nick-nhusb
Changes since 1.16: +3 -3 lines
Diff to previous 1.16 (colored) to selected 1.8 (colored)

Merge tls-earlyentropy branch into HEAD.

Revision 1.15.2.2 / (download) - annotate - [select for diffs], Sun Aug 10 06:54:04 2014 UTC (9 years, 7 months ago) by tls
Branch: tls-earlyentropy
Changes since 1.15.2.1: +2 -9 lines
Diff to previous 1.15.2.1 (colored) to branchpoint 1.15 (colored) next main 1.16 (colored) to selected 1.8 (colored)

Rebase.

Revision 1.16 / (download) - annotate - [select for diffs], Sun Jun 29 11:18:40 2014 UTC (9 years, 9 months ago) by mrg
Branch: MAIN
CVS Tags: tls-earlyentropy-base
Changes since 1.15: +2 -9 lines
Diff to previous 1.15 (colored) to selected 1.8 (colored)

NBPFILTER is no more.

Revision 1.14.10.1 / (download) - annotate - [select for diffs], Thu May 22 11:40:02 2014 UTC (9 years, 10 months ago) by yamt
Branch: yamt-pagecache
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored) next main 1.15 (colored) to selected 1.8 (colored)

sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs.  ("Protocol error: too many arguments")

Revision 1.14.16.1 / (download) - annotate - [select for diffs], Sun May 18 17:45:21 2014 UTC (9 years, 10 months ago) by rmind
Branch: rmind-smpnet
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored) next main 1.15 (colored) to selected 1.8 (colored)

sync with head

Revision 1.15.2.1 / (download) - annotate - [select for diffs], Mon Apr 7 03:37:31 2014 UTC (9 years, 11 months ago) by tls
Branch: tls-earlyentropy
Changes since 1.15: +3 -3 lines
Diff to previous 1.15 (colored) to selected 1.8 (colored)

Be a little more clear and consistent about harvesting entropy from devices:

1) deprecate RND_FLAG_NO_ESTIMATE

2) define RND_FLAG_COLLECT_TIME, RND_FLAG_COLLECT_VALUE

3) define RND_FLAG_ESTIMATE_TIME, RND_FLAG_ESTIMATE_VALUE

4) define RND_FLAG_DEFAULT: RND_FLAG_COLLECT_TIME|
   RND_FLAG_COLLECT_VALUE|RND_FLAG_ESTIMATE_TIME

5) Make entropy harvesting from environmental sensors a little more generic
   and remove it from individual sensor drivers.

6) Remove individual open-coded delta-estimators for values from a few
   places in the tree (uvm, environmental drivers).

7) 0 -> RND_FLAG_DEFAULT, actually gather entropy from various drivers
   that had stubbed out code, other minor cleanups.

Revision 1.15 / (download) - annotate - [select for diffs], Mon Mar 31 11:25:49 2014 UTC (10 years ago) by martin
Branch: MAIN
CVS Tags: yamt-pagecache-base9, rmind-smpnet-nbase, rmind-smpnet-base, riastradh-xf86-video-intel-2-7-1-pre-2-21-15
Branch point for: tls-earlyentropy
Changes since 1.14: +0 -0 lines
Diff to previous 1.14 (colored) to selected 1.8 (colored)

Bring back the playstation2 port - now that a toolchain for it is
available again.

Revision 1.13.14.1, Sun Oct 24 22:48:10 2010 UTC (13 years, 5 months ago) by jym
Branch: jym-xensuspend
Changes since 1.13: +2 -2 lines
FILE REMOVED

Sync with HEAD

Revision 1.12.4.2, Thu Mar 11 15:02:47 2010 UTC (14 years ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.12.4.1: +2 -2 lines
FILE REMOVED

sync with head

Revision 1.14, Sat Dec 5 16:29:12 2009 UTC (14 years, 3 months ago) by pooka
Branch: MAIN
CVS Tags: yamt-pagecache-tag8, yamt-pagecache-base8, yamt-pagecache-base7, yamt-pagecache-base6, yamt-pagecache-base5, yamt-pagecache-base4, yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, yamt-nfs-mp-base9, yamt-nfs-mp-base11, yamt-nfs-mp-base10, uebayasi-xip-base2, uebayasi-xip-base, uebayasi-xip, rmind-uvmplock-nbase, rmind-uvmplock-base, rmind-uvmplock, riastradh-drm2-base3, jym-xensuspend-nbase, jym-xensuspend-base, jruoho-x86intr-base, jruoho-x86intr, jmcneill-usbmp-base, jmcneill-usbmp, jmcneill-audiomp3-base, jmcneill-audiomp3, bouyer-quota2-nbase, bouyer-quota2-base, bouyer-quota2, agc-symver-base, agc-symver
Branch point for: yamt-pagecache, rmind-smpnet
Changes since 1.13: +2 -2 lines
FILE REMOVED

Remove support for NetBSD/playstation2.

Revision 1.11.6.2 / (download) - annotate - [select for diffs], Mon Jun 2 13:22:30 2008 UTC (15 years, 9 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.11.6.1: +0 -7 lines
Diff to previous 1.11.6.1 (colored) to branchpoint 1.11 (colored) next main 1.12 (colored) to selected 1.8 (colored)

Sync with HEAD.

Revision 1.12.2.1 / (download) - annotate - [select for diffs], Sun May 18 12:32:34 2008 UTC (15 years, 10 months ago) by yamt
Branch: yamt-pf42
Changes since 1.12: +2 -9 lines
Diff to previous 1.12 (colored) next main 1.13 (colored) to selected 1.8 (colored)

sync with head.

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

sync with head.

Revision 1.13 / (download) - annotate - [select for diffs], Mon Apr 28 20:23:31 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-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, 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, playstation2-eol-2009, nick-hppapmap-base4, nick-hppapmap-base3, nick-hppapmap-base2, nick-hppapmap-base, nick-hppapmap, netbsd-5-base, netbsd-5-2-RELEASE, netbsd-5-2-RC1, netbsd-5-2-3-RELEASE, netbsd-5-2-2-RELEASE, netbsd-5-2-1-RELEASE, netbsd-5-2, netbsd-5-1-RELEASE, netbsd-5-1-RC4, netbsd-5-1-RC3, netbsd-5-1-RC2, netbsd-5-1-RC1, netbsd-5-1-5-RELEASE, netbsd-5-1-4-RELEASE, netbsd-5-1-3-RELEASE, netbsd-5-1-2-RELEASE, netbsd-5-1-1-RELEASE, netbsd-5-1, netbsd-5-0-RELEASE, netbsd-5-0-RC4, netbsd-5-0-RC3, netbsd-5-0-RC2, netbsd-5-0-RC1, netbsd-5-0-2-RELEASE, netbsd-5-0-1-RELEASE, netbsd-5-0, netbsd-5, mjf-devfs2-base, matt-nb5-pq3-base, matt-nb5-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, jymxensuspend-base, hpcarm-cleanup-nbase, haad-nbase2, haad-dm-base2, haad-dm-base1, haad-dm-base, haad-dm, ad-audiomp2-base, ad-audiomp2
Branch point for: jym-xensuspend
Changes since 1.12: +2 -9 lines
Diff to previous 1.12 (colored) to selected 1.8 (colored)

Remove clause 3 and 4 from TNF licenses

Revision 1.11.6.1 / (download) - annotate - [select for diffs], Thu Apr 3 12:42:22 2008 UTC (15 years, 11 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.11: +4 -4 lines
Diff to previous 1.11 (colored) to selected 1.8 (colored)

Sync with HEAD.

Revision 1.11.2.1 / (download) - annotate - [select for diffs], Mon Mar 24 07:15:02 2008 UTC (16 years ago) by keiichi
Branch: keiichi-mipv6
Changes since 1.11: +4 -4 lines
Diff to previous 1.11 (colored) next main 1.12 (colored) to selected 1.8 (colored)

sync with head.

Revision 1.9.20.2 / (download) - annotate - [select for diffs], Sun Mar 23 02:04:17 2008 UTC (16 years ago) by matt
Branch: matt-armv6
Changes since 1.9.20.1: +17 -22 lines
Diff to previous 1.9.20.1 (colored) to branchpoint 1.9 (colored) next main 1.10 (colored) to selected 1.8 (colored)

sync with HEAD

Revision 1.6.12.4 / (download) - annotate - [select for diffs], Mon Mar 17 09:14:22 2008 UTC (16 years ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.6.12.3: +4 -4 lines
Diff to previous 1.6.12.3 (colored) to branchpoint 1.6 (colored) next main 1.7 (colored) to selected 1.8 (colored)

sync with head.

Revision 1.12 / (download) - annotate - [select for diffs], Wed Mar 12 17:23:13 2008 UTC (16 years ago) by dyoung
Branch: MAIN
CVS Tags: yamt-pf42-baseX, yamt-pf42-base, yamt-nfs-mp-base, yamt-lazymbuf-base15, yamt-lazymbuf-base14, matt-armv6-nbase, keiichi-mipv6-nbase, keiichi-mipv6-base, ad-socklock-base1
Branch point for: yamt-pf42, yamt-nfs-mp
Changes since 1.11: +4 -4 lines
Diff to previous 1.11 (colored) to selected 1.8 (colored)

In smap_stop(), clear IFF_RUNNING before disabling the device.

Revision 1.9.26.1 / (download) - annotate - [select for diffs], Mon Feb 18 21:04:57 2008 UTC (16 years, 1 month ago) by mjf
Branch: mjf-devfs
Changes since 1.9: +15 -20 lines
Diff to previous 1.9 (colored) next main 1.10 (colored) to selected 1.8 (colored)

Sync with HEAD.

Revision 1.6.12.3 / (download) - annotate - [select for diffs], Mon Jan 21 09:38:15 2008 UTC (16 years, 2 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.6.12.2: +19 -24 lines
Diff to previous 1.6.12.2 (colored) to branchpoint 1.6 (colored) to selected 1.8 (colored)

sync with head

Revision 1.9.32.2 / (download) - annotate - [select for diffs], Sun Jan 20 17:51:23 2008 UTC (16 years, 2 months ago) by bouyer
Branch: bouyer-xeni386
Changes since 1.9.32.1: +13 -18 lines
Diff to previous 1.9.32.1 (colored) to branchpoint 1.9 (colored) next main 1.10 (colored) to selected 1.8 (colored)

Sync with HEAD

Revision 1.11 / (download) - annotate - [select for diffs], Sat Jan 19 22:10:15 2008 UTC (16 years, 2 months ago) by dyoung
Branch: MAIN
CVS Tags: nick-net80211-sync-base, nick-net80211-sync, mjf-devfs-base, hpcarm-cleanup-base, bouyer-xeni386-nbase, bouyer-xeni386-base
Branch point for: mjf-devfs2, keiichi-mipv6
Changes since 1.10: +15 -20 lines
Diff to previous 1.10 (colored) to selected 1.8 (colored)

Make many ethernet drivers share the common code for MII media
handling, ether_mediastatus() and ether_mediachange().  Check for
a non-ENXIO error return from mii_mediachg().  (ENXIO indicates
that a PHY is suspended.)

This patch shrinks the source code size by 979 lines.  There was
a 5100-byte savings on the NetBSD/i386 kernel configuration, ALL.

I have made a few miscellaneous changes, too:

gem(4): use LIST_EMPTY(), LIST_FOREACH().
mtd(4): handle media ioctls, for a change!
axe(4): do not track link status in sc->axe_link any longer
nfe(4), aue(4), axe(4), udav(4), url(4): do not reset all PHYs
        on a change of media

Except for the change to mtd(4), no functional changes are intended.

XXX This patch affects more architectures than I can feasibly
XXX compile and run.  I have compiled macppc, sparc64, i386.  I
XXX have run the patches on i386 boxen with bnx(4) and sip(4).
XXX Compiling and running on evbmips (MERAKI, ADM5120) is in
XXX progress.

Revision 1.9.20.1 / (download) - annotate - [select for diffs], Wed Jan 9 01:47:40 2008 UTC (16 years, 2 months ago) by matt
Branch: matt-armv6
Changes since 1.9: +6 -6 lines
Diff to previous 1.9 (colored) to selected 1.8 (colored)

sync with HEAD

Revision 1.9.32.1 / (download) - annotate - [select for diffs], Wed Jan 2 21:49:01 2008 UTC (16 years, 2 months ago) by bouyer
Branch: bouyer-xeni386
CVS Tags: bouyer-xeni386-merge1
Changes since 1.9: +6 -6 lines
Diff to previous 1.9 (colored) to selected 1.8 (colored)

Sync with HEAD

Revision 1.9.28.1 / (download) - annotate - [select for diffs], Wed Dec 26 19:42:35 2007 UTC (16 years, 3 months ago) by ad
Branch: vmlocking2
Changes since 1.9: +6 -6 lines
Diff to previous 1.9 (colored) next main 1.10 (colored) to selected 1.8 (colored)

Sync with head.

Revision 1.10 / (download) - annotate - [select for diffs], Sat Dec 15 00:39:21 2007 UTC (16 years, 3 months ago) by perry
Branch: MAIN
CVS Tags: vmlocking2-base3, matt-armv6-base
Changes since 1.9: +6 -6 lines
Diff to previous 1.9 (colored) to selected 1.8 (colored)

__FUNCTION__ -> __func__

Revision 1.6.12.2 / (download) - annotate - [select for diffs], Mon Sep 3 14:28:47 2007 UTC (16 years, 6 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.6.12.1: +6 -6 lines
Diff to previous 1.6.12.1 (colored) to branchpoint 1.6 (colored) to selected 1.8 (colored)

sync with head.

Revision 1.8.26.1 / (download) - annotate - [select for diffs], Mon Mar 12 05:49:49 2007 UTC (17 years ago) by rmind
Branch: yamt-idlelwp
Changes since 1.8: +6 -6 lines
Diff to previous 1.8 (colored) next main 1.9 (colored)

Sync with HEAD.

Revision 1.9 / (download) - annotate - [select for diffs], Sun Mar 4 06:00:30 2007 UTC (17 years ago) by christos
Branch: MAIN
CVS Tags: yamt-x86pmap-base4, yamt-x86pmap-base3, yamt-x86pmap-base2, yamt-x86pmap-base, yamt-x86pmap, yamt-kmem-base3, yamt-kmem-base2, yamt-kmem-base, yamt-kmem, yamt-idlelwp-base8, vmlocking2-base2, vmlocking2-base1, vmlocking-nbase, vmlocking-base, vmlocking, thorpej-atomic-base, thorpej-atomic, reinoud-bufcleanup-nbase, reinoud-bufcleanup-base, reinoud-bufcleanup, ppcoea-renovation-base, ppcoea-renovation, 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-pm-base, jmcneill-pm, jmcneill-base, hpcarm-cleanup, cube-autoconf-base, cube-autoconf, bouyer-xenamd64-base2, bouyer-xenamd64-base, bouyer-xenamd64
Branch point for: vmlocking2, mjf-devfs, matt-armv6, bouyer-xeni386
Changes since 1.8: +6 -6 lines
Diff to previous 1.8 (colored)

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

Revision 1.6.12.1 / (download) - annotate - [select for diffs], Wed Jun 21 14:54:42 2006 UTC (17 years, 9 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.6: +3 -3 lines
Diff to previous 1.6 (colored) to selected 1.8 (colored)

sync with head.

Revision 1.8 / (download) - annotate - [selected], Sat Dec 24 23:24:01 2005 UTC (18 years, 3 months ago) by perry
Branch: MAIN
CVS Tags: yamt-uio_vmspace-base5, yamt-uio_vmspace, yamt-splraiseipl-base5, yamt-splraiseipl-base4, yamt-splraiseipl-base3, yamt-splraiseipl-base2, yamt-splraiseipl-base, yamt-splraiseipl, yamt-pdpolicy-base9, yamt-pdpolicy-base8, yamt-pdpolicy-base7, yamt-pdpolicy-base6, yamt-pdpolicy-base5, yamt-pdpolicy-base4, yamt-pdpolicy-base3, yamt-pdpolicy-base2, yamt-pdpolicy-base, yamt-pdpolicy, wrstuden-fixsa-newbase, wrstuden-fixsa-base-1, wrstuden-fixsa-base, wrstuden-fixsa, simonb-timecounters-base, simonb-timecounters, simonb-timcounters-final, rpaulo-netinet-merge-pcb-base, rpaulo-netinet-merge-pcb, post-newlock2-merge, peter-altq-base, peter-altq, newlock2-nbase, newlock2-base, newlock2, netbsd-4-base, netbsd-4-0-RELEASE, netbsd-4-0-RC5, netbsd-4-0-RC4, netbsd-4-0-RC3, netbsd-4-0-RC2, netbsd-4-0-RC1, netbsd-4-0-1-RELEASE, netbsd-4-0, netbsd-4, matt-nb4-arm-base, matt-nb4-arm, gdamore-uart-base, gdamore-uart, elad-kernelauth-base, elad-kernelauth, chap-midi-nbase, chap-midi-base, chap-midi, ad-audiomp-base, ad-audiomp, abandoned-netbsd-4-base, abandoned-netbsd-4
Branch point for: yamt-idlelwp
Changes since 1.7: +3 -3 lines
Diff to previous 1.7 (colored)

__asm__ -> __asm
__const__ -> const
__inline__ -> inline
__volatile__ -> volatile

Revision 1.7 / (download) - annotate - [select for diffs], Sun Dec 11 12:18:35 2005 UTC (18 years, 3 months ago) by christos
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored) to selected 1.8 (colored)

merge ktrace-lwp.

Revision 1.4.2.4 / (download) - annotate - [select for diffs], Tue Nov 2 07:50:46 2004 UTC (19 years, 4 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.4.2.3: +4 -3 lines
Diff to previous 1.4.2.3 (colored) to branchpoint 1.4 (colored) next main 1.5 (colored) to selected 1.8 (colored)

Sync with HEAD.

Revision 1.6 / (download) - annotate - [select for diffs], Sat Oct 30 18:08:35 2004 UTC (19 years, 5 months ago) by thorpej
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, ktrace-lwp-base, kent-audio2-base, kent-audio2, kent-audio1-beforemerge, kent-audio1-base, kent-audio1
Branch point for: yamt-lazymbuf
Changes since 1.5: +4 -3 lines
Diff to previous 1.5 (colored) to selected 1.8 (colored)

When adding/deleting multicast addresses, only whack the address
filter if the interface is marked RUNNING.

Fixes kern/27678.

Revision 1.4.2.3 / (download) - annotate - [select for diffs], Tue Sep 21 13:20:13 2004 UTC (19 years, 6 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.4.2.2: +2 -2 lines
Diff to previous 1.4.2.2 (colored) to branchpoint 1.4 (colored) to selected 1.8 (colored)

Fix the sync with head I botched.

Revision 1.4.2.2 / (download) - annotate - [select for diffs], Sat Sep 18 14:38:48 2004 UTC (19 years, 6 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.4.2.1: +0 -0 lines
Diff to previous 1.4.2.1 (colored) to branchpoint 1.4 (colored) to selected 1.8 (colored)

Sync with HEAD.

Revision 1.4.2.1 / (download) - annotate - [select for diffs], Tue Aug 3 10:39:06 2004 UTC (19 years, 7 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.4: +4 -1 lines
Diff to previous 1.4 (colored) to selected 1.8 (colored)

Sync with HEAD

Revision 1.5 / (download) - annotate - [select for diffs], Tue Jul 15 02:54:36 2003 UTC (20 years, 8 months ago) by lukem
Branch: MAIN
CVS Tags: netbsd-2-base, netbsd-2-1-RELEASE, netbsd-2-1-RC6, netbsd-2-1-RC5, netbsd-2-1-RC4, netbsd-2-1-RC3, netbsd-2-1-RC2, netbsd-2-1-RC1, netbsd-2-1, netbsd-2-0-base, netbsd-2-0-RELEASE, netbsd-2-0-RC5, netbsd-2-0-RC4, netbsd-2-0-RC3, netbsd-2-0-RC2, netbsd-2-0-RC1, netbsd-2-0-3-RELEASE, netbsd-2-0-2-RELEASE, netbsd-2-0-1-RELEASE, netbsd-2-0, netbsd-2
Changes since 1.4: +4 -1 lines
Diff to previous 1.4 (colored) to selected 1.8 (colored)

__KERNEL_RCSID()

Revision 1.1.4.3 / (download) - annotate - [select for diffs], Tue Jan 7 21:12:30 2003 UTC (21 years, 2 months ago) by thorpej
Branch: nathanw_sa
CVS Tags: nathanw_sa_end
Changes since 1.1.4.2: +2 -2 lines
Diff to previous 1.1.4.2 (colored) to branchpoint 1.1 (colored) next main 1.2 (colored) to selected 1.8 (colored)

Sync with HEAD.

Revision 1.4 / (download) - annotate - [select for diffs], Mon Jan 6 13:17:03 2003 UTC (21 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: nathanw_sa_before_merge, nathanw_sa_base
Branch point for: ktrace-lwp
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored) to selected 1.8 (colored)

transmission, not transmition.

Revision 1.1.4.2 / (download) - annotate - [select for diffs], Fri Oct 18 02:39:23 2002 UTC (21 years, 5 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.1.4.1: +771 -0 lines
Diff to previous 1.1.4.1 (colored) to branchpoint 1.1 (colored) to selected 1.8 (colored)

Catch up to -current.

Revision 1.1.6.3 / (download) - annotate - [select for diffs], Thu Oct 10 18:34:59 2002 UTC (21 years, 5 months ago) by jdolecek
Branch: kqueue
Changes since 1.1.6.2: +3 -4 lines
Diff to previous 1.1.6.2 (colored) to branchpoint 1.1 (colored) next main 1.2 (colored) to selected 1.8 (colored)

sync kqueue with -current; this includes merge of gehenna-devsw branch,
merge of i386 MP branch, and part of autoconf rototil work

Revision 1.3 / (download) - annotate - [select for diffs], Wed Oct 2 04:17:21 2002 UTC (21 years, 6 months ago) by thorpej
Branch: MAIN
CVS Tags: kqueue-beforemerge, kqueue-base, kqueue-aftermerge, gmcgarry_ucred_base, gmcgarry_ucred, gmcgarry_ctxsw_base, gmcgarry_ctxsw, fvdl_fs64_base
Changes since 1.2: +3 -4 lines
Diff to previous 1.2 (colored) to selected 1.8 (colored)

Use CFATTACH_DECL().

Revision 1.2 / (download) - annotate - [select for diffs], Fri Sep 27 20:34:40 2002 UTC (21 years, 6 months ago) by thorpej
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored) to selected 1.8 (colored)

Declare all cfattach structures const.

Revision 1.1.6.2 / (download) - annotate - [select for diffs], Thu Jan 10 19:47:28 2002 UTC (22 years, 2 months ago) by thorpej
Branch: kqueue
Changes since 1.1.6.1: +772 -0 lines
Diff to previous 1.1.6.1 (colored) to branchpoint 1.1 (colored) to selected 1.8 (colored)

Sync kqueue branch with -current.

Revision 1.1.6.1, Tue Oct 16 15:38:33 2001 UTC (22 years, 5 months ago) by thorpej
Branch: kqueue
Changes since 1.1: +0 -772 lines
FILE REMOVED

file if_smap.c was added on branch kqueue on 2002-01-10 19:47:28 +0000

Revision 1.1.4.1, Tue Oct 16 15:38:33 2001 UTC (22 years, 5 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.1: +0 -772 lines
FILE REMOVED

file if_smap.c was added on branch nathanw_sa on 2002-10-18 02:39:23 +0000

Revision 1.1 / (download) - annotate - [select for diffs], Tue Oct 16 15:38:33 2001 UTC (22 years, 5 months ago) by uch
Branch: MAIN
CVS Tags: thorpej-mips-cache-base, thorpej-mips-cache, 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, ifpoll-base, gehenna-devsw-base, gehenna-devsw, eeh-devprop-base, eeh-devprop
Branch point for: nathanw_sa, kqueue
Diff to selected 1.8 (colored)

playstation2 port

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>