Up to [cvs.NetBSD.org] / src / share / man / man4
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.41 / (download) - annotate - [select for diffs], Fri Apr 1 06:32:10 2022 UTC (10 months ago) by blymn
Branch: MAIN
CVS Tags: netbsd-10-base,
netbsd-10,
HEAD
Changes since 1.40: +31 -25
lines
Diff to previous 1.40 (colored)
Update documentation to clean up obsolete settings and add new ones.
Revision 1.40 / (download) - annotate - [select for diffs], Thu Oct 21 07:33:13 2021 UTC (15 months, 1 week ago) by wiz
Branch: MAIN
Changes since 1.39: +2 -2
lines
Diff to previous 1.39 (colored)
Bump date for previous.
Revision 1.39 / (download) - annotate - [select for diffs], Thu Oct 21 04:51:10 2021 UTC (15 months, 1 week ago) by blymn
Branch: MAIN
Changes since 1.38: +12 -1
lines
Diff to previous 1.38 (colored)
Add documentation for the button_region_movement_enable variable.
Revision 1.32.2.2 / (download) - annotate - [select for diffs], Thu Oct 8 16:47:12 2020 UTC (2 years, 3 months ago) by martin
Branch: netbsd-9
CVS Tags: netbsd-9-3-RELEASE,
netbsd-9-2-RELEASE,
netbsd-9-1-RELEASE
Changes since 1.32.2.1: +6 -2
lines
Diff to previous 1.32.2.1 (colored) to branchpoint 1.32 (colored) next main 1.33 (colored)
Pull up following revision(s) (requested by nia in ticket #1100): sys/dev/pckbport/synaptics.c: revision 1.69 sys/dev/pckbport/synaptics.c: revision 1.70 share/man/man4/pms.4: revision 1.38 erect a signpost for weary travellers synaptics: Emulate scrolling when the middle button is held with TrackPoints idea stolen from various other operating systems. this configurable with a sysctl in case somebody wants to hold the middle button, e.g. with old window managers that close menus when a button is released.
Revision 1.38 / (download) - annotate - [select for diffs], Thu Oct 1 17:13:19 2020 UTC (2 years, 4 months ago) by nia
Branch: MAIN
CVS Tags: cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x
Changes since 1.37: +6 -2
lines
Diff to previous 1.37 (colored)
synaptics: Emulate scrolling when the middle button is held with TrackPoints idea stolen from various other operating systems. this configurable with a sysctl in case somebody wants to hold the middle button, e.g. with old window managers that close menus when a button is released.
Revision 1.31.4.2 / (download) - annotate - [select for diffs], Wed Apr 8 14:07:21 2020 UTC (2 years, 9 months ago) by martin
Branch: phil-wifi
Changes since 1.31.4.1: +28 -11
lines
Diff to previous 1.31.4.1 (colored) to branchpoint 1.31 (colored) next main 1.32 (colored)
Merge changes from current as of 20200406
Revision 1.32.2.1 / (download) - annotate - [select for diffs], Mon Mar 30 18:45:16 2020 UTC (2 years, 10 months ago) by martin
Branch: netbsd-9
Changes since 1.32: +23 -9
lines
Diff to previous 1.32 (colored)
Pull up following revision(s) (requested by nia in ticket #809): sys/dev/pckbport/synaptics.c: revision 1.55 sys/dev/pckbport/synaptics.c: revision 1.56 share/man/man4/pms.4: revision 1.35 share/man/man4/pms.4: revision 1.36 synaptics: Make up_down_emulation useful for single-button clickpads On devices such as the Thinkpad X250, the clickpad can be pressed to generate mouse button events 1 and 2. There are also additional physical buttons which the pms(4) driver recognizes as "up/down" buttons (mouse buttons 3 and 4). Allow these to be remapped to buttons 1 and 2 and used like normal touchpad buttons with the following sysctl: While here, adjust the existing "middle button emulation" (hw.synaptics.up_down_emulation=1) so it works with single-button clickpads. XXX: 3 may be a more useful default than the current default, depending on hardware availability of touchpads with "up/down buttons". Update the documentation accordingly. synaptics: Set up_down_emulation=3 by default. It's a less surprising default for modern hardware.
Revision 1.37 / (download) - annotate - [select for diffs], Mon Mar 16 09:31:41 2020 UTC (2 years, 10 months ago) by nia
Branch: MAIN
CVS Tags: phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406
Changes since 1.36: +2 -2
lines
Diff to previous 1.36 (colored)
pms.4: Typo.
Revision 1.36 / (download) - annotate - [select for diffs], Sat Mar 14 19:29:39 2020 UTC (2 years, 10 months ago) by nia
Branch: MAIN
Changes since 1.35: +10 -8
lines
Diff to previous 1.35 (colored)
synaptics: Set up_down_emulation=3 by default. It's a less surprising default for modern hardware.
Revision 1.35 / (download) - annotate - [select for diffs], Sat Mar 14 13:08:18 2020 UTC (2 years, 10 months ago) by nia
Branch: MAIN
Changes since 1.34: +16 -4
lines
Diff to previous 1.34 (colored)
synaptics: Make up_down_emulation useful for single-button clickpads On devices such as the Thinkpad X250, the clickpad can be pressed to generate mouse button events 1 and 2. There are also additional physical buttons which the pms(4) driver recognizes as "up/down" buttons (mouse buttons 3 and 4). Allow these to be remapped to buttons 1 and 2 and used like normal touchpad buttons with the following sysctl: # sysctl -w hw.synaptics.up_down_emulation=3 While here, adjust the existing "middle button emulation" (hw.synaptics.up_down_emulation=1) so it works with single-button clickpads. XXX: 3 may be a more useful default than the current default, depending on hardware availability of touchpads with "up/down buttons". Update the documentation accordingly.
Revision 1.34 / (download) - annotate - [select for diffs], Mon Feb 10 16:13:48 2020 UTC (2 years, 11 months ago) by ryoon
Branch: MAIN
CVS Tags: is-mlppp-base,
is-mlppp
Changes since 1.33: +4 -1
lines
Diff to previous 1.33 (colored)
Add description on hw.alps.touchpad_movement_threshold
Revision 1.33 / (download) - annotate - [select for diffs], Mon Feb 10 15:30:33 2020 UTC (2 years, 11 months ago) by ryoon
Branch: MAIN
Changes since 1.32: +3 -3
lines
Diff to previous 1.32 (colored)
Reflect typo fix, bump date
Revision 1.31.4.1 / (download) - annotate - [select for diffs], Mon Jun 10 22:05:40 2019 UTC (3 years, 7 months ago) by christos
Branch: phil-wifi
Changes since 1.31: +29 -3
lines
Diff to previous 1.31 (colored)
Sync with HEAD
Revision 1.31.2.1 / (download) - annotate - [select for diffs], Mon Nov 26 01:52:15 2018 UTC (4 years, 2 months ago) by pgoyette
Branch: pgoyette-compat
CVS Tags: pgoyette-compat-merge-20190127
Changes since 1.31: +29 -3
lines
Diff to previous 1.31 (colored) next main 1.32 (colored)
Sync with HEAD, resolve a couple of conflicts
Revision 1.32 / (download) - annotate - [select for diffs], Tue Nov 6 09:14:08 2018 UTC (4 years, 2 months ago) by blymn
Branch: MAIN
CVS Tags: phil-wifi-20191119,
phil-wifi-20190609,
pgoyette-compat-20190127,
pgoyette-compat-20190118,
pgoyette-compat-1226,
pgoyette-compat-1126,
netbsd-9-base,
netbsd-9-0-RELEASE,
netbsd-9-0-RC2,
netbsd-9-0-RC1
Branch point for: netbsd-9
Changes since 1.31: +29 -3
lines
Diff to previous 1.31 (colored)
Update man page to document z-axis emulation.
Revision 1.31 / (download) - annotate - [select for diffs], Sun Feb 4 18:17:59 2018 UTC (4 years, 11 months ago) by christos
Branch: MAIN
CVS Tags: phil-wifi-base,
pgoyette-compat-base,
pgoyette-compat-1020,
pgoyette-compat-0930,
pgoyette-compat-0906,
pgoyette-compat-0728,
pgoyette-compat-0625,
pgoyette-compat-0521,
pgoyette-compat-0502,
pgoyette-compat-0422,
pgoyette-compat-0415,
pgoyette-compat-0407,
pgoyette-compat-0330,
pgoyette-compat-0322,
pgoyette-compat-0315
Branch point for: phil-wifi,
pgoyette-compat
Changes since 1.30: +3 -3
lines
Diff to previous 1.30 (colored)
remove dup the from %eax
Revision 1.30 / (download) - annotate - [select for diffs], Mon Nov 6 21:40:04 2017 UTC (5 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.29: +7 -6
lines
Diff to previous 1.29 (colored)
Bump date for previous. New sentence, new line. Fix typos. Add missing word.
Revision 1.29 / (download) - annotate - [select for diffs], Mon Nov 6 21:11:17 2017 UTC (5 years, 2 months ago) by blymn
Branch: MAIN
Changes since 1.28: +22 -1
lines
Diff to previous 1.28 (colored)
Add documentation for clickpad mouse button emulation.
Revision 1.28 / (download) - annotate - [select for diffs], Wed Sep 6 17:15:54 2017 UTC (5 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.27: +18 -12
lines
Diff to previous 1.27 (colored)
Punctuation and macro improvements.
Revision 1.27 / (download) - annotate - [select for diffs], Wed Sep 6 14:40:26 2017 UTC (5 years, 4 months ago) by ryoon
Branch: MAIN
Changes since 1.26: +2 -2
lines
Diff to previous 1.26 (colored)
Bump date
Revision 1.26 / (download) - annotate - [select for diffs], Wed Sep 6 14:39:39 2017 UTC (5 years, 4 months ago) by ryoon
Branch: MAIN
Changes since 1.25: +2 -1
lines
Diff to previous 1.25 (colored)
Add newline for easier reading
Revision 1.25 / (download) - annotate - [select for diffs], Wed Sep 6 14:38:41 2017 UTC (5 years, 4 months ago) by ryoon
Branch: MAIN
Changes since 1.24: +20 -4
lines
Diff to previous 1.24 (colored)
Add ALPS description
Revision 1.21.38.1 / (download) - annotate - [select for diffs], Wed Apr 21 05:26:46 2010 UTC (12 years, 9 months ago) by matt
Branch: matt-nb5-mips64
CVS Tags: matt-nb5-mips64-premerge-20101231,
matt-nb5-mips64-k15
Changes since 1.21: +32 -6
lines
Diff to previous 1.21 (colored) next main 1.22 (colored)
sync to netbsd-5
Revision 1.21.34.2 / (download) - annotate - [select for diffs], Sun Sep 13 22:13:54 2009 UTC (13 years, 4 months ago) by snj
Branch: netbsd-5
CVS Tags: netbsd-5-2-RELEASE,
netbsd-5-2-RC1,
netbsd-5-2-3-RELEASE,
netbsd-5-2-2-RELEASE,
netbsd-5-2-1-RELEASE,
netbsd-5-2,
netbsd-5-1-RELEASE,
netbsd-5-1-RC4,
netbsd-5-1-RC3,
netbsd-5-1-RC2,
netbsd-5-1-RC1,
netbsd-5-1-5-RELEASE,
netbsd-5-1-4-RELEASE,
netbsd-5-1-3-RELEASE,
netbsd-5-1-2-RELEASE,
netbsd-5-1-1-RELEASE,
netbsd-5-1,
matt-nb5-pq3-base,
matt-nb5-pq3
Changes since 1.21.34.1: +5 -1
lines
Diff to previous 1.21.34.1 (colored) to branchpoint 1.21 (colored) next main 1.22 (colored)
Pull up following revision(s) (requested by jmcneill in ticket #943): share/man/man4/pms.4: revision 1.23 Note that the Elantech trackpad support only works for firmware revisions 2.48 and above.
Revision 1.21.34.1 / (download) - annotate - [select for diffs], Sun Sep 13 22:13:04 2009 UTC (13 years, 4 months ago) by snj
Branch: netbsd-5
Changes since 1.21: +28 -6
lines
Diff to previous 1.21 (colored)
Pull up following revision(s) (requested by jmcneill in ticket #943): share/man/man4/pms.4: revision 1.22 Document PMS_ELANTECH_TOUCHPAD option and hw.elantech.* sysctls, bump date.
Revision 1.24 / (download) - annotate - [select for diffs], Sun Dec 14 13:51:33 2008 UTC (14 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: yamt-pagecache-tag8,
yamt-pagecache-base9,
yamt-pagecache-base8,
yamt-pagecache-base7,
yamt-pagecache-base6,
yamt-pagecache-base5,
yamt-pagecache-base4,
yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
yamt-pagecache,
uebayasi-xip-base7,
uebayasi-xip-base6,
uebayasi-xip-base5,
uebayasi-xip-base4,
uebayasi-xip-base3,
uebayasi-xip-base2,
uebayasi-xip-base1,
uebayasi-xip,
tls-maxphys-base,
tls-maxphys,
tls-earlyentropy-base,
tls-earlyentropy,
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,
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,
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,
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,
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-nb8-mediatek-base,
matt-nb8-mediatek,
matt-nb6-plus-nbase,
matt-nb6-plus-base,
matt-nb6-plus,
matt-mips64-premerge-20101231,
localcount-20160914,
jym-xensuspend-nbase,
jym-xensuspend-base,
jym-xensuspend,
cherry-xenmp-base,
cherry-xenmp,
bouyer-socketcan-base1,
bouyer-socketcan-base,
bouyer-socketcan,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2,
agc-symver-base,
agc-symver
Changes since 1.23: +4 -3
lines
Diff to previous 1.23 (colored)
New sentence, new line. Drop trailing whitespace.
Revision 1.23 / (download) - annotate - [select for diffs], Sun Dec 14 00:56:14 2008 UTC (14 years, 1 month ago) by jmcneill
Branch: MAIN
Changes since 1.22: +5 -1
lines
Diff to previous 1.22 (colored)
Note that the Elantech trackpad support only works for firmware revisions 2.48 and above.
Revision 1.22 / (download) - annotate - [select for diffs], Sun Dec 14 00:52:26 2008 UTC (14 years, 1 month ago) by jmcneill
Branch: MAIN
Changes since 1.21: +28 -6
lines
Diff to previous 1.21 (colored)
Document PMS_ELANTECH_TOUCHPAD option and hw.elantech.* sysctls, bump date.
Revision 1.21 / (download) - annotate - [select for diffs], Tue Jan 18 13:42:37 2005 UTC (18 years ago) by wiz
Branch: MAIN
CVS Tags: yamt-pf42-baseX,
yamt-pf42-base4,
yamt-pf42-base3,
yamt-pf42-base2,
yamt-pf42-base,
yamt-pf42,
wrstuden-revivesa-base-3,
wrstuden-revivesa-base-2,
wrstuden-revivesa-base-1,
wrstuden-revivesa-base,
wrstuden-revivesa,
wrstuden-fixsa-newbase,
wrstuden-fixsa-base-1,
wrstuden-fixsa-base,
wrstuden-fixsa,
netbsd-5-base,
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-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,
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,
mjf-devfs2-base,
mjf-devfs2,
matt-nb5-mips64-u2-k2-k4-k7-k8-k9,
matt-nb5-mips64-u1-k1-k5,
matt-nb5-mips64-premerge-20091211,
matt-nb4-mips64-k7-u2a-k9b,
matt-mips64-base2,
matt-mips64-base,
matt-mips64,
matt-armv6-prevmlocking,
matt-armv6-nbase,
matt-armv6-base,
matt-armv6,
keiichi-mipv6-nbase,
keiichi-mipv6-base,
keiichi-mipv6,
hpcarm-cleanup-nbase,
hpcarm-cleanup-base,
hpcarm-cleanup,
cube-autoconf-base,
cube-autoconf,
chap-midi-nbase,
chap-midi-base,
chap-midi,
abandoned-netbsd-4-base,
abandoned-netbsd-4
Branch point for: netbsd-5,
matt-nb5-mips64
Changes since 1.20: +3 -2
lines
Diff to previous 1.20 (colored)
New sentence, new line.
Revision 1.20 / (download) - annotate - [select for diffs], Tue Jan 18 10:23:35 2005 UTC (18 years ago) by scw
Branch: MAIN
Changes since 1.19: +7 -3
lines
Diff to previous 1.19 (colored)
Document options PMS_SYNAPTICS_TOUCHPAD.
Revision 1.19 / (download) - annotate - [select for diffs], Sun Jan 2 22:52:28 2005 UTC (18 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.18: +2 -2
lines
Diff to previous 1.18 (colored)
Drop trailing whitespace.
Revision 1.18 / (download) - annotate - [select for diffs], Sun Jan 2 22:39:08 2005 UTC (18 years, 1 month ago) by scw
Branch: MAIN
Changes since 1.17: +57 -18
lines
Diff to previous 1.17 (colored)
Update to reflect sysctl changes in Synaptics Touchpad driver.
Revision 1.17 / (download) - annotate - [select for diffs], Tue Dec 28 21:08:17 2004 UTC (18 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.16: +2 -2
lines
Diff to previous 1.16 (colored)
Drop trailing whitespace.
Revision 1.16 / (download) - annotate - [select for diffs], Tue Dec 28 20:59:32 2004 UTC (18 years, 1 month ago) by christos
Branch: MAIN
Changes since 1.15: +37 -7
lines
Diff to previous 1.15 (colored)
Document synaptics support and the sysctls for it.
Revision 1.15 / (download) - annotate - [select for diffs], Wed May 14 12:20:01 2003 UTC (19 years, 8 months ago) by wiz
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.14: +2 -2
lines
Diff to previous 1.14 (colored)
Bump date for last.
Revision 1.14 / (download) - annotate - [select for diffs], Wed May 14 12:16:57 2003 UTC (19 years, 8 months ago) by drochner
Branch: MAIN
Changes since 1.13: +1 -7
lines
Diff to previous 1.13 (colored)
remove "opms"
Revision 1.13 / (download) - annotate - [select for diffs], Mon Apr 28 12:15:17 2003 UTC (19 years, 9 months ago) by wiz
Branch: MAIN
Changes since 1.12: +3 -3
lines
Diff to previous 1.12 (colored)
Bump date for last; use .Nm opms instead of Xreferencing ourselves.
Revision 1.12 / (download) - annotate - [select for diffs], Mon Apr 28 11:52:46 2003 UTC (19 years, 9 months ago) by augustss
Branch: MAIN
Changes since 1.11: +7 -1
lines
Diff to previous 1.11 (colored)
Add a line about opms.
Revision 1.11 / (download) - annotate - [select for diffs], Wed Apr 9 17:11:55 2003 UTC (19 years, 9 months ago) by jmmv
Branch: MAIN
Changes since 1.10: +8 -2
lines
Diff to previous 1.10 (colored)
Document the PMS_DISABLE_POWERHOOK option, and bump date. Closes my own PR misc/17639.
Revision 1.10 / (download) - annotate - [select for diffs], Fri Feb 14 15:20:19 2003 UTC (19 years, 11 months ago) by grant
Branch: MAIN
Changes since 1.9: +2 -2
lines
Diff to previous 1.9 (colored)
The correct capitalisation of 'NetBSD.org' is (you guessed it) 'NetBSD.org'. some mdoc fixes.
Revision 1.9 / (download) - annotate - [select for diffs], Mon Jan 6 11:29:01 2003 UTC (20 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.8: +1 -2
lines
Diff to previous 1.8 (colored)
Remove reference to non-existing opms(4).
Revision 1.8 / (download) - annotate - [select for diffs], Mon Mar 18 18:59:57 2002 UTC (20 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: netbsd-1-6-base,
netbsd-1-6-RELEASE,
netbsd-1-6-RC3,
netbsd-1-6-RC2,
netbsd-1-6-RC1,
netbsd-1-6-PATCH002-RELEASE,
netbsd-1-6-PATCH002-RC4,
netbsd-1-6-PATCH002-RC3,
netbsd-1-6-PATCH002-RC2,
netbsd-1-6-PATCH002-RC1,
netbsd-1-6-PATCH002,
netbsd-1-6-PATCH001-RELEASE,
netbsd-1-6-PATCH001-RC3,
netbsd-1-6-PATCH001-RC2,
netbsd-1-6-PATCH001-RC1,
netbsd-1-6-PATCH001,
netbsd-1-6,
fvdl_fs64_base
Changes since 1.7: +5 -5
lines
Diff to previous 1.7 (colored)
Sort sections.
Revision 1.7 / (download) - annotate - [select for diffs], Mon Mar 18 17:14:14 2002 UTC (20 years, 10 months ago) by christos
Branch: MAIN
Changes since 1.6: +28 -8
lines
Diff to previous 1.6 (colored)
Update the documentation for the pms driver. From Peter Seebach.
Revision 1.6 / (download) - annotate - [select for diffs], Sat Sep 22 15:58:14 2001 UTC (21 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.5: +4 -4
lines
Diff to previous 1.5 (colored)
Sort SEE ALSO, sort sections, drop some .Pp, misc. markup improvements.
Revision 1.5 / (download) - annotate - [select for diffs], Tue Sep 11 22:52:53 2001 UTC (21 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.4: +4 -4
lines
Diff to previous 1.4 (colored)
Boring whitespace fixes.
Revision 1.4 / (download) - annotate - [select for diffs], Wed Jul 5 15:45:34 2000 UTC (22 years, 7 months ago) by msaitoh
Branch: MAIN
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
remove extra period in SEE ALL section
Revision 1.1.8.1 / (download) - annotate - [select for diffs], Thu Jun 22 16:17:12 2000 UTC (22 years, 7 months ago) by minoura
Branch: minoura-xpg4dl
Changes since 1.1: +9 -5
lines
Diff to previous 1.1 (colored) next main 1.2 (colored)
Sync w/ netbsd-1-5-base.
Revision 1.3 / (download) - annotate - [select for diffs], Wed Jun 14 17:25:31 2000 UTC (22 years, 7 months ago) by cgd
Branch: MAIN
CVS Tags: 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
Changes since 1.2: +9 -5
lines
Diff to previous 1.2 (colored)
sweep of my licenses (userland files w/o only my copyright) for consistency. (no functional changes)
Revision 1.2 / (download) - annotate - [select for diffs], Wed Jun 14 06:49:16 2000 UTC (22 years, 7 months ago) by cgd
Branch: MAIN
Changes since 1.1: +1 -1
lines
Diff to previous 1.1 (colored)
fix up NetBSD RCS Ids to match the standard, and the leading comment as to match as well. No functional changes.
Revision 1.1.2.2 / (download) - annotate - [select for diffs], Wed Apr 21 18:42:05 1999 UTC (23 years, 9 months ago) by drochner
Branch: netbsd-1-4
Changes since 1.1.2.1: +64 -0
lines
Diff to previous 1.1.2.1 (colored) to branchpoint 1.1 (colored) next main 1.2 (colored)
-pckbc0 -> pckbc* -add pckbc(4) and pcppi(4) manpages -split pms(4i386) driver manpage into an opms(4i386) and an mi pms(4) -add some MLINKS -various fixes/additions
Revision 1.1.2.1, Wed Apr 21 18:42:04 1999 UTC (23 years, 9 months ago) by drochner
Branch: netbsd-1-4
Changes since 1.1: +0 -64
lines
FILE REMOVED
file pms.4 was added on branch netbsd-1-4 on 1999-04-21 18:42:05 +0000
Revision 1.1 / (download) - annotate - [select for diffs], Wed Apr 21 18:42:04 1999 UTC (23 years, 9 months ago) by drochner
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,
minoura-xpg4dl-base,
comdex-fall-1999-base,
comdex-fall-1999
Branch point for: netbsd-1-4,
minoura-xpg4dl
-pckbc0 -> pckbc* -add pckbc(4) and pcppi(4) manpages -split pms(4i386) driver manpage into an opms(4i386) and an mi pms(4) -add some MLINKS -various fixes/additions